mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 04:52:18 +08:00
70 lines
2.4 KiB
PHP
70 lines
2.4 KiB
PHP
<?php
|
|
|
|
$lang_torrents = array
|
|
(
|
|
'head_search_results_for' => "Suchergebnisse für ",
|
|
'text_search_box' => "Suchfeld",
|
|
'text_category' => "Kategorie:",
|
|
'text_source' => "Quelle:",
|
|
'text_codec' => "Codec:",
|
|
'text_standard' => "Standard:",
|
|
'text_processing' => "Verarbeitung:",
|
|
'text_show_dead_active' => "Dead/aktiv anzeigen?",
|
|
'select_including_dead' => "einschließlich Toter",
|
|
'select_active' => "aktiv",
|
|
'select_dead' => "tot",
|
|
'text_show_special_torrents' => "Aktion anzeigen?",
|
|
'select_all' => "alle",
|
|
'select_normal' => "normal",
|
|
'select_free' => "frei",
|
|
'select_two_times_up' => "2x oben",
|
|
'select_free_two_times_up' => "kostenlos und 2x oben",
|
|
'select_half_down' => "50% ab",
|
|
'text_search' => "Suchbegriff:",
|
|
'submit_go' => "Go!",
|
|
'std_search_results_for' => "Suchergebnisse für \"",
|
|
'std_try_again' => "Nichts gefunden! Versuchen Sie es erneut mit einem raffinierten Suchzeichen.\n",
|
|
'std_nothing_found' => "Nichts gefunden!",
|
|
'std_no_active_torrents' => "Keine Torrents :(\n",
|
|
'input_check_all' => "Alle auswählen",
|
|
'input_uncheck_all' => "Alles abwählen",
|
|
'text_download_client' => "Erlaubten Client herunterladen",
|
|
'select_title' => "Titel",
|
|
'select_description' => "Beschreibung",
|
|
'select_small_description' => "Kleine Beschreibung",
|
|
'select_uploader' => "Uploader",
|
|
'select_imdb_url' => "IMDb URL",
|
|
'select_and' => "UND",
|
|
'select_or' => "ODER",
|
|
'select_exact' => "Exakt",
|
|
'select_parsed' => "Parsed",
|
|
'text_in' => " in ",
|
|
'text_with' => " mit ",
|
|
'text_mode' => " passender Modus",
|
|
'text_show_bookmarked' => "Lesezeichen anzeigen?",
|
|
'select_bookmarked' => "Gespeichert",
|
|
'select_bookmarked_exclude' => "Nicht Lesezeichen",
|
|
'text_s_bookmarked_torrent' => "'s Lesezeichen Torrents",
|
|
'text_s_not_bookmarked_torrent' => "'s NICHT Lesezeichen Torrents",
|
|
'head_torrents' => "Torrents",
|
|
'head_special' => "Spezial",
|
|
'text_movies_and_tvs' => "Filme & TVs:",
|
|
'text_games_and_appz' => "Spiele & Appz:",
|
|
'text_others' => "Andere:",
|
|
'text_medium' => "Mittel:",
|
|
'text_team' => "Team:",
|
|
'text_audio_codec' => "Audio-Codec:",
|
|
'text_video' => "Video:",
|
|
'text_tv' => "TV:",
|
|
'text_music' => "Musik:",
|
|
'text_software' => "Software:",
|
|
'text_approval_status' => 'Genehmigungsstatus:',
|
|
'size_range' => 'Size range(GB):',
|
|
'leechers_range' => 'Leechers range:',
|
|
'seeders_range' => 'Seeder:',
|
|
'times_completed_range' => 'Zeitspanne abgeschlossen:',
|
|
'added_range' => 'Hinzugefügter Bereich:',
|
|
);
|
|
|
|
?>
|