mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
IT: imported translations
This commit is contained in:
parent
e60a9e61fd
commit
1038ae0174
128 changed files with 5405 additions and 669 deletions
|
@ -1,14 +1,20 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Login"] = "Accedi";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "Ultimi utenti";
|
||||
$a->strings["Most active users"] = "Utenti più attivi";
|
||||
$a->strings["Latest photos"] = "Ultime foto";
|
||||
$a->strings["Contact Photos"] = "Foto dei contatti";
|
||||
$a->strings["Profile Photos"] = "Foto del profilo";
|
||||
$a->strings["Latest likes"] = "Ultimi \"mi piace\"";
|
||||
$a->strings["event"] = "l'evento";
|
||||
$a->strings["status"] = "stato";
|
||||
$a->strings["photo"] = "foto";
|
||||
$a->strings["Welcome to %s"] = "Benvenuto su %s";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Login"] = "Accedi";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "Ultimi utenti";
|
||||
$a->strings["Most active users"] = "Utenti più attivi";
|
||||
$a->strings["Latest photos"] = "Ultime foto";
|
||||
$a->strings["Contact Photos"] = "Foto dei contatti";
|
||||
$a->strings["Profile Photos"] = "Foto del profilo";
|
||||
$a->strings["Latest likes"] = "Ultimi \"mi piace\"";
|
||||
$a->strings["event"] = "l'evento";
|
||||
$a->strings["status"] = "lo stato";
|
||||
$a->strings["photo"] = "la foto";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "a %1\$s piace %2\$s di %3\$s";
|
||||
$a->strings["Welcome to %s"] = "Benvenuto su %s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue