]> git.mxchange.org Git - friendica-addons.git/blob - windowsphonepush/lang/it/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git] / windowsphonepush / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["WindowsPhonePush settings updated."] = "Impostazioni WindowsPhonePush aggiornate.";
10 $a->strings["WindowsPhonePush Settings"] = "Impostazioni WindowsPhonePush";
11 $a->strings["Enable WindowsPhonePush Addon"] = "Abilita componente aggiuntivo WindowsPhonePush";
12 $a->strings["Push text of new item"] = "Notifica il testo dei nuovi elementi";
13 $a->strings["Save Settings"] = "Salva Impostazioni";