mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-12 11:20:52 +08:00
70 lines
2.4 KiB
PHP
70 lines
2.4 KiB
PHP
<?php
|
|
|
|
$lang_torrents = array
|
|
(
|
|
'head_search_results_for' => "Risultati della ricerca per ",
|
|
'text_search_box' => "Casella Di Ricerca",
|
|
'text_category' => "Categoria:",
|
|
'text_source' => "Fonte:",
|
|
'text_codec' => "Codec:",
|
|
'text_standard' => "Standard:",
|
|
'text_processing' => "Elaborazione:",
|
|
'text_show_dead_active' => "Mostra Dead/Active?",
|
|
'select_including_dead' => "inclusi morti",
|
|
'select_active' => "attivo",
|
|
'select_dead' => "morto",
|
|
'text_show_special_torrents' => "Mostrare Promozione?",
|
|
'select_all' => "tutti",
|
|
'select_normal' => "normale",
|
|
'select_free' => "gratis",
|
|
'select_two_times_up' => "2x su",
|
|
'select_free_two_times_up' => "libero e 2x su",
|
|
'select_half_down' => "50% in calo",
|
|
'text_search' => "Cerca parola chiave:",
|
|
'submit_go' => "Go!",
|
|
'std_search_results_for' => "Risultati ricerca per \"",
|
|
'std_try_again' => "Niente trovato! Riprova con una stringa di ricerca raffinata.\n",
|
|
'std_nothing_found' => "Niente trovato!",
|
|
'std_no_active_torrents' => "Nessun Torrent :(\n",
|
|
'input_check_all' => "Seleziona Tutto",
|
|
'input_uncheck_all' => "Deseleziona Tutto",
|
|
'text_download_client' => "Scarica Client Consentito",
|
|
'select_title' => "Titolo",
|
|
'select_description' => "Descrizione",
|
|
'select_small_description' => "Descrizione Piccola",
|
|
'select_uploader' => "Uploader",
|
|
'select_imdb_url' => "URL IMDb",
|
|
'select_and' => "E",
|
|
'select_or' => "O",
|
|
'select_exact' => "Esatto",
|
|
'select_parsed' => "Parsed",
|
|
'text_in' => " in ",
|
|
'text_with' => " con ",
|
|
'text_mode' => " modalità corrispondente",
|
|
'text_show_bookmarked' => "Mostra Segnalibro?",
|
|
'select_bookmarked' => "Segnalibro",
|
|
'select_bookmarked_exclude' => "Non Segnalibro",
|
|
'text_s_bookmarked_torrent' => "Torrent Segnalibri",
|
|
'text_s_not_bookmarked_torrent' => "'s NOT Bookmarked Torrent",
|
|
'head_torrents' => "Torrent",
|
|
'head_special' => "Speciale",
|
|
'text_movies_and_tvs' => "Film & TV:",
|
|
'text_games_and_appz' => "Giochi & Appz:",
|
|
'text_others' => "Altro:",
|
|
'text_medium' => "Medio:",
|
|
'text_team' => "Squadra",
|
|
'text_audio_codec' => "Codec Audio:",
|
|
'text_video' => "Video:",
|
|
'text_tv' => "TV:",
|
|
'text_music' => "Musica:",
|
|
'text_software' => "Software:",
|
|
'text_approval_status' => 'Stato di omologazione:',
|
|
'size_range' => 'Size range(GB):',
|
|
'leechers_range' => 'Leechers range:',
|
|
'seeders_range' => 'Gamma di seminativi:',
|
|
'times_completed_range' => 'Intervallo di tempo completato:',
|
|
'added_range' => 'Aggiunto intervallo:',
|
|
);
|
|
|
|
?>
|