aboutsummaryrefslogtreecommitdiff
path: root/languages/ca/ca.thewire.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ca/ca.thewire.php')
-rw-r--r--languages/ca/ca.thewire.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/languages/ca/ca.thewire.php b/languages/ca/ca.thewire.php
index 5959c4f45..e946fd0aa 100644
--- a/languages/ca/ca.thewire.php
+++ b/languages/ca/ca.thewire.php
@@ -1,5 +1,8 @@
<?php
-$ca = array (
+$language = array (
+ 'thewire:by' => 'Enllaçar les entrades de %s',
+ 'thewire:notfound' => 'Ens sap greu, no s´ha pogut trobar la publicació sol.licitada.',
+ 'thewire:widget:desc' => 'Mostrar els seus missatges curts més recents',
'thewire' => 'Missatges curts',
'thewire:everyone' => 'Tots els missatges curts',
'thewire:user' => 'Missatges curts de %s',
@@ -18,18 +21,14 @@ $ca = array (
'thewire:hide:help' => 'Ocultar publicaci&oacute; anterior',
'river:create:object:thewire' => '%s ha publicat un nou %s',
'thewire:wire' => 'Missatge curt',
- 'thewire:widget:desc' => 'Mostrar els seus missatges curts meacute;s recents',
'thewire:num' => 'Quantitat de comentaris a mostrar',
'thewire:moreposts' => 'M&eacute;s missatges curts',
'thewire:posted' => 'El missatge s&acute;ha publicat correctament.',
'thewire:deleted' => 'El missatge s&acute;ha eliminat correctament.',
'thewire:blank' => 'Ha d&acute;introduir contingut per poder publicar.',
- 'thewire:notfound' => 'Ens sap greu, no s&acute;ha pogut trobar la publicaci&oacute; sol·licitada.',
'thewire:notdeleted' => 'Ens sap greu, no s&acute;ha pogut eliminar el missatge curt.',
'thewire:notify:subject' => 'Missatge curt nou',
'thewire:notify:reply' => '%s ha respost a %s amb un missatge curt:',
'thewire:notify:post' => '%s ha publicat un missatge curt nou:',
);
-
-add_translation("ca", $ca);
-
+add_translation("ca", $language); \ No newline at end of file