gl.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?php
  2. return array(
  3. /**
  4. * Menu items and titles
  5. */
  6. 'thewire' => "Chíos",
  7. 'thewire:everyone' => "Todos os chíos",
  8. 'thewire:user' => "Chíos de %s",
  9. 'thewire:friends' => "Chíos dos contactos",
  10. 'thewire:replying' => "Resposta a %s (%s) que escribiu",
  11. 'thewire:thread' => "Fío",
  12. 'thewire:charleft' => "caracteres restantes",
  13. 'thewire:tags' => "Chíos coa etiqueta «%s»",
  14. 'thewire:noposts' => "Aínda non hai chíos.",
  15. 'item:object:thewire' => "Chíos",
  16. 'thewire:by' => 'Chíos de %s',
  17. 'thewire:previous:help' => "Ver chíos anteriores",
  18. 'thewire:hide:help' => "Agochar o chío anterior",
  19. /**
  20. * The wire river
  21. */
  22. 'river:create:object:thewire' => "%s publicou en %s",
  23. 'thewire:wire' => 'Chíos',
  24. /**
  25. * Wire widget
  26. */
  27. 'thewire:widget:desc' => 'Mostrar os seus últimos chíos',
  28. 'thewire:num' => 'Número de chíos para mostrar',
  29. 'thewire:moreposts' => 'Máis chíos',
  30. /**
  31. * Status messages
  32. */
  33. 'thewire:posted' => "Publicouse o chío.",
  34. 'thewire:deleted' => "Eliminouse o chío.",
  35. 'thewire:blank' => "Non pode publicar chíos baleiros.",
  36. 'thewire:notfound' => "Non foi posíbel atopar o chío indicado",
  37. 'thewire:notsaved' => "Non foi posíbel gardar o chío.",
  38. 'thewire:notdeleted' => "Non foi posíbel eliminar o chío.",
  39. /**
  40. * Notifications
  41. */
  42. 'thewire:notify:summary' => 'Novo chío: %s',
  43. 'thewire:notify:subject' => "Novo chío de %s",
  44. 'thewire:notify:reply' => '%s respondeu ao chío de %s:',
  45. 'thewire:notify:post' => '%s publicou un chío:',
  46. 'thewire:notify:footer' => "Vexa o chío e responda:\n%s",
  47. /**
  48. * Settings
  49. */
  50. 'thewire:settings:limit' => "Número máximo de caracteres por chío:",
  51. 'thewire:settings:limit:none' => "Sen límite",
  52. );