2015-04-03 10:30:50 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
2021-02-01 17:47:38 +00:00
|
|
|
$n = intval($n);
|
|
|
|
return intval($n != 1);
|
2015-04-03 10:30:50 +00:00
|
|
|
}}
|
2021-10-10 06:27:53 +00:00
|
|
|
$a->strings['WindowsPhonePush settings updated.'] = 'Impostazioni WindowsPhonePush aggiornate.';
|
|
|
|
$a->strings['WindowsPhonePush Settings'] = 'Impostazioni WindowsPhonePush';
|
|
|
|
$a->strings['Enable WindowsPhonePush Addon'] = 'Abilita componente aggiuntivo WindowsPhonePush';
|
|
|
|
$a->strings['Push text of new item'] = 'Notifica il testo dei nuovi elementi';
|
|
|
|
$a->strings['Save Settings'] = 'Salva Impostazioni';
|