]> git.mxchange.org Git - friendica-addons.git/blobdiff - dwpost/lang/it/strings.php
cookienotice addon FR translation updated THX bob lebonche
[friendica-addons.git] / dwpost / lang / it / strings.php
index a47497aa4147c604333c1dcba22ad2e685853d80..15f935b4bc531aed1ac249827ac6a7e97433a1fc 100644 (file)
@@ -1,9 +1,15 @@
-<?php\r
-\r
-$a->strings["Post to Dreamwidth"] = "Posta su Dreamwidth";\r
-$a->strings["Dreamwidth Post Settings"] = "Impostazioni post Dreamwidth";\r
-$a->strings["Enable dreamwidth Post Plugin"] = "Abilita il plugin dreamwidth";\r
-$a->strings["dreamwidth username"] = "dreamwidth username";\r
-$a->strings["dreamwidth password"] = "Password dreamwidth";\r
-$a->strings["Post to dreamwidth by default"] = "Invia a dreamwidth per impostazione predefinita";\r
-$a->strings["Submit"] = "Invia";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       $n = intval($n);
+       return intval($n != 1);
+}}
+;
+$a->strings["Post to Dreamwidth"] = "Invia a Dreamwidth";
+$a->strings["Dreamwidth Export"] = "Esporta Dreamwidth";
+$a->strings["Enable dreamwidth Post Addon"] = "Abilita il componente aggiuntivo di invio a Dreamwidth";
+$a->strings["dreamwidth username"] = "Nome utente Dreamwidth";
+$a->strings["dreamwidth password"] = "password Dreamwidth";
+$a->strings["Post to dreamwidth by default"] = "Invia sempre a Dreamwidth";
+$a->strings["Save Settings"] = "Salva Impostazioni";