mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
70 lines
2.5 KiB
PHP
70 lines
2.5 KiB
PHP
<?php
|
|
|
|
$lang_torrents = array
|
|
(
|
|
'head_search_results_for' => "Hae tulokset kohteelle ",
|
|
'text_search_box' => "Etsi Laatikosta",
|
|
'text_category' => "Luokka:",
|
|
'text_source' => "Lähde:",
|
|
'text_codec' => "Codec:",
|
|
'text_standard' => "Standardi:",
|
|
'text_processing' => "Käsittely:",
|
|
'text_show_dead_active' => "Näytä Kuollut/Aktiivinen?",
|
|
'select_including_dead' => "mukaan lukien kuolleet",
|
|
'select_active' => "aktiivinen",
|
|
'select_dead' => "kuollut",
|
|
'text_show_special_torrents' => "Näytä Kampanja?",
|
|
'select_all' => "kaikki",
|
|
'select_normal' => "normaali",
|
|
'select_free' => "ilmainen",
|
|
'select_two_times_up' => "2x ylös",
|
|
'select_free_two_times_up' => "ilmainen ja 2x ylös",
|
|
'select_half_down' => "50 % alempi",
|
|
'text_search' => "Etsi avainsana:",
|
|
'submit_go' => "Go!",
|
|
'std_search_results_for' => "Hakutulokset kohteelle \"",
|
|
'std_try_again' => "Mitään ei löytynyt! Yritä uudelleen hienostuneella hakumerkkijonolla.\n",
|
|
'std_nothing_found' => "Mitään ei löytynyt!",
|
|
'std_no_active_torrents' => "Ei Torrentteja :(\n",
|
|
'input_check_all' => "Tarkista Kaikki",
|
|
'input_uncheck_all' => "Poista Kaikki Valinnat",
|
|
'text_download_client' => "Lataus Sallittu Asiakas",
|
|
'select_title' => "Otsikko",
|
|
'select_description' => "Kuvaus",
|
|
'select_small_description' => "Pieni Kuvaus",
|
|
'select_uploader' => "Lähettäjä",
|
|
'select_imdb_url' => "Imdb URL",
|
|
'select_and' => "JA",
|
|
'select_or' => "TAI",
|
|
'select_exact' => "Tarkka",
|
|
'select_parsed' => "Parsed",
|
|
'text_in' => " sisään ",
|
|
'text_with' => " arvolla ",
|
|
'text_mode' => " vastaava tila",
|
|
'text_show_bookmarked' => "Näytä Kirjanmerkki?",
|
|
'select_bookmarked' => "Kirjanmerkattu",
|
|
'select_bookmarked_exclude' => "Kirjanmerkintää",
|
|
'text_s_bookmarked_torrent' => "Kirjanmerkityt Torrentit",
|
|
'text_s_not_bookmarked_torrent' => "ÄLÄ Kirjanmerkittyjä Torrent-tiedostoja",
|
|
'head_torrents' => "Torrentit",
|
|
'head_special' => "Erityinen",
|
|
'text_movies_and_tvs' => "Elokuvat Ja Televisiot:",
|
|
'text_games_and_appz' => "& Sovellus:",
|
|
'text_others' => "Muut:",
|
|
'text_medium' => "Keskitaso:",
|
|
'text_team' => "Joukkue:",
|
|
'text_audio_codec' => "Äänen Kodekki:",
|
|
'text_video' => "Video:",
|
|
'text_tv' => "TV:",
|
|
'text_music' => "Musiikki:",
|
|
'text_software' => "Ohjelmistot:",
|
|
'text_approval_status' => 'Hyväksynnän tila:',
|
|
'size_range' => 'Size range(GB):',
|
|
'leechers_range' => 'Leechers range:',
|
|
'seeders_range' => 'Jakajien alue:',
|
|
'times_completed_range' => 'Ajat suoritettu alue:',
|
|
'added_range' => 'Lisätty alue:',
|
|
);
|
|
|
|
?>
|