mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
dwpost addon updated CA translation THX Joan Bar
This commit is contained in:
parent
061a3bbd4f
commit
807ad657bf
2 changed files with 63 additions and 9 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue