dwpost addon updated CA translation THX Joan Bar

This commit is contained in:
Tobias Diekershoff 2019-11-06 09:38:09 +01:00
parent 061a3bbd4f
commit 807ad657bf
2 changed files with 63 additions and 9 deletions

View file

@ -1,9 +1,15 @@
<?php
$a->strings["Post to Dreamwidth"] = "Missatge a Dreamwidth";
$a->strings["Dreamwidth Post Settings"] = "Configuració d'enviaments a Dreamwidth";
$a->strings["Enable dreamwidth Post Addon"] = "Habilitat el addon d'enviaments a Dreamwidth";
$a->strings["dreamwidth username"] = "Nom d'usuari a Dreamwidth";
$a->strings["dreamwidth password"] = "Contrasenya a Dreamwidth";
$a->strings["Post to dreamwidth by default"] = "Enviar per defecte a Dreamwidth";
$a->strings["Submit"] = "Enviar";
<?php
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Post to Dreamwidth"] = "Publica a Dreamwidth";
$a->strings["Dreamwidth Post Settings"] = "Configuració de la publicació de Dreamwidth";
$a->strings["Enable dreamwidth Post Addon"] = "Habilita Addon Post Post";
$a->strings["dreamwidth username"] = "nom d'usuari de dreamwidth";
$a->strings["dreamwidth password"] = "contrasenya de dreamwidth";
$a->strings["Post to dreamwidth by default"] = "Publica l'amplada de somni de manera predeterminada";
$a->strings["Submit"] = "sotmetre's";