2015-04-03 06:30:50 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["WindowsPhonePush settings updated."] = "Impostazioni WindowsPhonePush aggiornate.";
|
|
|
|
$a->strings["WindowsPhonePush Settings"] = "Impostazioni WindowsPhonePush";
|
2018-03-19 16:28:00 -04:00
|
|
|
$a->strings["Enable WindowsPhonePush Addon"] = "Abilita componente aggiuntivo WindowsPhonePush";
|
2015-04-03 06:30:50 -04:00
|
|
|
$a->strings["Push text of new item"] = "Notifica il testo dei nuovi elementi";
|
|
|
|
$a->strings["Save Settings"] = "Salva Impostazioni";
|