]> git.mxchange.org Git - friendica-addons.git/blobdiff - uhremotestorage/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / uhremotestorage / lang / it / strings.php
index f82a18c708034ea0b8a7c6e7e1585d1d00a5aa80..4eb2036d406fc534450ffa1c0bea389e41002384 100644 (file)
@@ -1,7 +1,12 @@
-<?php\r
-\r
-$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "Permette di usare il tuo id friendica (%s) per collegarsi a storage esterni che supportano unhosted (come ownCloud). Vedi <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>";\r
-$a->strings["Template URL (with {category})"] = "Template URL (con {category})";\r
-$a->strings["OAuth end-point"] = "OAuth end-point";\r
-$a->strings["Api"] = "Api";\r
-$a->strings["Submit"] = "Invia";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "";
+$a->strings["Template URL (with {category})"] = "";
+$a->strings["OAuth end-point"] = "";
+$a->strings["Api"] = "";
+$a->strings["Save Settings"] = "";