mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 16:42:59 +00:00
12 lines
509 B
PHP
12 lines
509 B
PHP
<?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";
|
|
$a->strings["Enable WindowsPhonePush Plugin"] = "Abilita plugin WindowsPhonePush";
|
|
$a->strings["Push text of new item"] = "Notifica il testo dei nuovi elementi";
|
|
$a->strings["Save Settings"] = "Salva Impostazioni";
|