mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
70 lines
2.4 KiB
PHP
70 lines
2.4 KiB
PHP
<?php
|
|
|
|
$lang_torrents = array
|
|
(
|
|
'head_search_results_for' => "Rezultatele căutării pentru ",
|
|
'text_search_box' => "Căsuță de căutare",
|
|
'text_category' => "Categorie:",
|
|
'text_source' => "Sursa:",
|
|
'text_codec' => "Codec:",
|
|
'text_standard' => "Standarde:",
|
|
'text_processing' => "Prelucrare:",
|
|
'text_show_dead_active' => "Arată mormântul/Activ?",
|
|
'select_including_dead' => "inclusiv morți",
|
|
'select_active' => "activ",
|
|
'select_dead' => "mort",
|
|
'text_show_special_torrents' => "Arata Promotia?",
|
|
'select_all' => "toate",
|
|
'select_normal' => "normal",
|
|
'select_free' => "Gratuit",
|
|
'select_two_times_up' => "2x mai sus",
|
|
'select_free_two_times_up' => "liber și 2x sus",
|
|
'select_half_down' => "50% mai puțin",
|
|
'text_search' => "Căutare cuvânt-cheie:",
|
|
'submit_go' => "Go!",
|
|
'std_search_results_for' => "Rezultatele căutării \"",
|
|
'std_try_again' => "Nimic găsit! Încearcă din nou cu un șir rafinat de căutare.\n",
|
|
'std_nothing_found' => "Nimic găsit!",
|
|
'std_no_active_torrents' => "Fără Torente :(\n",
|
|
'input_check_all' => "Bifează tot",
|
|
'input_uncheck_all' => "Debifează tot",
|
|
'text_download_client' => "Descărcare client permis",
|
|
'select_title' => "Titlu",
|
|
'select_description' => "Descriere",
|
|
'select_small_description' => "Descriere mică",
|
|
'select_uploader' => "Încărcător",
|
|
'select_imdb_url' => "URL IMDb",
|
|
'select_and' => "ȘI",
|
|
'select_or' => "SAU",
|
|
'select_exact' => "Exact",
|
|
'select_parsed' => "Parsed",
|
|
'text_in' => " în ",
|
|
'text_with' => " cu ",
|
|
'text_mode' => " mod potrivire",
|
|
'text_show_bookmarked' => "Afișați marcajul?",
|
|
'select_bookmarked' => "Marcat",
|
|
'select_bookmarked_exclude' => "Nu este marcat",
|
|
'text_s_bookmarked_torrent' => "Torente marcate cu carti",
|
|
'text_s_not_bookmarked_torrent' => "nu este marcat cu torrente",
|
|
'head_torrents' => "Torente",
|
|
'head_special' => "Special",
|
|
'text_movies_and_tvs' => "Filme & televizoare:",
|
|
'text_games_and_appz' => "Jocuri & Appz:",
|
|
'text_others' => "Altele:",
|
|
'text_medium' => "Mediu:",
|
|
'text_team' => "Echipă:",
|
|
'text_audio_codec' => "Codecul audio:",
|
|
'text_video' => "Video:",
|
|
'text_tv' => "TV:",
|
|
'text_music' => "Muzică:",
|
|
'text_software' => "Soft:",
|
|
'text_approval_status' => 'Starea aprobării:',
|
|
'size_range' => 'Size range(GB):',
|
|
'leechers_range' => 'Leechers range:',
|
|
'seeders_range' => 'Interval de seederi:',
|
|
'times_completed_range' => 'Timp completat:',
|
|
'added_range' => 'Domeniu adăugat:',
|
|
);
|
|
|
|
?>
|