Files
nexusphp/lang/it/lang_friends.php
2025-05-05 21:27:48 +07:00

39 lines
1.4 KiB
PHP

<?php
$lang_friends = array
(
'std_error' => "Errore",
'std_invalid_id' => "Invalid ID ",
'std_access_denied' => "Accesso negato.",
'std_no_user_id' => "Nessun utente con ID ",
'std_unknown_type' => "Tipo sconosciuto ",
'std_user_id' => "Id Utente ",
'std_already_in' => " è già nel tuo ",
'std_list' => " elenco.",
'std_delete' => "Elimina ",
'std_delete_note' => "Vuoi davvero eliminare un ",
'std_click' => "? Click \n",
'std_here_if_sure' => "<b>qui</b></a> se sei sicuro.",
'std_no_friend_found' => "Nessun amico trovato con ID ",
'std_no_block_found' => "Nessun blocco trovato con ID ",
'head_personal_lists_for' => "Elenco personale per ",
'text_personallist' => "PERSONALISTA",
'text_friendlist' => "FRIENDLIST",
'text_friends_empty' => "<em>Nessun amico ancora</em>",
'text_neighbors_empty' => "<em>Nessun vicino ancora</em>",
'text_last_seen_on' => "Ultima visita il ",
'text_ago' => " fa",
'text_remove_from_friends' => "Rimuovi dagli amici",
'text_send_pm' => "Invia PM",
'text_added_you_to_friendslist' => "Ti è stato aggiunto al friendslist",
'text_add_to_friends' => "Aggiungi agli amici",
'text_blocklist_empty' => "<em>La tua lista utente bloccata è vuota</em>",
'text_blocked_users' => "Utenti Bloccati",
'text_find_user' => "Trova utenti/sfoglia elenco utenti",
'text_neighbors' => "Vicini",
'text_friend' => "amico",
'text_block' => "blocco",
);
?>