X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=testdrive%2Flang%2Fit%2Fstrings.php;h=8923cc15b70cb310685813b78fbee6d6fd0bd5ef;hb=25ba6023d0ac5d3fed79edeb207f00c0faa132e5;hp=7556f20ab6f9c4feabccea47ed64724f1cf0198f;hpb=0f430ccb42b11dcc98c98bac6eb4127140b2f58b;p=friendica-addons.git diff --git a/testdrive/lang/it/strings.php b/testdrive/lang/it/strings.php index 7556f20a..8923cc15 100644 --- a/testdrive/lang/it/strings.php +++ b/testdrive/lang/it/strings.php @@ -2,10 +2,14 @@ if(! function_exists("string_plural_select_it")) { function string_plural_select_it($n){ - return ($n != 1);; + $n = intval($n); + return intval($n != 1); }} -; -$a->strings["Administrator"] = "Amministratore"; -$a->strings["Your account on %s will expire in a few days."] = "Il tuo account su %s scadrà tra pochi giorni."; -$a->strings["Your Friendica test account is about to expire."] = "Il tuo account di prova su Friendica sta per scadere."; -$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."] = "Ciao %1\$s,\n\nIl tuo account di prova su %2\$s scadrà in meno di cinque giorni. Ci auguriamo che tu abbia gradito questo giro di prova e che tu possa trovare un sito su cui creare un account Friendica permanente. Una lista di siti pubblici è disponibile presso http://dir.friendica.com/siteinfo . Per maggiori informazioni su come installare un tuo server Friendica personale, vai sul sito del progetto Friendica presso http://friendica.com."; +$a->strings['Administrator'] = 'Amministratore'; +$a->strings['Your account on %s will expire in a few days.'] = 'Il tuo account su %s scadrà tra pochi giorni.'; +$a->strings['Your Friendica test account is about to expire.'] = 'Il tuo account di prova su Friendica sta per scadere.'; +$a->strings['Hi %1$s, + +Your 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 %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca.'] = 'Ciao %1$s, + +Il tuo account di prova su %2$s scadrà in meno di cinque giorni. Ci auguriamo che tu abbia gradito questo giro di prova e che tu possa trovare un sito su cui creare un account Friendica permanente. Una lista di siti pubblici è disponibile presso %s/siteinfo . Per maggiori informazioni su come installare un tuo server Friendica personale, vai sul sito del progetto Friendica presso https://friendi.ca.';