13 lines
627 B
PHP
13 lines
627 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Fromapp settings updated."] = "Impostazioni \"FromApp\" aggiornato.";
|
|
$a->strings["FromApp Settings"] = "Imnpostazioni \"FromApp\"";
|
|
$a->strings["The application name you would like to show your posts originating from."] = "Il nome dell'applicazione che vuoi mostrare come sorgente dei tuoi messaggi.";
|
|
$a->strings["Use this application name even if another application was used."] = "Usa questo nome anche se un'altra applicazione è stata effettivamente usata.";
|
|
$a->strings["Submit"] = "";
|