mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
47 lines
2.6 KiB
PHP
47 lines
2.6 KiB
PHP
<?php
|
|
|
|
$lang_upload = array
|
|
(
|
|
'head_upload' => "Uploaden",
|
|
'std_sorry' => "Sorry...",
|
|
'std_unauthorized_to_upload' => "Je bent niet gemachtigd om torrents te uploaden. Lees (<a class=\"faqlink\" href=\"messages.php\">Inbox</a>)",
|
|
'std_please_offer' => "You are not authorized to upload torrents. (See <a class=\"faqlink\" href=\"faq.php#id36\">Uploading</a> in the FAQ.)<br /><br />If you think that you are qualified for uploading rights, please propose your offer <a class=\"faqlink\" href=\"offers.php\"><b>here</b></a><br />",
|
|
'text_red_star_required' => "Velden gemarkeerd met een rode ster (<font color=\"red\">*</font>) zijn verplicht.",
|
|
'text_tracker_url' => "De online URL van de tracker is",
|
|
'row_torrent_file' => "Torrent bestand",
|
|
'row_torrent_name' => "Torrent naam",
|
|
'text_torrent_name_note' => "(Verrekend uit bestandsnaam indien niet opgegeven. <b>Gebruik beschrijvende namen.</b> bv Blade Loper 1982 Laatste Kut 720p HDDVD DTS x264-ESiR)\n",
|
|
'row_small_description' => "Kleine beschrijving",
|
|
'text_small_description_note' => "(Dit wordt weergegeven in torrents pagina onder de torrent naam. Bijv. 720p @ 4615 kbps - DTS 5.1 @ 1536 kbps)\n",
|
|
'row_nfo_file' => "NFO bestand",
|
|
'text_only_viewed_by' => "(Wordt alleen bekeken door ",
|
|
'text_or_above' => " of Above. </b> voeg alleen bestand toe dat eindigt op <b>.nfo</b>)\n",
|
|
'row_description' => "Beschrijving",
|
|
'select_choose_one' => "kies er één",
|
|
'row_type' => "Type",
|
|
'row_quality' => "Kwaliteit",
|
|
'text_source' => "Bron:",
|
|
'text_codec' => "Codec:",
|
|
'text_standard' => "Standaard:",
|
|
'text_processing' => "Verwerken:",
|
|
'row_your_offer' => "Je aanbieding",
|
|
'text_please_select_offer' => " Als u een van uw aanbiedingen uploadt, selecteer deze dan hier zodat de kiezers hiervan op de hoogte worden gesteld.",
|
|
'row_show_uploader' => "Toon uploader",
|
|
'checkbox_hide_uploader_note' => "Toon mijn gebruikersnaam niet in het 'Uploaded By' veld.",
|
|
'text_read_rules' => "Ik heb de regels gelezen voordat deze wordt geüpload.",
|
|
'submit_upload' => "Uploaden",
|
|
'text_to_browse_section' => "Uploaden naar <b>Torrents</b> sectie ",
|
|
'text_to_special_section' => "of <b>Speciale</b> sectie ",
|
|
'text_type_note' => " <font class=\"small\">Choose <b>only</b> either of the two</font>",
|
|
'text_medium' => "Medium:",
|
|
'text_team' => "Groep:",
|
|
'text_audio_codec' => "Audio Codec:",
|
|
'row_content' => "Inhoud",
|
|
'text_chinese_title' => "Chinese naam:",
|
|
'text_english_title' => "Engelse naam:",
|
|
'text_titles_note' => "(Als er geen Engelse naam bestaat, gebruik pinyin of laat het leeg)",
|
|
'fill_quality' => 'Kwaliteit invullen',
|
|
);
|
|
|
|
?>
|