Files
nexusphp/lang/nb/lang_torrents.php

70 lines
2.4 KiB
PHP
Raw Permalink Normal View History

2025-05-05 21:27:48 +07:00
<?php
$lang_torrents = array
(
'head_search_results_for' => "Søkeresultater for ",
'text_search_box' => "Søk boks",
'text_category' => "Kategori:",
'text_source' => "Kilde:",
'text_codec' => "Kodek:",
'text_standard' => "Standard:",
'text_processing' => "Behandler:",
'text_show_dead_active' => "Vis døden/aktiv?",
'select_including_dead' => "inkludert døde",
'select_active' => "aktiv",
'select_dead' => "død",
'text_show_special_torrents' => "Vis kampanjer?",
'select_all' => "alle",
'select_normal' => "normal",
'select_free' => "gratis",
'select_two_times_up' => "2 x opp",
'select_free_two_times_up' => "gratis og 2x opp",
'select_half_down' => "50 % lavere",
'text_search' => "Søk etter søkeord:",
'submit_go' => "Go!",
'std_search_results_for' => "Søkeresultater for \"",
'std_try_again' => "Fant ingenting! Prøv igjen med en raffinert søkestreng.\n",
'std_nothing_found' => "Ingenting funnet!",
'std_no_active_torrents' => "Ingen torrenter :(\n",
'input_check_all' => "Velg alle",
'input_uncheck_all' => "Velg ingen",
'text_download_client' => "Last ned tillatt klient",
'select_title' => "Tittel",
'select_description' => "Beskrivelse",
'select_small_description' => "Liten beskrivelse",
'select_uploader' => "Opplaster",
'select_imdb_url' => "IMDb URL",
'select_and' => "OG",
'select_or' => "ELLER",
'select_exact' => "Nøyaktig",
'select_parsed' => "Parsed",
'text_in' => " i ",
'text_with' => " med ",
'text_mode' => " matchende modus",
'text_show_bookmarked' => "Vis bokmerket?",
'select_bookmarked' => "Bokmerket",
'select_bookmarked_exclude' => "Ikke bokmerket",
'text_s_bookmarked_torrent' => "Bokmerkede torrenter",
'text_s_not_bookmarked_torrent' => "IKKE bokmerkede torrenter",
'head_torrents' => "Torrenter",
'head_special' => "Spesial",
'text_movies_and_tvs' => "Filmer & TV-er:",
'text_games_and_appz' => "Spill & Appz:",
'text_others' => "Andre:",
'text_medium' => "Middels:",
'text_team' => "Lag:",
'text_audio_codec' => "Lyd Codec:",
'text_video' => "Video:",
'text_tv' => "Tv:",
'text_music' => "Musikk:",
'text_software' => "Programmer:",
'text_approval_status' => 'Godkjenningsstatus:',
'size_range' => 'Size range(GB):',
'leechers_range' => 'Leechers range:',
'seeders_range' => 'Forskere område:',
'times_completed_range' => 'Antall ganger fullført område:',
'added_range' => 'Lagt til område:',
);
?>