friendica-addons/yourls/lang/it/strings.php

15 lines
459 B
PHP
Raw Normal View History

2014-09-14 20:01:44 +00:00
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
2015-08-31 16:52:41 +00:00
$a->strings["YourLS Settings"] = "Impostazioni YourLS";
$a->strings["URL: http://"] = "Inidirizzo: http://";
$a->strings["Username:"] = "Nome utente:";
$a->strings["Password:"] = "Password:";
$a->strings["Use SSL "] = "Usa SSL";
2015-08-31 16:52:41 +00:00
$a->strings["Submit"] = "Invia";
$a->strings["yourls Settings saved."] = "Impostazioni \"YourLS\" salvate.";