diff options
Diffstat (limited to 'languages/ca/ca.thewire.php')
-rw-r--r-- | languages/ca/ca.thewire.php | 11 |
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ó 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és missatges curts', 'thewire:posted' => 'El missatge s´ha publicat correctament.', 'thewire:deleted' => 'El missatge s´ha eliminat correctament.', 'thewire:blank' => 'Ha d´introduir contingut per poder publicar.', - 'thewire:notfound' => 'Ens sap greu, no s´ha pogut trobar la publicació sol·licitada.', 'thewire:notdeleted' => 'Ens sap greu, no s´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 |