diff options
author | Sem <sembrestels@riseup.net> | 2012-11-28 22:07:56 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-11-28 22:07:56 +0100 |
commit | 684e2a282447c1c9b98c01310d512705c2a30ff9 (patch) | |
tree | c896f9e76d72fdcc5d42dda2ed47a7af64d221de /languages/ca/ca.reportedcontent.php | |
parent | 335bc8bb5d6c16836de883dd2ae01e6a88f57483 (diff) | |
download | elgg-684e2a282447c1c9b98c01310d512705c2a30ff9.tar.gz elgg-684e2a282447c1c9b98c01310d512705c2a30ff9.tar.bz2 |
Replaced htmlentities by chars.
Diffstat (limited to 'languages/ca/ca.reportedcontent.php')
-rw-r--r-- | languages/ca/ca.reportedcontent.php | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/languages/ca/ca.reportedcontent.php b/languages/ca/ca.reportedcontent.php index 44f9d6f6b..4a7360da0 100644 --- a/languages/ca/ca.reportedcontent.php +++ b/languages/ca/ca.reportedcontent.php @@ -9,26 +9,26 @@ $language = array ( 'reportedcontent:this:tooltip' => 'Denunciar aquesta pàgina a l´administrador', 'reportedcontent:none' => 'No hi ha contingut denunciat', 'reportedcontent:report' => 'Denunciar això', - 'reportedcontent:title' => 'Títol de la pàgina', + 'reportedcontent:title' => 'Títol de la pàgina', 'reportedcontent:deleted' => 'El contingut denunciat ha estat eliminat', - 'reportedcontent:notdeleted' => 'No s´ha pogut eliminar la denúncia', - 'reportedcontent:delete' => 'Eliminar denúncia', + 'reportedcontent:notdeleted' => 'No s´ha pogut eliminar la denúncia', + 'reportedcontent:delete' => 'Eliminar denúncia', 'reportedcontent:areyousure' => 'Vol eliminar això?', - 'reportedcontent:archive' => 'Desar denúncia', - 'reportedcontent:archived' => 'La denúncia ha quedat desada', + 'reportedcontent:archive' => 'Desar denúncia', + 'reportedcontent:archived' => 'La denúncia ha quedat desada', 'reportedcontent:visit' => 'Visitar element denunciat', 'reportedcontent:by' => 'Denunciat per', - 'reportedcontent:objecttitle' => 'Títol de la pàgina', + 'reportedcontent:objecttitle' => 'Títol de la pàgina', 'reportedcontent:objecturl' => 'URL de la pàgina', - 'reportedcontent:reason' => 'Motiu de la denúncia', + 'reportedcontent:reason' => 'Motiu de la denúncia', 'reportedcontent:description' => 'Per què denuncies això?', - 'reportedcontent:address' => 'Ubicació de l´element', - 'reportedcontent:success' => 'La seva denúncia ha estat enviada als administradors', - 'reportedcontent:failing' => 'No s´ha pogut enviar la seva denúncia', - 'reportedcontent:moreinfo' => 'Més informació', - 'reportedcontent:numbertodisplay' => 'Quantitat de denúncies a mostrar', + 'reportedcontent:address' => 'Ubicació de l´element', + 'reportedcontent:success' => 'La seva denúncia ha estat enviada als administradors', + 'reportedcontent:failing' => 'No s´ha pogut enviar la seva denúncia', + 'reportedcontent:moreinfo' => 'Més informació', + 'reportedcontent:numbertodisplay' => 'Quantitat de denúncies a mostrar', 'reportedcontent:widget:description' => 'Mostrar el contingut denunciat', 'reportedcontent:failed' => 'Ens sap greu, hi ha hagut una errada a l´hora d´intentar denunciar el contingut.', - 'reportedcontent:notarchived' => 'No s´ha pogut arxivar la denúncia', + 'reportedcontent:notarchived' => 'No s´ha pogut arxivar la denúncia', ); add_translation("ca", $language);
\ No newline at end of file |