]> git.mxchange.org Git - friendica-addons.git/blobdiff - testdrive/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / testdrive / lang / it / strings.php
index 6b28554fa6523d10e51095de1eff3cd9bfc0d939..0440bd514e7da52c1e4c756ff5ee6ad79787b45e 100644 (file)
@@ -1,5 +1,11 @@
-<?php\r
-\r
-$a->strings["Administrator"] = "Amministratore";\r
-$a->strings["Your account on %s will expire in a few days."] = "";\r
-$a->strings["Your Friendica test account is about to expire."] = "";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Administrator"] = "";
+$a->strings["Your account on %s will expire in a few days."] = "";
+$a->strings["Your Friendica test account is about to expire."] = "";
+$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "";