]> git.mxchange.org Git - friendica-addons.git/blobdiff - dwpost/lang/ca/strings.php
cookienotice addon FR translation updated THX bob lebonche
[friendica-addons.git] / dwpost / lang / ca / strings.php
index 3b7df6d052577d19394574cabe9a5f8395351d10..2ec9f0c218134545fd1e1b5e60591c66186731a0 100644 (file)
@@ -1,9 +1,15 @@
-<?php\r
-\r
-$a->strings["Post to Dreamwidth"] = "Missatge a Dreamwidth";\r
-$a->strings["Dreamwidth Post Settings"] = "ConfiguraciĆ³ d'enviaments a Dreamwidth";\r
-$a->strings["Enable dreamwidth Post Addon"] = "Habilitat el addon d'enviaments a Dreamwidth";\r
-$a->strings["dreamwidth username"] = "Nom d'usuari a Dreamwidth";\r
-$a->strings["dreamwidth password"] = "Contrasenya a Dreamwidth";\r
-$a->strings["Post to dreamwidth by default"] = "Enviar per defecte a Dreamwidth";\r
-$a->strings["Submit"] = "Enviar";\r
+<?php
+
+if(! function_exists("string_plural_select_ca")) {
+function string_plural_select_ca($n){
+       $n = intval($n);
+       return intval($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";