mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
70 lines
2.4 KiB
PHP
70 lines
2.4 KiB
PHP
<?php
|
|
|
|
$lang_torrents = array
|
|
(
|
|
'head_search_results_for' => "Zoekresultaten voor ",
|
|
'text_search_box' => "Zoek Vak",
|
|
'text_category' => "Categorie:",
|
|
'text_source' => "Bron:",
|
|
'text_codec' => "Codec:",
|
|
'text_standard' => "Standaard:",
|
|
'text_processing' => "Verwerken:",
|
|
'text_show_dead_active' => "Toon Dead/Actief?",
|
|
'select_including_dead' => "inclusief dode",
|
|
'select_active' => "Actief",
|
|
'select_dead' => "doden",
|
|
'text_show_special_torrents' => "Toon Promotie?",
|
|
'select_all' => "alle",
|
|
'select_normal' => "normaal",
|
|
'select_free' => "Gratis",
|
|
'select_two_times_up' => "2x omhoog",
|
|
'select_free_two_times_up' => "gratis en 2x omhoog",
|
|
'select_half_down' => "50% lager",
|
|
'text_search' => "Zoek trefwoord:",
|
|
'submit_go' => "Go!",
|
|
'std_search_results_for' => "Zoekresultaten voor \"",
|
|
'std_try_again' => "Niets gevonden! Probeer het opnieuw met een verfijnde zoekreeks.\n",
|
|
'std_nothing_found' => "Niets gevonden!",
|
|
'std_no_active_torrents' => "Geen Torrents :(\n",
|
|
'input_check_all' => "Selecteer alles",
|
|
'input_uncheck_all' => "Deselecteer alles",
|
|
'text_download_client' => "Download toegestane client",
|
|
'select_title' => "Aanspreektitel",
|
|
'select_description' => "Beschrijving",
|
|
'select_small_description' => "Kleine beschrijving",
|
|
'select_uploader' => "Uploader",
|
|
'select_imdb_url' => "IMDb URL",
|
|
'select_and' => "en",
|
|
'select_or' => "of",
|
|
'select_exact' => "Exacte",
|
|
'select_parsed' => "Parsed",
|
|
'text_in' => " inch ",
|
|
'text_with' => " met ",
|
|
'text_mode' => " overeenkomende modus",
|
|
'text_show_bookmarked' => "Bladwijzer tonen?",
|
|
'select_bookmarked' => "Gemarkeerd",
|
|
'select_bookmarked_exclude' => "Geen favoriet",
|
|
'text_s_bookmarked_torrent' => "Favoriete Torrents",
|
|
'text_s_not_bookmarked_torrent' => "Favoriete Torrents NIET",
|
|
'head_torrents' => "Torrents",
|
|
'head_special' => "Speciaal",
|
|
'text_movies_and_tvs' => "Films & TV's",
|
|
'text_games_and_appz' => "Spellen & Appz:",
|
|
'text_others' => "Andere:",
|
|
'text_medium' => "Medium:",
|
|
'text_team' => "Team:",
|
|
'text_audio_codec' => "Audio Codec:",
|
|
'text_video' => "Video:",
|
|
'text_tv' => "TV:",
|
|
'text_music' => "Muziek:",
|
|
'text_software' => "Software:",
|
|
'text_approval_status' => 'Goedkeuring status:',
|
|
'size_range' => 'Size range(GB):',
|
|
'leechers_range' => 'Leechers range:',
|
|
'seeders_range' => 'Seeders bereik:',
|
|
'times_completed_range' => 'Tijden voltooid bereik:',
|
|
'added_range' => 'Toegevoegde bereik:',
|
|
);
|
|
|
|
?>
|