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' => "Sökresultat för ",
|
|
'text_search_box' => "Sök ruta",
|
|
'text_category' => "Kategori:",
|
|
'text_source' => "Källa:",
|
|
'text_codec' => "Kodec:",
|
|
'text_standard' => "Standard:",
|
|
'text_processing' => "Bearbetar:",
|
|
'text_show_dead_active' => "Visa död/aktiv?",
|
|
'select_including_dead' => "inklusive döda",
|
|
'select_active' => "aktiv",
|
|
'select_dead' => "död",
|
|
'text_show_special_torrents' => "Visa kampanj?",
|
|
'select_all' => "alla",
|
|
'select_normal' => "normal",
|
|
'select_free' => "gratis",
|
|
'select_two_times_up' => "2x upp",
|
|
'select_free_two_times_up' => "gratis och 2x upp",
|
|
'select_half_down' => "50% ner",
|
|
'text_search' => "Sök sökord:",
|
|
'submit_go' => "Go!",
|
|
'std_search_results_for' => "Sökresultat för \"",
|
|
'std_try_again' => "Ingenting hittades! Försök igen med en förfinad söksträng.\n",
|
|
'std_nothing_found' => "Ingenting hittades!",
|
|
'std_no_active_torrents' => "Inga torrents :(\n",
|
|
'input_check_all' => "Markera alla",
|
|
'input_uncheck_all' => "Avmarkera alla",
|
|
'text_download_client' => "Ladda ner tillåten klient",
|
|
'select_title' => "Titel",
|
|
'select_description' => "Beskrivning",
|
|
'select_small_description' => "Liten beskrivning",
|
|
'select_uploader' => "Uppladdare",
|
|
'select_imdb_url' => "URL för IMDb",
|
|
'select_and' => "OCH",
|
|
'select_or' => "ELLER",
|
|
'select_exact' => "Exakt",
|
|
'select_parsed' => "Parsed",
|
|
'text_in' => " i ",
|
|
'text_with' => " med ",
|
|
'text_mode' => " matchande läge",
|
|
'text_show_bookmarked' => "Visa bokmärkt?",
|
|
'select_bookmarked' => "Bokmärkt",
|
|
'select_bookmarked_exclude' => "Ej bokmärkt",
|
|
'text_s_bookmarked_torrent' => "s Bokmärkta Torrents",
|
|
'text_s_not_bookmarked_torrent' => "s INTE Bokmärkta Torrents",
|
|
'head_torrents' => "Torrents",
|
|
'head_special' => "Särskild",
|
|
'text_movies_and_tvs' => "Filmer och TV-apparater:",
|
|
'text_games_and_appz' => "Spel & Appz:",
|
|
'text_others' => "Andra:",
|
|
'text_medium' => "Medel:",
|
|
'text_team' => "Lag:",
|
|
'text_audio_codec' => "Ljud Codec:",
|
|
'text_video' => "Video:",
|
|
'text_tv' => "TV:",
|
|
'text_music' => "Musik:",
|
|
'text_software' => "Mjukvara:",
|
|
'text_approval_status' => 'Status för godkännande:',
|
|
'size_range' => 'Size range(GB):',
|
|
'leechers_range' => 'Leechers range:',
|
|
'seeders_range' => 'Seeders range:',
|
|
'times_completed_range' => 'Tider slutförda intervall:',
|
|
'added_range' => 'Tillagt intervall:',
|
|
);
|
|
|
|
?>
|