update translations

This commit is contained in:
xiaomlove
2026-02-01 01:26:00 +07:00
parent 8dec50fc6d
commit f07e0a5013
438 changed files with 6061 additions and 1717 deletions

View File

@@ -170,9 +170,9 @@ class CrowdinSync extends Command
$this->uploadFile($filePath, $specificFile);
$this->info("File {$specificFile} uploaded successfully.");
} else {
throw new \RuntimeException("please specify a file to upload");
// throw new \RuntimeException("please specify a file to upload");
// Upload all files in the source directory
$files = File::allFiles($this->sourceDir);
$files = File::allFiles($this->sourceDir . '/en');
$bar = $this->output->createProgressBar(count($files));
$bar->start();

View File

@@ -13,4 +13,5 @@ $lang_attendance = array
'retroactive_event_text' => 'Ruda',
'retroactive_confirm_tip' => 'Potvrdit účast: ',
'retroactive_description' => 'Kliknutím na tečku na bílém pozadí se zúčastníte. Momentálně máte kartu <b>%d</b>.',
'attend_button' => 'Přihlásit se',
);

View File

@@ -41,6 +41,7 @@ $lang_functions = array
'std_you_will_get' => 'Získáte',
'std_by' => 'Od',
'row_security_image' => "Bezpečnostní obrázek:",
'row_security_challenge' => "Výzva pro zabezpečení:",
'row_security_code' => "Bezpečnostní kód:",
'text_slots' => "Sloty:",
'text_unlimited' => "Bez omezení",
@@ -320,8 +321,11 @@ $lang_functions = array
'text_tag_hdr' => 'HDR',
'text_required' => 'Požadováno',
'text_invalid' => 'Neplatné',
'text_technical_info' => 'MediaInfo',
'text_technical_info_help_text' => 'MediaInfo pochází ze softwaru <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,open soubor, jazyk, vyberte angličtinu, klikněte na nabídku Zobrazit > text > pravým tlačítkem myši v rámečku > vyberte vše > zkopírovat > minulost do tohoto pole.',
'text_technical_info' => 'MediaInfo/BDInfo',
'text_technical_info_help_text' => '<b>&middot;</b> MediaInfo pochází z softwaru <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>soubor pera, jazyk vybrat angličtinu, klikněte na nabídku Zobrazení > text > pravé tlačítko v poli > vyberte vše > zkopírovat > minulost do tohoto pole.
<br>
<b>&middot;</b> BDInfo pochází z software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b>upravte soubor pomocí tohoto softwaru, klepněte na tlačítko Scan Bitrates pro zobrazení sestavy, Klepněte pravým tlačítkem myši v poli > vyberte všechno, pravým kliknutím > kopírovat a vložte jej zde.
',
'text_management_system' => 'Správa',
'text_seed_points' => 'Semenné body',
'spoiler_expand_collapse' => 'Klepnutím rozbalit/sbalit',
@@ -331,6 +335,8 @@ $lang_functions = array
'text_contactstaff' => 'Kontaktní personál',
'full_site_promotion_in_effect' => 'Celá stránka [%s] je v účinku!',
'full_site_promotion_time_range' => 'Časový rozsah: %s ~ %s',
'full_site_promotion_remark' => 'Poznámka: %s',
'full_site_promotion_upcoming' => 'Nadcházející celý web [%s]',
'text_torrent_to_approval' => '%s%u není schvalovací torrent%s.',
'std_confirm_remove' => 'Jste si jisti, že jej chcete odstranit?',
'select_an_user_class' => 'Vyberte uživatelskou třídu',

View File

@@ -54,6 +54,7 @@ Best Regards,
'harem_addition' => 'Přidání harem',
'signup_link_help' => 'Kliknutím pravým tlačítkem myši kopírujete',
'signup_link' => 'Odkaz na registraci',
'text_uploaded_count' => 'Počet nahrávaných',
'text_seed_torrent_count' => 'Počet Distribucí',
'text_seed_torrent_size' => 'Velikost Distribuce',
'text_seed_torrent_bonus_per_hour' => 'Bonus za hodinu',

View File

@@ -11,7 +11,7 @@ $lang_login = array
'p_remaining_tries' => "zbývající pokusy.",
'p_no_account_signup' => "Nemáte účet? <a href=\"signup.php\"><b>Zaregistrujte se</b></a> právě teď!",
'p_forget_pass_recover' => "Zapomněli jste heslo? Obnovte své heslo <a href=\"recover.php\"><b>e-mailem</b></a>",
'p_account_banned' => "Účet zablokován? Zobrazit důvod na<a href=\"user-ban-log.php\"><b>uživatelský log</b></a>",
'p_account_banned' => "Účet zablokován? Zobrazit důvod na <a href=\"user-ban-log.php\"><b>uživatelský log</b></a>",
'p_resend_confirm' => "Neobdrželi jste potvrzovací e-mail nebo je nedostupný potvrzovací odkaz? <a href=\"confirm_resend.php\"><b>Pošlete potvrzovací e-mail znovu</b></a>",
'rowhead_username' => "Uživatelské jméno:",
'rowhead_password' => "Heslo:",
@@ -28,13 +28,14 @@ $lang_login = array
'text_helpbox' => "Nápověda",
'text_helpbox_note' => "Máte problémy s registrací nebo přihlášením? Zanechte zprávu zde",
'text_message' => "Zpráva: ",
'sumbit_shout' => "křičet",
'sumbit_shout' => "odeslat",
'submit_clear' => "vyčistit",
'text_select_lang' => "Vyberte jazyk stránky: ",
'head_login' => "Přihlásit se",
'rowhead_two_step_code' => 'Dvoufaktorové ověření',
'two_step_code_tooltip' => 'Pokud je povoleno, musí být vyplněno',
'text_complain' => 'Kanál stížnosti',
'other_methods' => "Jiné metody",
);
?>

View File

@@ -168,6 +168,10 @@ $lang_mybonus = array
'text_success_buy_change_username_card' => "Gratulujeme k úspěšnému zakoupení <b>změňte uživatelskou kartu</b>!",
'text_change_username_card_already_has' => 'Již máte změněnou kartu uživatelského jména',
'text_rainbow_id_already_valid_forever' => 'Již máte trvalé ID Rainbow',
'text_get_by_medal' => 'Mediální bonus získá následující doplňkovou bonusovou hodnotu za hodinu',
'medal_additional_desc' => 'Výpočet Mediálního bonusu je stejný jako výše bez ohledu na minimální záruku',
'medal_additional_factor' => 'Konečný bonus je vypočítaný medailový bonus vynásobený faktorem medal_additional_factor',
'text_bonus_mini_size' => 'Velikost Torrentu musí být alespoň %s. Velikost Torrentu menší než tato hlasitost je vyloučena z výpočtu bonusu'
);
?>

View File

@@ -707,9 +707,12 @@ $lang_settings = array
'text_login_secret_lifetime_unit' => 'minuta',
'row_login_secret_lifetime' => 'Životnost přihlášení tajného kódu',
'text_login_secret_lifetime_deadline' => 'Aktuální přihlašovací tajná lhůta',
'row_enable_technical_info' => 'Povolit MediaInfo',
'text_enable_technical_info' => "Výchozí 'Ne'. MediaInfo pochází z softwaru <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Text",
'row_sticky_first_level_background_color' => 'Barva lepšího prvního stupně pozadí',
'row_enable_technical_info' => 'Povolit MediaInfo/BDInfo',
'text_enable_technical_info' => 'Default \'No\'. <br>
MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b> the result of "Text view" <br>
BDInfo comes from software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b> the result of "View Reports"
',
'row_sticky_first_level_background_color' => 'Barva lepšího prvního stupně pozadí',
'text_sticky_first_level_background_color_note' => 'Zvýraznit barvu barvy na první úrovni, pokud není nastavena žádná úroveň.',
'row_sticky_second_level_background_color' => 'Barva lepšího druhého stupně bg',
'text_sticky_second_level_background_color_note' => 'Barva lepšího druhého stupně bg, pokud není nastavena, nebude žádný.',
@@ -816,6 +819,13 @@ $lang_settings = array
'text_use_challenge_response_authentication_note' => 'Pokud je povoleno, při přihlášení nebudou přenášena žádná klíčová hesla. Budoucí vydání tuto konfiguraci odstraní a povolí tuto funkci.' ,
'row_complain_enabled' => 'Zda povolit stížnosti',
'row_complain_enabled_note' => 'výchozí: "ano"',
'row_min_size' => 'Minimální objem',
'text_bonus_mini_size'=> 'Minimální objem požadovaný pro torrent je',
'text_bonus_mini_size_help' => '. Velikost Torrentu menší než tato hlasitost není zahrnuta do výpočtu bonusu. Jednotka: bajty (Byte), např. 1 KiB = 1024 Byte.',
'row_reward_bonus_options' => 'Možnosti odměn',
'text_reward_bonus_options_note' => 'Odměňovací bonusové možnosti na stránce s podrobnostmi torrentu, více možností oddělených čárkami',
'row_reward_times_limit' => 'Limit frekvence odměn',
'text_reward_times_limit_note' => 'Denní limit na uživatele pro bonusové odměny na detailních stránkách. Nastavte na 0 bez omezení. Výchozí hodnota: 0',
);
?>

View File

@@ -22,6 +22,14 @@ $lang_tags = array
'text_underline_description' => "Podtrhuje přiložený text.",
'text_underline_syntax' => "[u]<i>Text</i>[/u]",
'text_underline_example' => "[u]Toto je podtržený text.[/u]",
'text_strikethrough' => "Úderná",
'text_strikethrough_description' => "Uzavřený text je pozoruhodný.",
'text_strikethrough_syntax' => "[s]<i>Text</i>[/s]",
'text_strikethrough_example' => "[s]Toto je úžasný text.[/s]",
'text_hide' => 'Hidden',
'text_hide_description' => 'Uzavřený text skryje',
'text_hide_syntax' => '[hide]<i>Text</i>[/hide]',
'text_hide_example' => '[hide]Snažil jsem se tak tvrdě a až dosud jsem dostal[/hide]',
'text_color_one' => "Barva (např. 1)",
'text_color_one_description' => "Změní barvu přiloženého textu.",
'text_color_one_syntax' => "[color=<i>barva</i>]<i>Text</i>[/color]",
@@ -45,22 +53,22 @@ $lang_tags = array
'text_hyperlink_one' => "Hyperlink (např. 1)",
'text_hyperlink_one_description' => "Vloží odkaz",
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
'text_hyperlink_one_example' => "[url]http://%s[/url]",
'text_hyperlink_one_example' => "[url]%s[/url]",
'text_hyperlink_one_remarks' => "Tato značka je superfluou; všechny adresy URL jsou automaticky hypertextové.",
'text_hyperlink_two' => "Hyperlink (např. 2)",
'text_hyperlink_two_description' => "Vloží odkaz",
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>odkaz</i>[/url]",
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
'text_hyperlink_two_example' => "[url =%s]%s[/url]",
'text_hyperlink_two_remarks' => "Nemusíte používat tento štítek, pokud nechcete nastavit text odkazu; všechny adresy URL jsou automaticky hypertextové.",
'text_image_one' => "Obrázek (např. 1)",
'text_image_one_description' => "Vloží obrázek.",
'text_image_one_syntax' => "[img=<i>URL</i>]",
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
'text_image_one_example' => "[img=%s/pic/nexus.png]",
'text_image_one_remarks' => "Adresa URL musí skončit <b>.gif</b>, <b>.jpg</b>, <b>.jpeg nebo <b>.png</b>.",
'text_image_two' => "Obrázek (např. 2)",
'text_image_two_description' => "Vloží obrázek.",
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
'text_image_two_example' => "[img]%s/pic/nexus.png[/img]",
'text_image_two_remarks' => "Adresa URL musí skončit <b>.gif</b>, <b>.jpg</b>, <b>.jpeg nebo <b>.png</b>.",
'text_quote_one' => "Cenová nabídka (např. 1)",
'text_quote_one_description' => "Vloží citát.",
@@ -98,23 +106,31 @@ $lang_tags = array
'text_flash' => "Flash (např. 1)",
'text_flash_description' => "Vložit flash na webových stránkách v určené šířce a výšce",
'text_flash_syntax' => "[flash,width,height]Flash URL[/flash]",
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
'text_flash_example' => "%s/flash.demo.swf[/flash]",
'text_flash_two' => "Flash (alt. 2)",
'text_flash_two_description' => "Vložte flash na webových stránkách ve výchozím nastavení šířku a výšku (500 * 300)",
'text_flash_two_syntax' => "[flash]Flash URL[/flash]",
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
'text_flash_two_example' => "[flash]%s/flash.demo.swf[/flash]",
'text_flv_one' => "Blikat video (alt.1)",
'text_flv_one_description' => "Vložit flash video do webových stránek v určené šířce a výšce",
'text_flv_one_syntax' => "[flv,šířka,výška]Flash URL videa[/flv]",
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
'text_flv_one_example' => "[flv,320,240]%s/flash.video.demo.flv[/flv]",
'text_flv_two' => "Blikat video (alt.2)",
'text_flv_two_description' => "Vložte flash video do webových stránek ve výchozím nastavení šířku a výšku (320 * 240)",
'text_flv_two_syntax' => "[flv]Flash URL videa[/flv]",
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
'text_flv_two_example' => "[flv]%s/flash.video.demo.flv[/flv]",
'text_youtube' => "YouTube",
'text_youtube_description' => "Vložit YouTube online video na webové stránky",
'text_youtube_syntax' => "[youtube,width,výška]Video URL na YouTube[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=DWDL3VTCcCg&ab_channel=ESPNMMA[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/youtube]",
'text_video' => "Video",
'text_video_description' => "Vložit HTML5 video přehrávač",
'text_video_syntax' => "[video,šířka,výška]URL videa[/video]",
'text_video_example' => "[video]https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm[/video]",
'text_audio' => "Zvuk",
'text_audio_description' => "Vložit HTML5 audio přehrávač",
'text_audio_syntax' => "[audio]URL zvuku[/audio]",
'text_audio_example' => "[audio]https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3[/audio]",
'text_youku' => "YouKu",
'text_youku_description' => "Vložte YouKu online video na webové stránky",
'text_youku_syntax' => "[youku]URL videa na YouKu[/youku]",
@@ -132,6 +148,10 @@ $lang_tags = array
'text_spoiler_description' => 'Vložit rozšiřitelný/sbalitelný obsah na stránce',
'text_spoiler_syntax' => '[spoiler=title]Toto je složený obsah[/spoiler]',
'text_spoiler_example' => '[spoiler=Co se stalo s konečným koncem hrdiny?]Hrdina naposledy zemřel![/spoiler]',
'text_hr' => 'Vodorovné pravidlo',
'text_hr_description' => 'Vložit na stránku obsah vodorovného pravidla',
'text_hr_syntax' => '[hr]',
'text_hr_example' => 'Nikdy vás nevzdejte[hr]Nikdy tě nenechej',
'text_left' => 'Text align left',
'text_left_description' => 'Vložte na stránku svůj doleva odůvodněný obsah.',

View File

@@ -27,7 +27,7 @@ $lang_takesignup = array
'std_to_finish_signup' => " dokončit registraci, děkuji!",
'msg_subject' => "Vítejte v ",
'msg_congratulations' => "Gratulujeme ",
'msg_you_are_a_member' => ",\n\nNyní jste členem %s,\nRádi bychom využili této příležitosti a přivítali %s!\n\nPřečtěte si prosím [url=pravidla. hp][b]Pravidla[/b][/url] a [url=faq. hp][b]Faq[/b][/url].\n A nezapomeňte zastavit [url=forums. hp][b]fóra[/b][/url]: a řekněte Ahoj!\n\nUžijte si svůj pobyt.\nZaměstnanci %s ",
'msg_you_are_a_member' => ",\n\nNyní jste členem %s,\nRádi bychom využili této příležitosti a přivítali jsme se k nám!\n\nNezapomeňte si přečíst [url=pravidla. hp][b]Pravidla[/b][/url] a [url=faq. hp][b]Faq[/b][/url].\n A nezapomeňte zastavit [url=fórum. hp][b]fóra[/b][/url]: a řekněte Ahoj!\n\nUžijte si svůj pobyt.\nZaměstnanci %s ",
'mail_this_link' => "Tvůj odkaz",
'mail_here' => "ZÍSKAT",
'mail_title' => " Potvrzení registrace uživatele",

View File

@@ -7,8 +7,8 @@ $lang_upload = array
'std_unauthorized_to_upload' => "You are not authorized to upload torrents. Read (<a class=\"faqlink\" href=\"messages.php\">Inbox</a>)",
'std_please_offer' => "Nemáte oprávnění k nahrávání torrentů. (viz <a class=\"faqlink\" href=\"faq.php#id36\">Nahrávání</a> v FAQ.<br /><br />Pokud si myslíte, že jste kvalifikovaní pro nahrávání práv, navrhněte prosím svou nabídku <a class=\"faqlink\" href=\"offers.php\"><b>zde</b></a><br />",
'text_red_star_required' => "Pole označená červenou hvězdou (<font color=\"red\">*</font>) jsou povinná.",
'text_tracker_url' => "Oznamovací URL trackeru je",
'row_torrent_file' => "Torrent&nbsp;soubor",
'text_tracker_url' => "Výchozí announce trackeru",
'row_torrent_file' => "Torrrent&nbsp;soubor",
'row_torrent_name' => "Torrent&nbsp;jméno",
'text_torrent_name_note' => "(Vybráno z názvu souboru, pokud není zadáno. <b>Použijte popisná jména.</b> např. Blade Runner 1982 Final Cut 720p HDDVD DTS x264-ESiR)\n",
'row_small_description' => "Malý&nbsp;popis",

View File

@@ -256,6 +256,8 @@ $lang_usercp = array
'add_seed_box_btn' => 'Registrovat se',
'checkbox_pm_on_topic_reply' => 'Upozornit mě na nové odpovědi na příspěvky ve fóru',
'checkbox_pm_on_hr_reached' => 'Upozornit mě, když H&R dosáhne cíle',
'row_tracker_url' => 'URL Trackeru',
'row_tracker_url_help' => '<b>Poznámka:</b> Po výběru lze oznámení odeslat pouze na vybraný odkaz. Ve výchozím nastavení může být oznámení odesláno pouze na první výchozí odkaz v seznamu.',
);
?>

View File

@@ -106,7 +106,7 @@ $lang_userdetails = array
'title_download' => "Stahování: ",
'title_upload' => "Nahrát: ",
'title_male' => "Muž",
'title_female' => "Samice",
'title_female' => "Žena",
'title_not_available' => "Nepřichází v úvahu",
'title_send_pm' => "Odeslat&nbsp;PM",
'title_report_user' => "Nahlásit&nbsp;Uživatele",
@@ -138,10 +138,10 @@ $lang_userdetails = array
'std_sorry' => "Omlouváme se",
'std_user_not_confirmed' => "Uživatel ještě nebyl potvrzen!",
'text_not_available' => "Nepřichází v úvahu",
'row_vip_by_bonus' => "VIP dle bonusu",
'row_vip_by_bonus' => "VIP vyprší platnost",
'text_vip_by_bonus_note' => "Zda VIP status získáte pomocí bonusu",
'row_vip_until' => "VIP do",
'text_vip_until_note' => "Formát času je YYYY-MM-DD hh:mm:ss. Čas do doby, kdy je VIP status platný. Aby to fungovalo, musí být \"VIP - bonus\" nastaveno na \"ano\".",
'text_vip_until_note' => "Formát času je YYYY-MM-DD hh:mm:ss. Čas do doby, kdy je VIP status platný. Aby to fungovalo, musí být \"VIP auto expirace\" nastaveno na \"ano\".",
'row_show_ad' => "Show Ad",
'row_no_ad_until' => "Žádná reklama do",
'text_no_ad_until_note' => "Formát času je YYYY-MM-DD hh:mm:ss. Čas do vypnutí reklamy.",

View File

@@ -13,4 +13,5 @@ $lang_attendance = array
'retroactive_event_text' => 'Rå',
'retroactive_confirm_tip' => 'Bekræft at deltage: ',
'retroactive_description' => 'Klik på prikken på den hvide baggrund for at deltage. Du har i øjeblikket et fremmøde kort <b>%d</b>.',
'attend_button' => 'Tjek ind nu',
);

View File

@@ -2,344 +2,349 @@
$lang_functions = array
(
'std_access_denied' => "Access Denied!",
'std_fake_account' => "We come to believe you are using a fake account, therefore we've logged this action!",
'std_access_denied' => "Adgang Nægtet!",
'std_fake_account' => "Vi kommer til at tro, at du bruger en falsk konto, derfor har vi logget denne handling!",
'std_permission_denied' => "Tilladelse nægtet!",
'std_permission_denied_only' => "Permission denied. Only ",
'std_or_above_can_view' => " or above could view. <br /><br /> Please see the "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
'std_permission_denied_only' => "Tilladelse nægtet. Kun ",
'std_or_above_can_view' => " eller over kunne se. <br /><br /> Se venligst "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> for mere information om forskellige brugerklasser og hvad de kan gøre.<br /><br /><b></p> %s Personalet</b>",
'std_target_not_exists' => 'Target not exists',
'std_already_logged_in' => "You have already logged in!",
'text_page_last_updated' => "This page last updated ",
'text_browser_cookies_note' => "If you enable cookies and are still unable to log in, perhaps something happened to cause a problem with your login cookie. We suggest delete your cookies and trying again. To delete cookies in Internet Explorer, go to Tools > Internet Options... and click on the Delete Cookies button. Note that this will delete all cookies stored on your system for other sites as well.",
'std_already_logged_in' => "Du har allerede logget ind!",
'text_page_last_updated' => "Denne side er sidst opdateret ",
'text_browser_cookies_note' => "Hvis du aktiverer cookies og stadig ikke er i stand til at logge ind, skete der måske noget, der forårsagede et problem med din login-cookie. Vi foreslår, at du sletter dine cookies og prøver igen. For at slette cookies i Internet Explorer, gå til Værktøjer > Internetindstillinger... og klik på knappen Slet cookies. Bemærk, at dette vil slette alle cookies, der er gemt på dit system, også for andre websteder.",
'std_error' => "Fejl",
'text_unable_to_send_mail' => "Unable to send mail. Please contact an administrator about this error.",
'text_unable_to_send_mail' => "Kan ikke sende mail. Kontakt venligst en administrator om denne fejl.",
'std_success' => "Succes",
'std_confirmation_email_sent' => "A confirmation email has been mailed to ",
'std_please_wait' => "Please allow a few minutes for the mail to arrive.",
'std_account_details_sent' => "The new account details have been mailed to ",
'std_locked' => " Locked! (the maximum number of failed ",
'std_attempts_reached' => " attempts is reached during reauthentication)",
'std_your_ip_banned' => "We come to believe you are trying to cheat our system, therefore we've banned your ip!",
'std_login_failed' => "Login failed!",
'std_login_failed_note' => "<b>Error</b>: Username or password incorrect! Or you are not confirmed yet<br /><br />Don't remember your password? <b><a href=\"recover.php\">Recover</a></b> your password!",
'std_failed' => "Failed",
'std_oops' => "Oops!",
'std_confirmation_email_sent' => "En bekræftelsesmail er blevet sendt til ",
'std_please_wait' => "Tillad venligst et par minutter for mailen at ankomme.",
'std_account_details_sent' => "De nye kontooplysninger er blevet sendt til ",
'std_locked' => " Låst! (det maksimale antal mislykkedes ",
'std_attempts_reached' => " forsøg nås under gengodkendelse)",
'std_your_ip_banned' => "Vi kommer til at tro, at du forsøger at snyde vores system, derfor har vi forbudt din ip!",
'std_login_failed' => "Login mislykkedes!",
'std_login_failed_note' => "<b>Fejl</b>: Brugernavn eller adgangskode forkert! Eller du er ikke bekræftet endnu<br /><br />Husk ikke din adgangskode? <b><a href=\"recover.php\">Genoprette</a></b> din adgangskode!",
'std_failed' => "Mislykkedes",
'std_oops' => "Ups!",
'std_sorry' => "Beklager",
'std_invite_system_disabled' => "The invite system is currently disabled...",
'std_open_registration_disabled' => "Open registration is currently disabled. Invites only. If you are lucky you might have a friend who wants to invite you :) We just wanna see how much cheaters will start respecting their accounts after they realize they can't just come back in and get another one :). Keep this in mind, if you are already a member and you invite a known cheater, and you knew about it in the first place, both yours and the person you invited are disabled. You will have to come talk to us to get your account reenstated. If you want an invite and you know someone who have one it's up to them to give you an invite.",
'std_account_limit_reached' => "The current user account limit has been reached. Inactive accounts are pruned all the time, please check back again later...",
'std_the_ip' => "The IP ",
'std_used_many_times' => " is already being used on too many account.... No more accounts allowed at <b>%s</b>.",
'std_invalid_image_code' => "Invalid Image Code! <br /><b>Do not go back, The image code has been cleared!</b> <br /><br />Please click ",
'std_here_to_request_new' => "<b>here</b></a> to request a new image code.",
'std_invite_system_disabled' => "Invitationssystemet er i øjeblikket deaktiveret...",
'std_open_registration_disabled' => "Åben registrering er i øjeblikket deaktiveret. Kun Invitationer Hvis du er heldig, kan du have en ven, der ønsker at invitere dig :) Vi vil bare se, hvor meget snydere vil begynde at respektere deres konti, når de indser, at de ikke bare kan komme ind og få en anden en :). Husk, hvis du allerede er medlem, og du inviterer en kendt bedrager, og du vidste det i første omgang, både din og den person, du inviterede, er deaktiveret. Du bliver nødt til at komme til at tale med os for at få din konto genregistreret. Hvis du ønsker en invitation, og du kender nogen, der har en, det er op til dem at give dig en invitation.",
'std_account_limit_reached' => "Den nuværende brugerkonto grænse er nået. Inaktive konti beskæres hele tiden, tjek venligst tilbage igen senere...",
'std_the_ip' => "IP ",
'std_used_many_times' => " bruges allerede på for mange konto.... Ikke flere konti tilladt på <b>%s</b>.",
'std_invalid_image_code' => "Ugyldig billedkode! <br /><b>Gå ikke tilbage, Billedkoden er blevet ryddet!</b> <br /><br />Klik venligst på ",
'std_here_to_request_new' => "<b>her</b></a> for at anmode om en ny billedkode.",
'std_action' => 'Handling',
'std_report' => 'Rapport',
'std_desc' => 'Varebeskrivelse',
'std_comment' => 'Kommentar',
'std_quick_comment' => 'Quick comment',
'std_click_here_to_goback' => 'Click here to goback',
'std_you_will_get' => 'You will get',
'std_by' => 'By',
'row_security_image' => "Security Image:",
'row_security_challenge' => "Security Challenge:",
'row_security_code' => "Security Code:",
'std_quick_comment' => 'Hurtig kommentar',
'std_click_here_to_goback' => 'Klik her for at gå tilbage',
'std_you_will_get' => 'Du vil få',
'std_by' => 'Af',
'row_security_image' => "Sikkerhedsbillede:",
'row_security_challenge' => "Sikkerheds Udfordring:",
'row_security_code' => "Sikkerhedskode:",
'text_slots' => "Slots:",
'text_unlimited' => "Unlimited",
'std_server_load_very_high' => "The server load is very high at the moment. Retrying, please wait...",
'std_too_many_users' => "Too many users. Please press the Refresh button in your browser to retry.",
'text_unauthorized_ip' => "<h1>403 Forbidden</h1>Unauthorized IP address.",
'text_home' => "Home",
'text_unlimited' => "Ubegrænset",
'std_server_load_very_high' => "Serverens belastning er meget høj i øjeblikket. Prøver igen, vent venligst...",
'std_too_many_users' => "For mange brugere. Tryk på Opdater knappen i din browser for at prøve igen.",
'text_unauthorized_ip' => "<h1>403 Forbudt</h1>Uautoriseret IP-adresse.",
'text_home' => "Hjem",
'text_forums' => "Fora",
'text_torrents' => "Torrents",
'text_offers' => "Offers",
'text_request' => "Requests",
'text_offers' => "Tilbud",
'text_request' => "Anmodninger",
'text_upload' => "Upload",
'text_subtitles' => "Undertekster",
'text_user_cp' => "User CP",
'text_user_cp' => "Bruger CP",
'text_top_ten' => "Top 10",
'text_log' => "LOG",
'text_rules' => "Regler",
'text_faq' => "OSS",
'text_staff' => "Staff",
'std_site_down_for_maintenance' => "Site is down for maintenance, please check back again later... thanks",
'text_click_view_full_image' => "Click this bar to view the full image.",
'text_image_resized' => "This image has been resized. Click this bar to view the full image.",
'text_click_view_small_image' => "Click this bar to view the small image.",
'text_staff' => "Personale",
'std_site_down_for_maintenance' => "Webstedet er nede for vedligeholdelse, tjek venligst tilbage igen senere... tak",
'text_click_view_full_image' => "Klik på denne bjælke for at se hele billedet.",
'text_image_resized' => "Dette billede er blevet ændret. Klik på denne bjælke for at se det fulde billede.",
'text_click_view_small_image' => "Klik på denne bar for at se det lille billede.",
'text_login' => "Login",
'text_signup' => "Signup",
'text_signup' => "Tilmelding",
'text_inf' => "Inf.",
'title_donor' => "donor",
'title_warned' => "warned",
'title_inbox_new_messages' => "inbox&nbsp;(new&nbsp;messages)",
'title_inbox_no_new_messages' => "inbox&nbsp;(no&nbsp;new&nbsp;messages)",
'title_warned' => "advaret",
'title_inbox_new_messages' => "indbakke&nbsp;(nye&nbsp;meddelelser)",
'title_inbox_no_new_messages' => "indbakke&nbsp;(ingen&nbsp;nye&nbsp;meddelelser)",
'text_yes' => "Ja",
'text_no' => "Nej",
'text_unknown' => "Unknown",
'text_welcome_back' => "Welcome",
'text_staff_panel' => "Staff Panel",
'text_site_settings' => "Site Settings",
'text_logout' => "logout",
'text_unknown' => "Ukendt",
'text_welcome_back' => "Velkommen",
'text_staff_panel' => "Personale Panel",
'text_site_settings' => "Websteds Indstillinger",
'text_logout' => "log ud",
'text_bonus' => "Bonus ",
'text_use' => "Use",
'text_ratio' => "Ratio:",
'text_uploaded' => "Uploaded:",
'text_downloaded' => "Downloaded:",
'text_active_torrents' => "Active:",
'text_use' => "Brug",
'text_ratio' => "Forhold:",
'text_uploaded' => "Uploadet:",
'text_downloaded' => "Downloadet:",
'text_active_torrents' => "Aktiv:",
'title_torrents_seeding' => "Torrents&nbsp;Seeding",
'title_torrents_leeching' => "Torrents&nbsp;Leeching",
'text_connectable' => "Connectable:&nbsp;",
'text_the_time_is_now' => "Time: ",
'text_message_new' => " New",
'title_sentbox' => "sentbox",
'title_inbox' => "inbox",
'text_connectable' => "Tilsluttelig:&nbsp;",
'text_the_time_is_now' => "Tid: ",
'text_message_new' => " Ny",
'title_sentbox' => "postkasse",
'title_inbox' => "indbakke",
'title_buddylist' => "Buddylist",
'text_you_have' => "Du har ",
'text_new_message' => " new message",
'text_new_message' => " ny besked",
'text_s' => "s",
'text_click_here_to_read' => "! Click here to read.",
'text_your_friends' => "Your friend",
'text_awaiting_confirmation' => " awaiting confirmation from you!",
'text_website_offline_warning' => "<b>WARNING</b>: The website is currently offline! Click <a href=\"settings.php\">here</a> to change settings.",
'text_there_is' => "There",
'text_new_report' => " new report",
'text_new_staff_message' => " new staff message",
'text_click_here_to_read' => "! Klik her for at læse.",
'text_your_friends' => "Din ven",
'text_awaiting_confirmation' => " afventer bekræftelse fra dig!",
'text_website_offline_warning' => "<b>ADVARSEL</b>: Hjemmesiden er i øjeblikket offline! Klik <a href=\"settings.php\">her</a> for at ændre indstillinger.",
'text_there_is' => "Der",
'text_new_report' => " ny rapport",
'text_new_staff_message' => " ny personalebesked",
'text_search' => "Søg",
'text_profile' => "Profile",
'text_profile' => "Profil",
'text_chat' => "Chat",
'text_dox' => "DOX",
'text_links' => "Links",
'text_username' => "Username: ",
'text_password' => "Password: ",
'submit_log_in' => "Log&nbsp;in!",
'text_register' => "Register",
'text_username' => "Brugernavn: ",
'text_password' => "Adgangskode: ",
'submit_log_in' => "Log&nbsp;ind!",
'text_register' => "Registrer",
'text_rules_link' => "Regler",
'text_faq_link' => "OSS",
'text_useragreement' => "Useragreement",
'text_useragreement' => "Brugeraftale",
'text_prev' => "Forrige",
'text_next' => "Næste",
'text_by' => " by ",
'text_orphaned' => "(orphaned)",
'text_by' => " af ",
'text_orphaned' => "(forældreløse)",
'text_at' => "",
'text_edit' => "Rediger",
'text_delete' => "Slet",
'text_view_original' => "View original",
'text_view_original' => "Se original",
'text_last_edited_by' => "Sidst redigeret af ",
'text_edited_at' => "",
'col_type' => "Type",
'col_name' => "Navn",
'col_dl' => "DL",
'col_wait' => "Wait",
'col_wait' => "Vent",
'col_edit' => "Rediger",
'col_visible' => "Synlig",
'title_number_of_comments' => "Number&nbsp;of&nbsp;Comments",
'title_time_added' => "Time&nbsp;Added",
'title_number_of_comments' => "Antal&nbsp;af&nbsp;Kommentarer",
'title_time_added' => "Tid&nbsp;Tilføjet",
'title_size' => "Størrelse",
'title_number_of_seeders' => "Number&nbsp;of&nbsp;Seeders",
'title_number_of_leechers' => "Number&nbsp;of&nbsp;Leechers",
'title_number_of_snatched' => "Number&nbsp;of&nbsp;Snatched",
'title_number_of_seeders' => "Antal&nbsp;af&nbsp;Seeders",
'title_number_of_leechers' => "Antal&nbsp;af&nbsp;Leechers",
'title_number_of_snatched' => "Antal&nbsp;af&nbsp;Snatched",
'col_uploader' => "Uploader",
'col_action' => "Act",
'col_action' => "Akt",
'text_normal' => "Normal",
'text_free' => "Gratis",
'text_two_times_up' => "2X",
'text_free_two_times_up' => "2X Gratis",
'text_half_down' => "50%",
'text_half_down_two_up' => "2X 50%",
'text_new_uppercase' => "NEW",
'text_new_uppercase' => "NY",
'text_sticky' => "Klæbrig",
'title_download_torrent' => "Download&nbsp;Torrent",
'text_h' => " h",
'text_none' => "Ingen",
'text_anonymous' => "Anonym",
'text_promoted_torrents_note' => "<b>Those highlighted are:&nbsp;&nbsp;</b> <a href=\"?spstate=2\" target=\"_self\" title=\"Show free torrents\"><font class='free'><b>Free</b></font></a> | <a href=\"?spstate=3\" target=\"_self\" title=\"Show 2x up torrents\"><font class='twoup'><b>2x up</b></font></a> | <a href=\"?spstate=4\" target=\"_self\" title=\"Show 2x up and free torrents\"><font class='twoupfree'><b>2x up and free</b></font></a> | <a href=\"?spstate=5\" target=\"_self\" title=\"Show 50% down torrents\"><font class='halfdown'><b>50% down</b></font></a> | <a href=\"?spstate=6\" target=\"_self\" title=\"Show 2x up and 50% down torrents\"><font class='twouphalfdown'><b>2x up and 50% down</b></font></a> | <a href=\"?spstate=7\" target=\"_self\" title=\"Show 30% down torrents\"><font class='thirtypercent'><b>30% down</b></font></a><b>&nbsp;torrents</b><br />Leeching them is the best way to fix your ratio!",
'std_file' => "File ",
'std_does_not_exist' => " doesn't exist",
'std_access_permission_note' => "!<br /><font color=\"blue\">Before the setup starts, please ensure that you have properly configured file and directory access permissions. Please see below.</font><br /><br />chmod -R 777 config (config directory).",
'std_cannot_read_file' => "Cannot read file ",
'std_cannot_serialize_file' => "Cannot serialize file ",
'std_cannot_open_file' => "Cannot open file ",
'std_to_save_info' => " to save info",
'text_cannot_save_info_in' => "Cannot save info in file (error in serialisation) ",
'std_your_account_parked' => "Your account is parked.",
'text_promoted_torrents_note' => "<b>De fremhævede er:&nbsp;&nbsp;</b> <a href=\"?spstate=2\" target=\"_self\" title=\"Show free torrents\"><font class='free'><b>Free</b></font></a> <a href=\"?spstate=3\" target=\"_self\" title=\"Show 2x up torrents\"><font class='twoup'><b>2x up</b></font></a> <a href=\"?spstate=4\" target=\"_self\" title=\"Show 2x up and free torrents\"><font class='twoupfree'><b>2x up and free</b></font></a> <a href=\"?spstate=5\" target=\"_self\" title=\"Show 50% down torrents\"><font class='halfdown'><b>50% down</b></font></a> <a href=\"?spstate=6\" target=\"_self\" title=\"Show 2x up and 50% down torrents\"><font class='twouphalfdown'><b>2x up and 50% down</b></font></a> <a href=\"?spstate=7\" target=\"_self\" title=\"Show 30% down torrents\"><font class='thirtypercent'><b>30% down</b></font></a><b>&nbsp;torrents</b><br />Leeching dem er den bedste måde at rette din ratio!",
'std_file' => "Fil ",
'std_does_not_exist' => " findes ikke",
'std_access_permission_note' => "!<br /><font color=\"blue\">Før opsætningen starter, skal du sikre dig, at du har konfigureret korrekt fil og mappe adgang tilladelser. Se venligst nedenfor.</font><br /><br />chmod -R 777 config (config directory).",
'std_cannot_read_file' => "Kan ikke læse filen ",
'std_cannot_serialize_file' => "Kan ikke serialisere filen ",
'std_cannot_open_file' => "Kan ikke åbne fil ",
'std_to_save_info' => " for at gemme info",
'text_cannot_save_info_in' => "Kan ikke gemme info i filen (fejl i serialisering) ",
'std_your_account_parked' => "Din konto er parkeret.",
'title_online' => "Online",
'title_offline' => "Offline",
'title_send_message_to' => "Send&nbsp;message&nbsp;to&nbsp;",
'title_report_this_comment' => "Report&nbsp;this&nbsp;comment",
'text_bookmarks' => "Bookmarks",
'title_send_message_to' => "Send&nbsp;besked&nbsp;til&nbsp;",
'title_report_this_comment' => "Anmeld&nbsp;denne&nbsp;kommentar",
'text_bookmarks' => "Bogmærker",
'title_bookmark_torrent' => "Bogmærke",
'title_delbookmark_torrent' => "Unbookmark",
'text_mark' => "Mark",
'title_delbookmark_torrent' => "Fjern Bogmærke",
'text_mark' => "Markér",
'text_unmark' => "Unmark",
'text_award' => "Bonus Award: ",
'text_additional_notes' => "Additional Notes: ",
'title_view_reviews' => "Click&nbsp;to&nbsp;view&nbsp;reviews",
'title_has_new_comment' => "Has&nbsp;new&nbsp;comment",
'title_no_new_comment' => "No&nbsp;new&nbsp;comment",
'row_external_info' => "External&nbsp;Info",
'text_additional_notes' => "Yderligere Bemærkninger: ",
'title_view_reviews' => "Klik&nbsp;for at&nbsp;se&nbsp;anmeldelser",
'title_has_new_comment' => "Har&nbsp;ny&nbsp;kommentar",
'title_no_new_comment' => "Ingen&nbsp;ny&nbsp;kommentar",
'row_external_info' => "Ekstern&nbsp;Info",
'row_imdb_url' => "IMDb&nbsp;URL",
'text_imdb_url_note' => "(URL taken from <strong><a href=\"https://www.imdb.com\">IMDb</a></strong>. e.g.&nbsp;for movie <b>The Dark Knight</b> the URL is <b>https://www.imdb.com/title/tt0468569/</b>)",
'text_artist' => "&nbsp;Artist:&nbsp;",
'text_imdb_url_note' => "(URL taget fra <strong><a href=\"https://www.imdb.com\">IMDb</a></strong>. fx&nbsp;for film <b>The Dark Knight</b> URL er <b>https://www.imdb.com/title/tt0468569/</b>)",
'text_artist' => "&nbsp;Kunstner:&nbsp;",
'text_album' => "Album:&nbsp;",
'title_get_rss' => "Get&nbsp;RSS",
'text_hot' => "Hot",
'text_classic' => "Classic",
'text_recommended' => "Good",
'title_view_nfo' => "View&nbsp;NFO&nbsp;file",
'title_edit_torrent' => "Edit&nbsp;or&nbsp;delete&nbsp;torrent",
'title_time_alive' => "Time&nbsp;Alive",
'title_add_comments' => "Add&nbsp;comment",
'title_get_rss' => "Hent&nbsp;RSS",
'text_hot' => "Varm",
'text_classic' => "Klassisk",
'text_recommended' => "God",
'title_view_nfo' => "Vis&nbsp;NFO&nbsp;fil",
'title_edit_torrent' => "Rediger&nbsp;eller&nbsp;slet&nbsp;torrent",
'title_time_alive' => "Tid&nbsp;Live",
'title_add_comments' => "Tilføj&nbsp;kommentar",
'text_at_time' => "",
'text_blank' => " ",
'text_ago' => " siden",
'text_last_commented_by' => "Last commented by ",
'text_last_commented_by' => "Sidst kommenteret af ",
'text_imdb' => "IMDb",
'text_votes' => " stemmer",
'text_country' => "Country",
'text_country' => "Land",
'text_genres' => "Genres",
'text_director' => "Director",
'text_starring' => "Starring",
'text_director' => "Direktør",
'text_starring' => "Stjernemarkering",
'text_runtime' => "Runtime",
'text_language' => "Sprog",
'text_douban' => "Douban",
'text_region' => "Region",
'text_creator' => "Creator",
'text_awaiting_five_votes' => "<i>awaiting 5 votes</i>",
'text_invite' => "Invite ",
'text_creator' => "Skaber",
'text_awaiting_five_votes' => "<i>afventer 5 stemmer</i>",
'text_invite' => "Inviter ",
'text_send' => "Send",
'text_tracks' => "Tracks",
'text_label' => "Label",
'text_tracks' => "Spor",
'text_label' => "Etiket",
'text_tags' => "Mærker",
'text_user_ip' => "User&nbsp;IP",
'text_location_main' => "Location&nbsp;Main",
'text_location_sub' => "Location&nbsp;Sub",
'text_ip_range' => "IP&nbsp;Range",
'text_min' => " min",
'text_music' => "Music",
'text_special' => "Special",
'text_user_ip' => "Bruger&nbsp;IP",
'text_location_main' => "Placering&nbsp;Primær",
'text_location_sub' => "Placering&nbsp;Sub",
'text_ip_range' => "IP&nbsp;Interval",
'text_min' => " min.",
'text_music' => "Musik",
'text_special' => "Speciel",
'title_reply_with_quote' => "Tilbud",
'title_add_reply' => "Add&nbsp;Reply",
'title_add_reply' => "Tilføj&nbsp;Svar",
'title_delete' => "Slet",
'title_edit' => "Rediger",
'title_reportbox' => "reportbox",
'title_staffbox' => "staffbox",
'title_staffbox' => "personaleboks",
'title_sticky' => "Klæbrig",
'text_new_news' => " unread important news",
'std_no_user_named' => "There is no user named ",
'text_new_news' => " ulæste vigtige nyheder",
'std_no_user_named' => "Der er ingen bruger navngivet ",
'text_banned' => "Udelukket",
'text_are' => " are ",
'text_is' => " is ",
'text_are' => " er ",
'text_is' => " er ",
'select_choose_one' => "vælg en",
'text_space' => " ",
'text_day' => "d ",
'text_new_suspected_cheater' => " new suspected cheater",
'text_new_suspected_cheater' => " ny mistænkt snyder",
'title_cheaterbox' => "cheaterbox",
'text_will_end_in' => " will end in ",
'text_alt_pageup_shortcut' => "Alt+Pageup",
'text_will_end_in' => " slutter om ",
'text_alt_pageup_shortcut' => "Alt+Side",
'text_alt_pagedown_shortcut' => "Alt+Pagedown",
'text_shift_pageup_shortcut' => "Shift+Pageup",
'text_shift_pageup_shortcut' => "Shift+Page up",
'text_shift_pagedown_shortcut' => "Shift+Pagedown",
'text_quote' => "Tilbud",
'text_code' => "CODE",
'std_invalid_id' => "Invalid ID! For security reason, we have logged this action.",
'text_code' => "Kode",
'std_invalid_id' => "Ugyldigt ID! Af sikkerhedsårsager har vi logget denne handling.",
'text_smilies' => "Smilies",
'col_type_something' => "Type...",
'col_to_make_a' => "To make a...",
'text_year' => " year",
'text_month' => " month",
'text_day' => " day",
'text_hour' => " hour",
'text_min' => " min",
'select_color' => "Color",
'col_to_make_a' => "For at gøre en...",
'text_year' => " år",
'text_month' => " måned",
'text_day' => " dag",
'text_hour' => " time",
'text_min' => " min.",
'select_color' => "Farve",
'select_font' => "Font",
'select_size' => "Størrelse",
'text_subject' => "Subject:",
'text_more_smilies' => "More Smilies",
'js_prompt_enter_url' => "You must enter a URL",
'js_prompt_enter_title' => "You must enter a title",
'js_prompt_error' => "Error!",
'js_prompt_enter_item' =>"Enter item of the list. For end of the list, press 'cancel' or leave the next field empty ",
'js_prompt_enter_image_url' => "You must enter a full image URL",
'js_prompt_enter_email' => "You must enter a E-mail",
'text_new' => "New",
'text_subject' => "Emne:",
'text_more_smilies' => "Flere Smilies",
'js_prompt_enter_url' => "Du skal indtaste en URL",
'js_prompt_enter_title' => "Du skal indtaste en titel",
'js_prompt_error' => "Fejl!",
'js_prompt_enter_item' =>"Indtast punkt i listen. For slutningen af listen, tryk på 'cancel' eller lad det næste felt være tomt ",
'js_prompt_enter_image_url' => "Du skal indtaste en fuld billede URL",
'js_prompt_enter_email' => "Du skal indtaste en e-mail",
'text_new' => "Ny",
'text_reply' => "Svar",
'submit_submit' => "Indsend",
'submit_preview' => "Eksempelvisning",
'row_subject' => "Emne",
'row_body' => "Krop",
'text_peasant' => "Peasant",
'text_user' => "User",
'text_power_user' => "Power User",
'text_elite_user' => "Elite User",
'text_crazy_user' => "Crazy User",
'text_insane_user' => "Insane User",
'text_veteran_user' => "Veteran User",
'text_extreme_user' => "Extreme User",
'text_ultimate_user' => "Ultimate User",
'text_user' => "Bruger",
'text_power_user' => "Strøm Bruger",
'text_elite_user' => "Elite Bruger",
'text_crazy_user' => "Skøre Bruger",
'text_insane_user' => "Sindssyg Bruger",
'text_veteran_user' => "Veteran Bruger",
'text_extreme_user' => "Ekstrem Bruger",
'text_ultimate_user' => "Ultimativ Bruger",
'text_nexus_master' => "Nexus Master",
'text_vip' => "VIP",
'text_uploader' => "Uploader",
'text_retiree' => "Retiree",
'text_retiree' => "Afbryd",
'text_forum_moderator' => "Forum Moderator",
'text_moderators' => "Moderator",
'text_administrators' => "Administrator",
'text_sysops' => "SysOp",
'text_staff_leader' => "Staff Leader",
'text_staff_leader' => "Personale Leder",
'text_short_year'=> "Y",
'text_short_month' => "MON",
'text_short_day' => "D",
'text_short_hour' => "H",
'text_short_min' => "M",
'text_short_min' => "",
'submit_edit' => "Rediger",
'text_banned_client_warning' => "You were using a banned BitTorrent client the last time connecting the tracker! Click here.",
'text_please_improve_ratio_within' => "Please improve your ratio within ",
'text_or_you_will_be_banned' =>", or your account will be banned! Click here.",
'text_banned_client_warning' => "Du brugte en blokeret BitTorrent-klient sidste gang du tilsluttede tracker! Klik her.",
'text_please_improve_ratio_within' => "Forbedre venligst dit forhold inden for ",
'text_or_you_will_be_banned' =>", eller din konto vil blive bandlyst! Klik her.",
'text_size' => "Størrelse",
'text_downloads' => "Downloads",
'text_attachment_key' => "Attachment for key ",
'text_not_found' => " not found",
'text_attachment_key' => "Vedhæftning for nøgle ",
'text_not_found' => " ikke fundet",
'text_thirty_percent_down' => "30%",
'text_please_download_something_within' => "Please download something within ",
'text_inactive_account_be_deleted' => ". Inactive accounts (with no transfer amount) will be deleted.",
'text_attendance' => '[Attend get bonus]',
'text_attended' => '[Attend got: %u, card: %d]',
'text_please_download_something_within' => "Download venligst noget i ",
'text_inactive_account_be_deleted' => ". Inaktive konti (uden overførselsbeløb) vil blive slettet.",
'text_attendance' => '[Deltag få bonus]',
'text_attended' => '[Deltag hér: %u, kort: %d]',
'row_pt_gen_douban_url' => "PT-Gen douban link",
'text_pt_gen_douban_url_note' => "(URL taken from <strong><a href=\"https://www.douban.com/\">douban</a></strong>. e.g.&nbsp;for movie <b>Transformers</b> the URL is <b> https://movie.douban.com/subject/1794171//</b>)",
'text_pt_gen_douban_url_note' => "(URL taget fra <strong><a href=\"https://www.douban.com/\">douban</a></strong>. fx&nbsp;for film <b>Transformers</b> URL er <b> https://movie.douban.com/subject/1794171//</b>)",
'row_pt_gen_imdb_url' => "PT-Gen imdb link",
'text_pt_gen_imdb_url_note' => "(URL taken from <strong><a href=\"https://www.imdb.com/\">imdb</a></strong>. e.g.&nbsp;for movie <b>Transformers</b> the URL is <b> https://www.imdb.com/title/tt0418279/</b>)",
'text_pt_gen_imdb_url_note' => "(URL taget fra <strong><a href=\"https://www.imdb.com/\">imdb</a></strong>. fx&nbsp;for film <b>Transformers</b> URL er <b> https://www.imdb.com/title/tt0418279/</b>)",
'row_pt_gen_bangumi_url' => "PT-Gen bangumi link",
'text_pt_gen_bangumi_url_note' => "(URL taken from <strong><a href=\"https://bangumi.tv/\">bangumi</a></strong>. e.g.&nbsp;for animation <b>Cowboy Bebop</b> the URL is <b>https://bangumi.tv/subject/253/</b>)",
'imdb_cache_dir_can_not_create' => 'imdb cache dir can not create',
'imdb_cache_dir_is_not_writeable' => 'imdb cache dir is not writeable',
'imdb_photo_dir_can_not_create' => 'imdb photo dir can not create',
'imdb_photo_dir_is_not_writeable' => 'imdb photo dir is not writeable',
'text_tag_no_release_to_any_other' => 'No release to any other',
'text_tag_first_release' => 'First release',
'text_tag_official' => 'Official',
'text_pt_gen_bangumi_url_note' => "(URL taget fra <strong><a href=\"https://bangumi.tv/\">bangumi</a></strong>. fx&nbsp;for animation <b>Cowboy Bebop</b> URL er <b>https://bangumi.tv/subject/253/</b>)",
'imdb_cache_dir_can_not_create' => 'imdb cache dir kan ikke oprette',
'imdb_cache_dir_is_not_writeable' => 'imdb cache dir er ikke skrivbar',
'imdb_photo_dir_can_not_create' => 'imdb fotodir kan ikke oprette',
'imdb_photo_dir_is_not_writeable' => 'imdb fotodir er ikke skrivbar',
'text_tag_no_release_to_any_other' => 'Ingen udgivelse til andre',
'text_tag_first_release' => 'Første udgivelse',
'text_tag_official' => 'Officiel',
'text_tag_diy' => 'DIY',
'text_tag_mother_language' => 'Mother language',
'text_tag_mother_language_subtitle' => 'Mother language subtitle',
'text_tag_mother_language' => 'Moder sprog',
'text_tag_mother_language_subtitle' => 'Undertekst til moder',
'text_tag_hdr' => 'HDR',
'text_required' => 'Påkrævet',
'text_invalid' => 'Invalid',
'text_technical_info' => 'MediaInfo',
'text_technical_info_help_text' => 'MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, language select english, click the view menu > text > right click in the box > select all > copy > past into this box.',
'text_management_system' => 'Management',
'text_seed_points' => 'Seed points',
'spoiler_expand_collapse' => 'Click to expand/collapse',
'spoiler_default_title' => 'Collapse content',
'text_invalid' => 'Ugyldig',
'text_technical_info' => 'MediaInfo/BDInfo',
'text_technical_info_help_text' => '<b>&middot;</b> MediaInfo kommer fra software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>, pen fil, sprog vælge engelsk, klik på visningsmenuen > tekst > højreklik i feltet > vælg alle > kopier > tidligere i dette felt.
<br>
<b>&middot;</b> BDInfo kommer fra software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b>, pen filen med denne software, skal du klikke på Scan Bitrates for at se rapporten, Højreklik i boksen > vælg alt, højreklik > kopier og indsæt det her.
',
'text_management_system' => 'Behandling',
'text_seed_points' => 'Seed point',
'spoiler_expand_collapse' => 'Klik for at udvide/skjule',
'spoiler_default_title' => 'Skjul indhold',
'menu_claim' => 'Claim: ',
'text_complains' => 'There %s %u pending complaint%s.',
'text_contactstaff' => 'Contact staff',
'full_site_promotion_in_effect' => 'Full site [%s] in effect!',
'full_site_promotion_time_range' => 'Time range: %s ~ %s',
'text_torrent_to_approval' => 'There %s%u not approval torrent%s.',
'std_confirm_remove' => 'Are you sure you want to delete it?',
'select_an_user_class' => 'Select an user class',
'input_check_all' => "Check All",
'input_uncheck_all' => "Uncheck All",
'select_at_least_one_record' => 'Select at least one record!',
'text_seed_box_record_to_approval' => 'There %s%u not approval seed box record%s.',
'approval_deny_reach_upper_limit' => 'The number of torrents whose current approval was denied: %s reached the upper limit and is not allowed to be upload.',
'text_complains' => 'Der %s %u afventer klage%s.',
'text_contactstaff' => 'Kontakt personale',
'full_site_promotion_in_effect' => 'Fuld hjemmeside [%s] i kraft!',
'full_site_promotion_time_range' => 'Tidsinterval: %s ~ %s',
'full_site_promotion_remark' => 'Bemærk: %s',
'full_site_promotion_upcoming' => 'Kommende fuld site [%s]',
'text_torrent_to_approval' => 'Der %s%u ikke godkendelse torrent%s.',
'std_confirm_remove' => 'Er du sikker på, at du vil slette den?',
'select_an_user_class' => 'Vælg en brugerklasse',
'input_check_all' => "Markér Alle",
'input_uncheck_all' => "Afmarkér Alle",
'select_at_least_one_record' => 'Vælg mindst én poster!',
'text_seed_box_record_to_approval' => 'Der %s%u ikke godkendelse seed box record%s.',
'approval_deny_reach_upper_limit' => 'Antallet af torrents hvis nuværende godkendelse blev nægtet: %s nåede den øvre grænse og må ikke uploades.',
);
?>

View File

@@ -54,6 +54,7 @@ Venlig hilsen,
'harem_addition' => 'Harem tilføjelse',
'signup_link_help' => 'Højreklik for at kopiere',
'signup_link' => 'Tilmelding link',
'text_uploaded_count' => 'Uploadet antal',
'text_seed_torrent_count' => 'Seeding-antal',
'text_seed_torrent_size' => 'Seedings størrelse',
'text_seed_torrent_bonus_per_hour' => 'Seeding bonus per time',

View File

@@ -11,7 +11,7 @@ $lang_login = array
'p_remaining_tries' => "resterende forsøg.",
'p_no_account_signup' => "Har du ikke en konto? <a href=\"signup.php\"><b>Tilmeld</b></a> lige nu!",
'p_forget_pass_recover' => "Glem din adgangskode? Gendan din adgangskode <a href=\"recover.php\"><b>via e-mail</b></a>",
'p_account_banned' => "Konto banned? se årsag til<a href=\"user-ban-log.php\"><b>bruger ban log</b></a>",
'p_account_banned' => "Konto banned? se årsag til <a href=\"user-ban-log.php\"><b>bruger ban log</b></a>",
'p_resend_confirm' => "Har du ikke modtaget bekræftelsesmail, eller bekræftelseslinket er i stykker? <a href=\"confirm_resend.php\"><b>Send bekræftelsesmail igen</b></a>",
'rowhead_username' => "Brugernavn:",
'rowhead_password' => "Adgangskode:",
@@ -35,6 +35,7 @@ $lang_login = array
'rowhead_two_step_code' => 'To-Faktor Godkendelse',
'two_step_code_tooltip' => 'Hvis aktiveret skal udfyldes',
'text_complain' => 'Klager Kanal',
'other_methods' => "Andre Metoder",
);
?>

View File

@@ -168,6 +168,10 @@ $lang_mybonus = array
'text_success_buy_change_username_card' => "Tillykke med dit vellykkede køb af et <b>ændre brugernavn kort</b>!",
'text_change_username_card_already_has' => 'Har allerede ændret brugernavn kort',
'text_rainbow_id_already_valid_forever' => 'Har allerede et permanent Regnbue-ID',
'text_get_by_medal' => 'Medalje bonus vil få følgende ekstra bonus værdi per time',
'medal_additional_desc' => 'Medalje bonus beregning formel er den samme som ovenfor, uanset minimumsgaranti',
'medal_additional_factor' => 'Den endelige bonus er den beregnede medalje-bonus ganget med medalen_additional_factor',
'text_bonus_mini_size' => 'Torrent størrelse skal være mindst %s. Torrent størrelse mindre end denne volumen er udelukket fra bonus beregninger'
);
?>

View File

@@ -707,9 +707,12 @@ $lang_settings = array
'text_login_secret_lifetime_unit' => 'minut',
'row_login_secret_lifetime' => 'Log ind hemmelig levetid',
'text_login_secret_lifetime_deadline' => 'Nuværende hemmelige login deadline',
'row_enable_technical_info' => 'Aktiver MediaInfo',
'text_enable_technical_info' => "Standard 'Nej'. MediaInfo kommer fra software <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Tekstvisning",
'row_sticky_first_level_background_color' => 'Klæbrig første niveau bg farve',
'row_enable_technical_info' => 'Aktiver MediaInfo/BDInfo',
'text_enable_technical_info' => 'Standard \'Nej\'. <br>
● MediaInfo kommer fra software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b> resultatet af "Text view" <br>
● BDInfo kommer fra software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b> resultatet af "View Reports"
',
'row_sticky_first_level_background_color' => 'Klæbrig første niveau bg farve',
'text_sticky_first_level_background_color_note' => 'Klæbrig første niveau bg farve, vil det være ingen hvis ikke angivet.',
'row_sticky_second_level_background_color' => 'Klæbrig anden niveau bg farve',
'text_sticky_second_level_background_color_note' => 'Klæbrig anden niveau bg farve, vil det være ingen hvis ikke angivet.',
@@ -816,6 +819,13 @@ $lang_settings = array
'text_use_challenge_response_authentication_note' => 'Hvis aktiveret, vil ingen klartekst adgangskoder blive sendt ved login, anbefales. Fremtidige udgivelser vil fjerne denne konfiguration og aktivere denne funktion.' ,
'row_complain_enabled' => 'Om klager skal aktiveres',
'row_complain_enabled_note' => 'default: "ja"',
'row_min_size' => 'Minimum lydstyrke',
'text_bonus_mini_size'=> 'Den mindste mængde kræves for torrent er',
'text_bonus_mini_size_help' => '. Torrent størrelse mindre end denne volumen er ikke inkluderet i bonus beregning. Enhed: bytes (Byte), fx 1 KiB = 1024 Byte.',
'row_reward_bonus_options' => 'Bonusindstillinger For Belønning',
'text_reward_bonus_options_note' => 'Belønning bonus muligheder på torrent detaljer side, flere muligheder adskilt af kommaer',
'row_reward_times_limit' => 'Belønning Frekvens Grænse',
'text_reward_times_limit_note' => 'Daglig grænse pr. bruger for bonus belønninger på seed detalje sider. Sæt til 0 for ingen grænse. Standard: 0',
);
?>

View File

@@ -22,6 +22,14 @@ $lang_tags = array
'text_underline_description' => "Gør den vedlagte tekst understreget.",
'text_underline_syntax' => "[u]<i>Text</i>[/u]",
'text_underline_example' => "[u]Dette er understreget tekst.[/u]",
'text_strikethrough' => "Gennemstreget",
'text_strikethrough_description' => "Gør den vedlagte tekst gennemstreget.",
'text_strikethrough_syntax' => "[s]<i>Text</i>[/s]",
'text_strikethrough_example' => "[s]Dette er gennemstreget tekst.[/s]",
'text_hide' => 'Hidden',
'text_hide_description' => 'Gør den vedlagte tekst skjult',
'text_hide_syntax' => '[hide]<i>Text</i>[/hide]',
'text_hide_example' => '[hide]Jeg prøvede så hårdt og fik indtil videre[/hide]',
'text_color_one' => "Farve (alt. 1)",
'text_color_one_description' => "Ændrer farven på den vedlagte tekst.",
'text_color_one_syntax' => "[color=<i>Color</i>]<i>Text</i>[/color]",
@@ -45,22 +53,22 @@ $lang_tags = array
'text_hyperlink_one' => "Hyperlink (alt. 1)",
'text_hyperlink_one_description' => "Indsætter et hyperlink.",
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
'text_hyperlink_one_example' => "[url]http://%s[/url]",
'text_hyperlink_one_example' => "[url]%s[/url]",
'text_hyperlink_one_remarks' => "Dette tag er overflødigt. Alle URL'er bliver automatisk hyperlinket.",
'text_hyperlink_two' => "Hyperlink (alt. 2)",
'text_hyperlink_two_description' => "Indsætter et hyperlink.",
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>Link text</i>[/url]",
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
'text_hyperlink_two_example' => "[url=%s]%s[/url]",
'text_hyperlink_two_remarks' => "Du behøver ikke at bruge dette tag med mindre du ønsker at indstille linkteksten. Alle URLer bliver automatisk hyperlinket.",
'text_image_one' => "Billede (alt. 1)",
'text_image_one_description' => "Indsætter et billede.",
'text_image_one_syntax' => "[img=<i>URL</i>]",
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
'text_image_one_example' => "[img=%s/pic/nexus.png]",
'text_image_one_remarks' => "URL'en skal slutte med <b>.gif</b>, <b>.jpg</b>, <b>.jpeg eller <b>.png</b>.",
'text_image_two' => "Billede (alt. 2)",
'text_image_two_description' => "Indsætter et billede.",
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
'text_image_two_example' => "[img]%s/pic/nexus.png[/img]",
'text_image_two_remarks' => "URL'en skal slutte med <b>.gif</b>, <b>.jpg</b>, <b>.jpeg eller <b>.png</b>.",
'text_quote_one' => "Tilbud (alt. 1)",
'text_quote_one_description' => "Indsætter et citat.",
@@ -98,23 +106,31 @@ $lang_tags = array
'text_flash' => "Blitz (alt. 1)",
'text_flash_description' => "Indsæt blitz i websider ved defineret bredde og højde",
'text_flash_syntax' => "[flash, bredde, højde]Flash URL[/flash]",
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
'text_flash_example' => "[flash,500,300]%s/flash.demo.swf[/flash]",
'text_flash_two' => "Blitz (alt. 2)",
'text_flash_two_description' => "Indsæt blitz i websider i standardbredde og højde (500 * 300)",
'text_flash_two_syntax' => "[flash]Flash URL[/flash]",
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
'text_flash_two_example' => "[flash]%s/flash.demo.swf[/flash]",
'text_flv_one' => "Flash video (alt.1)",
'text_flv_one_description' => "Indsæt flash video i websider ved defineret bredde og højde",
'text_flv_one_syntax' => "[flv,bredde, højde]Flash video URL[/flv]",
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
'text_flv_one_example' => "[flv,320,240]%s/flash.video.demo.flv[/flv]",
'text_flv_two' => "Flash video (alt.2)",
'text_flv_two_description' => "Indsæt flash video i websider med standardbredde og højde (320 * 240)",
'text_flv_two_syntax' => "[flv]Flash video URL[/flv]",
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
'text_flv_two_example' => "[flv]%s/flash.video.demo.flv[/flv]",
'text_youtube' => "YouTube",
'text_youtube_description' => "Indsæt YouTube online video i websider",
'text_youtube_syntax' => "[youtube,width,height]Video URL på YouTube[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=DWDL3VTCcCg&ab_channel=ESPNMMA[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/youtube]",
'text_video' => "Video",
'text_video_description' => "Indsæt HTML5 videoafspiller",
'text_video_syntax' => "[video,bredde, højde]Video URL[/video]",
'text_video_example' => "[video]https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm[/video]",
'text_audio' => "Lyd",
'text_audio_description' => "Indsæt HTML5 lydafspiller",
'text_audio_syntax' => "[audio]Audio URL[/audio]",
'text_audio_example' => "[audio]https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3[/audio]",
'text_youku' => "YouKu",
'text_youku_description' => "Indsæt YouKu online video i websider",
'text_youku_syntax' => "[youku]Video URL på YouKu[/youku]",
@@ -132,6 +148,10 @@ $lang_tags = array
'text_spoiler_description' => 'Indsæt udvidt/sammenfoldeligt indhold på siden',
'text_spoiler_syntax' => '[spoiler=title]Dette er det foldede indhold[/spoiler]',
'text_spoiler_example' => '[spoiler=Hvad skete der med den endelige afslutning af helten?]Helten døde sidste![/spoiler]',
'text_hr' => 'Horisontal regel',
'text_hr_description' => 'Indsæt indhold af vandret regel på siden',
'text_hr_syntax' => '[hr]',
'text_hr_example' => 'Aldrig vil give dig op[hr]Aldrig vil lade dig ned',
'text_left' => 'Text align left',
'text_left_description' => 'Indsæt venstreberettiget indhold på siden',

View File

@@ -27,7 +27,7 @@ $lang_takesignup = array
'std_to_finish_signup' => " for at færdiggøre tilmeldingen, tak!",
'msg_subject' => "Velkommen til ",
'msg_congratulations' => "Tillykke ",
'msg_you_are_a_member' => ",\n\nDu er nu medlem af %s,\nVi vil gerne benytte lejligheden til at sige goddag og velkommen til %s!\n\nSørg for at læse [url=rules. hp][b]Regler[/b][/url] og [url=faq. hp][b]Faq[/b][/url].\n Og sørg for at stoppe med [url=forummer. hp][b]Forums[/b][/url]: og sig Hej!\n\nNyd dit ophold.\nPersonalet i %s ",
'msg_you_are_a_member' => ",\n\nDu er nu medlem af %s,\nVi vil gerne benytte lejligheden til at sige goddag og velkommen til at slutte sig til os!\n\nSørg for at læse [url=rules hp][b]Regler[/b][/url] og [url=faq. hp][b]Faq[/b][/url].\n Og sørg for at stoppe med [url=forummer. hp][b]Forums[/b][/url]: og sig Hej!\n\nNyd dit ophold.\nPersonalet i %s ",
'mail_this_link' => "DETTE LINK",
'mail_here' => "HER",
'mail_title' => " Bekræftelse Af Brugerregistrering",

View File

@@ -256,6 +256,8 @@ $lang_usercp = array
'add_seed_box_btn' => 'Registrer',
'checkbox_pm_on_topic_reply' => 'Advisér mig, når der er nye svar på forumindlæg',
'checkbox_pm_on_hr_reached' => 'Advisér mig, når H&R når målet',
'row_tracker_url' => 'Tracker URL',
'row_tracker_url_help' => '<b>Bemærk:</b> Når det er valgt, kan annoncering kun sendes til det valgte link. Som standard kan annoncering kun sendes til det første standard link i listen.',
);
?>

View File

@@ -138,10 +138,10 @@ $lang_userdetails = array
'std_sorry' => "Beklager",
'std_user_not_confirmed' => "Brugeren er ikke blevet bekræftet endnu!",
'text_not_available' => "N/A",
'row_vip_by_bonus' => "VIP efter bonus",
'row_vip_by_bonus' => "VIP auto udløber",
'text_vip_by_bonus_note' => "Om VIP status er vundet ved hjælp af bonus",
'row_vip_until' => "VIP indtil",
'text_vip_until_note' => "Tidsformatet er ÅÅÅÅ-MM-DD hh:mm:ss. Tiden indtil VIP-status er gyldig. For at dette kan fungere, skal VIP-bonussen sættes til ja.",
'text_vip_until_note' => "Tidsformatet er ÅÅÅÅ-MM-DD hh:mm:ss. Tiden indtil VIP-status er gyldig. For at dette skal fungere, skal 'VIP auto expires' sættes til 'ja'.",
'row_show_ad' => "Show Ad",
'row_no_ad_until' => "Intet Reklame Indtil",
'text_no_ad_until_note' => "Tidsformat er YYYY-MM-DD hh:mm:ss. Tiden indtil når brugeren kan slå annoncer fra.",

View File

@@ -13,4 +13,5 @@ $lang_attendance = array
'retroactive_event_text' => 'Re',
'retroactive_confirm_tip' => 'Teilnahme bestätigen: ',
'retroactive_description' => 'Klicke auf den Punkt auf den weißen Hintergrund, um teilzunehmen. Du hast derzeit eine Anwesenheitskarte <b>%d</b>.',
'attend_button' => 'Jetzt einchecken',
);

View File

@@ -2,52 +2,52 @@
$lang_functions = array
(
'std_access_denied' => "Access Denied!",
'std_fake_account' => "We come to believe you are using a fake account, therefore we've logged this action!",
'std_permission_denied' => "Permission denied!",
'std_access_denied' => "Zugriff verweigert!",
'std_fake_account' => "Wir glauben, dass du ein gefälschtes Konto verwendest, deshalb haben wir diese Aktion angemeldet!",
'std_permission_denied' => "Zugriff verweigert!",
'std_permission_denied_only' => "Berechtigung verweigert. Nur ",
'std_or_above_can_view' => " or above could view. <br /><br /> Please see the "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
'std_or_above_can_view' => " oder höher sehen konnte. <br /><br /> Bitte sehen Sie die "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> für weitere Informationen zu verschiedenen Benutzerklassen und was sie tun können.<br /><br /><b></p>Die %s Mitarbeiter</b>",
'std_target_not_exists' => 'Target not exists',
'std_already_logged_in' => "You have already logged in!",
'std_already_logged_in' => "Sie haben sich bereits angemeldet!",
'text_page_last_updated' => "Diese Seite zuletzt aktualisiert ",
'text_browser_cookies_note' => "If you enable cookies and are still unable to log in, perhaps something happened to cause a problem with your login cookie. We suggest delete your cookies and trying again. To delete cookies in Internet Explorer, go to Tools > Internet Options... and click on the Delete Cookies button. Note that this will delete all cookies stored on your system for other sites as well.",
'text_browser_cookies_note' => "Wenn Sie Cookies aktivieren und sich immer noch nicht einloggen können, kann es passieren, dass ein Problem mit Ihrem Login-Cookie auftritt. Wir schlagen vor, Ihre Cookies zu löschen und es erneut zu versuchen. Um Cookies im Internet Explorer zu löschen, gehen Sie zu Extras > Internet Options... und klicken Sie auf die Schaltfläche Cookies löschen. Beachten Sie, dass dies alle Cookies löscht, die auf Ihrem System für andere Websites gespeichert werden.",
'std_error' => "Fehler",
'text_unable_to_send_mail' => "Unable to send mail. Please contact an administrator about this error.",
'std_success' => "Success",
'std_confirmation_email_sent' => "A confirmation email has been mailed to ",
'std_please_wait' => "Please allow a few minutes for the mail to arrive.",
'std_account_details_sent' => "The new account details have been mailed to ",
'std_locked' => " Locked! (the maximum number of failed ",
'std_attempts_reached' => " attempts is reached during reauthentication)",
'std_your_ip_banned' => "We come to believe you are trying to cheat our system, therefore we've banned your ip!",
'text_unable_to_send_mail' => "E-Mail konnte nicht gesendet werden. Bitte kontaktieren Sie einen Administrator wegen dieses Fehlers.",
'std_success' => "Erfolg",
'std_confirmation_email_sent' => "Eine Bestätigungs-E-Mail wurde gesendet an ",
'std_please_wait' => "Bitte geben Sie ein paar Minuten Zeit, bis die Mail ankommt.",
'std_account_details_sent' => "Die neuen Account-Details wurden versendet an ",
'std_locked' => " Gesperrt! (die maximale Anzahl an fehlgeschlagenen ",
'std_attempts_reached' => " Versuche während der Neuauthentifizierung erreicht)",
'std_your_ip_banned' => "Wir kommen zu glauben, Sie versuchen unser System zu betrügen, deshalb haben wir Ihre ip gebannt!",
'std_login_failed' => "Login fehlgeschlagen!",
'std_login_failed_note' => "<b>Error</b>: Username or password incorrect! Or you are not confirmed yet<br /><br />Don't remember your password? <b><a href=\"recover.php\">Recover</a></b> your password!",
'std_failed' => "Failed",
'std_oops' => "Oops!",
'std_sorry' => "Sorry",
'std_invite_system_disabled' => "The invite system is currently disabled...",
'std_open_registration_disabled' => "Open registration is currently disabled. Invites only. If you are lucky you might have a friend who wants to invite you :) We just wanna see how much cheaters will start respecting their accounts after they realize they can't just come back in and get another one :). Keep this in mind, if you are already a member and you invite a known cheater, and you knew about it in the first place, both yours and the person you invited are disabled. You will have to come talk to us to get your account reenstated. If you want an invite and you know someone who have one it's up to them to give you an invite.",
'std_account_limit_reached' => "The current user account limit has been reached. Inactive accounts are pruned all the time, please check back again later...",
'std_the_ip' => "The IP ",
'std_used_many_times' => " is already being used on too many account.... No more accounts allowed at <b>%s</b>.",
'std_invalid_image_code' => "Invalid Image Code! <br /><b>Do not go back, The image code has been cleared!</b> <br /><br />Please click ",
'std_here_to_request_new' => "<b>here</b></a> to request a new image code.",
'std_action' => 'Action',
'std_login_failed_note' => "<b>Fehler</b>: Benutzername oder Passwort falsch! Oder Sie sind noch nicht bestätigt<br /><br />Vergessen Sie Ihr Passwort nicht? <b><a href=\"recover.php\">Wiederherstellen</a></b> Ihr Passwort!",
'std_failed' => "Fehler",
'std_oops' => "Hoppla!",
'std_sorry' => "Tut uns leid",
'std_invite_system_disabled' => "Das Einladungssystem ist derzeit deaktiviert...",
'std_open_registration_disabled' => "Offene Registrierung ist derzeit deaktiviert. Nur Einladungen. Wenn ihr Glück habt, könnt ihr vielleicht einen Freund haben, der euch einladen möchte :) Wir wollen nur sehen, wie viele Betrüger ihre Konten respektieren werden, nachdem sie erkannt haben, dass sie nicht wieder hereinkommen können :). Behalte dies im Hinterkopf, wenn du bereits Mitglied bist und du einen bekannten Cheater einlädst, und Sie wussten von ihm in erster Linie, sowohl Ihre als auch die Person, die Sie eingeladen haben, sind deaktiviert. Sie müssen mit uns reden, um Ihr Konto neu zu sperren. Wenn du eine Einladung willst und du jemanden kennst, der eine besitzt, ist es an ihnen, dir eine Einladung zu geben.",
'std_account_limit_reached' => "Das aktuelle Benutzerkonto Limit wurde erreicht. Inaktive Konten werden die ganze Zeit abgeschnitten, bitte später erneut überprüfen...",
'std_the_ip' => "Die IP ",
'std_used_many_times' => " wird bereits auf zu vielen Konten verwendet... Keine weiteren Konten erlaubt bei <b>%s</b>.",
'std_invalid_image_code' => "Ungültiger Bild-Code! <br /><b>Nicht zurück, der Bild-Code wurde geleert!</b> <br /><br />Bitte klicken Sie ",
'std_here_to_request_new' => "<b>hier</b></a> um einen neuen Bildcode anzufordern.",
'std_action' => 'Aktion',
'std_report' => 'Bericht',
'std_desc' => 'Description',
'std_comment' => 'Comment',
'std_quick_comment' => 'Quick comment',
'std_click_here_to_goback' => 'Click here to goback',
'std_you_will_get' => 'You will get',
'std_by' => 'By',
'row_security_image' => "Security Image:",
'row_security_challenge' => "Security Challenge:",
'row_security_code' => "Security Code:",
'std_desc' => 'Beschreibung',
'std_comment' => 'Kommentar',
'std_quick_comment' => 'Schnellkommentar',
'std_click_here_to_goback' => 'Klicke hier, um zu goback',
'std_you_will_get' => 'Sie erhalten',
'std_by' => 'Von',
'row_security_image' => "Sicherheitsbild:",
'row_security_challenge' => "Sicherheitsherausforderung:",
'row_security_code' => "Sicherheitscode:",
'text_slots' => "Slots:",
'text_unlimited' => "Unbegrenzt",
'std_server_load_very_high' => "The server load is very high at the moment. Retrying, please wait...",
'std_too_many_users' => "Too many users. Please press the Refresh button in your browser to retry.",
'text_unauthorized_ip' => "<h1>403 Forbidden</h1>Unauthorized IP address.",
'std_server_load_very_high' => "Die Serverlast ist momentan sehr hoch. Wiederholen, bitte warten...",
'std_too_many_users' => "Zu viele Benutzer. Bitte drücken Sie den Aktualisierungs-Button in Ihrem Browser, um es erneut zu versuchen.",
'text_unauthorized_ip' => "<h1>403 Verbotene</h1>Unautorisierte IP-Adresse.",
'text_home' => "Zuhause",
'text_forums' => "Foren",
'text_torrents' => "Torrents",
@@ -55,139 +55,139 @@ $lang_functions = array
'text_request' => "Anfragen",
'text_upload' => "Hochladen",
'text_subtitles' => "Untertitel",
'text_user_cp' => "User CP",
'text_user_cp' => "Benutzer CP",
'text_top_ten' => "Top 10",
'text_log' => "LOG",
'text_rules' => "Regeln",
'text_faq' => "FAQ",
'text_staff' => "Mitarbeiter",
'std_site_down_for_maintenance' => "Site is down for maintenance, please check back again later... thanks",
'text_click_view_full_image' => "Click this bar to view the full image.",
'text_image_resized' => "This image has been resized. Click this bar to view the full image.",
'text_click_view_small_image' => "Click this bar to view the small image.",
'std_site_down_for_maintenance' => "Die Seite ist wegen Wartungsarbeiten nicht verfügbar, bitte später noch einmal schauen... Danke",
'text_click_view_full_image' => "Klicken Sie auf diese Leiste, um das vollständige Bild anzuzeigen.",
'text_image_resized' => "Dieses Bild wurde verändert. Klicken Sie auf diese Leiste um das vollständige Bild anzuzeigen.",
'text_click_view_small_image' => "Klicken Sie auf diese Leiste, um das kleine Bild anzuzeigen.",
'text_login' => "Anmelden",
'text_signup' => "Signup",
'text_signup' => "Anmelden",
'text_inf' => "Inf.",
'title_donor' => "donor",
'title_warned' => "warned",
'title_inbox_new_messages' => "inbox&nbsp;(new&nbsp;messages)",
'title_inbox_no_new_messages' => "inbox&nbsp;(no&nbsp;new&nbsp;messages)",
'title_donor' => "spender",
'title_warned' => "gewarnt",
'title_inbox_new_messages' => "inbox&nbsp;(neue&nbsp;Nachrichten)",
'title_inbox_no_new_messages' => "inbox&nbsp;(keine&nbsp;neue&nbsp;Nachrichten)",
'text_yes' => "Ja",
'text_no' => "Nein",
'text_unknown' => "Unbekannt",
'text_welcome_back' => "Welcome",
'text_staff_panel' => "Staff Panel",
'text_site_settings' => "Site Settings",
'text_logout' => "logout",
'text_welcome_back' => "Begrüßung",
'text_staff_panel' => "Mitarbeiterbereich",
'text_site_settings' => "Site-Einstellungen",
'text_logout' => "abmelden",
'text_bonus' => "Bonus ",
'text_use' => "Benutzen",
'text_ratio' => "Ratio:",
'text_uploaded' => "Uploaded:",
'text_downloaded' => "Downloaded:",
'text_active_torrents' => "Active:",
'title_torrents_seeding' => "Torrents&nbsp;Seeding",
'text_ratio' => "Verhältnis:",
'text_uploaded' => "Hochgeladen:",
'text_downloaded' => "Heruntergeladen:",
'text_active_torrents' => "Aktiv:",
'title_torrents_seeding' => "Torrents&nbsp;Verteilen",
'title_torrents_leeching' => "Torrents&nbsp;Leeching",
'text_connectable' => "Connectable:&nbsp;",
'text_the_time_is_now' => "Time: ",
'text_message_new' => " New",
'title_sentbox' => "sentbox",
'text_connectable' => "Verbindbar:&nbsp;",
'text_the_time_is_now' => "Zeit: ",
'text_message_new' => " Neu",
'title_sentbox' => "sendbox",
'title_inbox' => "inbox",
'title_buddylist' => "Buddylist",
'text_you_have' => "Du hast ",
'text_new_message' => " new message",
'text_new_message' => " neue Nachricht",
'text_s' => "s",
'text_click_here_to_read' => "! Click here to read.",
'text_your_friends' => "Your friend",
'text_awaiting_confirmation' => " awaiting confirmation from you!",
'text_website_offline_warning' => "<b>WARNING</b>: The website is currently offline! Click <a href=\"settings.php\">here</a> to change settings.",
'text_there_is' => "There",
'text_new_report' => " new report",
'text_new_staff_message' => " new staff message",
'text_click_here_to_read' => "! Klicke hier, um zu lesen.",
'text_your_friends' => "Dein Freund",
'text_awaiting_confirmation' => " wartet auf Bestätigung von dir!",
'text_website_offline_warning' => "<b>WARNUNG</b>: Die Website ist derzeit offline! Klicken Sie <a href=\"settings.php\">hier</a> , um die Einstellungen zu ändern.",
'text_there_is' => "Es",
'text_new_report' => " neuer Bericht",
'text_new_staff_message' => " neue Personalnachricht",
'text_search' => "Suchen",
'text_profile' => "Profil",
'text_chat' => "Chat",
'text_dox' => "DOX",
'text_links' => "Links",
'text_username' => "Benutzername: ",
'text_password' => "Password: ",
'submit_log_in' => "Log&nbsp;in!",
'text_password' => "Passwort: ",
'submit_log_in' => "Logge&nbsp;ein!",
'text_register' => "Registrieren",
'text_rules_link' => "Regeln",
'text_faq_link' => "FAQ",
'text_useragreement' => "Useragreement",
'text_useragreement' => "Benutzervereinbarung",
'text_prev' => "Vorher",
'text_next' => "Nächste",
'text_by' => " von ",
'text_orphaned' => "(orphaned)",
'text_orphaned' => "(verwaist)",
'text_at' => " am ",
'text_edit' => "Bearbeiten",
'text_delete' => "Löschen",
'text_view_original' => "View original",
'text_view_original' => "Original anzeigen",
'text_last_edited_by' => "Zuletzt bearbeitet von ",
'text_edited_at' => " am ",
'col_type' => "Typ",
'col_name' => "Name",
'col_dl' => "DL",
'col_wait' => "Wait",
'col_dl' => "TL",
'col_wait' => "Warten",
'col_edit' => "Bearbeiten",
'col_visible' => "Sichtbar",
'title_number_of_comments' => "Number&nbsp;of&nbsp;Comments",
'title_time_added' => "Time&nbsp;Added",
'title_number_of_comments' => "Nummer&nbsp;von&nbsp;Kommentaren",
'title_time_added' => "Zeit&nbsp;hinzugefügt",
'title_size' => "Größe",
'title_number_of_seeders' => "Number&nbsp;of&nbsp;Seeders",
'title_number_of_leechers' => "Number&nbsp;of&nbsp;Leechers",
'title_number_of_snatched' => "Number&nbsp;of&nbsp;Snatched",
'title_number_of_seeders' => "Nummer&nbsp;von&nbsp;Seedern",
'title_number_of_leechers' => "Nummer&nbsp;von&nbsp;Leechern",
'title_number_of_snatched' => "Nummer&nbsp;von&nbsp;Geschnappt",
'col_uploader' => "Uploader",
'col_action' => "Act",
'col_action' => "Aktiv",
'text_normal' => "Normal",
'text_free' => "Kostenlos",
'text_two_times_up' => "2X",
'text_free_two_times_up' => "2X kostenlos",
'text_half_down' => "50%",
'text_half_down_two_up' => "2X 50%",
'text_half_down_two_up' => "2X 50 %",
'text_new_uppercase' => "NEU",
'text_sticky' => "Klebrig",
'title_download_torrent' => "Download&nbsp;Torrent",
'text_h' => " h",
'text_none' => "Keine",
'text_anonymous' => "Anonymous",
'text_anonymous' => "Anonym",
'text_promoted_torrents_note' => "<b>Those highlighted are:&nbsp;&nbsp;</b> <a href=\"?spstate=2\" target=\"_self\" title=\"Show free torrents\"><font class='free'><b>Free</b></font></a> | <a href=\"?spstate=3\" target=\"_self\" title=\"Show 2x up torrents\"><font class='twoup'><b>2x up</b></font></a> | <a href=\"?spstate=4\" target=\"_self\" title=\"Show 2x up and free torrents\"><font class='twoupfree'><b>2x up and free</b></font></a> | <a href=\"?spstate=5\" target=\"_self\" title=\"Show 50% down torrents\"><font class='halfdown'><b>50% down</b></font></a> | <a href=\"?spstate=6\" target=\"_self\" title=\"Show 2x up and 50% down torrents\"><font class='twouphalfdown'><b>2x up and 50% down</b></font></a> | <a href=\"?spstate=7\" target=\"_self\" title=\"Show 30% down torrents\"><font class='thirtypercent'><b>30% down</b></font></a><b>&nbsp;torrents</b><br />Leeching them is the best way to fix your ratio!",
'std_file' => "File ",
'std_does_not_exist' => " doesn't exist",
'std_access_permission_note' => "!<br /><font color=\"blue\">Before the setup starts, please ensure that you have properly configured file and directory access permissions. Please see below.</font><br /><br />chmod -R 777 config (config directory).",
'std_cannot_read_file' => "Cannot read file ",
'std_cannot_serialize_file' => "Cannot serialize file ",
'std_cannot_open_file' => "Cannot open file ",
'std_to_save_info' => " to save info",
'text_cannot_save_info_in' => "Cannot save info in file (error in serialisation) ",
'std_your_account_parked' => "Your account is parked.",
'std_file' => "Datei ",
'std_does_not_exist' => " existiert nicht",
'std_access_permission_note' => "!<br /><font color=\"blue\">Bevor das Setup beginnt, stellen Sie bitte sicher, dass Sie über richtig konfigurierte Datei- und Verzeichniszugriffsrechte verfügen. Bitte sehen Sie unten</font><br /><br />chmod -R 777 config (config directory).",
'std_cannot_read_file' => "Datei kann nicht gelesen werden ",
'std_cannot_serialize_file' => "Kann Datei nicht serialisieren ",
'std_cannot_open_file' => "Kann Datei nicht öffnen ",
'std_to_save_info' => " um Info zu speichern",
'text_cannot_save_info_in' => "Informationen können nicht in Datei gespeichert werden (Fehler in der Serialisierung) ",
'std_your_account_parked' => "Ihr Konto ist geparkt.",
'title_online' => "Online",
'title_offline' => "Offline",
'title_send_message_to' => "Send&nbsp;message&nbsp;to&nbsp;",
'title_report_this_comment' => "Report&nbsp;this&nbsp;comment",
'text_bookmarks' => "Bookmarks",
'title_send_message_to' => "&nbsp;Nachricht&nbsp;an&nbsp; senden",
'title_report_this_comment' => "&nbsp;diesen&nbsp;Kommentar melden",
'text_bookmarks' => "Lesezeichen",
'title_bookmark_torrent' => "Lesezeichen",
'title_delbookmark_torrent' => "Unbookmark",
'text_mark' => "Mark",
'title_delbookmark_torrent' => "Entfernen",
'text_mark' => "Markierung",
'text_unmark' => "Unmark",
'text_award' => "Bonus Award: ",
'text_additional_notes' => "Additional Notes: ",
'text_award' => "Bonusprämie: ",
'text_additional_notes' => "Zusätzliche Notizen: ",
'title_view_reviews' => "Click&nbsp;to&nbsp;view&nbsp;reviews",
'title_has_new_comment' => "Has&nbsp;new&nbsp;comment",
'title_no_new_comment' => "No&nbsp;new&nbsp;comment",
'row_external_info' => "External&nbsp;Info",
'title_has_new_comment' => "Hat&nbsp;neuen&nbsp;Kommentar",
'title_no_new_comment' => "Kein&nbsp;neuer&nbsp;Kommentar",
'row_external_info' => "Externe&nbsp;Info",
'row_imdb_url' => "IMDb&nbsp;URL",
'text_imdb_url_note' => "(URL taken from <strong><a href=\"https://www.imdb.com\">IMDb</a></strong>. e.g.&nbsp;for movie <b>The Dark Knight</b> the URL is <b>https://www.imdb.com/title/tt0468569/</b>)",
'text_artist' => "&nbsp;Artist:&nbsp;",
'text_imdb_url_note' => "(URL von <strong><a href=\"https://www.imdb.com\">IMDb</a></a></strong>genommen. Beispiel:&nbsp;für Film <b>Der Dunkle Knight</b> URL ist <b>https://www.imdb.com/title/tt0468569/</b>)",
'text_artist' => "&nbsp;Interpret:&nbsp;",
'text_album' => "Album:&nbsp;",
'title_get_rss' => "Get&nbsp;RSS",
'title_get_rss' => "Erhalte&nbsp;RSS",
'text_hot' => "Heiß",
'text_classic' => "Klassisch",
'text_recommended' => "Good",
'title_view_nfo' => "View&nbsp;NFO&nbsp;file",
'title_edit_torrent' => "Edit&nbsp;or&nbsp;delete&nbsp;torrent",
'title_time_alive' => "Time&nbsp;Alive",
'title_add_comments' => "Add&nbsp;comment",
'text_recommended' => "Gut",
'title_view_nfo' => "&nbsp;NFO&nbsp;Datei ansehen",
'title_edit_torrent' => "Bearbeite&nbsp;oder&nbsp;löschen&nbsp;torrent",
'title_time_alive' => "Zeit&nbsp;im Leben",
'title_add_comments' => "&nbsp;Kommentar hinzufügen",
'text_at_time' => " am ",
'text_blank' => " ",
'text_ago' => " vor",
@@ -196,85 +196,85 @@ $lang_functions = array
'text_votes' => " stimmen",
'text_country' => "Land",
'text_genres' => "Genres",
'text_director' => "Director",
'text_starring' => "Starring",
'text_runtime' => "Runtime",
'text_director' => "Regisseur",
'text_starring' => "Markieren",
'text_runtime' => "Laufzeit",
'text_language' => "Sprache",
'text_douban' => "Douban",
'text_region' => "Region",
'text_creator' => "Creator",
'text_awaiting_five_votes' => "<i>awaiting 5 votes</i>",
'text_invite' => "Invite ",
'text_creator' => "Urheber",
'text_awaiting_five_votes' => "<i>wartet auf 5 Stimmen</i>",
'text_invite' => "Einladen ",
'text_send' => "Senden",
'text_tracks' => "Tracks",
'text_label' => "Label",
'text_tags' => "Tags",
'text_user_ip' => "User&nbsp;IP",
'text_location_main' => "Location&nbsp;Main",
'text_location_sub' => "Location&nbsp;Sub",
'text_ip_range' => "IP&nbsp;Range",
'text_user_ip' => "Benutzer&nbsp;IP",
'text_location_main' => "Standort&nbsp;Haupt",
'text_location_sub' => "Standort&nbsp;Sub",
'text_ip_range' => "IP-&nbsp;-Bereich",
'text_min' => " min",
'text_music' => "Music",
'text_music' => "Musik",
'text_special' => "Spezial",
'title_reply_with_quote' => "Zitat",
'title_add_reply' => "Add&nbsp;Reply",
'title_add_reply' => "&nbsp;Antwort hinzufügen",
'title_delete' => "Löschen",
'title_edit' => "Bearbeiten",
'title_reportbox' => "reportbox",
'title_staffbox' => "staffbox",
'title_staffbox' => "personalbox",
'title_sticky' => "Klebrig",
'text_new_news' => " unread important news",
'std_no_user_named' => "There is no user named ",
'text_new_news' => " wichtige Nachrichten ungelesen",
'std_no_user_named' => "Es gibt keinen Benutzer benannt ",
'text_banned' => "Gesperrt",
'text_are' => " are ",
'text_is' => " is ",
'text_are' => " sind ",
'text_is' => " ist ",
'select_choose_one' => "eines auswählen",
'text_space' => " ",
'text_day' => "d ",
'text_new_suspected_cheater' => " new suspected cheater",
'text_new_suspected_cheater' => " neuer vermuteter Cheater",
'title_cheaterbox' => "cheaterbox",
'text_will_end_in' => " will end in ",
'text_alt_pageup_shortcut' => "Alt+Pageup",
'text_will_end_in' => " endet in ",
'text_alt_pageup_shortcut' => "Alt+Seitenaufbau",
'text_alt_pagedown_shortcut' => "Alt+Pagedown",
'text_shift_pageup_shortcut' => "Shift+Pageup",
'text_shift_pagedown_shortcut' => "Shift+Pagedown",
'text_shift_pageup_shortcut' => "Umschalt+Seitenaufbau",
'text_shift_pagedown_shortcut' => "Umschalt+Seitenrunter",
'text_quote' => "Zitat",
'text_code' => "CODE",
'std_invalid_id' => "Invalid ID! For security reason, we have logged this action.",
'std_invalid_id' => "Ungültige ID! Aus Sicherheitsgründen haben wir diese Aktion protokolliert.",
'text_smilies' => "Smilies",
'col_type_something' => "Type...",
'col_to_make_a' => "To make a...",
'text_year' => " year",
'text_month' => " month",
'col_to_make_a' => "Um zu machen...",
'text_year' => " jahr",
'text_month' => " monat",
'text_day' => " tag",
'text_hour' => " std",
'text_min' => " min",
'select_color' => "Color",
'select_color' => "Farbe",
'select_font' => "Font",
'select_size' => "Größe",
'text_subject' => "Betreff:",
'text_more_smilies' => "More Smilies",
'js_prompt_enter_url' => "You must enter a URL",
'js_prompt_enter_title' => "You must enter a title",
'text_more_smilies' => "Weitere Smilies",
'js_prompt_enter_url' => "Sie müssen eine URL eingeben",
'js_prompt_enter_title' => "Sie müssen einen Titel eingeben",
'js_prompt_error' => "Fehler!",
'js_prompt_enter_item' =>"Enter item of the list. For end of the list, press 'cancel' or leave the next field empty ",
'js_prompt_enter_image_url' => "You must enter a full image URL",
'js_prompt_enter_email' => "You must enter a E-mail",
'js_prompt_enter_item' =>"Geben Sie ein Element der Liste ein. Zum Ende der Liste drücken Sie 'abbrechen' oder lassen Sie das nächste Feld leer ",
'js_prompt_enter_image_url' => "Sie müssen eine vollständige Bild-URL eingeben",
'js_prompt_enter_email' => "Sie müssen eine E-Mail eingeben",
'text_new' => "Neu",
'text_reply' => "Antwort",
'submit_submit' => "Submit",
'submit_submit' => "Absenden",
'submit_preview' => "Vorschau",
'row_subject' => "Betreff",
'row_body' => "Körper",
'text_peasant' => "Peasant",
'text_user' => "User",
'text_power_user' => "Power User",
'text_elite_user' => "Elite User",
'text_crazy_user' => "Crazy User",
'text_insane_user' => "Insane User",
'text_veteran_user' => "Veteran User",
'text_extreme_user' => "Extreme User",
'text_ultimate_user' => "Ultimate User",
'text_user' => "Benutzer",
'text_power_user' => "Powerbenutzer",
'text_elite_user' => "Elite-Benutzer",
'text_crazy_user' => "Verrückter Benutzer",
'text_insane_user' => "Verrückter Benutzer",
'text_veteran_user' => "Veteran Benutzer",
'text_extreme_user' => "Extremer Benutzer",
'text_ultimate_user' => "Ultimativer Benutzer",
'text_nexus_master' => "Nexus Master",
'text_vip' => "VIP",
'text_uploader' => "Uploader",
@@ -290,56 +290,61 @@ $lang_functions = array
'text_short_hour' => "H",
'text_short_min' => "M",
'submit_edit' => "Bearbeiten",
'text_banned_client_warning' => "You were using a banned BitTorrent client the last time connecting the tracker! Click here.",
'text_please_improve_ratio_within' => "Please improve your ratio within ",
'text_or_you_will_be_banned' =>", or your account will be banned! Click here.",
'text_banned_client_warning' => "Du hast beim letzten Verbindungsaufbau einen gesperrten BitTorrent-Client verwendet! Klicke hier.",
'text_please_improve_ratio_within' => "Bitte verbessern Sie Ihr Verhältnis innerhalb ",
'text_or_you_will_be_banned' =>"oder Ihr Konto wird gesperrt! Klicken Sie hier.",
'text_size' => "Größe",
'text_downloads' => "Downloads",
'text_attachment_key' => "Attachment for key ",
'text_not_found' => " not found",
'text_attachment_key' => "Anhang für Schlüssel ",
'text_not_found' => " nicht gefunden",
'text_thirty_percent_down' => "30%",
'text_please_download_something_within' => "Please download something within ",
'text_inactive_account_be_deleted' => ". Inactive accounts (with no transfer amount) will be deleted.",
'text_attendance' => '[Attend get bonus]',
'text_attended' => '[Attend got: %u, card: %d]',
'text_please_download_something_within' => "Bitte laden Sie etwas herunter innerhalb ",
'text_inactive_account_be_deleted' => ". Inaktive Konten (ohne Überweisungsbetrag) werden gelöscht.",
'text_attendance' => '[Teilnehmer erhalten Bonus]',
'text_attended' => '[Teilnehmer erhalten: %u, Karte: %d]',
'row_pt_gen_douban_url' => "PT-Gen douban link",
'text_pt_gen_douban_url_note' => "(URL taken from <strong><a href=\"https://www.douban.com/\">douban</a></strong>. e.g.&nbsp;for movie <b>Transformers</b> the URL is <b> https://movie.douban.com/subject/1794171//</b>)",
'text_pt_gen_douban_url_note' => "(URL von <strong><a href=\"https://www.douban.com/\">douban</a></a></strong>entnommen. Beispiel:&nbsp;für Film <b>Transformers</b> ist die URL <b> https://movie.douban.com/subject/1794171//</b>)",
'row_pt_gen_imdb_url' => "PT-Gen imdb link",
'text_pt_gen_imdb_url_note' => "(URL taken from <strong><a href=\"https://www.imdb.com/\">imdb</a></strong>. e.g.&nbsp;for movie <b>Transformers</b> the URL is <b> https://www.imdb.com/title/tt0418279/</b>)",
'text_pt_gen_imdb_url_note' => "(URL von <strong><a href=\"https://www.imdb.com/\">imdb</a></strong>entnommen. Beispiel:&nbsp;für Film <b>Transformers</b> ist die URL <b> https://www.imdb.com/title/tt0418279/</b>)",
'row_pt_gen_bangumi_url' => "PT-Gen bangumi link",
'text_pt_gen_bangumi_url_note' => "(URL taken from <strong><a href=\"https://bangumi.tv/\">bangumi</a></strong>. e.g.&nbsp;for animation <b>Cowboy Bebop</b> the URL is <b>https://bangumi.tv/subject/253/</b>)",
'imdb_cache_dir_can_not_create' => 'imdb cache dir can not create',
'imdb_cache_dir_is_not_writeable' => 'imdb cache dir is not writeable',
'imdb_photo_dir_can_not_create' => 'imdb photo dir can not create',
'imdb_photo_dir_is_not_writeable' => 'imdb photo dir is not writeable',
'text_tag_no_release_to_any_other' => 'No release to any other',
'text_tag_first_release' => 'First release',
'text_tag_official' => 'Official',
'text_pt_gen_bangumi_url_note' => "(URL von <strong><a href=\"https://bangumi.tv/\">bangumi</a></strong>. Beispiel:&nbsp;für Animation <b>Cowboy Bebop</b> Die URL ist <b>https://bangumi.tv/subject/253/</b>)",
'imdb_cache_dir_can_not_create' => 'imdb Cache-Verzeichnis kann nicht erstellt werden',
'imdb_cache_dir_is_not_writeable' => 'imdb Cache-Verzeichnis ist nicht beschreibbar',
'imdb_photo_dir_can_not_create' => 'imdb Fotoverzeichnis kann nicht erstellt werden',
'imdb_photo_dir_is_not_writeable' => 'imdb Fotoverzeichnis ist nicht beschreibbar',
'text_tag_no_release_to_any_other' => 'Keine Freigabe für andere',
'text_tag_first_release' => 'Erste Version',
'text_tag_official' => 'Offiziell',
'text_tag_diy' => 'DIY',
'text_tag_mother_language' => 'Mother language',
'text_tag_mother_language_subtitle' => 'Mother language subtitle',
'text_tag_mother_language' => 'Muttersprache',
'text_tag_mother_language_subtitle' => 'Muttersprache Untertitel',
'text_tag_hdr' => 'HDR',
'text_required' => 'Benötigt',
'text_invalid' => 'Invalid',
'text_technical_info' => 'MediaInfo',
'text_technical_info_help_text' => 'MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, language select english, click the view menu > text > right click in the box > select all > copy > past into this box.',
'text_invalid' => 'Ungültig',
'text_technical_info' => 'MediaInfo/BDInfo',
'text_technical_info_help_text' => '<b>&middot;</b> MediaInfo kommt von Software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>, pen Datei, Sprachauswahl Englisch, Klicken Sie auf das Ansichtsmenü > Text > Rechtsklick in das Feld > Wählen Sie alle > kopieren > hinter diesem Feld.
<br>
<b>&middot;</b> BDInfo kommt von Software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b>, passe die Datei mit dieser Software an, klicke Bitrate scannen um den Bericht anzuzeigen Klicken Sie mit der rechten Maustaste in das Feld > alles auswählen, klicken Sie mit der rechten Maustaste > kopieren und fügen Sie es hier ein.
',
'text_management_system' => 'Management',
'text_seed_points' => 'Seed Punkte',
'spoiler_expand_collapse' => 'Click to expand/collapse',
'spoiler_default_title' => 'Collapse content',
'spoiler_expand_collapse' => 'Zum Vergrößern/Einklappen klicken',
'spoiler_default_title' => 'Inhalt einklappen',
'menu_claim' => 'Claim: ',
'text_complains' => 'There %s %u pending complaint%s.',
'text_contactstaff' => 'Contact staff',
'full_site_promotion_in_effect' => 'Full site [%s] in effect!',
'full_site_promotion_time_range' => 'Time range: %s ~ %s',
'text_contactstaff' => 'Kontaktpersonal',
'full_site_promotion_in_effect' => 'Vollständige Seite [%s] in Wirkung!',
'full_site_promotion_time_range' => 'Zeitbereich: %s ~ %s',
'full_site_promotion_remark' => 'Hinweis: %s',
'full_site_promotion_upcoming' => 'Nächste vollständige Seite [%s]',
'text_torrent_to_approval' => 'There %s%u not approval torrent%s.',
'std_confirm_remove' => 'Are you sure you want to delete it?',
'select_an_user_class' => 'Select an user class',
'std_confirm_remove' => 'Sind Sie sicher, dass Sie es löschen möchten?',
'select_an_user_class' => 'Benutzerklasse auswählen',
'input_check_all' => "Alle auswählen",
'input_uncheck_all' => "Alles abwählen",
'select_at_least_one_record' => 'Select at least one record!',
'text_seed_box_record_to_approval' => 'There %s%u not approval seed box record%s.',
'approval_deny_reach_upper_limit' => 'The number of torrents whose current approval was denied: %s reached the upper limit and is not allowed to be upload.',
'select_at_least_one_record' => 'Wählen Sie mindestens einen Datensatz!',
'text_seed_box_record_to_approval' => 'Es gibt %s%u nicht genehmigen Seed Box Datensatz%s.',
'approval_deny_reach_upper_limit' => 'Die Anzahl der Torrents, deren aktuelle Genehmigung verweigert wurde: %s hat die Obergrenze erreicht und darf nicht hochgeladen werden.',
);
?>

View File

@@ -54,6 +54,7 @@ Herzlichen Glückwunsch,
'harem_addition' => 'Harem-Ergänzung',
'signup_link_help' => 'Rechtsklick zum Kopieren',
'signup_link' => 'Registrierungslink',
'text_uploaded_count' => 'Hochgeladene Anzahl',
'text_seed_torrent_count' => 'Verteilungszähler',
'text_seed_torrent_size' => 'Verteilungsgröße',
'text_seed_torrent_bonus_per_hour' => 'Verteilungsbonus pro Stunde',

View File

@@ -11,7 +11,7 @@ $lang_login = array
'p_remaining_tries' => "verbleibende Versuche.",
'p_no_account_signup' => "Sie haben noch kein Konto? <a href=\"signup.php\"><b>Jetzt</b></a> anmelden!",
'p_forget_pass_recover' => "Passwort vergessen? Wiederherstellen Sie Ihr Passwort <a href=\"recover.php\"><b>per E-Mail</b></a>",
'p_account_banned' => "Konto gesperrt? Grund auf<a href=\"user-ban-log.php\"><b>User Bann Log</b></a>",
'p_account_banned' => "Konto gesperrt? Grund auf <a href=\"user-ban-log.php\"><b>User Bann Log</b></a>",
'p_resend_confirm' => "Wurde keine Bestätigungsmail erhalten oder der Bestätigungslink ist beschädigt? <a href=\"confirm_resend.php\"><b>Senden Sie erneut eine Bestätigungsmail</b></a>",
'rowhead_username' => "Benutzername:",
'rowhead_password' => "Passwort:",
@@ -35,6 +35,7 @@ $lang_login = array
'rowhead_two_step_code' => 'Zwei-Faktor-Authentifizierung',
'two_step_code_tooltip' => 'Wenn aktiviert muss ausgefüllt werden',
'text_complain' => 'Beschwerdekanal',
'other_methods' => "Andere Methoden",
);
?>

View File

@@ -168,6 +168,10 @@ wo<ul><li><b>A</b> ist eine Zwischenvariablen</li><li><li><b>Ti</b> ist die <b>i
'text_success_buy_change_username_card' => "Herzlichen Glückwunsch zum erfolgreichen Kauf einer <b>-Karte mit Nutzernamen</b> ändern!",
'text_change_username_card_already_has' => 'Haben Sie bereits eine Benutzernamenskarte ändern',
'text_rainbow_id_already_valid_forever' => 'Du hast bereits eine permanente Regenbogen-ID',
'text_get_by_medal' => 'Medaillen-Bonus erhält den folgenden zusätzlichen Bonuswert pro Stunde',
'medal_additional_desc' => 'Die Formel der Medaillen-Bonusberechnung ist die gleiche wie oben, unabhängig von der Mindestgarantie',
'medal_additional_factor' => 'Der finale Bonus ist der berechnete Medaillenbonus multipliziert mit dem medal_additional_factor',
'text_bonus_mini_size' => 'Torrent-Größe muss mindestens %ssein. Torrent-Größe kleiner als dieses Volumen sind von Bonusberechnungen ausgeschlossen'
);
?>

View File

@@ -707,9 +707,13 @@ $lang_settings = array
'text_login_secret_lifetime_unit' => 'minute',
'row_login_secret_lifetime' => 'Geheime Anmeldedauer',
'text_login_secret_lifetime_deadline' => 'Aktueller Login-Geheimtermin',
'row_enable_technical_info' => 'MediaInfo aktivieren',
'text_enable_technical_info' => "Standard 'Nein'. MediaInfo kommt von Software <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Textansicht",
'row_sticky_first_level_background_color' => 'Angepinnte bg-Farbe der ersten Stufe',
'row_enable_technical_info' => 'MediaInfo/BDInfo aktivieren',
'text_enable_technical_info' => 'Standard \'Nein\'. <br>
MediaInfo stammt von Software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b> das Ergebnis von "Textansicht" <br>
BDInfo stammt von Software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b> das Ergebnis von "Berichte ansehen"
',
'row_sticky_first_level_background_color' => 'Angepinnte bg-Farbe der ersten Stufe',
'text_sticky_first_level_background_color_note' => 'Fixierte erste Stufe bg Farbe, es wird keine sein, wenn nicht gesetzt.',
'row_sticky_second_level_background_color' => 'Farbe des zweiten Levels',
'text_sticky_second_level_background_color_note' => 'Fixierte zweite Ebene bg Farbe, es wird keine sein, wenn nicht gesetzt.',
@@ -816,6 +820,13 @@ $lang_settings = array
'text_use_challenge_response_authentication_note' => 'Wenn aktiviert, werden beim Login keine Klartext-Passwörter übermittelt, empfohlen. Zukünftige Versionen werden diese Konfiguration entfernen und diese Funktion aktivieren.' ,
'row_complain_enabled' => 'Ob Beschwerden aktiviert werden sollen',
'row_complain_enabled_note' => 'default: "Ja"',
'row_min_size' => 'Minimale Lautstärke',
'text_bonus_mini_size'=> 'Die minimale Lautstärke für Torrent ist',
'text_bonus_mini_size_help' => '. Die Torrent-Größe kleiner als dieses Volumen sind nicht in der Bonusberechnung enthalten.',
'row_reward_bonus_options' => 'Bonusoptionen',
'text_reward_bonus_options_note' => 'Bonusoptionen auf der Detailseite des Torrents, mehrere durch Kommas getrennte Optionen',
'row_reward_times_limit' => 'Prämienfrequenz Limit',
'text_reward_times_limit_note' => 'Tägliches Limit pro Benutzer für Bonusbelohnungen auf den Seed-Detailseiten. Auf 0 setzen für kein Limit. Standard: 0',
);
?>

View File

@@ -22,6 +22,14 @@ $lang_tags = array
'text_underline_description' => "Macht den beigefügten Text unterstrichen.",
'text_underline_syntax' => "[u]<i>Text</i>[/u]",
'text_underline_example' => "[u]Dies ist unterstrichener Text.[/u]",
'text_strikethrough' => "Durchstreichen",
'text_strikethrough_description' => "Macht den beigefügten Text durchschlagend.",
'text_strikethrough_syntax' => "[s]<i>Text</i>[/s]",
'text_strikethrough_example' => "[s]Das ist Streik-Durch-Text.[/s]",
'text_hide' => 'Hidden',
'text_hide_description' => 'Macht den beigefügten Text ausgeblendet',
'text_hide_syntax' => '[hide]<i>Text</i>[/hide]',
'text_hide_example' => '[hide]Ich habe es so hart versucht und bin so weit[/hide]',
'text_color_one' => "Farbe (alt. 1)",
'text_color_one_description' => "Ändert die Farbe des beigefügten Textes.",
'text_color_one_syntax' => "[color=<i>Farbe</i>]<i>Text</i>[/color]",
@@ -45,22 +53,22 @@ $lang_tags = array
'text_hyperlink_one' => "Hyperlink (alt. 1)",
'text_hyperlink_one_description' => "Fügt einen Hyperlink ein.",
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
'text_hyperlink_one_example' => "[url]http://%s[/url]",
'text_hyperlink_one_example' => "[url]%s[/url]",
'text_hyperlink_one_remarks' => "Dieses Tag ist überflüssig; alle URLs werden automatisch Hyperlink erzeugt.",
'text_hyperlink_two' => "Hyperlink (alt. 2)",
'text_hyperlink_two_description' => "Fügt einen Hyperlink ein.",
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>Text verknüpfen</i>[/url]",
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
'text_hyperlink_two_example' => "[url=%s]%s[/url]",
'text_hyperlink_two_remarks' => "Sie müssen diesen Tag nicht verwenden, es sei denn, Sie möchten den Link-Text setzen; alle URLs werden automatisch Hyperlink verwendet.",
'text_image_one' => "Bild (alt. 1)",
'text_image_one_description' => "Fügt ein Bild ein.",
'text_image_one_syntax' => "[img=<i>URL</i>]",
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
'text_image_one_example' => "[img=%s/pic/nexus.png]",
'text_image_one_remarks' => "Die URL muss mit <b>.gif</b>, <b>.jpg</b>, <b>.jpeg oder <b>.png</b> enden.",
'text_image_two' => "Bild (alt. 2)",
'text_image_two_description' => "Fügt ein Bild ein.",
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
'text_image_two_example' => "[img]%s/pic/nexus.png[/img]",
'text_image_two_remarks' => "Die URL muss mit <b>.gif</b>, <b>.jpg</b>, <b>.jpeg oder <b>.png</b> enden.",
'text_quote_one' => "Zitat (alt. 1)",
'text_quote_one_description' => "Fügt ein Zitat ein.",
@@ -98,23 +106,31 @@ $lang_tags = array
'text_flash' => "Blitz (alt. 1)",
'text_flash_description' => "Flash in Webseiten mit definierter Breite und Höhe einfügen",
'text_flash_syntax' => "[flash,breit,height]Flash URL[/flash]",
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
'text_flash_example' => "[flash,500,300]%s/flash.demo.swf[/flash]",
'text_flash_two' => "Blitz (alt. 2)",
'text_flash_two_description' => "Flash in Webseiten mit Standardbreite und -höhe einfügen (500 * 300)",
'text_flash_two_syntax' => "[flash]URL[/flash]",
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
'text_flash_two_example' => "[flash]%s/flash.demo.swf[/flash]",
'text_flv_one' => "Flash Video (alt.1)",
'text_flv_one_description' => "Flash-Video in Webseiten mit definierter Breite und Höhe einfügen",
'text_flv_one_syntax' => "[flv,breit,height]Flash Video URL[/flv]",
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
'text_flv_one_example' => "[flv,320,240]%s/flash.video.demo.flv[/flv]",
'text_flv_two' => "Flash Video (alt.2)",
'text_flv_two_description' => "Flash-Video in Webseiten mit Standardbreite und -höhe einfügen (320 * 240)",
'text_flv_two_syntax' => "[flv]Flash Video URL[/flv]",
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
'text_flv_two_example' => "[flv]%s/flash.video.demo.flv[/flv]",
'text_youtube' => "YouTube",
'text_youtube_description' => "YouTube Online-Video in Webseiten einfügen",
'text_youtube_syntax' => "[youtube,width,height]Video URL auf YouTube[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=DWDL3VTCcg&ab_channel=ESPNMMA[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/youtube]",
'text_video' => "Video",
'text_video_description' => "HTML5-Video-Player einfügen",
'text_video_syntax' => "[Video,Breite,Height]Video-URL[/video]",
'text_video_example' => "[video]https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm[/video]",
'text_audio' => "Audio",
'text_audio_description' => "HTML5 Audio-Player einfügen",
'text_audio_syntax' => "[audio]Audio-URL[/audio]",
'text_audio_example' => "[audio]https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3[/audio]",
'text_youku' => "YouKu",
'text_youku_description' => "YouKu Online-Video in Webseiten einfügen",
'text_youku_syntax' => "[youku]Video-URL auf YouKu[/youku]",
@@ -132,6 +148,10 @@ $lang_tags = array
'text_spoiler_description' => 'Erweiterbare/einklappbare Inhalte auf der Seite einfügen',
'text_spoiler_syntax' => '[spoiler=title]Dies ist der gefaltete Inhalt[/spoiler]',
'text_spoiler_example' => '[Spoiler=Was ist mit dem letzten Ende des Helden passiert?]Der Held ist gestorben![/spoiler]',
'text_hr' => 'Horizontale Regel',
'text_hr_description' => 'Inhalt horizontaler Regeln auf der Seite einfügen',
'text_hr_syntax' => '[hr]',
'text_hr_example' => 'Nie wirst du dir[hr]geben und nie wieder loslassen',
'text_left' => 'Text align left',
'text_left_description' => 'Linksbegründete Inhalte auf der Seite einfügen',

View File

@@ -27,7 +27,7 @@ $lang_takesignup = array
'std_to_finish_signup' => " um die Anmeldung zu beenden, danke!",
'msg_subject' => "Willkommen bei ",
'msg_congratulations' => "Herzlichen Glückwunsch ",
'msg_you_are_a_member' => ",\n\nSie sind jetzt Mitglied bei %s,\nWir möchten bei dieser Gelegenheit Hallo und herzlich willkommen bei %ssagen!\n\nBitte lesen Sie die [url=rules durch. hp][b]Regeln[/b][/url] und die [url=faq. hp][b]Faq[/b][/url].\n Und stellen Sie sicher, dass Sie durch die [url=forums. hp][b]Foren[/b][/url]: und sagen Sie Hallo!\n\nViel Spaß mit Ihrem Aufenthalt.\nDas Personal von %s ",
'msg_you_are_a_member' => ",\n\nSie sind jetzt Mitglied bei %s,\nWir möchten diese Gelegenheit nutzen und heißen Sie herzlich willkommen!\n\nBitte lesen Sie die [url=rules durch. hp][b]Regeln[/b][/url] und die [url=faq. hp][b]Faq[/b][/url].\n Und stellen Sie sicher, dass Sie durch die [url=forums. hp][b]Foren[/b][/url]: und sagen Sie Hallo!\n\nViel Spaß mit Ihrem Aufenthalt.\nDas Personal von %s ",
'mail_this_link' => "DIESE LINK",
'mail_here' => "HIER",
'mail_title' => " Benutzerregistrierung bestätigen",

View File

@@ -256,6 +256,8 @@ $lang_usercp = array
'add_seed_box_btn' => 'Registrieren',
'checkbox_pm_on_topic_reply' => 'Benachrichtigen Sie mich, wenn es neue Antworten auf Forenbeiträge gibt',
'checkbox_pm_on_hr_reached' => 'Benachrichtigen, wenn H&R das Ziel erreicht',
'row_tracker_url' => 'Tracker-URL',
'row_tracker_url_help' => '<b>Hinweis:</b> Einmal ausgewählt, kann Ankündigungen nur an den ausgewählten Link gesendet werden. Standardmäßig kann Ankündigungen nur an den ersten Standardlink in der Liste gesendet werden.',
);
?>

View File

@@ -138,10 +138,10 @@ $lang_userdetails = array
'std_sorry' => "Tut uns leid",
'std_user_not_confirmed' => "Der Benutzer wurde noch nicht bestätigt!",
'text_not_available' => "N/A",
'row_vip_by_bonus' => "VIP durch Bonus",
'row_vip_by_bonus' => "VIP Auto läuft ab",
'text_vip_by_bonus_note' => "Ob der VIP-Status durch die Verwendung von Bonus erreicht wird",
'row_vip_until' => "VIP bis",
'text_vip_until_note' => "Das Zeitformat ist YYYY-MM-TT hh:mm:ss. Die Zeit bis zu dem VIP Status gültig ist. Damit dies funktioniert, muss 'VIP by bonus' auf 'Ja' gesetzt werden.",
'text_vip_until_note' => "Das Zeitformat ist YYYY-MM-TT hh:mm:ss. Die Zeit bis zu dem VIP Status gültig ist. Damit dies funktioniert, muss 'VIP auto expires' auf 'ja' gesetzt werden.",
'row_show_ad' => "Show Ad",
'row_no_ad_until' => "Keine Werbung bis",
'text_no_ad_until_note' => "Das Zeitformat ist JJJJJ-MM-TT hh:mm:ss. Die Zeit bis zum Ausschalten der Werbung.",

View File

@@ -13,4 +13,5 @@ $lang_attendance = array
'retroactive_event_text' => 'Re',
'retroactive_confirm_tip' => 'Επιβεβαίωση συμμετοχής: ',
'retroactive_description' => 'Κάντε κλικ στην τελεία στο λευκό φόντο για να συμμετάσχετε. Αυτή τη στιγμή έχετε μια κάρτα συμμετοχής <b>%d</b>.',
'attend_button' => 'Άφιξη τώρα',
);

View File

@@ -41,6 +41,7 @@ $lang_functions = array
'std_you_will_get' => 'Θα πάρετε',
'std_by' => 'Από',
'row_security_image' => "Εικόνα Ασφαλείας:",
'row_security_challenge' => "Πρόκληση Ασφαλείας:",
'row_security_code' => "Κωδικός Ασφαλείας:",
'text_slots' => "Αυλακώσεις:",
'text_unlimited' => "Απεριόριστο",
@@ -320,8 +321,11 @@ $lang_functions = array
'text_tag_hdr' => 'HDR',
'text_required' => 'Απαιτείται',
'text_invalid' => 'Μη Έγκυρο',
'text_technical_info' => 'MediaInfo',
'text_technical_info_help_text' => 'Το MediaInfo προέρχεται από το λογισμικό <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,ανοιχτό αρχείο, γλώσσα επιλέξτε αγγλικά, κάντε κλικ στο μενού προβολής > κείμενο > δεξί κλικ στο πλαίσιο > επιλέξτε όλα > αντιγραφή > παρελθόν σε αυτό το κουτί.',
'text_technical_info' => 'MediaInfo/BDInfo',
'text_technical_info_help_text' => '<b>&middot;</b> Το MediaInfo προέρχεται από λογισμικό <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>, στυλό αρχείο, γλώσσα επιλέξτε αγγλικά, κάντε κλικ στο μενού προβολής > κείμενο > δεξί κλικ στο πλαίσιο > επιλέξτε όλα > αντιγραφή > παρελθόν σε αυτό το πλαίσιο.
<br>
<b>&middot;</b> BDInfo προέρχεται από το λογισμικό <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b>, στυλό το αρχείο με αυτό το λογισμικό, κάντε κλικ στην επιλογή Ανίχνευση Bitrates για να δείτε την έκθεση, δεξί κλικ στο πλαίσιο > επιλέξτε όλα, κάντε δεξί κλικ > αντιγραφή και επικολλήστε το εδώ.
',
'text_management_system' => 'Διαχείριση',
'text_seed_points' => 'Σημεία σποράς',
'spoiler_expand_collapse' => 'Κλικ για επέκταση/σύμπτυξη',
@@ -331,6 +335,8 @@ $lang_functions = array
'text_contactstaff' => 'Επικοινωνία με προσωπικό',
'full_site_promotion_in_effect' => 'Full site [%s] in effect!',
'full_site_promotion_time_range' => 'Χρονικό εύρος: %s ~ %s',
'full_site_promotion_remark' => 'Σημείωση: %s',
'full_site_promotion_upcoming' => 'Επερχόμενη πλήρης ιστοσελίδα [%s]',
'text_torrent_to_approval' => 'Υπάρχει %s%u δεν εγκρίνει torrent%s.',
'std_confirm_remove' => 'Είστε βέβαιοι ότι θέλετε να το διαγράψετε?',
'select_an_user_class' => 'Επιλέξτε μια κλάση χρήστη',

View File

@@ -54,6 +54,7 @@ Best Regards,
'harem_addition' => 'Προσθήκη λόχου',
'signup_link_help' => 'Δεξί κλικ για αντιγραφή',
'signup_link' => 'Σύνδεσμος εγγραφής',
'text_uploaded_count' => 'Πλήθος μεταφορτώσεων',
'text_seed_torrent_count' => 'Μετρητές σποράς',
'text_seed_torrent_size' => 'Μέγεθος σποράς',
'text_seed_torrent_bonus_per_hour' => 'Μπόνους σποράς ανά ώρα',

View File

@@ -11,7 +11,7 @@ $lang_login = array
'p_remaining_tries' => "εναπομείναντες προσπάθειες.",
'p_no_account_signup' => "Don't have an account? <a href=\"signup.php\"><b>Sign up</b></a> right now!",
'p_forget_pass_recover' => "Ξεχάστε τον κωδικό πρόσβασής σας? Ανάκτηση του κωδικού σας <a href=\"recover.php\"><b>μέσω email</b></a>",
'p_account_banned' => "Ο λογαριασμός απαγορεύθηκε? λόγος προβολής στο αρχείο καταγραφής απαγόρευσης<a href=\"user-ban-log.php\"><b></b></a>",
'p_account_banned' => "Ο λογαριασμός απαγορεύθηκε? λόγος προβολής στο αρχείο καταγραφής απαγόρευσης <a href=\"user-ban-log.php\"><b></b></a>",
'p_resend_confirm' => "Δεν έλαβε email επιβεβαίωσης ή ο σύνδεσμος επιβεβαίωσης είναι σπασμένος? <a href=\"confirm_resend.php\"><b>Αποστολή email επιβεβαίωσης ξανά</b></a>",
'rowhead_username' => "Όνομα Χρήστη:",
'rowhead_password' => "Κωδικός:",
@@ -35,6 +35,7 @@ $lang_login = array
'rowhead_two_step_code' => 'Έλεγχος Ταυτότητας Δύο Παραγόντων',
'two_step_code_tooltip' => 'Εάν ενεργοποιηθεί πρέπει να συμπληρωθεί',
'text_complain' => 'Κανάλι Καταγγελίας',
'other_methods' => "Άλλες Μέθοδοι",
);
?>

View File

@@ -168,6 +168,10 @@ where<ul><li><b>A</b> is an intermediate variable</li><li><b>Ti</b> is the <b>i<
'text_success_buy_change_username_card' => "Συγχαρητήρια για την επιτυχημένη αγορά ενός <b>αλλάξτε την κάρτα ονόματος χρήστη</b>!",
'text_change_username_card_already_has' => 'Έχουν ήδη αλλάξει την κάρτα ονόματος χρήστη',
'text_rainbow_id_already_valid_forever' => 'Έχουν ήδη ένα μόνιμο αναγνωριστικό ουράνιο τόξο',
'text_get_by_medal' => 'Μετάλλιο μπόνους θα πάρει την ακόλουθη επιπλέον αξία μπόνους ανά ώρα',
'medal_additional_desc' => 'Ο τύπος υπολογισμού μπόνους μεταλλίων είναι ο ίδιος όπως παραπάνω, ανεξάρτητα από την ελάχιστη εγγύηση',
'medal_additional_factor' => 'Το τελικό μπόνους είναι το υπολογισμένο μπόνους μεταλλίων πολλαπλασιασμένο επί το medal_additional_factor',
'text_bonus_mini_size' => 'Το μέγεθος του Torrent πρέπει να είναι τουλάχιστον %s. Το μέγεθος του Torrent μικρότερο από αυτόν τον τόμο εξαιρείται από τους υπολογισμούς μπόνους'
);
?>

View File

@@ -707,9 +707,12 @@ $lang_settings = array
'text_login_secret_lifetime_unit' => 'λεπτό',
'row_login_secret_lifetime' => 'Μυστική ζωή σύνδεσης',
'text_login_secret_lifetime_deadline' => 'Τρέχουσα μυστική προθεσμία σύνδεσης',
'row_enable_technical_info' => 'Ενεργοποίηση MediaInfo',
'text_enable_technical_info' => "Προεπιλεγμένο 'Όχι'. Το MediaInfo προέρχεται από λογισμικό <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Προβολή κειμένου",
'row_sticky_first_level_background_color' => 'Κολλημένο χρώμα πρώτου επιπέδου bg',
'row_enable_technical_info' => 'Ενεργοποίηση MediaInfo/BDInfo',
'text_enable_technical_info' => 'Προεπιλογή \'Όχι\'. <br>
- Το MediaInfo προέρχεται από το λογισμικό <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b> το αποτέλεσμα της "προβολής κειμένου" <br>
- BDInfo προέρχεται από το λογισμικό <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b> το αποτέλεσμα της "View Reports"
',
'row_sticky_first_level_background_color' => 'Κολλημένο χρώμα πρώτου επιπέδου bg',
'text_sticky_first_level_background_color_note' => 'Κολλημένο χρώμα πρώτου επιπέδου bg, δεν θα είναι κανένα αν δεν οριστεί.',
'row_sticky_second_level_background_color' => 'Κολλημένο χρώμα δεύτερου επιπέδου bg',
'text_sticky_second_level_background_color_note' => 'Κολλημένο χρώμα δευτέρου επιπέδου bg, δεν θα είναι κανένα αν δεν οριστεί.',
@@ -816,6 +819,13 @@ $lang_settings = array
'text_use_challenge_response_authentication_note' => 'Αν ενεργοποιηθεί, δεν θα μεταδοθούν κωδικοί πρόσβασης μέσω καρφιτσώματος κατά τη σύνδεση, συνιστάται. Οι μελλοντικές εκδόσεις θα καταργήσουν αυτή τη ρύθμιση και θα ενεργοποιήσουν αυτήν τη λειτουργία.' ,
'row_complain_enabled' => 'Αν θα ενεργοποιήσετε τις καταγγελίες',
'row_complain_enabled_note' => 'προεπιλογή: "ναι"',
'row_min_size' => 'Ελάχιστος όγκος',
'text_bonus_mini_size'=> 'Ο ελάχιστος απαιτούμενος όγκος για το torrent είναι',
'text_bonus_mini_size_help' => '. Μέγεθος Torrent μικρότερο από αυτόν τον τόμο δεν περιλαμβάνεται στον υπολογισμό του μπόνους. Μονάδα: bytes (Byte), π.χ. 1 KiB = 1024 Byte.',
'row_reward_bonus_options' => 'Επιλογές Μπόνους Ανταμοιβής',
'text_reward_bonus_options_note' => 'Επιλογές μπόνους ανταμοιβής στη σελίδα λεπτομερειών torrent, πολλαπλές επιλογές διαχωρισμένες με κόμματα',
'row_reward_times_limit' => 'Όριο Συχνότητας Ανταμοιβής',
'text_reward_times_limit_note' => 'Ημερήσιο όριο ανά χρήστη για ανταμοιβές μπόνους σε σελίδες λεπτομερειών σπόρου. Ορίστε σε 0 χωρίς όριο. Προεπιλογή: 0',
);
?>

View File

@@ -22,6 +22,14 @@ $lang_tags = array
'text_underline_description' => "Υπογραμμίζει το εσώκλειστο κείμενο.",
'text_underline_syntax' => "[u]<i>Κείμενο</i>[/u]",
'text_underline_example' => "[u]Αυτό είναι υπογραμμισμένο κείμενο.[/u]",
'text_strikethrough' => "Επιγράμμιση",
'text_strikethrough_description' => "Κάνει το εσώκλειστο κείμενο strikethrough.",
'text_strikethrough_syntax' => "[s]<i>Κείμενο</i>[/s]",
'text_strikethrough_example' => "[s]This is strikethrough text.[/s]",
'text_hide' => 'Hidden',
'text_hide_description' => 'Κάνει το εσώκλειστο κείμενο κρυφό',
'text_hide_syntax' => '[hide]<i>Κείμενο</i>[/hide]',
'text_hide_example' => '[hide]I tried so hard and got so far[/hide]',
'text_color_one' => "Χρώμα (alt. 1)",
'text_color_one_description' => "Αλλάζει το χρώμα του εσωκλεισμένου κειμένου.",
'text_color_one_syntax' => "[color=<i>Χρώμα</i>]<i>Κείμενο</i>[/color]",
@@ -45,22 +53,22 @@ $lang_tags = array
'text_hyperlink_one' => "Υπερσύνδεσμος (alt. 1)",
'text_hyperlink_one_description' => "Εισάγει έναν υπερσύνδεσμο.",
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
'text_hyperlink_one_example' => "[url]http://%s[/url]",
'text_hyperlink_one_example' => "[url]%s[/url]",
'text_hyperlink_one_remarks' => "Αυτή η ετικέτα είναι περιττή. Όλα τα URL είναι αυτόματα υπερ-συνδεδεμένα.",
'text_hyperlink_two' => "Υπερσύνδεσμος (alt. 2)",
'text_hyperlink_two_description' => "Εισάγει έναν υπερσύνδεσμο.",
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>κείμενο συνδέσμου</i>[/url]",
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
'text_hyperlink_two_example' => "[url=%s]%s[/url]",
'text_hyperlink_two_remarks' => "Δεν χρειάζεται να χρησιμοποιήσετε αυτήν την ετικέτα εκτός αν θέλετε να ορίσετε το κείμενο συνδέσμου, όλες οι διευθύνσεις URL είναι αυτόματα υπερ-συνδεδεμένες.",
'text_image_one' => "Εικόνα (alt. 1)",
'text_image_one_description' => "Εισάγει μια εικόνα.",
'text_image_one_syntax' => "[img=<i>URL</i>]",
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
'text_image_one_example' => "[img=%s/pic/nexus.png]",
'text_image_one_remarks' => "The URL must end with <b>.gif</b>, <b>.jpg</b>, <b>.jpeg or <b>.png</b>.",
'text_image_two' => "Εικόνα (alt. 2)",
'text_image_two_description' => "Εισάγει μια εικόνα.",
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
'text_image_two_example' => "[img]%s/pic/nexus.png[/img]",
'text_image_two_remarks' => "The URL must end with <b>.gif</b>, <b>.jpg</b>, <b>.jpeg or <b>.png</b>.",
'text_quote_one' => "Παράθεση (alt. 1)",
'text_quote_one_description' => "Εισάγει ένα απόσπασμα.",
@@ -98,23 +106,31 @@ $lang_tags = array
'text_flash' => "Φλας (alt. 1)",
'text_flash_description' => "Εισαγωγή φλας σε ιστοσελίδες με καθορισμένο πλάτος και ύψος",
'text_flash_syntax' => "[flash,width,height]Flash URL[/flash]",
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
'text_flash_example' => "[flash,500,300]%s/flash.demo.swf[/flash]",
'text_flash_two' => "Φλας (εναλλακτικό 2)",
'text_flash_two_description' => "Εισαγωγή φλας σε ιστοσελίδες στο προεπιλεγμένο πλάτος και ύψος (500 * 300)",
'text_flash_two_syntax' => "[flash]Flash URL[/flash]",
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
'text_flash_two_example' => "[flash]%s/flash.demo.swf[/flash]",
'text_flv_one' => "Flash βίντεο (alt.1)",
'text_flv_one_description' => "Εισαγωγή flash βίντεο σε ιστοσελίδες με καθορισμένο πλάτος και ύψος",
'text_flv_one_syntax' => "[flv,width,height]Flash βίντεο URL[/flv]",
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
'text_flv_one_example' => "[flv,320,240]%s/flash.video.demo.flv[/flv]",
'text_flv_two' => "Flash βίντεο (alt.2)",
'text_flv_two_description' => "Εισαγωγή flash βίντεο σε ιστοσελίδες με προεπιλεγμένο πλάτος και ύψος (320 * 240)",
'text_flv_two_syntax' => "[flv]Flash URL βίντεο[/flv]",
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
'text_flv_two_example' => "[flv]%s/flash.video.demo.flv[/flv]",
'text_youtube' => "YouTube",
'text_youtube_description' => "Εισαγωγή online βίντεο YouTube σε ιστοσελίδες",
'text_youtube_syntax' => "[youtube,width,height]Video URL στο YouTube[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=DWDL3VTCcg&ab_channel=ESPNMMA[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/youtube]",
'text_video' => "Βίντεο",
'text_video_description' => "Εισαγωγή αναπαραγωγής βίντεο HTML5",
'text_video_syntax' => "[βίντεο,πλάτος,ύψος]Video URL[/video]",
'text_video_example' => "[video]https://interactive-examples.mdn.mozilla.net/media/c0-videos/flower.webm[/video]",
'text_audio' => "Ήχος",
'text_audio_description' => "Εισαγωγή αναπαραγωγής ήχου HTML5",
'text_audio_syntax' => "[audio]Url Ήχου[/audio]",
'text_audio_example' => "[audio]https://interactive-examples.mdn.mozilla.net/media/c0-audio/t-rex-roar.mp3[/audio]",
'text_youku' => "YouKu",
'text_youku_description' => "Εισαγωγή online βίντεο YouKu σε ιστοσελίδες",
'text_youku_syntax' => "[youku]βίντεο URL στο YouKu[/youku]",
@@ -132,6 +148,10 @@ $lang_tags = array
'text_spoiler_description' => 'Εισαγωγή επεκτάσιμου/πτυσσόμενου περιεχομένου στη σελίδα',
'text_spoiler_syntax' => '[spoiler=title]Αυτό είναι το διπλωμένο περιεχόμενο[/spoiler]',
'text_spoiler_example' => '[spoiler=Τι συνέβη στο τελικό τέλος του ήρωα?]Ο ήρωας πέθανε τελευταίο![/spoiler]',
'text_hr' => 'Οριζόντιος κανόνας',
'text_hr_description' => 'Εισαγωγή οριζόντιου περιεχομένου κανόνα στη σελίδα',
'text_hr_syntax' => '[hr]',
'text_hr_example' => 'Ποτέ δεν θα σας δώσει[hr]Ποτέ δεν θα σας αφήσει κάτω',
'text_left' => 'Text align left',
'text_left_description' => 'Εισαγωγή περιεχομένου με αριστερή αιτιολόγηση στη σελίδα',

View File

@@ -27,7 +27,7 @@ $lang_takesignup = array
'std_to_finish_signup' => " για να ολοκληρώσετε την εγγραφή, ευχαριστίες!",
'msg_subject' => "Καλώς ήλθατε στο ",
'msg_congratulations' => "Συγχαρητήρια ",
'msg_you_are_a_member' => ",\n\nYou are now a member of %s,\nWe would like to take this opportunity to say hello and welcome to %s!\n\nPlease be sure to read the [url=rules.php][b]Rules[/b][/url] and the [url=faq.php][b]Faq[/b][/url].\n And be sure to stop by the [url=forums.php][b]Forums[/b][/url]: and say Hello!\n\nEnjoy your Stay.\nThe Staff of %s ",
'msg_you_are_a_member' => ",\n\nYou are now a member of %s,\nWe would like to take this opportunity to say hello and welcome to join us!\n\nPlease be sure to read the [url=rules.php][b]Rules[/b][/url] and the [url=faq.php][b]Faq[/b][/url].\n And be sure to stop by the [url=forums.php][b]Forums[/b][/url]: and say Hello!\n\nEnjoy your Stay.\nThe Staff of %s ",
'mail_this_link' => "ΑΥΤΗ ΓΡΑΜΜΗ",
'mail_here' => "ΕΔΩ",
'mail_title' => " Επιβεβαίωση Εγγραφής Χρήστη",

View File

@@ -256,6 +256,8 @@ $lang_usercp = array
'add_seed_box_btn' => 'Εγγραφή',
'checkbox_pm_on_topic_reply' => 'Ειδοποιήστε με όταν υπάρχουν νέες απαντήσεις στις δημοσιεύσεις του φόρουμ',
'checkbox_pm_on_hr_reached' => 'Να ειδοποιούμαι όταν ο στόχος H&R φτάσει στο στόχο',
'row_tracker_url' => 'Url Ανιχνευτή',
'row_tracker_url_help' => '<b>Σημείωση:</b> Όταν επιλεγεί, η ανακοίνωση μπορεί να σταλεί μόνο στον επιλεγμένο σύνδεσμο. Από προεπιλογή, η ανακοίνωση μπορεί να σταλεί μόνο στον πρώτο προεπιλεγμένο σύνδεσμο στη λίστα.',
);
?>

View File

@@ -138,10 +138,10 @@ $lang_userdetails = array
'std_sorry' => "Συγνώμη",
'std_user_not_confirmed' => "Ο χρήστης δεν έχει επιβεβαιωθεί ακόμα!",
'text_not_available' => "Δ/Υ",
'row_vip_by_bonus' => "VIP με μπόνους",
'row_vip_by_bonus' => "Αυτόματη λήξη VIP",
'text_vip_by_bonus_note' => "Αν η κατάσταση VIP αποκτάται με τη χρήση μπόνους",
'row_vip_until' => "VIP μέχρι",
'text_vip_until_note' => "Η μορφή ώρας είναι YYYY-MM-DD hh:mm:ss. Ο χρόνος μέχρι το πότε η κατάσταση VIP είναι έγκυρη. Για να λειτουργήσει αυτό, το \"VIP by bonus\" πρέπει να οριστεί σε \"ναι\".",
'text_vip_until_note' => "Η μορφή ώρας είναι YYYY-MM-DD hh:mm:ss. Ο χρόνος μέχρι το πότε η κατάσταση VIP είναι έγκυρη. Για να λειτουργήσει αυτό, το 'VIP auto expires' πρέπει να οριστεί σε 'ναι'.",
'row_show_ad' => "Show Ad",
'row_no_ad_until' => "Χωρίς Διαφημίσεις Μέχρι",
'text_no_ad_until_note' => "Η μορφή ώρας είναι YYYY-MM-DD hh:mm:ss. Ο χρόνος μέχρι το πότε ο χρήστης μπορεί να απενεργοποιήσει τις διαφημίσεις.",

View File

@@ -13,4 +13,5 @@ $lang_attendance = array
'retroactive_event_text' => 'Re',
'retroactive_confirm_tip' => 'Confirmar atención: ',
'retroactive_description' => 'Haz clic en el punto en el fondo blanco para hacer la atención. Actualmente tienes una tarjeta de asistencia <b>%d</b>.',
'attend_button' => 'Registrarse ahora',
);

View File

@@ -2,52 +2,52 @@
$lang_functions = array
(
'std_access_denied' => "Access Denied!",
'std_fake_account' => "We come to believe you are using a fake account, therefore we've logged this action!",
'std_permission_denied' => "Permission denied!",
'std_access_denied' => "¡Acceso denegado!",
'std_fake_account' => "Hemos llegado a creer que estás usando una cuenta falsa, ¡por lo tanto hemos registrado esta acción!",
'std_permission_denied' => "¡Permiso denegado!",
'std_permission_denied_only' => "Permiso denegado. Sólo ",
'std_or_above_can_view' => " or above could view. <br /><br /> Please see the "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
'std_or_above_can_view' => " o superior podría ver. <br /><br /> Por favor vea el "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> para más información sobre diferentes clases de usuario y qué pueden hacer.<br /><br /><b></p>El personal %s</b>",
'std_target_not_exists' => 'Target not exists',
'std_already_logged_in' => "You have already logged in!",
'std_already_logged_in' => "¡Ya has iniciado sesión!",
'text_page_last_updated' => "Última actualización de esta página ",
'text_browser_cookies_note' => "If you enable cookies and are still unable to log in, perhaps something happened to cause a problem with your login cookie. We suggest delete your cookies and trying again. To delete cookies in Internet Explorer, go to Tools > Internet Options... and click on the Delete Cookies button. Note that this will delete all cookies stored on your system for other sites as well.",
'text_browser_cookies_note' => "Si habilita las cookies y todavía no puede iniciar sesión, quizás algo causó un problema con su cookie de inicio de sesión. Sugerimos eliminar sus cookies y volver a intentarlo. Para eliminar cookies en Internet Explorer, vaya a Herramientas > Opciones de Internet... y haga clic en el botón Eliminar cookies. Tenga en cuenta que esto también eliminará todas las cookies almacenadas en su sistema para otros sitios.",
'std_error' => "Error",
'text_unable_to_send_mail' => "Unable to send mail. Please contact an administrator about this error.",
'std_success' => "Success",
'std_confirmation_email_sent' => "A confirmation email has been mailed to ",
'std_please_wait' => "Please allow a few minutes for the mail to arrive.",
'std_account_details_sent' => "The new account details have been mailed to ",
'std_locked' => " Locked! (the maximum number of failed ",
'std_attempts_reached' => " attempts is reached during reauthentication)",
'std_your_ip_banned' => "We come to believe you are trying to cheat our system, therefore we've banned your ip!",
'text_unable_to_send_mail' => "No se puede enviar el correo. Por favor, póngase en contacto con un administrador sobre este error.",
'std_success' => "Éxito",
'std_confirmation_email_sent' => "Un correo electrónico de confirmación ha sido enviado a ",
'std_please_wait' => "Por favor, espere unos minutos para que llegue el correo.",
'std_account_details_sent' => "Los detalles de la nueva cuenta han sido enviados por correo a ",
'std_locked' => " ¡Bloqueado! (el número máximo de fallidos ",
'std_attempts_reached' => " los intentos se alcanzan durante la reautenticación)",
'std_your_ip_banned' => "Hemos llegado a creer que está tratando de engañar a nuestro sistema, ¡por lo tanto hemos prohibido su ip!",
'std_login_failed' => "¡Error al iniciar sesión!",
'std_login_failed_note' => "<b>Error</b>: Username or password incorrect! Or you are not confirmed yet<br /><br />Don't remember your password? <b><a href=\"recover.php\">Recover</a></b> your password!",
'std_failed' => "Failed",
'std_login_failed_note' => "<b>Error</b>: Nombre de usuario o contraseña incorrecta! ¿O aún no estás confirmado<br /><br />¿No recuerdas tu contraseña? <b><a href=\"recover.php\">Recuperar</a></b> tu contraseña!",
'std_failed' => "Fallo",
'std_oops' => "¡Ups!",
'std_sorry' => "Disculpe",
'std_invite_system_disabled' => "The invite system is currently disabled...",
'std_open_registration_disabled' => "Open registration is currently disabled. Invites only. If you are lucky you might have a friend who wants to invite you :) We just wanna see how much cheaters will start respecting their accounts after they realize they can't just come back in and get another one :). Keep this in mind, if you are already a member and you invite a known cheater, and you knew about it in the first place, both yours and the person you invited are disabled. You will have to come talk to us to get your account reenstated. If you want an invite and you know someone who have one it's up to them to give you an invite.",
'std_account_limit_reached' => "The current user account limit has been reached. Inactive accounts are pruned all the time, please check back again later...",
'std_the_ip' => "The IP ",
'std_used_many_times' => " is already being used on too many account.... No more accounts allowed at <b>%s</b>.",
'std_invalid_image_code' => "Invalid Image Code! <br /><b>Do not go back, The image code has been cleared!</b> <br /><br />Please click ",
'std_here_to_request_new' => "<b>here</b></a> to request a new image code.",
'std_invite_system_disabled' => "El sistema de invitación está actualmente deshabilitado...",
'std_open_registration_disabled' => "El registro abierto está deshabilitado. Sólo invitaciones. Si tienes suerte, tal vez tengas un amigo que quiere invitarte :) Simplemente queremos ver cuántos tramposos comenzarán a respetar sus cuentas después de que se den cuenta de que no pueden volver y conseguir otra :). Ten esto en cuenta, si ya eres miembro e invitas a un estafador conocido, y usted lo sabía en primer lugar, tanto la suya como la persona a la que invitó están desactivadas. Tendrás que venir a hablar con nosotros para que tu cuenta se vuelva a declarar. Si quieres una invitación y conoces a alguien que la tiene, depende de ellos darte una invitación.",
'std_account_limit_reached' => "Se ha alcanzado el límite de cuenta de usuario actual. Las cuentas inactivas se podan todo el tiempo, por favor vuelve más tarde...",
'std_the_ip' => "La IP ",
'std_used_many_times' => " ya está siendo usado en demasiadas cuentas... No se permiten más cuentas en <b>%s</b>.",
'std_invalid_image_code' => "¡Código de imagen inválido! <br /><b>No vuelvas, ¡El código de la imagen ha sido borrado!</b> <br /><br />Por favor haga clic ",
'std_here_to_request_new' => "<b>aquí</b></a> para solicitar un nuevo código de imagen.",
'std_action' => 'Accin',
'std_report' => 'Reporte',
'std_desc' => 'Descripción',
'std_comment' => 'Comentario',
'std_quick_comment' => 'Quick comment',
'std_click_here_to_goback' => 'Click here to goback',
'std_you_will_get' => 'You will get',
'std_by' => 'By',
'row_security_image' => "Security Image:",
'row_security_challenge' => "Security Challenge:",
'row_security_code' => "Security Code:",
'text_slots' => "Slots:",
'std_quick_comment' => 'Comentario rápido',
'std_click_here_to_goback' => 'Haz clic aquí para desear',
'std_you_will_get' => 'Recibirás',
'std_by' => 'Por',
'row_security_image' => "Imagen de seguridad:",
'row_security_challenge' => "Desafío de Seguridad:",
'row_security_code' => "Código de seguridad:",
'text_slots' => "Espacios:",
'text_unlimited' => "Ilimitado",
'std_server_load_very_high' => "The server load is very high at the moment. Retrying, please wait...",
'std_too_many_users' => "Too many users. Please press the Refresh button in your browser to retry.",
'text_unauthorized_ip' => "<h1>403 Forbidden</h1>Unauthorized IP address.",
'std_server_load_very_high' => "La carga del servidor es muy alta en este momento. Reintentando, por favor espere...",
'std_too_many_users' => "Demasiados usuarios. Por favor, pulse el botón Actualizar en su navegador para volver a intentarlo.",
'text_unauthorized_ip' => "<h1>403 Prohibida</h1>Dirección IP no autorizada.",
'text_home' => "Inicio",
'text_forums' => "Foros",
'text_torrents' => "Torrents",
@@ -55,66 +55,66 @@ $lang_functions = array
'text_request' => "Solicitudes",
'text_upload' => "Subir",
'text_subtitles' => "Subtítulos",
'text_user_cp' => "User CP",
'text_user_cp' => "Usuario CP",
'text_top_ten' => "Top 10",
'text_log' => "LOG",
'text_rules' => "Reglas",
'text_faq' => "FAQ",
'text_staff' => "Personal",
'std_site_down_for_maintenance' => "Site is down for maintenance, please check back again later... thanks",
'text_click_view_full_image' => "Click this bar to view the full image.",
'text_image_resized' => "This image has been resized. Click this bar to view the full image.",
'text_click_view_small_image' => "Click this bar to view the small image.",
'std_site_down_for_maintenance' => "El sitio está abajo por mantenimiento, por favor vuelve más tarde... gracias",
'text_click_view_full_image' => "Haga clic en esta barra para ver la imagen completa.",
'text_image_resized' => "Esta imagen ha sido redimensionada. Haga clic en esta barra para ver la imagen completa.",
'text_click_view_small_image' => "Haga clic en esta barra para ver la imagen pequeña.",
'text_login' => "Ingresar",
'text_signup' => "Signup",
'text_signup' => "Registrarse",
'text_inf' => "Inf.",
'title_donor' => "donor",
'title_warned' => "warned",
'title_donor' => "donante",
'title_warned' => "advertido",
'title_inbox_new_messages' => "inbox&nbsp;(new&nbsp;messages)",
'title_inbox_no_new_messages' => "inbox&nbsp;(no&nbsp;new&nbsp;messages)",
'text_yes' => "",
'text_no' => "Nu",
'text_unknown' => "Desconocido",
'text_welcome_back' => "Welcome",
'text_staff_panel' => "Staff Panel",
'text_site_settings' => "Site Settings",
'text_logout' => "logout",
'text_bonus' => "Bonus ",
'text_welcome_back' => "Bienvenida",
'text_staff_panel' => "Panel de personal",
'text_site_settings' => "Ajustes del sitio",
'text_logout' => "cerrar sesión",
'text_bonus' => "Bono ",
'text_use' => "Usar",
'text_ratio' => "Ratio:",
'text_uploaded' => "Uploaded:",
'text_downloaded' => "Downloaded:",
'text_active_torrents' => "Active:",
'title_torrents_seeding' => "Torrents&nbsp;Seeding",
'title_torrents_leeching' => "Torrents&nbsp;Leeching",
'text_connectable' => "Connectable:&nbsp;",
'text_the_time_is_now' => "Time: ",
'text_message_new' => " New",
'title_sentbox' => "sentbox",
'title_inbox' => "inbox",
'title_buddylist' => "Buddylist",
'text_uploaded' => "Subido:",
'text_downloaded' => "Descargado:",
'text_active_torrents' => "Activo:",
'title_torrents_seeding' => "Torrents&nbsp;Sembrando",
'title_torrents_leeching' => "Torrentes&nbsp;Destilación",
'text_connectable' => "Conectable:&nbsp;",
'text_the_time_is_now' => "Tiempo: ",
'text_message_new' => " Nuevo",
'title_sentbox' => "buzón",
'title_inbox' => "buzón",
'title_buddylist' => "Lista budista",
'text_you_have' => "Tienes ",
'text_new_message' => " new message",
'text_new_message' => " nuevo mensaje",
'text_s' => "s",
'text_click_here_to_read' => "! Click here to read.",
'text_your_friends' => "Your friend",
'text_awaiting_confirmation' => " awaiting confirmation from you!",
'text_click_here_to_read' => "! Haga clic aquí para leer.",
'text_your_friends' => "Tu amigo",
'text_awaiting_confirmation' => " ¡esperando confirmación de ti!",
'text_website_offline_warning' => "<b>WARNING</b>: The website is currently offline! Click <a href=\"settings.php\">here</a> to change settings.",
'text_there_is' => "There",
'text_new_report' => " new report",
'text_new_staff_message' => " new staff message",
'text_there_is' => "Ahí",
'text_new_report' => " nuevo informe",
'text_new_staff_message' => " nuevo mensaje del personal",
'text_search' => "Buscar",
'text_profile' => "Perfil",
'text_chat' => "Chat",
'text_chat' => "Chatear",
'text_dox' => "DOX",
'text_links' => "Enlaces",
'text_username' => "Usuario: ",
'text_password' => "Password: ",
'text_password' => "Contraseña: ",
'submit_log_in' => "Log&nbsp;in!",
'text_register' => "Registrarse",
'text_rules_link' => "Reglas",
'text_faq_link' => "FAQ",
'text_useragreement' => "Useragreement",
'text_useragreement' => "Acuerdo de usuario",
'text_prev' => "Anterior",
'text_next' => "Siguiente",
'text_by' => " por ",
@@ -122,23 +122,23 @@ $lang_functions = array
'text_at' => " en ",
'text_edit' => "Editar",
'text_delete' => "Eliminar",
'text_view_original' => "View original",
'text_view_original' => "Ver original",
'text_last_edited_by' => "Última edición por ",
'text_edited_at' => " en ",
'col_type' => "Tipo",
'col_name' => "Nombre",
'col_dl' => "DL",
'col_wait' => "Wait",
'col_wait' => "Esperar",
'col_edit' => "Editar",
'col_visible' => "Visible",
'title_number_of_comments' => "Number&nbsp;of&nbsp;Comments",
'title_time_added' => "Time&nbsp;Added",
'title_number_of_comments' => "Número&nbsp;de&nbsp;Comentarios",
'title_time_added' => "Tiempo&nbsp;Añadido",
'title_size' => "Tamaño",
'title_number_of_seeders' => "Number&nbsp;of&nbsp;Seeders",
'title_number_of_leechers' => "Number&nbsp;of&nbsp;Leechers",
'title_number_of_snatched' => "Number&nbsp;of&nbsp;Snatched",
'title_number_of_seeders' => "Número&nbsp;de&nbsp;Semilleros",
'title_number_of_leechers' => "Número&nbsp;de&nbsp;Leechers",
'title_number_of_snatched' => "Número&nbsp;de&nbsp;Obtenido",
'col_uploader' => "Cargador",
'col_action' => "Act",
'col_action' => "Acto",
'text_normal' => "Normal",
'text_free' => "Gratis",
'text_two_times_up' => "2X",
@@ -147,46 +147,46 @@ $lang_functions = array
'text_half_down_two_up' => "2X 50%",
'text_new_uppercase' => "Nuevo",
'text_sticky' => "Pegado",
'title_download_torrent' => "Download&nbsp;Torrent",
'title_download_torrent' => "Descargar&nbsp;Torrent",
'text_h' => " h",
'text_none' => "Ninguna",
'text_anonymous' => "Anonymous",
'text_anonymous' => "Anónimo",
'text_promoted_torrents_note' => "<b>Those highlighted are:&nbsp;&nbsp;</b> <a href=\"?spstate=2\" target=\"_self\" title=\"Show free torrents\"><font class='free'><b>Free</b></font></a> | <a href=\"?spstate=3\" target=\"_self\" title=\"Show 2x up torrents\"><font class='twoup'><b>2x up</b></font></a> | <a href=\"?spstate=4\" target=\"_self\" title=\"Show 2x up and free torrents\"><font class='twoupfree'><b>2x up and free</b></font></a> | <a href=\"?spstate=5\" target=\"_self\" title=\"Show 50% down torrents\"><font class='halfdown'><b>50% down</b></font></a> | <a href=\"?spstate=6\" target=\"_self\" title=\"Show 2x up and 50% down torrents\"><font class='twouphalfdown'><b>2x up and 50% down</b></font></a> | <a href=\"?spstate=7\" target=\"_self\" title=\"Show 30% down torrents\"><font class='thirtypercent'><b>30% down</b></font></a><b>&nbsp;torrents</b><br />Leeching them is the best way to fix your ratio!",
'std_file' => "File ",
'std_does_not_exist' => " doesn't exist",
'std_file' => "Fichero ",
'std_does_not_exist' => " no existe",
'std_access_permission_note' => "!<br /><font color=\"blue\">Before the setup starts, please ensure that you have properly configured file and directory access permissions. Please see below.</font><br /><br />chmod -R 777 config (config directory).",
'std_cannot_read_file' => "Cannot read file ",
'std_cannot_serialize_file' => "Cannot serialize file ",
'std_cannot_open_file' => "Cannot open file ",
'std_to_save_info' => " to save info",
'text_cannot_save_info_in' => "Cannot save info in file (error in serialisation) ",
'std_your_account_parked' => "Your account is parked.",
'std_cannot_read_file' => "No se puede leer el archivo ",
'std_cannot_serialize_file' => "No se puede serializar el archivo ",
'std_cannot_open_file' => "No se puede abrir el archivo ",
'std_to_save_info' => " para guardar información",
'text_cannot_save_info_in' => "No se puede guardar la información en el archivo (error en la serialización) ",
'std_your_account_parked' => "Tu cuenta está estacionada.",
'title_online' => "En línea",
'title_offline' => "Desconectado",
'title_send_message_to' => "Send&nbsp;message&nbsp;to&nbsp;",
'title_send_message_to' => "Enviar&nbsp;mensaje&nbsp;a&nbsp;",
'title_report_this_comment' => "Report&nbsp;this&nbsp;comment",
'text_bookmarks' => "Bookmarks",
'text_bookmarks' => "Marcadores",
'title_bookmark_torrent' => "Marcador",
'title_delbookmark_torrent' => "Unbookmark",
'text_mark' => "Mark",
'title_delbookmark_torrent' => "Desmarcar",
'text_mark' => "Marca",
'text_unmark' => "Unmark",
'text_award' => "Bonus Award: ",
'text_additional_notes' => "Additional Notes: ",
'title_view_reviews' => "Click&nbsp;to&nbsp;view&nbsp;reviews",
'text_award' => "Premio de Bono: ",
'text_additional_notes' => "Notas adicionales: ",
'title_view_reviews' => "Haga clic en&nbsp;para&nbsp;ver&nbsp;comentarios",
'title_has_new_comment' => "Has&nbsp;new&nbsp;comment",
'title_no_new_comment' => "No&nbsp;new&nbsp;comment",
'row_external_info' => "External&nbsp;Info",
'row_external_info' => "&nbsp;Info externo",
'row_imdb_url' => "IMDb&nbsp;URL",
'text_imdb_url_note' => "(URL taken from <strong><a href=\"https://www.imdb.com\">IMDb</a></strong>. e.g.&nbsp;for movie <b>The Dark Knight</b> the URL is <b>https://www.imdb.com/title/tt0468569/</b>)",
'text_artist' => "&nbsp;Artist:&nbsp;",
'text_album' => "Album:&nbsp;",
'title_get_rss' => "Get&nbsp;RSS",
'text_imdb_url_note' => "(URL tomada de <strong><a href=\"https://www.imdb.com\">IMDb</a></strong>. p. ej.:&nbsp;para película <b>El Caballero Oscuro</b> la URL es <b>https://www.imdb.com/title/tt0468569/</b>)",
'text_artist' => "&nbsp;Artista:&nbsp;",
'text_album' => "Álbum:&nbsp;",
'title_get_rss' => "Obtener&nbsp;RSS",
'text_hot' => "Calor",
'text_classic' => "Clásico",
'text_recommended' => "Good",
'title_view_nfo' => "View&nbsp;NFO&nbsp;file",
'title_edit_torrent' => "Edit&nbsp;or&nbsp;delete&nbsp;torrent",
'title_time_alive' => "Time&nbsp;Alive",
'text_recommended' => "Bueno",
'title_view_nfo' => "Ver archivo&nbsp;NFO&nbsp;",
'title_edit_torrent' => "Editar&nbsp;o&nbsp;eliminar&nbsp;torrent",
'title_time_alive' => "Tiempo&nbsp;vivo",
'title_add_comments' => "Add&nbsp;comment",
'text_at_time' => " en ",
'text_blank' => " ",
@@ -197,55 +197,55 @@ $lang_functions = array
'text_country' => "País",
'text_genres' => "Genres",
'text_director' => "Director",
'text_starring' => "Starring",
'text_runtime' => "Runtime",
'text_starring' => "Sorprendente",
'text_runtime' => "Tiempo de ejecución",
'text_language' => "Idioma",
'text_douban' => "Douban",
'text_region' => "Region",
'text_creator' => "Creator",
'text_awaiting_five_votes' => "<i>awaiting 5 votes</i>",
'text_invite' => "Invite ",
'text_region' => "Región",
'text_creator' => "Creador",
'text_awaiting_five_votes' => "<i>esperando 5 votos</i>",
'text_invite' => "Invitar ",
'text_send' => "Enviar",
'text_tracks' => "Tracks",
'text_label' => "Label",
'text_tracks' => "Pistas",
'text_label' => "Etiqueta",
'text_tags' => "Etiquetas",
'text_user_ip' => "User&nbsp;IP",
'text_location_main' => "Location&nbsp;Main",
'text_location_sub' => "Location&nbsp;Sub",
'text_ip_range' => "IP&nbsp;Range",
'text_user_ip' => "Usuario&nbsp;IP",
'text_location_main' => "Ubicación&nbsp;principal",
'text_location_sub' => "Ubicación&nbsp;Sub",
'text_ip_range' => "IP&nbsp;Rango",
'text_min' => " min",
'text_music' => "Music",
'text_music' => "Música",
'text_special' => "Especial",
'title_reply_with_quote' => "Cotización",
'title_add_reply' => "Add&nbsp;Reply",
'title_add_reply' => "Añadir&nbsp;Respuesta",
'title_delete' => "Eliminar",
'title_edit' => "Editar",
'title_reportbox' => "reportbox",
'title_staffbox' => "staffbox",
'title_staffbox' => "caja del personal",
'title_sticky' => "Pegado",
'text_new_news' => " unread important news",
'std_no_user_named' => "There is no user named ",
'text_new_news' => " noticias importantes no leídas",
'std_no_user_named' => "No hay nombre de usuario ",
'text_banned' => "Baneado",
'text_are' => " are ",
'text_is' => " is ",
'text_are' => " están ",
'text_is' => " es ",
'select_choose_one' => "elegir uno",
'text_space' => " ",
'text_day' => "d ",
'text_new_suspected_cheater' => " new suspected cheater",
'title_cheaterbox' => "cheaterbox",
'text_will_end_in' => " will end in ",
'text_new_suspected_cheater' => " nuevo sospechoso tramposo",
'title_cheaterbox' => "trampolín",
'text_will_end_in' => " terminará en ",
'text_alt_pageup_shortcut' => "Alt+Pageup",
'text_alt_pagedown_shortcut' => "Alt+Pagedown",
'text_shift_pageup_shortcut' => "Shift+Pageup",
'text_shift_pagedown_shortcut' => "Shift+Pagedown",
'text_shift_pageup_shortcut' => "Mayús+Página",
'text_shift_pagedown_shortcut' => "Mayús+Págedown",
'text_quote' => "Cotización",
'text_code' => "CODE",
'std_invalid_id' => "Invalid ID! For security reason, we have logged this action.",
'text_code' => "CÓDIGO",
'std_invalid_id' => "¡ID no válida! Por razones de seguridad, hemos registrado esta acción.",
'text_smilies' => "Sonrisas",
'col_type_something' => "Type...",
'col_to_make_a' => "To make a...",
'text_year' => " year",
'text_month' => " month",
'col_to_make_a' => "Para hacer...",
'text_year' => " año",
'text_month' => " mes",
'text_day' => " día",
'text_hour' => " hora",
'text_min' => " min",
@@ -253,13 +253,13 @@ $lang_functions = array
'select_font' => "Font",
'select_size' => "Tamaño",
'text_subject' => "Asunto:",
'text_more_smilies' => "More Smilies",
'js_prompt_enter_url' => "You must enter a URL",
'js_prompt_enter_title' => "You must enter a title",
'text_more_smilies' => "Más emoticonos",
'js_prompt_enter_url' => "Debe introducir una URL",
'js_prompt_enter_title' => "Debe introducir un título",
'js_prompt_error' => "¡Error!",
'js_prompt_enter_item' =>"Enter item of the list. For end of the list, press 'cancel' or leave the next field empty ",
'js_prompt_enter_image_url' => "You must enter a full image URL",
'js_prompt_enter_email' => "You must enter a E-mail",
'js_prompt_enter_item' =>"Introduzca el elemento de la lista. Para el final de la lista, pulse 'cancelar' o deje el siguiente campo vacío ",
'js_prompt_enter_image_url' => "Debe introducir una URL completa de la imagen",
'js_prompt_enter_email' => "Debe introducir un E-mail",
'text_new' => "Nuevo",
'text_reply' => "Responder",
'submit_submit' => "Enviar",
@@ -267,19 +267,19 @@ $lang_functions = array
'row_subject' => "Asunto",
'row_body' => "Cuerpo",
'text_peasant' => "Peasant",
'text_user' => "User",
'text_power_user' => "Power User",
'text_elite_user' => "Elite User",
'text_crazy_user' => "Crazy User",
'text_insane_user' => "Insane User",
'text_veteran_user' => "Veteran User",
'text_extreme_user' => "Extreme User",
'text_ultimate_user' => "Ultimate User",
'text_user' => "Usuario",
'text_power_user' => "Usuario eléctrico",
'text_elite_user' => "Usuario Elite",
'text_crazy_user' => "Usuario Loco",
'text_insane_user' => "Usuario Insane",
'text_veteran_user' => "Usuario veterano",
'text_extreme_user' => "Usuario Extreme",
'text_ultimate_user' => "Usuario definitivo",
'text_nexus_master' => "Nexus Master",
'text_vip' => "VIP",
'text_uploader' => "Cargador",
'text_retiree' => "Retirado",
'text_forum_moderator' => "Forum Moderator",
'text_forum_moderator' => "Moderador del Foro",
'text_moderators' => "Moderador",
'text_administrators' => "Administrador",
'text_sysops' => "SysOp",
@@ -287,59 +287,64 @@ $lang_functions = array
'text_short_year'=> "Y",
'text_short_month' => "MON",
'text_short_day' => "D",
'text_short_hour' => "H",
'text_short_hour' => "D",
'text_short_min' => "M",
'submit_edit' => "Editar",
'text_banned_client_warning' => "You were using a banned BitTorrent client the last time connecting the tracker! Click here.",
'text_please_improve_ratio_within' => "Please improve your ratio within ",
'text_or_you_will_be_banned' =>", or your account will be banned! Click here.",
'text_banned_client_warning' => "¡Estabas usando un cliente BitTorrent baneado la última vez que conectaste el rastreador! Haz clic aquí.",
'text_please_improve_ratio_within' => "Por favor, mejore su ratio dentro de ",
'text_or_you_will_be_banned' =>", o su cuenta será baneada! Haga clic aquí.",
'text_size' => "Tamaño",
'text_downloads' => "Downloads",
'text_attachment_key' => "Attachment for key ",
'text_not_found' => " not found",
'text_downloads' => "Descargas",
'text_attachment_key' => "Adjunto de la clave ",
'text_not_found' => " no encontrado",
'text_thirty_percent_down' => "30%",
'text_please_download_something_within' => "Please download something within ",
'text_inactive_account_be_deleted' => ". Inactive accounts (with no transfer amount) will be deleted.",
'text_attendance' => '[Attend get bonus]',
'text_attended' => '[Attend got: %u, card: %d]',
'text_please_download_something_within' => "Por favor, descarga algo dentro de ",
'text_inactive_account_be_deleted' => ". Se eliminarán las cuentas inactivas (sin cantidad de transferencia).",
'text_attendance' => '[Asistir a obtener bono]',
'text_attended' => '[Asistencia obtenida: %u, tarjeta: %d]',
'row_pt_gen_douban_url' => "PT-Gen douban link",
'text_pt_gen_douban_url_note' => "(URL taken from <strong><a href=\"https://www.douban.com/\">douban</a></strong>. e.g.&nbsp;for movie <b>Transformers</b> the URL is <b> https://movie.douban.com/subject/1794171//</b>)",
'text_pt_gen_douban_url_note' => "(URL tomada de <strong><a href=\"https://www.douban.com/\">douban</a></strong>. p. ej.:&nbsp;para la película <b>Transformers</b> la URL es <b> https://mo.douban.com/subject/1794171//</b>)",
'row_pt_gen_imdb_url' => "PT-Gen imdb link",
'text_pt_gen_imdb_url_note' => "(URL taken from <strong><a href=\"https://www.imdb.com/\">imdb</a></strong>. e.g.&nbsp;for movie <b>Transformers</b> the URL is <b> https://www.imdb.com/title/tt0418279/</b>)",
'text_pt_gen_imdb_url_note' => "(URL tomada de <strong><a href=\"https://www.imdb.com/\">imdb</a></strong>. p. ej.:&nbsp;para película <b>Transformadores</b> la URL es <b> https://www.imdb.com/title/tt0418279/</b>)",
'row_pt_gen_bangumi_url' => "PT-Gen bangumi link",
'text_pt_gen_bangumi_url_note' => "(URL taken from <strong><a href=\"https://bangumi.tv/\">bangumi</a></strong>. e.g.&nbsp;for animation <b>Cowboy Bebop</b> the URL is <b>https://bangumi.tv/subject/253/</b>)",
'imdb_cache_dir_can_not_create' => 'imdb cache dir can not create',
'imdb_cache_dir_is_not_writeable' => 'imdb cache dir is not writeable',
'imdb_photo_dir_can_not_create' => 'imdb photo dir can not create',
'imdb_photo_dir_is_not_writeable' => 'imdb photo dir is not writeable',
'text_tag_no_release_to_any_other' => 'No release to any other',
'text_tag_first_release' => 'First release',
'text_tag_official' => 'Official',
'text_tag_diy' => 'DIY',
'text_tag_mother_language' => 'Mother language',
'text_tag_mother_language_subtitle' => 'Mother language subtitle',
'text_pt_gen_bangumi_url_note' => "(URL tomada de <strong><a href=\"https://bangumi.tv/\">bangumi</a></strong>. p. ej.:&nbsp;para animación <b>Cowboy Bebop</b> la URL es <b>https://bangumi.tv/subject/253/</b>)",
'imdb_cache_dir_can_not_create' => 'el directorio de caché imdb no puede crear',
'imdb_cache_dir_is_not_writeable' => 'no se puede escribir en el directorio de caché imdb',
'imdb_photo_dir_can_not_create' => 'imdb photo dir no puede crear',
'imdb_photo_dir_is_not_writeable' => 'no se puede escribir en el directorio imdb',
'text_tag_no_release_to_any_other' => 'No hay ninguna versión',
'text_tag_first_release' => 'Primera versión',
'text_tag_official' => 'Oficial',
'text_tag_diy' => 'DIA',
'text_tag_mother_language' => 'Lenguaje madre',
'text_tag_mother_language_subtitle' => 'Subtítulo de idioma madre',
'text_tag_hdr' => 'HDR',
'text_required' => 'Requerido',
'text_invalid' => 'Invalid',
'text_technical_info' => 'MediaInfo',
'text_technical_info_help_text' => 'MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, language select english, click the view menu > text > right click in the box > select all > copy > past into this box.',
'text_management_system' => 'Management',
'text_invalid' => 'Inválido',
'text_technical_info' => 'MediaInfo/BDInfo',
'text_technical_info_help_text' => '<b>&middot;</b> MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, language select english, click the view menu > text > right click in the box > select all > copy > past into this box.
<br>
<b>&middot;</b> BDInfo comes from software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b>open the file with this software, click Scan Bitrates to view the report, right-click in the box > select all, right-click > copy, and paste it here.
',
'text_management_system' => 'Gestión',
'text_seed_points' => 'Puntos de semilla',
'spoiler_expand_collapse' => 'Click to expand/collapse',
'spoiler_default_title' => 'Collapse content',
'spoiler_expand_collapse' => 'Haga clic para expandir/contraer',
'spoiler_default_title' => 'Contraer contenido',
'menu_claim' => 'Claim: ',
'text_complains' => 'There %s %u pending complaint%s.',
'text_contactstaff' => 'Contact staff',
'full_site_promotion_in_effect' => 'Full site [%s] in effect!',
'full_site_promotion_time_range' => 'Time range: %s ~ %s',
'text_torrent_to_approval' => 'There %s%u not approval torrent%s.',
'text_complains' => 'Hay %s %u reclamo pendiente%s.',
'text_contactstaff' => 'Contactar personal',
'full_site_promotion_in_effect' => '¡Sitio completo [%s] en efecto!',
'full_site_promotion_time_range' => 'Rango de tiempo: %s ~ %s',
'full_site_promotion_remark' => 'Nota: %s',
'full_site_promotion_upcoming' => 'Próximo sitio completo [%s]',
'text_torrent_to_approval' => 'Hay %s%u no aprobando el torrent%s.',
'std_confirm_remove' => '¿Está seguro que desea eliminarlo?',
'select_an_user_class' => 'Select an user class',
'select_an_user_class' => 'Seleccione una clase de usuario',
'input_check_all' => "Marcar todo",
'input_uncheck_all' => "Desmarcar todo",
'select_at_least_one_record' => 'Select at least one record!',
'text_seed_box_record_to_approval' => 'There %s%u not approval seed box record%s.',
'approval_deny_reach_upper_limit' => 'The number of torrents whose current approval was denied: %s reached the upper limit and is not allowed to be upload.',
'select_at_least_one_record' => '¡Selecciona al menos un registro!',
'text_seed_box_record_to_approval' => 'Hay %s%u registro de caja de aprobación%s.',
'approval_deny_reach_upper_limit' => 'El número de torrents cuya aprobación actual fue denegada: %s alcanzó el límite superior y no está permitido ser subido.',
);
?>

View File

@@ -54,6 +54,7 @@ Best Regards,
'harem_addition' => 'Añadir Harem',
'signup_link_help' => 'Clic derecho para copiar',
'signup_link' => 'Enlace de registro',
'text_uploaded_count' => 'Cuentas cargadas',
'text_seed_torrent_count' => 'Conteo de semillas',
'text_seed_torrent_size' => 'Tamaño de semilla',
'text_seed_torrent_bonus_per_hour' => 'Bono de siembra por hora',

View File

@@ -11,7 +11,7 @@ $lang_login = array
'p_remaining_tries' => "intentos restantes.",
'p_no_account_signup' => "¿No tienes una cuenta? ¡ <a href=\"signup.php\"><b>Regístrate</b></a> ahora mismo!",
'p_forget_pass_recover' => "¿Olvidaste tu contraseña? Recupera tu contraseña <a href=\"recover.php\"><b>por correo electrónico</b></a>",
'p_account_banned' => "¿Cuenta bloqueada? Ver la razón en<a href=\"user-ban-log.php\"><b>registro de baneo de usuario</b></a>",
'p_account_banned' => "¿Cuenta bloqueada? Ver la razón en <a href=\"user-ban-log.php\"><b>registro de baneo de usuario</b></a>",
'p_resend_confirm' => "¿No ha recibido el correo de confirmación o el enlace de confirmación está roto? <a href=\"confirm_resend.php\"><b>Envíe de nuevo el correo de confirmación</b></a>",
'rowhead_username' => "Usuario:",
'rowhead_password' => "Contraseña:",
@@ -35,6 +35,7 @@ $lang_login = array
'rowhead_two_step_code' => 'Autenticación de dos factores',
'two_step_code_tooltip' => 'Si está habilitado debe rellenarse',
'text_complain' => 'Canal de queja',
'other_methods' => "Otros métodos",
);
?>

View File

@@ -168,6 +168,10 @@ where<ul><li><b>A</b> is an intermediate variable</li><li><b>Ti</b> is the <b>i<
'text_success_buy_change_username_card' => "¡Enhorabuena por haber comprado con éxito una tarjeta <b>de cambio de nombre de usuario</b>!",
'text_change_username_card_already_has' => 'Ya tienes un cambio de nombre de usuario',
'text_rainbow_id_already_valid_forever' => 'Ya tienes una ID permanente de Arco Rainbow',
'text_get_by_medal' => 'Bono de medalla obtendrá el siguiente valor adicional por hora',
'medal_additional_desc' => 'La fórmula de cálculo de bonus de medalla es la misma que la anterior, independientemente de la garantía mínima',
'medal_additional_factor' => 'El bono final es el bono calculado de la medalla multiplicado por la medalla_adicional_factor',
'text_bonus_mini_size' => 'El tamaño del torrent debe ser al menos %s. El tamaño del torrent es menor que este volumen están excluidos de los cálculos de bonificación'
);
?>

View File

@@ -707,9 +707,12 @@ $lang_settings = array
'text_login_secret_lifetime_unit' => 'minuto',
'row_login_secret_lifetime' => 'Iniciar sesión en la vida secreta',
'text_login_secret_lifetime_deadline' => 'Fecha límite de inicio de sesión secreto',
'row_enable_technical_info' => 'Activar MediaInfo',
'text_enable_technical_info' => "Por defecto 'No'. MediaInfo viene del software <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Vista de texto",
'row_sticky_first_level_background_color' => 'Color de bg de primer nivel fijo',
'row_enable_technical_info' => 'Activar MediaInfo/BDInfo',
'text_enable_technical_info' => 'Por defecto \'No\'. <br>
MediaInfo proviene del software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b> el resultado de "Vista de texto" <br>
BDInfo proviene del software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b> el resultado de "Ver informes"
',
'row_sticky_first_level_background_color' => 'Color de bg de primer nivel fijo',
'text_sticky_first_level_background_color_note' => 'Color de Bg de primer nivel fijo, no será ninguno si no se establece.',
'row_sticky_second_level_background_color' => 'Color de bg de segundo nivel ajustado',
'text_sticky_second_level_background_color_note' => 'Color de bg de segundo nivel estricto, no será ninguno si no se establece.',
@@ -816,6 +819,13 @@ $lang_settings = array
'text_use_challenge_response_authentication_note' => 'Si está habilitado, no se transmitirán contraseñas de texto plano al iniciar sesión, recomendado. Las futuras versiones eliminarán esta configuración y habilitarán esta función.' ,
'row_complain_enabled' => 'Activar quejas',
'row_complain_enabled_note' => 'por defecto: "sí"',
'row_min_size' => 'Volumen mínimo',
'text_bonus_mini_size'=> 'El volumen mínimo requerido para el torrent es',
'text_bonus_mini_size_help' => '. El tamaño del torrent menor que este volumen no está incluido en el cálculo del bono. Unidad: bytes (Byte), ej., 1 KiB = 1024 Byte.',
'row_reward_bonus_options' => 'Opciones de bonus de recompensa',
'text_reward_bonus_options_note' => 'Opciones de bonus de recompensa en la página de detalles del torrent, múltiples opciones separadas por comas',
'row_reward_times_limit' => 'Límite de recompensa de frecuencia',
'text_reward_times_limit_note' => 'Límite diario por usuario para recompensas de bonus en las páginas de detalle de semillas. Establecer a 0 para sin límite. Por defecto: 0',
);
?>

View File

@@ -22,6 +22,14 @@ $lang_tags = array
'text_underline_description' => "Hace subrayado el texto adjunto.",
'text_underline_syntax' => "[u]<i>Texto</i>[/u]",
'text_underline_example' => "[u]Este es un texto subrayado.[/u]",
'text_strikethrough' => "Tachado",
'text_strikethrough_description' => "Hace que el texto adjunto.",
'text_strikethrough_syntax' => "[s]<i>Texto</i>[/s]",
'text_strikethrough_example' => "[s]Esto es un texto con golpe.[/s]",
'text_hide' => 'Hidden',
'text_hide_description' => 'Oculta el texto adjunto',
'text_hide_syntax' => '[hide]<i>Texto</i>[/hide]',
'text_hide_example' => '[hide]I tried so hard and got so far[/hide]',
'text_color_one' => "Color (alt. 1)",
'text_color_one_description' => "Cambia el color del texto adjunto.",
'text_color_one_syntax' => "[color=<i>Color</i>]<i>Texto</i>[/color]",
@@ -45,22 +53,22 @@ $lang_tags = array
'text_hyperlink_one' => "Hiperenlace (alto. 1)",
'text_hyperlink_one_description' => "Inserta un hipervínculo.",
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
'text_hyperlink_one_example' => "[url]http://%s[/url]",
'text_hyperlink_one_example' => "[url]%s[/url]",
'text_hyperlink_one_remarks' => "Esta etiqueta es superflua; todas las URLs se enlazan automáticamente.",
'text_hyperlink_two' => "Hiperenlace (alta. 2)",
'text_hyperlink_two_description' => "Inserta un hipervínculo.",
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>Enlace texto</i>[/url]",
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
'text_hyperlink_two_example' => "[url=%s]%s[/url]",
'text_hyperlink_two_remarks' => "No tienes que usar esta etiqueta a menos que quieras establecer el texto del enlace; todas las URLs son automáticamente hiperenlazadas.",
'text_image_one' => "Imagen (alt. 1)",
'text_image_one_description' => "Inserta una imagen.",
'text_image_one_syntax' => "[img=<i>URL</i>]",
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
'text_image_one_example' => "[img=%s/pic/nexus.png]",
'text_image_one_remarks' => "La URL debe terminar con <b>.gif</b>, <b>.jpg</b>, <b>.jpeg o <b>.png</b>.",
'text_image_two' => "Imagen (alt. 2)",
'text_image_two_description' => "Inserta una imagen.",
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
'text_image_two_example' => "[img]%s/pic/nexus.png[/img]",
'text_image_two_remarks' => "La URL debe terminar con <b>.gif</b>, <b>.jpg</b>, <b>.jpeg o <b>.png</b>.",
'text_quote_one' => "Cotización (alt. 1)",
'text_quote_one_description' => "Inserta una cita.",
@@ -98,23 +106,31 @@ $lang_tags = array
'text_flash' => "Flash (alt. 1)",
'text_flash_description' => "Insertar flash en páginas web a un ancho y altura definidos",
'text_flash_syntax' => "[flash,width,height]Flash URL[/flash]",
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
'text_flash_example' => "[flash,500,300]%s/flash.demo.swf[/flash]",
'text_flash_two' => "Flash (alt. 2)",
'text_flash_two_description' => "Insertar flash en páginas web a ancho y altura por defecto (500 * 300)",
'text_flash_two_syntax' => "[flash]Flash URL[/flash]",
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
'text_flash_two_example' => "[flash]%s/flash.demo.swf[/flash]",
'text_flv_one' => "Vídeo Flash (alt.1)",
'text_flv_one_description' => "Insertar vídeo flash en páginas web a un ancho y altura definidos",
'text_flv_one_syntax' => "[flv,width,height]Flash video URL[/flv]",
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
'text_flv_one_example' => "%s/flash.video.demo.flv[/flv]",
'text_flv_two' => "Vídeo Flash (alt.2)",
'text_flv_two_description' => "Insertar vídeo flash en páginas web a anchura y altura por defecto (320 * 240)",
'text_flv_two_syntax' => "[flv]Flash video URL[/flv]",
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
'text_flv_two_example' => "[flv]%s/flash.video.demo.flv[/flv]",
'text_youtube' => "YouTube",
'text_youtube_description' => "Insertar vídeo en línea de YouTube en páginas web",
'text_youtube_syntax' => "[youtube,width,height]URL de vídeo en YouTube[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=DWDL3VTCCCg&ab_channel=ESPNMMA[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/youtube]",
'text_video' => "Vídeo",
'text_video_description' => "Insertar reproductor de vídeo HTML5",
'text_video_syntax' => "[vídeo,ancho,altura]URL de vídeo[/video]",
'text_video_example' => "[video]https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm[/video]",
'text_audio' => "Audio",
'text_audio_description' => "Insertar reproductor de audio HTML5",
'text_audio_syntax' => "[audio]URL de audio[/audio]",
'text_audio_example' => "[audio]https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3[/audio]",
'text_youku' => "YouKu",
'text_youku_description' => "Insertar vídeo en línea de YouKu en páginas web",
'text_youku_syntax' => "[youku]URL de vídeo en YouKu[/youku]",
@@ -132,6 +148,10 @@ $lang_tags = array
'text_spoiler_description' => 'Insertar contenido expandible/colapsable en la página',
'text_spoiler_syntax' => '[spoiler=title]Este es el contenido plegado[/spoiler]',
'text_spoiler_example' => '[spoiler=¿Qué pasó con el final del héroe?]¡El héroe murió antes![/spoiler]',
'text_hr' => 'Regla horizontal',
'text_hr_description' => 'Insertar contenido de regla horizontal en la página',
'text_hr_syntax' => '[hr]',
'text_hr_example' => 'Nunca te rindas[hr]Nunca te defendes',
'text_left' => 'Text align left',
'text_left_description' => 'Insertar contenido justificado por la izquierda en la página',

View File

@@ -27,7 +27,7 @@ $lang_takesignup = array
'std_to_finish_signup' => " para terminar el registro, ¡gracias!",
'msg_subject' => "Bienvenido a ",
'msg_congratulations' => "Enhorabuena ",
'msg_you_are_a_member' => ",\n\nYou are now a member of %s,\nWe would like to take this opportunity to say hello and welcome to %s!\n\nPlease be sure to read the [url=rules.php][b]Rules[/b][/url] and the [url=faq.php][b]Faq[/b][/url].\n And be sure to stop by the [url=forums.php][b]Forums[/b][/url]: and say Hello!\n\nEnjoy your Stay.\nThe Staff of %s ",
'msg_you_are_a_member' => ",\n\nYou are now a member of %s,\nWe would like to take this opportunity to say hello and welcome to join us!\n\nPlease be sure to read the [url=rules.php][b]Rules[/b][/url] and the [url=faq.php][b]Faq[/b][/url].\n And be sure to stop by the [url=forums.php][b]Forums[/b][/url]: and say Hello!\n\nEnjoy your Stay.\nThe Staff of %s ",
'mail_this_link' => "ESTA LÍNEA",
'mail_here' => "AQUÍ",
'mail_title' => " Confirmación de registro de usuario",

View File

@@ -256,6 +256,8 @@ $lang_usercp = array
'add_seed_box_btn' => 'Registrarse',
'checkbox_pm_on_topic_reply' => 'Notificarme cuando haya nuevas respuestas a los mensajes del foro',
'checkbox_pm_on_hr_reached' => 'Notificarme cuando H&R alcance el objetivo',
'row_tracker_url' => 'URL del rastreador',
'row_tracker_url_help' => '<b>Nota:</b> Una vez seleccionado, anunciar sólo puede ser enviado al enlace seleccionado. Por defecto, el anuncio sólo se puede enviar al primer enlace por defecto de la lista.',
);
?>

View File

@@ -138,10 +138,10 @@ $lang_userdetails = array
'std_sorry' => "Disculpe",
'std_user_not_confirmed' => "El usuario no ha sido confirmado todavía!",
'text_not_available' => "N/A",
'row_vip_by_bonus' => "VIP por bono",
'row_vip_by_bonus' => "VIP auto expiración",
'text_vip_by_bonus_note' => "Si el estado VIP se gana usando bonus",
'row_vip_until' => "VIP hasta",
'text_vip_until_note' => "El formato de hora es AAA-MM-DD hh:mm:ss. La hora hasta que el estado VIP es válido. Para que esto funcione, \"VIP by bonus\" debe establecerse como \"\".",
'text_vip_until_note' => "El formato de hora es AAA-MM-DD hh:mm:ss. La hora hasta que el estado VIP es válido. Para que esto funcione, \"VIP auto expires\" debe establecerse como \"\".",
'row_show_ad' => "Show Ad",
'row_no_ad_until' => "Sin anuncios hasta",
'text_no_ad_until_note' => "El formato de hora es YYY-MM-DD hh:mm:ss. La hora hasta que el usuario pueda desactivar los anuncios.",

View File

@@ -13,4 +13,5 @@ $lang_attendance = array
'retroactive_event_text' => 'Re',
'retroactive_confirm_tip' => 'Vahvista osallistuminen: ',
'retroactive_description' => 'Klikkaa pistettä valkoisella taustalla osallistuaksesi. Sinulla on tällä hetkellä läsnäolikortti <b>%d</b>.',
'attend_button' => 'Tarkista nyt',
);

View File

@@ -41,6 +41,7 @@ $lang_functions = array
'std_you_will_get' => 'Sinä saat',
'std_by' => 'Tekijä',
'row_security_image' => "Turvallisuus Kuva:",
'row_security_challenge' => "Turvallisuushaaste:",
'row_security_code' => "Turvakoodi:",
'text_slots' => "Ruudut:",
'text_unlimited' => "Rajoittamaton",
@@ -320,8 +321,11 @@ $lang_functions = array
'text_tag_hdr' => 'HDR',
'text_required' => 'Pakollinen',
'text_invalid' => 'Virheellinen',
'text_technical_info' => 'MediaInfo',
'text_technical_info_help_text' => 'MediaInfo tulee ohjelmistosta <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>, avoin tiedosto kieli valitse english, paina näkymävalikkoa > teksti > oikea klikkaa laatikkoa > valitse kaikki > kopio > ohi tässä laatikossa.',
'text_technical_info' => 'MediaInfo/BDInfo',
'text_technical_info_help_text' => '<b>&middot;</b> MediaInfo tulee ohjelmistosta <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>, kynätiedosto, kieli valitse englanti, klikkaa näkymävalikkoa > teksti > vasen klikkaa laatikkoa > valitse kaikki > kopio > ohi tässä laatikossa.
<br>
<b>&middot;</b> BDInfo tulee ohjelmistosta <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b>, kynää tiedosto tällä ohjelmistolla, klikkaa Scan Bitrates nähdäksesi raportin, napsauta hiiren kakkospainikkeella laatikkoa > valitse kaikki, hiiren kakkospainikkeella > kopioida, ja liitä se tähän.
',
'text_management_system' => 'Hallinta',
'text_seed_points' => 'Siemenpisteet',
'spoiler_expand_collapse' => 'Napsauta laajentaaksesi/tiivistääksesi',
@@ -331,6 +335,8 @@ $lang_functions = array
'text_contactstaff' => 'Ota yhteyttä henkilökuntaan',
'full_site_promotion_in_effect' => 'Koko sivusto [%s] voimassa!',
'full_site_promotion_time_range' => 'Aikaväli: %s ~ %s',
'full_site_promotion_remark' => 'Huomautus: %s',
'full_site_promotion_upcoming' => 'Tuleva koko sivusto [%s]',
'text_torrent_to_approval' => 'There %s%u ei hyväksytä torrent%s.',
'std_confirm_remove' => 'Oletko varma, että haluat poistaa sen?',
'select_an_user_class' => 'Valitse käyttäjäluokka',

View File

@@ -54,6 +54,7 @@ Terveisin,
'harem_addition' => 'Harem lisäys',
'signup_link_help' => 'Kopio oikealla painikkeella',
'signup_link' => 'Ilmoittautumisen linkki',
'text_uploaded_count' => 'Lähetetyt määrät',
'text_seed_torrent_count' => 'Lähetettyjen määrien määrä',
'text_seed_torrent_size' => 'Lähetyksen koko',
'text_seed_torrent_bonus_per_hour' => 'Lähetysbonus per tunti',

View File

@@ -11,7 +11,7 @@ $lang_login = array
'p_remaining_tries' => "jäljellä olevat yritykset.",
'p_no_account_signup' => "Eikö sinulla ole tiliä? <a href=\"signup.php\"><b>Rekisteröidy</b></a> juuri nyt!",
'p_forget_pass_recover' => "Unohditko salasanasi? Palauta salasanasi <a href=\"recover.php\"><b>sähköpostitse</b></a>",
'p_account_banned' => "Tili estetty? Katso syy<a href=\"user-ban-log.php\"><b>käyttäjäkiellon loki</b></a>",
'p_account_banned' => "Tili estetty? Katso syy <a href=\"user-ban-log.php\"><b>käyttäjäkiellon loki</b></a>",
'p_resend_confirm' => "Etkö saanut vahvistusviestiä tai vahvistuslinkki on rikki? <a href=\"confirm_resend.php\"><b>Lähetä vahvistusviesti uudelleen</b></a>",
'rowhead_username' => "Käyttäjätunnus:",
'rowhead_password' => "Salasana:",
@@ -35,6 +35,7 @@ $lang_login = array
'rowhead_two_step_code' => 'Kaksivaiheinen Todennus',
'two_step_code_tooltip' => 'Jos käytössä on täytettävä',
'text_complain' => 'Valituskanava',
'other_methods' => "Muut Menetelmät",
);
?>

View File

@@ -168,6 +168,10 @@ $lang_mybonus = array
'text_success_buy_change_username_card' => "Onnittelut siitä, että ostit onnistuneesti <b>muuttaa käyttäjätunnusta</b>!",
'text_change_username_card_already_has' => 'Käyttäjätunnus on jo vaihdettu',
'text_rainbow_id_already_valid_forever' => 'Jo käytössä pysyvä sateenkaaren tunnus',
'text_get_by_medal' => 'Medal bonus saa seuraavat ylimääräinen bonus arvo tunnissa',
'medal_additional_desc' => 'Medal bonuksen laskenta kaava on sama kuin edellä, riippumatta vähimmäistakauksesta',
'medal_additional_factor' => 'Lopullinen bonus on laskettu mitali bonus kerrottuna medal_additional_factor',
'text_bonus_mini_size' => 'Torrent- koon on oltava vähintään %s. Tätä pienempiä torrent- kokoja ei oteta huomioon bonuslaskelmissa'
);
?>

View File

@@ -707,9 +707,12 @@ $lang_settings = array
'text_login_secret_lifetime_unit' => 'minuutti',
'row_login_secret_lifetime' => 'Kirjaudu sisään salainen elinikä',
'text_login_secret_lifetime_deadline' => 'Nykyinen kirjautumisen salainen määräaika',
'row_enable_technical_info' => 'Ota Mediatiedot Käyttöön',
'text_enable_technical_info' => "Oletus 'Ei'. MediaInfo tulee ohjelmistosta <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Tekstinäkymä",
'row_sticky_first_level_background_color' => 'Sticky ensimmäisen tason bg väri',
'row_enable_technical_info' => 'Ota MediaInfo/BdInfo Käyttöön',
'text_enable_technical_info' => 'Oletus \'Ei\'. <br>
¶ MediaInfo tulee ohjelmistosta <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b> tulos "Tekstinäkymä" <br>
¶ BDInfo tulee ohjelmistosta <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b> "Näytä raportit"
',
'row_sticky_first_level_background_color' => 'Sticky ensimmäisen tason bg väri',
'text_sticky_first_level_background_color_note' => 'Sticky ensimmäisen tason bg väri, se ei ole mitään, jos ei ole asetettu.',
'row_sticky_second_level_background_color' => 'Sticky toisen tason bg väri',
'text_sticky_second_level_background_color_note' => 'Sticky toisen tason bg väri, se ei ole mitään, jos ei ole asetettu.',
@@ -816,6 +819,13 @@ $lang_settings = array
'text_use_challenge_response_authentication_note' => 'Jos käytössä, plaintext-salasanoja ei lähetetä kirjautumisen yhteydessä, suositellaan. Tulevat julkaisut poistavat tämän määrityksen ja ottavat käyttöön tämän ominaisuuden.' ,
'row_complain_enabled' => 'Otetaanko valitukset käyttöön',
'row_complain_enabled_note' => 'oletus: "kyllä"',
'row_min_size' => 'Pienin äänenvoimakkuus',
'text_bonus_mini_size'=> 'Torrentille tarvittava vähimmäismäärä on',
'text_bonus_mini_size_help' => '. Tätä pienempää torrent- kokoa ei sisällytetä bonuslaskelmaan. Yksikkö: tavuja (Byte), esim., 1 KiB = 1024 tavua.',
'row_reward_bonus_options' => 'Palkintobonuksen Asetukset',
'text_reward_bonus_options_note' => 'Palkitse bonusoptiot torrent-tiedostosivulla, useita optioita erotettu pilkuilla',
'row_reward_times_limit' => 'Palkinnon Taajuusraja',
'text_reward_times_limit_note' => 'Päivittäinen raja per käyttäjä bonuspalkkille seed detail sivuilla. Aseta 0 ilman rajoitusta. Oletus: 0',
);
?>

View File

@@ -22,6 +22,14 @@ $lang_tags = array
'text_underline_description' => "Tekee liitetyn tekstin alleviivatuksi.",
'text_underline_syntax' => "[u]<i>Teksti</i>[/u]",
'text_underline_example' => "[u]Tämä on alleviivattu teksti.[/u]",
'text_strikethrough' => "Yliviivaus",
'text_strikethrough_description' => "Tekee liitteenä olevan tekstin strikethrough.",
'text_strikethrough_syntax' => "[s]<i>Teksti</i>[/s]",
'text_strikethrough_example' => "[s]Tämä on yliviivattu teksti.[/s]",
'text_hide' => 'Hidden',
'text_hide_description' => 'Tekee liitetyn tekstin piilotettu',
'text_hide_syntax' => '[hide]<i>Teksti</i>[/hide]',
'text_hide_example' => '[hide]Yritin niin kovasti ja pääsin niin pitkälle[/hide]',
'text_color_one' => "Väri (alt. 1)",
'text_color_one_description' => "Muuttaa liitetyn tekstin väriä.",
'text_color_one_syntax' => "[color=<i>Color</i>]<i>Teksti</i>[/color]",
@@ -45,22 +53,22 @@ $lang_tags = array
'text_hyperlink_one' => "Hyperlinkki (alt. 1)",
'text_hyperlink_one_description' => "Lisää hyperlinkin.",
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
'text_hyperlink_one_example' => "[url]http://%s[/url]",
'text_hyperlink_one_example' => "[url]%s[/url]",
'text_hyperlink_one_remarks' => "Tämä tagi on turha; kaikki URL-osoitteet ovat automaattisesti linkitettyjä.",
'text_hyperlink_two' => "Hyperlinkki (alt. 2)",
'text_hyperlink_two_description' => "Lisää hyperlinkin.",
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>Linkki teksti</i>[/url]",
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
'text_hyperlink_two_example' => "[url=%s]%s[/url]",
'text_hyperlink_two_remarks' => "Sinun ei tarvitse käyttää tätä tagia, ellet halua asettaa linkkitekstiä; kaikki URL-osoitteet ovat automaattisesti linkitettyjä.",
'text_image_one' => "Kuva (kohta 1)",
'text_image_one_description' => "Lisää kuvan.",
'text_image_one_syntax' => "[img=<i>URL</i>]",
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
'text_image_one_example' => "[img=%s/pic/nexus.png]",
'text_image_one_remarks' => "URL-osoitteen tulee päättyä <b>.gif</b>, <b>.jpg</b>, <b>.jpeg tai <b>.png</b>.",
'text_image_two' => "Kuva (kohta 2)",
'text_image_two_description' => "Lisää kuvan.",
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
'text_image_two_example' => "[img]%s/pic/nexus.png[/img]",
'text_image_two_remarks' => "URL-osoitteen tulee päättyä <b>.gif</b>, <b>.jpg</b>, <b>.jpeg tai <b>.png</b>.",
'text_quote_one' => "Tarjous (alt. 1)",
'text_quote_one_description' => "Lisää tarjouksen.",
@@ -98,23 +106,31 @@ $lang_tags = array
'text_flash' => "Salama (alt. 1)",
'text_flash_description' => "Lisää salama verkkosivuille määritellyllä leveydellä ja korkeudella",
'text_flash_syntax' => "[flash,width,height]Flash URL[/flash]",
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
'text_flash_example' => "[flash,500,300]%s/flash.demo.swf[/flash]",
'text_flash_two' => "Salama (alt. 2)",
'text_flash_two_description' => "Lisää salama oletusleveydelle ja korkeudelle (500 * 300)",
'text_flash_two_syntax' => "[flash]Flash URL[/flash]",
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
'text_flash_two_example' => "[flash]%s/flash.demo.swf[/flash]",
'text_flv_one' => "Flash video (alt.1)",
'text_flv_one_description' => "Aseta flash-video verkkosivuille määritellyllä leveydellä ja korkeudella",
'text_flv_one_syntax' => "[flv,leveys, korkeus]Flash video URL[/flv]",
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
'text_flv_one_example' => "[flv,320,240]%s/flash.video.demo.flv[/flv]",
'text_flv_two' => "Flash video (alt.2)",
'text_flv_two_description' => "Aseta flash video oletusleveydelle ja korkeudelle (320 * 240)",
'text_flv_two_syntax' => "[flv]Flash video URL[/flv]",
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
'text_flv_two_example' => "[flv]%s/flash.video.demo.flv[/flv]",
'text_youtube' => "YouTube",
'text_youtube_description' => "Lisää YouTube nettivideo nettisivuilla",
'text_youtube_syntax' => "[youtube,width,height]Video URL on YouTube[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=DWDL3VTCcg&ab_channel=ESPNMMA[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/youtube]",
'text_video' => "Video",
'text_video_description' => "Lisää HTML5-videosoitin",
'text_video_syntax' => "[video, leveys, korkeus]Video URL[/video]",
'text_video_example' => "[video]https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm[/video]",
'text_audio' => "Ääni",
'text_audio_description' => "Lisää HTML5-äänisoitin",
'text_audio_syntax' => "[audio]Audion URL-osoite[/audio]",
'text_audio_example' => "[audio]https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3[/audio]",
'text_youku' => "YouKu",
'text_youku_description' => "Lisää YouKu online-video nettisivuille",
'text_youku_syntax' => "[youku]Video URL YouKu[/youku]",
@@ -132,6 +148,10 @@ $lang_tags = array
'text_spoiler_description' => 'Lisää laajennettava/tiivistettävissä oleva sisältö sivulle',
'text_spoiler_syntax' => '[spoiler=title]Tämä on taitettu sisältö[/spoiler]',
'text_spoiler_example' => '[spoiler=Mitä tapahtui sankarin lopulliseen loppuun?]Sankari kuoli viimeksi![/spoiler]',
'text_hr' => 'Vaakasuora sääntö',
'text_hr_description' => 'Lisää horisontaalisen säännön sisältö sivulle',
'text_hr_syntax' => '[hr]',
'text_hr_example' => 'Älä koskaan luovuta sinua[hr]Älä koskaan päästä alas',
'text_left' => 'Text align left',
'text_left_description' => 'Aseta sivun sisältö vasemmalle oikeutetuksi',

View File

@@ -27,7 +27,7 @@ $lang_takesignup = array
'std_to_finish_signup' => " lopettaa ilmoittautuminen, kiitos!",
'msg_subject' => "Tervetuloa ",
'msg_congratulations' => "Onnittelut ",
'msg_you_are_a_member' => ",\n\nOlet nyt jäsenenä %s,\nHaluaisimme käyttää tilaisuutta hyväksemme ja sanoa tervetuloa %s:lle!\n\nMuista lukea [url=rules (URl=rules. ). hp][b]säännöt[/b][/url] ja [url=faq. hp][b]Faq[/b][/url].\n Ja muista pysähtyä [url=foorumeilla. hp][b]Foorumit[/b][/url]: ja sano hei!\n\nNauti oleskelustasi.\n %s henkilökunta ",
'msg_you_are_a_member' => ",\n\nOlet nyt jäsenenä %s,\nHaluaisimme käyttää tilaisuutta hyväksemme ja sanoa tervetuloa liittymään meihin!\n\nOle hyvä ja lue [url=säännöt. hp][b]säännöt[/b][/url] ja [url=faq. hp][b]Faq[/b][/url].\n Ja muista pysähtyä [url=foorumeilla. hp][b]Foorumit[/b][/url]: ja sano hei!\n\nNauti oleskelustasi.\n %s henkilökunta ",
'mail_this_link' => "TÄMÄ LINKKI",
'mail_here' => "TÄSTÄ",
'mail_title' => " Käyttäjän Rekisteröinti Vahvistus",

View File

@@ -256,6 +256,8 @@ $lang_usercp = array
'add_seed_box_btn' => 'Rekisteröidy',
'checkbox_pm_on_topic_reply' => 'Ilmoita minulle, kun on olemassa uusia vastauksia foorumi viestejä',
'checkbox_pm_on_hr_reached' => 'Ilmoita minulle, kun H&R saavuttaa tavoitteen',
'row_tracker_url' => 'Seurantapalvelimen URL',
'row_tracker_url_help' => '<b>Huomautus:</b> Kun ilmoitus on valittu, se voidaan lähettää vain valittuun linkkiin. Oletuksena ilmoitus voidaan lähettää vain listan ensimmäiselle oletuslinkille. @ info: whatsthis',
);
?>

View File

@@ -138,10 +138,10 @@ $lang_userdetails = array
'std_sorry' => "Anteeksi",
'std_user_not_confirmed' => "Käyttäjää ei ole vielä vahvistettu!",
'text_not_available' => "E/A",
'row_vip_by_bonus' => "VIP bonuksella",
'row_vip_by_bonus' => "VIP automaattinen vanhenee",
'text_vip_by_bonus_note' => "Onko VIP tila saavutetaan käyttämällä bonus",
'row_vip_until' => "VIP asti",
'text_vip_until_note' => "Ajan muoto on VVVV-KK-PP: hh:mm:s. Aika, johon asti VIP-tila on voimassa. Jotta tämä toimisi, VIP-bonuksen on oltava kyllä.",
'text_vip_until_note' => "Ajan muoto on VVVV-KK-PP: hh:mm:s. Aika, johon asti VIP-tila on voimassa. Jotta tämä toimisi, VIP automaattinen vanhenee tulee olla 'kyllä'.",
'row_show_ad' => "Show Ad",
'row_no_ad_until' => "Ei Mainoksia Kunnes",
'text_no_ad_until_note' => "Ajan muoto on VVVV-KK-DD hh:mm:s. Aika, jolloin käyttäjä voi poistaa mainokset käytöstä.",

View File

@@ -13,4 +13,5 @@ $lang_attendance = array
'retroactive_event_text' => 'Re',
'retroactive_confirm_tip' => 'Confirmer pour participer: ',
'retroactive_description' => 'Cliquez sur le point sur l\'arrière-plan blanc pour y participer. Vous avez actuellement une carte de présence <b>%d</b>.',
'attend_button' => 'Enregistrez maintenant',
);

View File

@@ -2,51 +2,51 @@
$lang_functions = array
(
'std_access_denied' => "Access Denied!",
'std_fake_account' => "We come to believe you are using a fake account, therefore we've logged this action!",
'std_permission_denied' => "Permission denied!",
'std_access_denied' => "Accès refusé !",
'std_fake_account' => "Nous venons de croire que vous utilisez un faux compte. Nous avons donc enregistré cette action !",
'std_permission_denied' => "Autorisation refusée !",
'std_permission_denied_only' => "Autorisation refusée. Seulement ",
'std_or_above_can_view' => " or above could view. <br /><br /> Please see the "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
'std_or_above_can_view' => " ou au-dessus peuvent voir. <br /><br /> Veuillez consulter la "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> pour plus d'informations sur les différentes classes d'utilisateurs et ce qu'elles peuvent faire.<br /><br /><b></p>Le %s Personnel</b>",
'std_target_not_exists' => 'Target not exists',
'std_already_logged_in' => "You have already logged in!",
'std_already_logged_in' => "Vous êtes déjà connecté!",
'text_page_last_updated' => "Dernière mise à jour de cette page ",
'text_browser_cookies_note' => "If you enable cookies and are still unable to log in, perhaps something happened to cause a problem with your login cookie. We suggest delete your cookies and trying again. To delete cookies in Internet Explorer, go to Tools > Internet Options... and click on the Delete Cookies button. Note that this will delete all cookies stored on your system for other sites as well.",
'text_browser_cookies_note' => "Si vous activez les cookies et que vous ne pouvez toujours pas vous connecter, il se peut que quelque chose pose problème avec votre cookie de connexion. Nous vous suggérons de supprimer vos cookies et de réessayer. Pour supprimer les cookies dans Internet Explorer, allez dans Outils > Options Internet... et cliquez sur le bouton Supprimer les cookies. Notez que cela supprimera tous les cookies stockés sur votre système pour d'autres sites également.",
'std_error' => "Erreur",
'text_unable_to_send_mail' => "Unable to send mail. Please contact an administrator about this error.",
'std_success' => "Success",
'std_confirmation_email_sent' => "A confirmation email has been mailed to ",
'std_please_wait' => "Please allow a few minutes for the mail to arrive.",
'std_account_details_sent' => "The new account details have been mailed to ",
'std_locked' => " Locked! (the maximum number of failed ",
'std_attempts_reached' => " attempts is reached during reauthentication)",
'std_your_ip_banned' => "We come to believe you are trying to cheat our system, therefore we've banned your ip!",
'text_unable_to_send_mail' => "Impossible d'envoyer le courrier. Veuillez contacter un administrateur à propos de cette erreur.",
'std_success' => "Succès",
'std_confirmation_email_sent' => "Un e-mail de confirmation a été envoyé à ",
'std_please_wait' => "Veuillez prévoir quelques minutes pour que le courrier arrive.",
'std_account_details_sent' => "Les détails du nouveau compte ont été envoyés à ",
'std_locked' => " Verrouillé! (le nombre maximum d'échecs échoués ",
'std_attempts_reached' => " tentatives sont atteintes lors de la réauthentification)",
'std_your_ip_banned' => "Nous en arrivons à croire que vous essayez de tricher notre système, nous avons donc banni votre adresse IP !",
'std_login_failed' => "Échec de la connexion !",
'std_login_failed_note' => "<b>Error</b>: Username or password incorrect! Or you are not confirmed yet<br /><br />Don't remember your password? <b><a href=\"recover.php\">Recover</a></b> your password!",
'std_failed' => "Failed",
'std_oops' => "Oops!",
'std_sorry' => "Sorry",
'std_invite_system_disabled' => "The invite system is currently disabled...",
'std_open_registration_disabled' => "Open registration is currently disabled. Invites only. If you are lucky you might have a friend who wants to invite you :) We just wanna see how much cheaters will start respecting their accounts after they realize they can't just come back in and get another one :). Keep this in mind, if you are already a member and you invite a known cheater, and you knew about it in the first place, both yours and the person you invited are disabled. You will have to come talk to us to get your account reenstated. If you want an invite and you know someone who have one it's up to them to give you an invite.",
'std_account_limit_reached' => "The current user account limit has been reached. Inactive accounts are pruned all the time, please check back again later...",
'std_the_ip' => "The IP ",
'std_used_many_times' => " is already being used on too many account.... No more accounts allowed at <b>%s</b>.",
'std_invalid_image_code' => "Invalid Image Code! <br /><b>Do not go back, The image code has been cleared!</b> <br /><br />Please click ",
'std_here_to_request_new' => "<b>here</b></a> to request a new image code.",
'std_login_failed_note' => "<b>Erreur</b>: Nom d'utilisateur ou mot de passe incorrect ! Ou vous n'êtes pas encore confirmé<br /><br />Vous ne vous souvenez pas de votre mot de passe ? <b><a href=\"recover.php\">Récupérez</a></b> votre mot de passe !",
'std_failed' => "Echoué",
'std_oops' => "Oups!",
'std_sorry' => "Désolé",
'std_invite_system_disabled' => "Le système d'invitation est actuellement désactivé...",
'std_open_registration_disabled' => "L'inscription ouverte est actuellement désactivée. Invitations uniquement. Si vous avez de la chance, vous pourriez avoir un ami qui veut vous inviter :) Nous voulons juste voir combien de tricheurs vont commencer à respecter leur compte après avoir réalisé qu'ils ne peuvent pas simplement rentrer et en obtenir un autre :). Gardez cela à l'esprit, si vous êtes déjà membre et que vous invitez un tricheur connu, et vous le saviez en premier lieu, la vôtre et la personne que vous avez invitée sont désactivées. Vous devrez venir nous parler pour que votre compte soit réenregistré. Si vous voulez une invitation et que vous connaissez quelqu'un qui en a un, c'est à lui de vous donner une invitation.",
'std_account_limit_reached' => "La limite actuelle du compte utilisateur a été atteinte. Les comptes inactifs sont supprimés tout le temps, veuillez revenir plus tard...",
'std_the_ip' => "L'IP ",
'std_used_many_times' => " est déjà utilisé sur trop de comptes... Plus aucun compte autorisé sur <b>%s</b>.",
'std_invalid_image_code' => "Code d'image invalide! <br /><b>Ne pas revenir en arrière, Le code de l'image a été effacé!</b> <br /><br />Veuillez cliquer ",
'std_here_to_request_new' => "<b>ici</b></a> pour demander un nouveau code d'image.",
'std_action' => 'Action',
'std_report' => 'Rapporter',
'std_desc' => 'Description',
'std_desc' => 'Libellé',
'std_comment' => 'Commenter',
'std_quick_comment' => 'Quick comment',
'std_click_here_to_goback' => 'Click here to goback',
'std_you_will_get' => 'You will get',
'std_by' => 'By',
'row_security_image' => "Security Image:",
'row_security_challenge' => "Security Challenge:",
'row_security_code' => "Security Code:",
'text_slots' => "Slots:",
'std_quick_comment' => 'Commentaire rapide',
'std_click_here_to_goback' => 'Cliquez ici pour gober',
'std_you_will_get' => 'Vous obtiendrez',
'std_by' => 'Par',
'row_security_image' => "Image de sécurité:",
'row_security_challenge' => "Défi de sécurité:",
'row_security_code' => "Code de sécurité:",
'text_slots' => "Emplacements :",
'text_unlimited' => "Illimité",
'std_server_load_very_high' => "The server load is very high at the moment. Retrying, please wait...",
'std_too_many_users' => "Too many users. Please press the Refresh button in your browser to retry.",
'std_server_load_very_high' => "La charge du serveur est très élevée pour le moment. Réessayer, veuillez patienter...",
'std_too_many_users' => "Trop d'utilisateurs. Veuillez appuyer sur le bouton Actualiser dans votre navigateur pour réessayer.",
'text_unauthorized_ip' => "<h1>403 Forbidden</h1>Unauthorized IP address.",
'text_home' => "Domicile",
'text_forums' => "Forums",
@@ -55,66 +55,66 @@ $lang_functions = array
'text_request' => "Requêtes",
'text_upload' => "Charger",
'text_subtitles' => "Sous-titres",
'text_user_cp' => "User CP",
'text_user_cp' => "CP de l'utilisateur",
'text_top_ten' => "Top 10",
'text_log' => "LOG",
'text_log' => "JOURNAL",
'text_rules' => "Règles",
'text_faq' => "Foire Aux Questions",
'text_staff' => "Employé",
'std_site_down_for_maintenance' => "Site is down for maintenance, please check back again later... thanks",
'text_click_view_full_image' => "Click this bar to view the full image.",
'text_image_resized' => "This image has been resized. Click this bar to view the full image.",
'text_click_view_small_image' => "Click this bar to view the small image.",
'std_site_down_for_maintenance' => "Le site est hors service pour maintenance, veuillez revenir plus tard... merci",
'text_click_view_full_image' => "Cliquez sur cette barre pour voir l'image complète.",
'text_image_resized' => "Cette image a été redimensionnée. Cliquez sur cette barre pour voir l'image complète.",
'text_click_view_small_image' => "Cliquez sur cette barre pour voir la petite image.",
'text_login' => "Se connecter",
'text_signup' => "Signup",
'text_signup' => "Inscription",
'text_inf' => "Inf",
'title_donor' => "donor",
'title_warned' => "warned",
'title_inbox_new_messages' => "inbox&nbsp;(new&nbsp;messages)",
'title_donor' => "donateur",
'title_warned' => "averti",
'title_inbox_new_messages' => "Boîte de réception&nbsp;(nouveaux messages&nbsp;)",
'title_inbox_no_new_messages' => "inbox&nbsp;(no&nbsp;new&nbsp;messages)",
'text_yes' => "Oui",
'text_no' => "Non",
'text_unknown' => "Inconnu",
'text_welcome_back' => "Welcome",
'text_staff_panel' => "Staff Panel",
'text_site_settings' => "Site Settings",
'text_logout' => "logout",
'text_welcome_back' => "Bienvenue",
'text_staff_panel' => "Panneau de personnel",
'text_site_settings' => "Paramètres du site",
'text_logout' => "déconnexion",
'text_bonus' => "Bonus ",
'text_use' => "Utiliser",
'text_ratio' => "Ratio:",
'text_uploaded' => "Uploaded:",
'text_downloaded' => "Downloaded:",
'text_active_torrents' => "Active:",
'text_ratio' => "Ratio",
'text_uploaded' => "Envoyé :",
'text_downloaded' => "Téléchargé :",
'text_active_torrents' => "Actif :",
'title_torrents_seeding' => "Torrents&nbsp;Seeding",
'title_torrents_leeching' => "Torrents&nbsp;Leeching",
'text_connectable' => "Connectable:&nbsp;",
'text_the_time_is_now' => "Time: ",
'text_message_new' => " New",
'title_sentbox' => "sentbox",
'title_inbox' => "inbox",
'title_buddylist' => "Buddylist",
'text_connectable' => "Connectable :&nbsp;",
'text_the_time_is_now' => "Heure: ",
'text_message_new' => " Nouveau",
'title_sentbox' => "boîte de texte",
'title_inbox' => "Boîte de réception",
'title_buddylist' => "Liste d'amis",
'text_you_have' => "Vous avez ",
'text_new_message' => " new message",
'text_new_message' => " nouveau message",
'text_s' => "s",
'text_click_here_to_read' => "! Click here to read.",
'text_your_friends' => "Your friend",
'text_awaiting_confirmation' => " awaiting confirmation from you!",
'text_website_offline_warning' => "<b>WARNING</b>: The website is currently offline! Click <a href=\"settings.php\">here</a> to change settings.",
'text_there_is' => "There",
'text_new_report' => " new report",
'text_new_staff_message' => " new staff message",
'text_click_here_to_read' => "! Cliquez ici pour lire.",
'text_your_friends' => "Votre ami",
'text_awaiting_confirmation' => " en attente de confirmation de votre part !",
'text_website_offline_warning' => "<b>AVERTISSEMENT</b>: Le site Web est actuellement hors ligne ! Cliquez sur <a href=\"settings.php\">ici</a> pour modifier les paramètres.",
'text_there_is' => "Il y a",
'text_new_report' => " nouveau rapport",
'text_new_staff_message' => " nouveau message du personnel",
'text_search' => "Chercher",
'text_profile' => "Profil",
'text_chat' => "Chat",
'text_chat' => "Discuter",
'text_dox' => "DOX",
'text_links' => "Liens",
'text_username' => "Nom d'utilisateur: ",
'text_password' => "Password: ",
'submit_log_in' => "Log&nbsp;in!",
'text_password' => "Mot de passe : ",
'submit_log_in' => "Connectez-vous à&nbsp;!",
'text_register' => "Inscription",
'text_rules_link' => "Règles",
'text_faq_link' => "Foire Aux Questions",
'text_useragreement' => "Useragreement",
'text_useragreement' => "Contrat d'utilisateur",
'text_prev' => "Précédent",
'text_next' => "Suivant",
'text_by' => " par ",
@@ -122,71 +122,71 @@ $lang_functions = array
'text_at' => " à ",
'text_edit' => "Editer",
'text_delete' => "Supprimez",
'text_view_original' => "View original",
'text_view_original' => "Voir l'original",
'text_last_edited_by' => "Dernière modification par ",
'text_edited_at' => " à ",
'col_type' => "Type de texte",
'col_name' => "Nom",
'col_dl' => "DL",
'col_wait' => "Wait",
'col_wait' => "Attendre",
'col_edit' => "Editer",
'col_visible' => "Visible",
'title_number_of_comments' => "Number&nbsp;of&nbsp;Comments",
'title_time_added' => "Time&nbsp;Added",
'title_time_added' => "Temps&nbsp;Ajouté",
'title_size' => "Taille",
'title_number_of_seeders' => "Number&nbsp;of&nbsp;Seeders",
'title_number_of_leechers' => "Number&nbsp;of&nbsp;Leechers",
'title_number_of_snatched' => "Number&nbsp;of&nbsp;Snatched",
'title_number_of_seeders' => "Nombre&nbsp;de&nbsp;Seeders",
'title_number_of_leechers' => "Nombre&nbsp;de&nbsp;Leechers",
'title_number_of_snatched' => "Nombre&nbsp;de&nbsp;Récupéré",
'col_uploader' => "Chargeur",
'col_action' => "Act",
'col_action' => "Agir",
'text_normal' => "Normale",
'text_free' => "Gratuit",
'text_two_times_up' => "2x",
'text_free_two_times_up' => "2x Gratuit",
'text_half_down' => "50%",
'text_half_down_two_up' => "2X 50%",
'text_half_down_two_up' => "2x 50%",
'text_new_uppercase' => "NOUVEAU",
'text_sticky' => "Épinglé",
'title_download_torrent' => "Download&nbsp;Torrent",
'text_h' => " h",
'text_none' => "Aucun",
'text_anonymous' => "Anonymous",
'text_anonymous' => "Anonyme",
'text_promoted_torrents_note' => "<b>Those highlighted are:&nbsp;&nbsp;</b> <a href=\"?spstate=2\" target=\"_self\" title=\"Show free torrents\"><font class='free'><b>Free</b></font></a> | <a href=\"?spstate=3\" target=\"_self\" title=\"Show 2x up torrents\"><font class='twoup'><b>2x up</b></font></a> | <a href=\"?spstate=4\" target=\"_self\" title=\"Show 2x up and free torrents\"><font class='twoupfree'><b>2x up and free</b></font></a> | <a href=\"?spstate=5\" target=\"_self\" title=\"Show 50% down torrents\"><font class='halfdown'><b>50% down</b></font></a> | <a href=\"?spstate=6\" target=\"_self\" title=\"Show 2x up and 50% down torrents\"><font class='twouphalfdown'><b>2x up and 50% down</b></font></a> | <a href=\"?spstate=7\" target=\"_self\" title=\"Show 30% down torrents\"><font class='thirtypercent'><b>30% down</b></font></a><b>&nbsp;torrents</b><br />Leeching them is the best way to fix your ratio!",
'std_file' => "File ",
'std_does_not_exist' => " doesn't exist",
'std_access_permission_note' => "!<br /><font color=\"blue\">Before the setup starts, please ensure that you have properly configured file and directory access permissions. Please see below.</font><br /><br />chmod -R 777 config (config directory).",
'std_cannot_read_file' => "Cannot read file ",
'std_cannot_serialize_file' => "Cannot serialize file ",
'std_cannot_open_file' => "Cannot open file ",
'std_to_save_info' => " to save info",
'text_cannot_save_info_in' => "Cannot save info in file (error in serialisation) ",
'std_your_account_parked' => "Your account is parked.",
'std_file' => "Fichier ",
'std_does_not_exist' => " n'existe pas",
'std_access_permission_note' => "!<br /><font color=\"blue\">Avant le démarrage de l'installation, assurez-vous que vous avez les permissions d'accès aux fichiers et aux répertoires correctement configurées. Veuillez voir ci-dessous.</font><br /><br />chmod -R 777 config (répertoire de configuration).",
'std_cannot_read_file' => "Impossible de lire le fichier ",
'std_cannot_serialize_file' => "Impossible de sérialiser le fichier ",
'std_cannot_open_file' => "Impossible d'ouvrir le fichier ",
'std_to_save_info' => " pour enregistrer des infos",
'text_cannot_save_info_in' => "Impossible d'enregistrer les informations dans le fichier (erreur de sérialisation) ",
'std_your_account_parked' => "Votre compte est garé.",
'title_online' => "En ligne",
'title_offline' => "Hors ligne",
'title_send_message_to' => "Send&nbsp;message&nbsp;to&nbsp;",
'title_report_this_comment' => "Report&nbsp;this&nbsp;comment",
'text_bookmarks' => "Bookmarks",
'title_send_message_to' => "Envoyer&nbsp;message&nbsp;à&nbsp;",
'title_report_this_comment' => "Signaler un commentaire&nbsp;ce&nbsp;",
'text_bookmarks' => "Signets",
'title_bookmark_torrent' => "Marque-page",
'title_delbookmark_torrent' => "Unbookmark",
'text_mark' => "Mark",
'title_delbookmark_torrent' => "Retirer des favoris",
'text_mark' => "Marquer",
'text_unmark' => "Unmark",
'text_award' => "Bonus Award: ",
'text_additional_notes' => "Additional Notes: ",
'title_view_reviews' => "Click&nbsp;to&nbsp;view&nbsp;reviews",
'text_award' => "Bonus de récompense: ",
'text_additional_notes' => "Notes complémentaires: ",
'title_view_reviews' => "Cliquez sur&nbsp;pour&nbsp;voir les avis&nbsp;",
'title_has_new_comment' => "Has&nbsp;new&nbsp;comment",
'title_no_new_comment' => "No&nbsp;new&nbsp;comment",
'row_external_info' => "External&nbsp;Info",
'row_imdb_url' => "IMDb&nbsp;URL",
'text_imdb_url_note' => "(URL taken from <strong><a href=\"https://www.imdb.com\">IMDb</a></strong>. e.g.&nbsp;for movie <b>The Dark Knight</b> the URL is <b>https://www.imdb.com/title/tt0468569/</b>)",
'title_no_new_comment' => "Aucun commentaire&nbsp;nouveau&nbsp;",
'row_external_info' => "Infos&nbsp;Externe",
'row_imdb_url' => "URL de IMDb&nbsp;",
'text_imdb_url_note' => "(URL tirée de <strong><a href=\"https://www.imdb.com\">IMDb</a></strong>. Par exemple&nbsp;pour le film <b>Le Chevalier Noir</b> l'URL est <b>https://www.imdb.com/title/tt0468569/</b>)",
'text_artist' => "&nbsp;Artist:&nbsp;",
'text_album' => "Album:&nbsp;",
'text_album' => "Album :&nbsp;",
'title_get_rss' => "Get&nbsp;RSS",
'text_hot' => "Chaud",
'text_classic' => "Classique",
'text_recommended' => "Good",
'title_view_nfo' => "View&nbsp;NFO&nbsp;file",
'title_edit_torrent' => "Edit&nbsp;or&nbsp;delete&nbsp;torrent",
'title_time_alive' => "Time&nbsp;Alive",
'text_recommended' => "Bon",
'title_view_nfo' => "Voir le fichier&nbsp;NFO&nbsp;",
'title_edit_torrent' => "Modifier&nbsp;ou&nbsp;supprimer&nbsp;torrent",
'title_time_alive' => "Temps&nbsp;Vivant",
'title_add_comments' => "Add&nbsp;comment",
'text_at_time' => " à ",
'text_blank' => " ",
@@ -196,90 +196,90 @@ $lang_functions = array
'text_votes' => " Votes",
'text_country' => "Pays",
'text_genres' => "Genres",
'text_director' => "Director",
'text_starring' => "Starring",
'text_runtime' => "Runtime",
'text_director' => "Directeur",
'text_starring' => "Étoiler",
'text_runtime' => "Temps d'exécution",
'text_language' => "Langue",
'text_douban' => "Douban",
'text_region' => "Region",
'text_creator' => "Creator",
'text_awaiting_five_votes' => "<i>awaiting 5 votes</i>",
'text_invite' => "Invite ",
'text_region' => "Région",
'text_creator' => "Créateur",
'text_awaiting_five_votes' => "<i>en attente de 5 votes</i>",
'text_invite' => "Inviter ",
'text_send' => "Envoyer",
'text_tracks' => "Tracks",
'text_label' => "Label",
'text_tracks' => "Pistes",
'text_label' => "Étiquette",
'text_tags' => "Tags",
'text_user_ip' => "User&nbsp;IP",
'text_location_main' => "Location&nbsp;Main",
'text_location_sub' => "Location&nbsp;Sub",
'text_ip_range' => "IP&nbsp;Range",
'text_user_ip' => "Utilisateur&nbsp;IP",
'text_location_main' => "Localisation&nbsp;Principale",
'text_location_sub' => "Localisation&nbsp;Sous",
'text_ip_range' => "Intervalle IP&nbsp;",
'text_min' => " min",
'text_music' => "Music",
'text_music' => "Musique",
'text_special' => "Spécial",
'title_reply_with_quote' => "Devis",
'title_add_reply' => "Add&nbsp;Reply",
'title_add_reply' => "Ajouter&nbsp;Répondre",
'title_delete' => "Supprimez",
'title_edit' => "Editer",
'title_reportbox' => "reportbox",
'title_reportbox' => "boite de rapports",
'title_staffbox' => "staffbox",
'title_sticky' => "Épinglé",
'text_new_news' => " unread important news",
'std_no_user_named' => "There is no user named ",
'text_new_news' => " actualités importantes non lues",
'std_no_user_named' => "Il n'y a aucun utilisateur nommé ",
'text_banned' => "Banni",
'text_are' => " are ",
'text_is' => " is ",
'text_are' => " sont ",
'text_is' => " est ",
'select_choose_one' => "choisir un",
'text_space' => " ",
'text_day' => "d ",
'text_new_suspected_cheater' => " new suspected cheater",
'text_day' => "j ",
'text_new_suspected_cheater' => " nouveau tricheur suspecté",
'title_cheaterbox' => "cheaterbox",
'text_will_end_in' => " will end in ",
'text_will_end_in' => " se terminera dans ",
'text_alt_pageup_shortcut' => "Alt+Pageup",
'text_alt_pagedown_shortcut' => "Alt+Pagedown",
'text_shift_pageup_shortcut' => "Shift+Pageup",
'text_shift_pagedown_shortcut' => "Shift+Pagedown",
'text_shift_pageup_shortcut' => "Maj+Pageup",
'text_shift_pagedown_shortcut' => "Maj + Pagedown",
'text_quote' => "Devis",
'text_code' => "CODE",
'std_invalid_id' => "Invalid ID! For security reason, we have logged this action.",
'std_invalid_id' => "ID invalide ! Pour des raisons de sécurité, nous avons enregistré cette action.",
'text_smilies' => "Émoticône",
'col_type_something' => "Type...",
'col_to_make_a' => "To make a...",
'text_year' => " year",
'text_month' => " month",
'col_to_make_a' => "Faire ...",
'text_year' => " Année",
'text_month' => " mois",
'text_day' => " jour",
'text_hour' => " heure",
'text_min' => " min",
'select_color' => "Color",
'select_color' => "Couleur",
'select_font' => "Font",
'select_size' => "Taille",
'text_subject' => "Objet:",
'text_more_smilies' => "More Smilies",
'js_prompt_enter_url' => "You must enter a URL",
'js_prompt_enter_title' => "You must enter a title",
'text_more_smilies' => "Plus d'émoticônes",
'js_prompt_enter_url' => "Vous devez entrer une URL",
'js_prompt_enter_title' => "Vous devez saisir un titre",
'js_prompt_error' => "Erreur!",
'js_prompt_enter_item' =>"Enter item of the list. For end of the list, press 'cancel' or leave the next field empty ",
'js_prompt_enter_image_url' => "You must enter a full image URL",
'js_prompt_enter_email' => "You must enter a E-mail",
'js_prompt_enter_item' =>"Entrez l'élément de la liste. Pour la fin de la liste, appuyez sur 'annuler' ou laissez le champ suivant vide ",
'js_prompt_enter_image_url' => "Vous devez entrer une URL de l'image complète",
'js_prompt_enter_email' => "Vous devez saisir un e-mail",
'text_new' => "Nouveau",
'text_reply' => "Répondre",
'submit_submit' => "Submit",
'submit_submit' => "Soumettre",
'submit_preview' => "Aperçu",
'row_subject' => "Sujet",
'row_body' => "Corps",
'text_peasant' => "Peasant",
'text_user' => "Utilisateur",
'text_power_user' => "Power User",
'text_elite_user' => "Elite User",
'text_crazy_user' => "Crazy User",
'text_insane_user' => "Insane User",
'text_veteran_user' => "Veteran User",
'text_extreme_user' => "Extreme User",
'text_ultimate_user' => "Ultimate User",
'text_power_user' => "Utilisateur Power",
'text_elite_user' => "Utilisateur élite",
'text_crazy_user' => "Utilisateur fou",
'text_insane_user' => "Utilisateur insensé",
'text_veteran_user' => "Utilisateur vétéran",
'text_extreme_user' => "Utilisateur extrême",
'text_ultimate_user' => "Utilisateur ultime",
'text_nexus_master' => "Nexus Master",
'text_vip' => "Vip",
'text_uploader' => "Chargeur",
'text_retiree' => "Retraite",
'text_forum_moderator' => "Forum Moderator",
'text_forum_moderator' => "Modérateur de forum",
'text_moderators' => "Modérateur",
'text_administrators' => "Administrateur",
'text_sysops' => "SysOp",
@@ -290,56 +290,61 @@ $lang_functions = array
'text_short_hour' => "H",
'text_short_min' => "M",
'submit_edit' => "Editer",
'text_banned_client_warning' => "You were using a banned BitTorrent client the last time connecting the tracker! Click here.",
'text_please_improve_ratio_within' => "Please improve your ratio within ",
'text_or_you_will_be_banned' =>", or your account will be banned! Click here.",
'text_banned_client_warning' => "Vous avez utilisé un client BitTorrent banni la dernière fois que vous connectez le tracker! Cliquez ici.",
'text_please_improve_ratio_within' => "Veuillez améliorer votre ratio dans ",
'text_or_you_will_be_banned' =>", ou votre compte sera banni ! Cliquez ici.",
'text_size' => "Taille",
'text_downloads' => "Downloads",
'text_attachment_key' => "Attachment for key ",
'text_not_found' => " not found",
'text_downloads' => "Téléchargements",
'text_attachment_key' => "Pièce jointe pour la clé ",
'text_not_found' => " non trouvé",
'text_thirty_percent_down' => "30%",
'text_please_download_something_within' => "Please download something within ",
'text_inactive_account_be_deleted' => ". Inactive accounts (with no transfer amount) will be deleted.",
'text_attendance' => '[Attend get bonus]',
'text_attended' => '[Attend got: %u, card: %d]',
'text_please_download_something_within' => "Veuillez télécharger quelque chose dans ",
'text_inactive_account_be_deleted' => ". Les comptes inactifs (sans montant de transfert) seront supprimés.",
'text_attendance' => '[Atteindre un bonus]',
'text_attended' => '[Participation reçue : %u, carte : %d]',
'row_pt_gen_douban_url' => "PT-Gen douban link",
'text_pt_gen_douban_url_note' => "(URL taken from <strong><a href=\"https://www.douban.com/\">douban</a></strong>. e.g.&nbsp;for movie <b>Transformers</b> the URL is <b> https://movie.douban.com/subject/1794171//</b>)",
'text_pt_gen_douban_url_note' => "(URL tirée de <strong><a href=\"https://www.douban.com/\">douban</a></strong>. Par exemple&nbsp;pour le film <b>Transformers</b> l'URL est <b> https://movie.douban.com/subject/1794171//</b>)",
'row_pt_gen_imdb_url' => "PT-Gen imdb link",
'text_pt_gen_imdb_url_note' => "(URL taken from <strong><a href=\"https://www.imdb.com/\">imdb</a></strong>. e.g.&nbsp;for movie <b>Transformers</b> the URL is <b> https://www.imdb.com/title/tt0418279/</b>)",
'text_pt_gen_imdb_url_note' => "(URL tirée de <strong><a href=\"https://www.imdb.com/\">imdb</a></strong>. Par exemple&nbsp;pour le film <b>Transformers</b> l'URL est <b> https://www.imdb.com/title/tt0418279/</b>)",
'row_pt_gen_bangumi_url' => "PT-Gen bangumi link",
'text_pt_gen_bangumi_url_note' => "(URL taken from <strong><a href=\"https://bangumi.tv/\">bangumi</a></strong>. e.g.&nbsp;for animation <b>Cowboy Bebop</b> the URL is <b>https://bangumi.tv/subject/253/</b>)",
'imdb_cache_dir_can_not_create' => 'imdb cache dir can not create',
'imdb_cache_dir_is_not_writeable' => 'imdb cache dir is not writeable',
'imdb_photo_dir_can_not_create' => 'imdb photo dir can not create',
'imdb_photo_dir_is_not_writeable' => 'imdb photo dir is not writeable',
'text_tag_no_release_to_any_other' => 'No release to any other',
'text_tag_first_release' => 'First release',
'text_tag_official' => 'Official',
'text_tag_diy' => 'DIY',
'text_tag_mother_language' => 'Mother language',
'text_tag_mother_language_subtitle' => 'Mother language subtitle',
'text_pt_gen_bangumi_url_note' => "(URL tirée de <strong><a href=\"https://bangumi.tv/\">bangumi</a></strong>. Par exemple&nbsp;pour l'animation <b>Cowboy Bebop</b> l'URL est <b>https://bangumi.tv/subject/253/</b>)",
'imdb_cache_dir_can_not_create' => 'le répertoire de cache imdb ne peut pas créer',
'imdb_cache_dir_is_not_writeable' => 'le répertoire de cache imdb n\'est pas accessible en écriture',
'imdb_photo_dir_can_not_create' => 'imdb le répertoire de photos ne peut pas créer',
'imdb_photo_dir_is_not_writeable' => 'le répertoire imdb de photos n\'est pas accessible en écriture',
'text_tag_no_release_to_any_other' => 'Aucune version pour les autres',
'text_tag_first_release' => 'Première version',
'text_tag_official' => 'Officiel',
'text_tag_diy' => 'bricolage',
'text_tag_mother_language' => 'Langue mère',
'text_tag_mother_language_subtitle' => 'Sous-titre de la langue maternelle',
'text_tag_hdr' => 'HDR',
'text_required' => 'Requis',
'text_invalid' => 'Invalid',
'text_technical_info' => 'MediaInfo',
'text_technical_info_help_text' => 'MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, language select english, click the view menu > text > right click in the box > select all > copy > past into this box.',
'text_management_system' => 'Management',
'text_invalid' => 'Invalide',
'text_technical_info' => 'MediaInfo/BDInfo',
'text_technical_info_help_text' => '<b>&middot;</b> MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, language select english, click the view menu > text > right click in the box > select all > copy > past into this box.
<br>
<b>&middot;</b> BDInfo comes from software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b>open the file with this software, click Scan Bitrates to view the report, right-click in the box > select all, right-click > copy, and paste it here.
',
'text_management_system' => 'Gestion',
'text_seed_points' => 'Points de graine',
'spoiler_expand_collapse' => 'Click to expand/collapse',
'spoiler_default_title' => 'Collapse content',
'spoiler_expand_collapse' => 'Cliquez pour développer/réduire',
'spoiler_default_title' => 'Réduire le contenu',
'menu_claim' => 'Claim: ',
'text_complains' => 'There %s %u pending complaint%s.',
'text_contactstaff' => 'Contact staff',
'full_site_promotion_in_effect' => 'Full site [%s] in effect!',
'full_site_promotion_time_range' => 'Time range: %s ~ %s',
'text_torrent_to_approval' => 'There %s%u not approval torrent%s.',
'std_confirm_remove' => 'Are you sure you want to delete it?',
'select_an_user_class' => 'Select an user class',
'text_contactstaff' => 'Contacter le personnel',
'full_site_promotion_in_effect' => 'Le site complet [%s] est en vigueur!',
'full_site_promotion_time_range' => 'Intervalle de temps : %s ~ %s',
'full_site_promotion_remark' => 'Note : %s',
'full_site_promotion_upcoming' => 'Upcoming full site [%s]',
'text_torrent_to_approval' => 'Il y a %s%u torrent d\'approbation%s.',
'std_confirm_remove' => 'Êtes-vous sûr de vouloir le supprimer ?',
'select_an_user_class' => 'Sélectionnez une classe utilisateur',
'input_check_all' => "Tout cocher",
'input_uncheck_all' => "Tout décocher",
'select_at_least_one_record' => 'Select at least one record!',
'text_seed_box_record_to_approval' => 'There %s%u not approval seed box record%s.',
'approval_deny_reach_upper_limit' => 'The number of torrents whose current approval was denied: %s reached the upper limit and is not allowed to be upload.',
'select_at_least_one_record' => 'Sélectionnez au moins un enregistrement !',
'text_seed_box_record_to_approval' => 'Il y a %s%u non la boite de seed d\'approbation%s.',
'approval_deny_reach_upper_limit' => 'Le nombre de torrents dont l\'approbation actuelle a été refusée : %s a atteint la limite supérieure et n\'est pas autorisé à être téléchargé.',
);
?>

View File

@@ -54,6 +54,7 @@ Best Regards,
'harem_addition' => 'Ajout de Harem',
'signup_link_help' => 'Clic droit pour copier',
'signup_link' => 'Lien d\'inscription',
'text_uploaded_count' => 'Nombre de téléversements',
'text_seed_torrent_count' => 'Nombre de sources',
'text_seed_torrent_size' => 'Taille de la source',
'text_seed_torrent_bonus_per_hour' => 'Bonus de seeding par heure',

View File

@@ -11,7 +11,7 @@ $lang_login = array
'p_remaining_tries' => "essais restants.",
'p_no_account_signup' => "Vous n'avez pas de compte ? <a href=\"signup.php\"><b>Inscrivez-vous</b></a> dès maintenant !",
'p_forget_pass_recover' => "Oubliez votre mot de passe ? Récupérez votre mot de passe <a href=\"recover.php\"><b>par e-mail</b></a>",
'p_account_banned' => "Le compte a été banni ? Voir la raison du bannissement du journal<a href=\"user-ban-log.php\"><b>du compte utilisateur</b></a>",
'p_account_banned' => "Le compte a été banni ? Voir la raison du bannissement du journal <a href=\"user-ban-log.php\"><b>du compte utilisateur</b></a>",
'p_resend_confirm' => "Vous n'avez pas reçu le mail de confirmation ou le lien de confirmation est cassé ? <a href=\"confirm_resend.php\"><b>Envoyer un mail de confirmation à nouveau</b></a>",
'rowhead_username' => "Nom d'utilisateur:",
'rowhead_password' => "Mot de passe :",
@@ -35,6 +35,7 @@ $lang_login = array
'rowhead_two_step_code' => 'Authentification à deux facteurs',
'two_step_code_tooltip' => 'Si activé, doit être renseigné',
'text_complain' => 'Canal des plaintes',
'other_methods' => "Autres méthodes",
);
?>

View File

@@ -168,6 +168,10 @@ où<ul><li><b>A</b> est une variable intermédiaire</li><li><li><b></b> est l' <
'text_success_buy_change_username_card' => "Félicitations pour votre achat réussi d'une carte d'utilisateur <b>changez de nom d'utilisateur</b>!",
'text_change_username_card_already_has' => 'Vous avez déjà un changement de nom d\'utilisateur',
'text_rainbow_id_already_valid_forever' => 'Vous avez déjà un ID Arc-en-ciel permanent',
'text_get_by_medal' => 'Le bonus de médaille obtiendra la valeur supplémentaire suivante par heure',
'medal_additional_desc' => 'La formule de calcul du bonus de médaille est la même que ci-dessus, indépendamment de la garantie minimale',
'medal_additional_factor' => 'Le bonus final est le bonus de médaille calculé multiplié par le medal_additional_factor',
'text_bonus_mini_size' => 'La taille du torrent doit être au moins %s. La taille du torrent est inférieure à ce volume est exclue des calculs de bonus'
);
?>

View File

@@ -707,9 +707,12 @@ $lang_settings = array
'text_login_secret_lifetime_unit' => 'minute',
'row_login_secret_lifetime' => 'Durée de vie de la connexion secrète',
'text_login_secret_lifetime_deadline' => 'Date limite de connexion secrète actuelle',
'row_enable_technical_info' => 'Activer MediaInfo',
'text_enable_technical_info' => "Par défaut 'Non'. MediaInfo vient du logiciel <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Vue texte",
'row_sticky_first_level_background_color' => 'Couleur de premier niveau adhésif de bg',
'row_enable_technical_info' => 'Activer MediaInfo/BDInfo',
'text_enable_technical_info' => 'Par défaut \'Non\'. <br>
MediaInfo vient du logiciel <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b> le résultat de "Vue du texte" <br>
BDInfo vient du logiciel <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b> le résultat de "Voir les rapports"
',
'row_sticky_first_level_background_color' => 'Couleur de premier niveau adhésif de bg',
'text_sticky_first_level_background_color_note' => 'Couleur de premier niveau collant, elle ne sera pas définie si elle n\'est pas définie.',
'row_sticky_second_level_background_color' => 'Couleur de bg de deuxième niveau épais',
'text_sticky_second_level_background_color_note' => 'Couleur de bg de deuxième niveau collant, elle ne sera pas définie si elle n\'est pas définie.',
@@ -816,6 +819,13 @@ $lang_settings = array
'text_use_challenge_response_authentication_note' => 'Si activé, aucun mot de passe en texte brut ne sera transmis lors de la connexion, recommandé. Les prochaines versions supprimeront cette configuration et activeront cette fonctionnalité.' ,
'row_complain_enabled' => 'Activer ou non les plaintes',
'row_complain_enabled_note' => 'par défaut: "oui"',
'row_min_size' => 'Volume minimum',
'text_bonus_mini_size'=> 'Le volume minimum requis pour le torrent est',
'text_bonus_mini_size_help' => '. La taille de torrent inférieure à ce volume n\'est pas incluse dans le calcul du bonus. Unité: octets (Byte), par exemple, 1 KiB = 1024 Byte.',
'row_reward_bonus_options' => 'Options de Bonus de Récompense',
'text_reward_bonus_options_note' => 'Options bonus de récompense sur la page de détails du torrent, plusieurs options séparées par des virgules',
'row_reward_times_limit' => 'Limite de Fréquence des Récompenses',
'text_reward_times_limit_note' => 'Limite quotidienne par utilisateur pour les récompenses bonus sur les pages de détails de la graine. Mettre à 0 pour aucune limite. Par défaut: 0',
);
?>

View File

@@ -22,6 +22,14 @@ $lang_tags = array
'text_underline_description' => "Rend le texte joint souligné.",
'text_underline_syntax' => "[u]<i>Texte</i>[/u]",
'text_underline_example' => "[u]Ce texte est souligné.[/u]",
'text_strikethrough' => "Frappe",
'text_strikethrough_description' => "Rend le texte clos frappé.",
'text_strikethrough_syntax' => "[s]<i>Texte</i>[/s]",
'text_strikethrough_example' => "[s]Ceci est un texte frappé.[/s]",
'text_hide' => 'Hidden',
'text_hide_description' => 'Rend le texte joint caché',
'text_hide_syntax' => '[hide]<i>Texte</i>[/hide]',
'text_hide_example' => '[hide]I tried so hard and got so far[/hide]',
'text_color_one' => "Couleur (alt. 1)",
'text_color_one_description' => "Modifie la couleur du texte joint.",
'text_color_one_syntax' => "[color=<i>Couleur</i>]<i>Texte</i>[/color]",
@@ -45,22 +53,22 @@ $lang_tags = array
'text_hyperlink_one' => "Hyperlien (alt. 1)",
'text_hyperlink_one_description' => "Insère un lien hypertexte.",
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
'text_hyperlink_one_example' => "[url]http://%s[/url]",
'text_hyperlink_one_example' => "[url]%s[/url]",
'text_hyperlink_one_remarks' => "Cette balise est superflue; toutes les URLs sont automatiquement liées.",
'text_hyperlink_two' => "Hyperlien (alt. 2)",
'text_hyperlink_two_description' => "Insère un lien hypertexte.",
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>Lien texte</i>[/url]",
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
'text_hyperlink_two_example' => "[url=%s]%s[/url]",
'text_hyperlink_two_remarks' => "Vous n'avez pas à utiliser ce tag à moins que vous ne vouliez définir le texte du lien; toutes les URL sont automatiquement liées.",
'text_image_one' => "Image (alt. 1)",
'text_image_one_description' => "Insère une image.",
'text_image_one_syntax' => "[img=<i>URL</i>]",
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
'text_image_one_example' => "[img=%s/pic/nexus.png]",
'text_image_one_remarks' => "L'URL doit se terminer par <b>.gif</b>, <b>.jpg</b>, <b>.jpeg ou <b>.png</b>.",
'text_image_two' => "Image (alt. 2)",
'text_image_two_description' => "Insère une image.",
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
'text_image_two_example' => "[img]%s/pic/nexus.png[/img]",
'text_image_two_remarks' => "L'URL doit se terminer par <b>.gif</b>, <b>.jpg</b>, <b>.jpeg ou <b>.png</b>.",
'text_quote_one' => "Citation (alt. 1)",
'text_quote_one_description' => "Insère un devis.",
@@ -98,23 +106,31 @@ $lang_tags = array
'text_flash' => "Flash (alt. 1)",
'text_flash_description' => "Insérer un flash dans les pages Web à la largeur et la hauteur définies",
'text_flash_syntax' => "[flash,width,height]Flash URL[/flash]",
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
'text_flash_example' => "[flash,500,300]%s/flash.demo.swf[/flash]",
'text_flash_two' => "Flash (alt. 2)",
'text_flash_two_description' => "Insérer un flash dans les pages Web à la largeur et la hauteur par défaut (500 * 300)",
'text_flash_two_syntax' => "[flash]URL Flash[/flash]",
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
'text_flash_two_example' => "[flash]%s/flash.demo.swf[/flash]",
'text_flv_one' => "Vidéo Flash (alt.1)",
'text_flv_one_description' => "Insérer une vidéo flash dans les pages Web à la largeur et la hauteur définies",
'text_flv_one_syntax' => "[flv,width,height]URL vidéo Flash[/flv]",
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
'text_flv_one_example' => "[flv,320,240]%s/flash.video.demo.flv[/flv]",
'text_flv_two' => "Vidéo Flash (alt.2)",
'text_flv_two_description' => "Insérer une vidéo flash dans les pages Web à la largeur et la hauteur par défaut (320 * 240)",
'text_flv_two_syntax' => "[flv]Flash URL de la vidéo[/flv]",
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
'text_flv_two_example' => "[flv]%s/flash.video.demo.flv[/flv]",
'text_youtube' => "YouTube",
'text_youtube_description' => "Insérer une vidéo en ligne YouTube dans les pages Web",
'text_youtube_syntax' => "[youtube,width,height]URL vidéo sur YouTube[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=DWDL3VTCcCg&ab_channel=ESPNMMA[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/youtube]",
'text_video' => "Vidéo",
'text_video_description' => "Insérer un lecteur vidéo HTML5",
'text_video_syntax' => "[video,width,height]URL vidéo[/video]",
'text_video_example' => "[video]https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm[/video]",
'text_audio' => "Audio",
'text_audio_description' => "Insérer un lecteur audio HTML5",
'text_audio_syntax' => "[audio]URL audio[/audio]",
'text_audio_example' => "[audio]https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3[/audio]",
'text_youku' => "YouKu",
'text_youku_description' => "Insérer une vidéo en ligne YouKu dans les pages Web",
'text_youku_syntax' => "[youku]URL de la vidéo sur YouKu[/youku]",
@@ -132,6 +148,10 @@ $lang_tags = array
'text_spoiler_description' => 'Insérer du contenu extensible/pliable sur la page',
'text_spoiler_syntax' => '[spoiler=title]Ceci est le contenu plié[/spoiler]',
'text_spoiler_example' => '[spoiler=Qu\'est-il arrivé à la fin finale du héros?]Le héros est mort dernier![/spoiler]',
'text_hr' => 'Règle horizontale',
'text_hr_description' => 'Insérer le contenu de la règle horizontale sur la page',
'text_hr_syntax' => '[hr]',
'text_hr_example' => 'Never gonna give you up[hr]Never gonna let you down',
'text_left' => 'Text align left',
'text_left_description' => 'Insérer du contenu justifié à gauche sur la page',

View File

@@ -27,7 +27,7 @@ $lang_takesignup = array
'std_to_finish_signup' => " pour terminer l'inscription, merci !",
'msg_subject' => "Bienvenue sur ",
'msg_congratulations' => "Félicitations ",
'msg_you_are_a_member' => ",\n\nYou are now a member of %s,\nWe would like to take this opportunity to say hello and welcome to %s!\n\nPlease be sure to read the [url=rules.php][b]Rules[/b][/url] and the [url=faq.php][b]Faq[/b][/url].\n And be sure to stop by the [url=forums.php][b]Forums[/b][/url]: and say Hello!\n\nEnjoy your Stay.\nThe Staff of %s ",
'msg_you_are_a_member' => ",\n\nYou are now a member of %s,\nWe would like to take this opportunity to say hello and welcome to join us!\n\nPlease be sure to read the [url=rules.php][b]Rules[/b][/url] and the [url=faq.php][b]Faq[/b][/url].\n And be sure to stop by the [url=forums.php][b]Forums[/b][/url]: and say Hello!\n\nEnjoy your Stay.\nThe Staff of %s ",
'mail_this_link' => "CE LIEN",
'mail_here' => "ICI",
'mail_title' => " Confirmation d'inscription de l'utilisateur",

View File

@@ -256,6 +256,8 @@ $lang_usercp = array
'add_seed_box_btn' => 'Inscription',
'checkbox_pm_on_topic_reply' => 'M\'avertir lorsqu\'il y a de nouvelles réponses aux messages du forum',
'checkbox_pm_on_hr_reached' => 'M\'avertir lorsque H&R atteint la cible',
'row_tracker_url' => 'URL du tracker',
'row_tracker_url_help' => '<b>Note :</b> Une fois sélectionné, l\'annonce ne peut être envoyée que sur le lien sélectionné. Par défaut, l\'annonce ne peut être envoyée qu\'au premier lien par défaut de la liste.',
);
?>

View File

@@ -138,10 +138,10 @@ $lang_userdetails = array
'std_sorry' => "Désolé",
'std_user_not_confirmed' => "L'utilisateur n'a pas encore été confirmé !",
'text_not_available' => "N/A",
'row_vip_by_bonus' => "VIP par Bonus",
'row_vip_by_bonus' => "Le VIP expire automatiquement",
'text_vip_by_bonus_note' => "Si le statut VIP est gagné en utilisant le bonus",
'row_vip_until' => "VIP jusqu'au",
'text_vip_until_note' => "Le format de l'heure est AAAA-MM-JJ hh:mm:ss. Le temps jusqu'à ce que le statut VIP soit valide. Pour que cela fonctionne, \"VIP by bonus\" doit être réglé sur \"oui\".",
'text_vip_until_note' => "Le format de l'heure est AAAA-MM-JJ hh:mm:ss. Le temps jusqu'à ce que le statut VIP soit valide. Pour que cela fonctionne, \"VIP auto expires\" doit être réglé sur \"oui\".",
'row_show_ad' => "Show Ad",
'row_no_ad_until' => "Pas de publicité avant",
'text_no_ad_until_note' => "Le format de l'heure est AAAA-MM-JJ hh:mm:ss. L'heure jusqu'à laquelle l'utilisateur peut éteindre les publicités.",

View File

@@ -13,4 +13,5 @@ $lang_attendance = array
'retroactive_event_text' => 'Re',
'retroactive_confirm_tip' => 'Conferma di partecipare: ',
'retroactive_description' => 'Clicca sul punto sullo sfondo bianco per partecipare. Al momento hai una carta di partecipazione <b>%d</b>.',
'attend_button' => 'Check in now',
);

View File

@@ -8,7 +8,7 @@ $lang_confirm_resend = array
'std_email_not_found' => "L'indirizzo email non è stato trovato nel database.\n",
'std_user_already_confirm' => "L'utente che utilizza questo indirizzo email è già confermato.\n",
'std_passwords_unmatched' => "Le password non corrispondono! Deve aver battuto. Riprova.<unk>",
'std_password_too_short' => "Siamo spiacenti, la password è troppo corta (min è 6 caratteri)",
'std_password_too_short' => "Siamo spiacenti, la password è troppo corta (minimo 6 caratteri)",
'std_password_too_long' => "Siamo spiacenti, la password è troppo lunga (max 40 caratteri)",
'std_password_equals_username' => "Siamo spiacenti, la password non può essere la stessa del nome utente.",
'std_error' => "Errore",
@@ -18,7 +18,7 @@ $lang_confirm_resend = array
'row_new_password' => "Nuova password: ",
'text_password_note' => "Minimo è di 6 caratteri",
'row_enter_password_again' => "Inserire nuovamente la password: ",
'submit_send_it' => "Mandatelo!",
'submit_send_it' => "Invia!",
'text_you_have' => "Hai ",
'text_remaining_tries' => " tentativi rimanenti.",
@@ -30,7 +30,7 @@ $lang_confirm_resend = array
'mail_three' => " come contatto utente.<br /><br />Se non lo hai fatto, ignora questa email. La persona che ha inserito il tuo indirizzo email <br />aveva l'indirizzo IP ",
'mail_four' => ". Si prega di non rispondere.<br /><br />Per confermare la registrazione dell'utente, è necessario seguire ",
'mail_four_1' => "<br /><br />Se il link qui sopra è rotto o scaduto, prova a inviare nuovamente una nuova email di conferma da ",
'mail_five' => "<br /><br />After you do this, you will be able to use your new account. If you fail to <br />do this, your account will be deleted within 24 hours. We urge you to read <br />the RULES and FAQ before you start using %s.<br /><br />Please Note: If you did not register for %s, please report this email to %s<br /><br />------<br />Yours,<br />The %s Team.",
'mail_five' => "<br /><br />Dopo aver fatto, sarai in grado di utilizzare il tuo nuovo account. Se non riesci a <br />farlo, il tuo account verrà eliminato entro 24 ore. Ti invitiamo a leggere <br />le NORME e le FAQ prima di iniziare a utilizzare %s.<br /><br />Nota: Se non ti sei registrato %s, per favore segnala questa email a %s<br /><br />------<br />Tuo,<br />Il Team %s.",
'text_select_lang' => "Seleziona Lingua Del Sito: ",
'std_need_admin_verification' => "L'account necessita di verifica manuale da parte degli amministratori."
);

View File

@@ -14,7 +14,7 @@ $lang_forums = array
'text_quick_jump' => "Salto rapido: ",
'submit_go' => "Go!",
'std_bad_forum_id' => "Id forum errato",
'text_new_topic_in' => "Nuovo topic in",
'text_new_topic_in' => "Nuovo argomento in",
'text_forum' => "forum",
'std_forum_error' => "Errore del forum",
'std_topic_not_found' => "Topic non trovato.",
@@ -55,7 +55,7 @@ $lang_forums = array
'std_subject_limited' => "Oggetto limitato. Si prega di accorciare l'oggetto",
'std_bad_topic_id' => "Id argomento errato",
'std_sorry' => "Sorry...",
'std_unauthorized_to_post' => "You are not authorized to Post. Read (<a href=\"messages.php\">Inbox</a>)",
'std_unauthorized_to_post' => "Non sei autorizzato a pubblicare. Leggi (<a href=\"messages.php\">Posta in arrivo</a>)",
'std_permission_denied' => "Permesso negato.",
'std_no_body_text' => "Nessun corpo di testo.",
'std_post_flooding' => "Post alluvione non consentito. Attendere prego ",

View File

@@ -7,7 +7,7 @@ $lang_functions = array
'std_permission_denied' => "Permesso negato!",
'std_permission_denied_only' => "Permesso negato. Solo ",
'std_or_above_can_view' => " o superiore potrebbe visualizzare. <br /><br /> Si prega di vedere il "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> per maggiori informazioni sulle diverse classi di utenti e su cosa possono fare.<br /><br /><b></p> %s Staff</b>",
'std_target_not_exists' => 'Target not exists',
'std_target_not_exists' => 'Target non esistente',
'std_already_logged_in' => "Hai già effettuato l'accesso!",
'text_page_last_updated' => "Ultimo aggiornamento di questa pagina ",
'text_browser_cookies_note' => "Se abiliti i cookie e non sei ancora in grado di accedere, forse è successo qualcosa per causare un problema con il tuo cookie di accesso. Ti consigliamo di eliminare i tuoi cookie e di riprovare. Per eliminare i cookie in Internet Explorer, vai su Strumenti > Opzioni Internet... e fai clic sul pulsante Elimina cookie. Si noti che questo eliminerà tutti i cookie memorizzati sul vostro sistema per altri siti pure.",
@@ -19,14 +19,14 @@ $lang_functions = array
'std_account_details_sent' => "I nuovi dettagli dell'account sono stati inviati a ",
'std_locked' => " Bloccato! (il numero massimo di falliti ",
'std_attempts_reached' => " tentativi raggiunti durante la reautenticazione)",
'std_your_ip_banned' => "Veniamo a credere che stai cercando di imbrogliare il nostro sistema, quindi abbiamo bannato il tuo ip!",
'std_your_ip_banned' => "Pensiamo che tu stia cercando di imbrogliare il nostro sistema, quindi abbiamo bannato il tuo IP!",
'std_login_failed' => "Accesso fallito!",
'std_login_failed_note' => "<b>Errore</b>: Nome utente o password non corretti! Oppure non sei ancora confermato<br /><br />Non ricordarti la tua password? <b><a href=\"recover.php\">Recover</a></b> la tua password!",
'std_login_failed_note' => "<b>Errore</b>: Nome utente o password non corretti! Oppure non sei ancora confermato<br /><br />Non ricordarti la tua password? <b><a href=\"recover.php\">Recupera</a></b> la tua password!",
'std_failed' => "Fallito",
'std_oops' => "Oops!",
'std_oops' => "Ops!",
'std_sorry' => "Spiacenti",
'std_invite_system_disabled' => "Il sistema di invito è attualmente disabilitato...",
'std_open_registration_disabled' => "La registrazione aperta è attualmente disabilitata. Solo inviti. Se siete fortunati potreste avere un amico che vuole invitarvi :) Vogliamo solo vedere quanti truffatori cominceranno a rispettare i loro account dopo che si rendono conto che non possono solo tornare e ottenere un altro :). Tenete a mente questo, se siete già un membro e invitate un cheater conosciuto, e lo sapevi in primo luogo, sia la tua che la persona che hai invitato sono disabili. Dovrai venire a parlare con noi per ottenere il tuo account rienstated. Se vuoi un invito e conosci qualcuno che ne ha uno tocca a loro darti un invito.",
'std_invite_system_disabled' => "Il sistema di inviti è attualmente disabilitato...",
'std_open_registration_disabled' => "La registrazione aperta è attualmente disabilitata. Solo inviti. Se siete fortunati potreste avere un amico che vuole invitarvi :) Vogliamo solo vedere quanti truffatori cominceranno a rispettare i loro account dopo che si rendono conto che non possono solo tornare e ottenere un altro :). Tenete a mente questo, se siete già un membro e invitate un truffatore conosciuto, e lo sapevi in primo luogo, sia tu, che la persona che hai invitato vengono disabilitate. Dovrai venire a parlare con noi per ottenere il tuo account riabilitato. Se vuoi un invito e conosci qualcuno che ne ha uno tocca a loro darti un invito.",
'std_account_limit_reached' => "Il limite attuale dell'account utente è stato raggiunto. Gli account inattivi sono potati per tutto il tempo, si prega di ricontrollare più tardi...",
'std_the_ip' => "Il IP ",
'std_used_many_times' => " è già in uso su troppi account.... Non sono più ammessi account <b>%s</b>.",
@@ -37,16 +37,17 @@ $lang_functions = array
'std_desc' => 'Descrizione',
'std_comment' => 'Commento',
'std_quick_comment' => 'Commento rapido',
'std_click_here_to_goback' => 'Clicca qui per fare goback',
'std_click_here_to_goback' => 'Clicca qui per tornare indietro',
'std_you_will_get' => 'Otterrai',
'std_by' => 'Da',
'row_security_image' => "Immagine Di Sicurezza:",
'row_security_challenge' => "Sfida Di Sicurezza:",
'row_security_code' => "Codice Di Sicurezza:",
'text_slots' => "Slot:",
'text_unlimited' => "Illimitato",
'std_server_load_very_high' => "Il carico del server è molto alto al momento. Riprovare, attendere prego...",
'std_too_many_users' => "Troppi utenti. Premi il pulsante Aggiorna nel tuo browser per riprovare.",
'text_unauthorized_ip' => "<h1>403 Proibito</h1>Indirizzo IP non autorizzato.",
'text_unauthorized_ip' => "<h1>403 Forbidden</h1>Indirizzo IP non autorizzato.",
'text_home' => "Home",
'text_forums' => "Forum",
'text_torrents' => "Torrent",
@@ -320,8 +321,11 @@ $lang_functions = array
'text_tag_hdr' => 'HDR',
'text_required' => 'Richiesto',
'text_invalid' => 'Non Valido',
'text_technical_info' => 'MediaInfo',
'text_technical_info_help_text' => 'MediaInfo proviene dal software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,open file, language select english, click the view menu > text > right click in the box > select all > copy > past in this box.',
'text_technical_info' => 'MediaInfo/BDInfo',
'text_technical_info_help_text' => '<b>&middot;</b> MediaInfo proviene dal software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>, pen file, lingua seleziona inglese, fare clic sul menu di vista > testo > fare clic destro nella casella > selezionare tutto > copia > passato in questa casella.
<br>
<b>&middot;</b> BDInfo proviene dal software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b>, penna il file con questo software, fare clic su Scan Bitrate per visualizzare il rapporto, fare clic con il tasto destro del mouse nella casella > selezionare tutto, fare clic col tasto destro del mouse > copia e incollarlo qui.
',
'text_management_system' => 'Gestione',
'text_seed_points' => 'Punti di seme',
'spoiler_expand_collapse' => 'Fare clic per espandere/comprimere',
@@ -331,6 +335,8 @@ $lang_functions = array
'text_contactstaff' => 'Personale di contatto',
'full_site_promotion_in_effect' => 'Sito completo [%s] in effetto!',
'full_site_promotion_time_range' => 'Intervallo di tempo: %s ~ %s',
'full_site_promotion_remark' => 'Nota: %s',
'full_site_promotion_upcoming' => 'Prossimo sito completo [%s]',
'text_torrent_to_approval' => 'Là %s%u torrent%s non approvazione.',
'std_confirm_remove' => 'Sei sicuro di volerlo eliminare?',
'select_an_user_class' => 'Seleziona una classe utente',

View File

@@ -54,6 +54,7 @@ Migliori Saluti,
'harem_addition' => 'Aggiunta di harem',
'signup_link_help' => 'Click destro per copiare',
'signup_link' => 'Link di iscrizione',
'text_uploaded_count' => 'Conti caricati',
'text_seed_torrent_count' => 'Conti di seme',
'text_seed_torrent_size' => 'Dimensione semina',
'text_seed_torrent_bonus_per_hour' => 'Bonus semina all\'ora',

View File

@@ -11,7 +11,7 @@ $lang_login = array
'p_remaining_tries' => "tentativi rimanenti.",
'p_no_account_signup' => "Non hai un account? <a href=\"signup.php\"><b>Registrati</b></a> adesso!",
'p_forget_pass_recover' => "Dimentica la password? Recupera la tua password <a href=\"recover.php\"><b>via email</b></a>",
'p_account_banned' => "Account bandito? visualizza il motivo su<a href=\"user-ban-log.php\"><b>user ban log</b></a>",
'p_account_banned' => "Account bandito? visualizza il motivo su <a href=\"user-ban-log.php\"><b>user ban log</b></a>",
'p_resend_confirm' => "Non hai ricevuto email di conferma o il link di conferma è rotto? <a href=\"confirm_resend.php\"><b>Invia di nuovo email di conferma</b></a>",
'rowhead_username' => "Utente:",
'rowhead_password' => "Password,",
@@ -35,6 +35,7 @@ $lang_login = array
'rowhead_two_step_code' => 'Autenticazione A Due Fattori',
'two_step_code_tooltip' => 'Se abilitato deve essere compilato',
'text_complain' => 'Canale Di Reclamo',
'other_methods' => "Altri Metodi",
);
?>

View File

@@ -168,6 +168,10 @@ dove<ul><li><b>A</b> è una variabile intermedia</li><li><b>Ti</b> è la <b>i</b
'text_success_buy_change_username_card' => "Congratulazioni per il tuo acquisto riuscito di una carta <b>cambia nome utente</b>!",
'text_change_username_card_already_has' => 'Hai già una scheda per cambiare nome utente',
'text_rainbow_id_already_valid_forever' => 'Hai già un ID permanente Arcobaleno',
'text_get_by_medal' => 'Il bonus medaglia otterrà il seguente valore bonus aggiuntivo per ora',
'medal_additional_desc' => 'La formula di calcolo del bonus medaglia è la stessa di quanto sopra, indipendentemente dalla garanzia minima',
'medal_additional_factor' => 'Il bonus finale è il bonus di medaglia calcolato moltiplicato per il fattore medal_additional_factor',
'text_bonus_mini_size' => 'La dimensione del torrent deve essere almeno %s. Le dimensioni del torrent più piccole di questo volume sono escluse dai calcoli dei bonus'
);
?>

View File

@@ -707,9 +707,12 @@ $lang_settings = array
'text_login_secret_lifetime_unit' => 'minuto',
'row_login_secret_lifetime' => 'Login segreto',
'text_login_secret_lifetime_deadline' => 'Termine segreto di accesso attuale',
'row_enable_technical_info' => 'Abilita MediaInfo',
'text_enable_technical_info' => "Default 'No'. MediaInfo proviene dal software <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Visualizzazione testo",
'row_sticky_first_level_background_color' => 'Colore bg di primo livello adesivo',
'row_enable_technical_info' => 'Abilita MediaInfo/BDInfo',
'text_enable_technical_info' => 'Predefinito \'No\'. <br>
<unk> MediaInfo proviene dal software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b> il risultato di "Text view" <br>
<unk> BDInfo proviene dal software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b> il risultato di "View Reports"
',
'row_sticky_first_level_background_color' => 'Colore bg di primo livello adesivo',
'text_sticky_first_level_background_color_note' => 'Sticky primo livello colore bg, sarà nessuno se non impostato.',
'row_sticky_second_level_background_color' => 'Adesivo secondo livello colore bg',
'text_sticky_second_level_background_color_note' => 'Adesivo secondo livello colore bg, sarà nessuno se non impostato.',
@@ -816,6 +819,13 @@ $lang_settings = array
'text_use_challenge_response_authentication_note' => 'Se abilitata, nessuna password di testo semplice sarà trasmessa al login, raccomandata. Le versioni future rimuoveranno questa configurazione e attiveranno questa funzione.' ,
'row_complain_enabled' => 'Indica se abilitare i reclami',
'row_complain_enabled_note' => 'default: "sì"',
'row_min_size' => 'Volume minimo',
'text_bonus_mini_size'=> 'Il volume minimo richiesto per il torrent è',
'text_bonus_mini_size_help' => '. Le dimensioni del torrent più piccole di questo volume non sono incluse nel calcolo del bonus. Unità: byte (Byte), ad esempio, 1 KiB = 1024 Byte.',
'row_reward_bonus_options' => 'Opzioni Bonus Ricompensa',
'text_reward_bonus_options_note' => 'Opzioni bonus premio nella pagina dei dettagli del torrent, opzioni multiple separate da virgole',
'row_reward_times_limit' => 'Limite Frequenza Ricompensa',
'text_reward_times_limit_note' => 'Limite giornaliero per utente per premi bonus sulle pagine di dettaglio del seme. Impostare a 0 per nessun limite. Predefinito: 0',
);
?>

View File

@@ -22,6 +22,14 @@ $lang_tags = array
'text_underline_description' => "Rende il testo allegato sottolineato.",
'text_underline_syntax' => "[u]<i>Testo</i>[/u]",
'text_underline_example' => "[u]Questo è il testo sottolineato.[/u]",
'text_strikethrough' => "Barrato",
'text_strikethrough_description' => "Rende il testo allegato barrato.",
'text_strikethrough_syntax' => "[s]<i>Testo</i>[/s]",
'text_strikethrough_example' => "[s]Questo è il testo barrato.[/s]",
'text_hide' => 'Hidden',
'text_hide_description' => 'Rende nascosto il testo racchiuso',
'text_hide_syntax' => '[hide]<i>Testo</i>[/hide]',
'text_hide_example' => '[hide]Ho provato così duramente e sono arrivato fino ad ora[/hide]',
'text_color_one' => "Colore (alt. 1)",
'text_color_one_description' => "Cambia il colore del testo racchiuso.",
'text_color_one_syntax' => "[color=<i>Colore</i>]<i>Testo</i>[/color]",
@@ -45,22 +53,22 @@ $lang_tags = array
'text_hyperlink_one' => "Hyperlink (alt. 1)",
'text_hyperlink_one_description' => "Inserisce un collegamento ipertestuale.",
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
'text_hyperlink_one_example' => "[url]http://%s[/url]",
'text_hyperlink_one_example' => "[url]%s[/url]",
'text_hyperlink_one_remarks' => "Questo tag è superfluo; tutti gli URL sono collegati automaticamente.",
'text_hyperlink_two' => "Hyperlink (alt. 2)",
'text_hyperlink_two_description' => "Inserisce un collegamento ipertestuale.",
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>Link text</i>[/url]",
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
'text_hyperlink_two_example' => "[url=%s]%s[/url]",
'text_hyperlink_two_remarks' => "Non è necessario utilizzare questo tag a meno che non si voglia impostare il testo del collegamento; tutti gli URL sono collegati automaticamente.",
'text_image_one' => "Immagine (alt. 1)",
'text_image_one_description' => "Inserisce una foto.",
'text_image_one_syntax' => "[img=<i>URL</i>]",
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
'text_image_one_example' => "[img=%s/pic/nexus.png]",
'text_image_one_remarks' => "L'URL deve terminare con <b>.gif</b>, <b>.jpg</b>, <b>.jpeg o <b>.png</b>.",
'text_image_two' => "Immagine (alt. 2)",
'text_image_two_description' => "Inserisce una foto.",
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
'text_image_two_example' => "[img]%s/pic/nexus.png[/img]",
'text_image_two_remarks' => "L'URL deve terminare con <b>.gif</b>, <b>.jpg</b>, <b>.jpeg o <b>.png</b>.",
'text_quote_one' => "Preventivo (alt. 1)",
'text_quote_one_description' => "Inserisce un preventivo.",
@@ -98,23 +106,31 @@ $lang_tags = array
'text_flash' => "Flash (alt. 1)",
'text_flash_description' => "Inserisci flash nelle pagine web alla larghezza e all'altezza definite",
'text_flash_syntax' => "[flash,width,height]Flash URL[/flash]",
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
'text_flash_example' => "[flash,500,300]%s/flash.demo.swf[/flash]",
'text_flash_two' => "Flash (alt. 2)",
'text_flash_two_description' => "Inserisci flash nelle pagine web alla larghezza e all'altezza predefinite (500 * 300)",
'text_flash_two_syntax' => "[flash]Flash URL[/flash]",
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
'text_flash_two_example' => "[flash]%s/flash.demo.swf[/flash]",
'text_flv_one' => "Video flash (alt.1)",
'text_flv_one_description' => "Inserisci video flash nelle pagine web alla larghezza e all'altezza definite",
'text_flv_one_syntax' => "[flv,width,height]Flash video URL[/flv]",
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
'text_flv_one_example' => "[flv,320,240]%s/flash.video.demo.flv[/flv]",
'text_flv_two' => "Video flash (alt.2)",
'text_flv_two_description' => "Inserisci video flash nelle pagine web a larghezza e altezza predefinita (320 * 240)",
'text_flv_two_syntax' => "[flv]Flash video URL[/flv]",
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
'text_flv_two_example' => "[flv]%s/flash.video.demo.flv[/flv]",
'text_youtube' => "YouTube",
'text_youtube_description' => "Inserisci video online di YouTube nelle pagine web",
'text_youtube_syntax' => "[youtube,width,height]URL video su YouTube[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=DWDL3VTCcCg&ab_channel=ESPNMMA[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/youtube]",
'text_video' => "Video",
'text_video_description' => "Inserisci lettore video HTML5",
'text_video_syntax' => "[video,larghezza,altezza]URL Video[/video]",
'text_video_example' => "[video]https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm[/video]",
'text_audio' => "Audio",
'text_audio_description' => "Inserisci lettore audio HTML5",
'text_audio_syntax' => "[audio]URL Audio[/audio]",
'text_audio_example' => "[audio]https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3[/audio]",
'text_youku' => "YouKu",
'text_youku_description' => "Inserisci video online YouKu nelle pagine web",
'text_youku_syntax' => "[youku]URL video su YouKu[/youku]",
@@ -132,6 +148,10 @@ $lang_tags = array
'text_spoiler_description' => 'Inserisci contenuti espandibili/pieghevoli nella pagina',
'text_spoiler_syntax' => '[spoiler=title]Questo è il contenuto piegato[/spoiler]',
'text_spoiler_example' => '[spoiler=Cos\'è successo alla fine finale dell\'eroe?]L\'eroe è morto per ultimo![/spoiler]',
'text_hr' => 'Regola orizzontale',
'text_hr_description' => 'Inserisci il contenuto della regola orizzontale nella pagina',
'text_hr_syntax' => '[hr]',
'text_hr_example' => 'Non ti abbandonerà mai[hr]Non ti deluderà mai',
'text_left' => 'Text align left',
'text_left_description' => 'Inserire il contenuto giustificato da sinistra nella pagina',

View File

@@ -27,7 +27,7 @@ $lang_takesignup = array
'std_to_finish_signup' => " per finire la registrazione, grazie!",
'msg_subject' => "Benvenuto in ",
'msg_congratulations' => "Congratulazioni ",
'msg_you_are_a_member' => ",\n\nOra sei un membro di %s,\nVorremmo cogliere questa opportunità per salutare e dare il benvenuto ad %s!\n\nPer favore assicurati di leggere le [url=regole. hp][b]Regole[/b][/url] e [url=faq. hp][b]Faq[/b][/url].\n E assicurati di fermarti da [url=forum. hp][b]Forum[/b][/url]: e dire Ciao!\n\nGoditi il tuo soggiorno.\nLo staff di %s ",
'msg_you_are_a_member' => ",\n\nOra sei un membro di %s,\nVorremmo cogliere questa opportunità per salutare e dare il benvenuto a unirsi a noi!\n\nPer favore assicurati di leggere le [url=regole. hp][b]Regole[/b][/url] e [url=faq. hp][b]Faq[/b][/url].\n E assicurati di fermarti da [url=forum. hp][b]Forum[/b][/url]: e dire Ciao!\n\nGoditi il tuo soggiorno.\nLo staff di %s ",
'mail_this_link' => "QUESTO LINK",
'mail_here' => "QUI",
'mail_title' => " Conferma Registrazione Utente",

View File

@@ -3,14 +3,14 @@
$lang_upload = array
(
'head_upload' => "Carica",
'std_sorry' => "Sorry...",
'std_unauthorized_to_upload' => "You are not authorized to upload torrents. Read (<a class=\"faqlink\" href=\"messages.php\">Inbox</a>)",
'std_sorry' => "Spiacenti...",
'std_unauthorized_to_upload' => "Non sei autorizzato a caricare torrent. Leggi (<a class=\"faqlink\" href=\"messages.php\">Posta in arrivo</a>)",
'std_please_offer' => "Non sei autorizzato a caricare torrent. (Vedi <a class=\"faqlink\" href=\"faq.php#id36\">Uploading</a> nelle FAQ.<br /><br />Se pensi di essere qualificato per il caricamento dei diritti, ti preghiamo di proporre la tua offerta <a class=\"faqlink\" href=\"offers.php\"><b>qui</b></a><br />",
'text_red_star_required' => "I campi contrassegnati con una stella rossa (<font color=\"red\">*</font>) sono obbligatori.",
'text_tracker_url' => "L'URL dell'annuncio del tracker è",
'row_torrent_file' => "File Torrent&nbsp;",
'row_torrent_name' => "Nome torrent&nbsp;",
'text_torrent_name_note' => "(Taken from filename if not specified. <b>Please use descriptive names.</b> e.g. Blade Runner 1982 Final Cut 720p HDDVD DTS x264-ESiR)\n",
'text_torrent_name_note' => "(Preso dal nome del file se non specificato <b>Si prega di utilizzare nomi descrittivi.</b> es. Blade Runner 1982 Final Cut 720p HDDVD DTS x264-ESiR)",
'row_small_description' => "Descrizione Piccola&nbsp;",
'text_small_description_note' => "(Questo è mostrato nella pagina torrent sotto il nome del torrent. es. 720p @ 4615 kbps - DTS 5.1 @ 1536 kbps)\n",
'row_nfo_file' => "NFO&nbsp;file",

View File

@@ -256,6 +256,8 @@ $lang_usercp = array
'add_seed_box_btn' => 'Registrati',
'checkbox_pm_on_topic_reply' => 'Avvisami quando ci sono nuove risposte ai post del forum',
'checkbox_pm_on_hr_reached' => 'Avvisami quando H&R raggiunge l\'obiettivo',
'row_tracker_url' => 'Url Del Tracker',
'row_tracker_url_help' => '<b>Nota:</b> Una volta selezionato, annunciare può essere inviato solo al link selezionato. Per impostazione predefinita, l\'annuncio può essere inviato solo al primo link predefinito dell\'elenco.',
);
?>

View File

@@ -138,10 +138,10 @@ $lang_userdetails = array
'std_sorry' => "Spiacenti",
'std_user_not_confirmed' => "L'utente non è ancora stato confermato!",
'text_not_available' => "N/A",
'row_vip_by_bonus' => "VIP con bonus",
'row_vip_by_bonus' => "Vip auto scade",
'text_vip_by_bonus_note' => "Se lo stato VIP è guadagnato utilizzando il bonus",
'row_vip_until' => "VIP fino al",
'text_vip_until_note' => "Il formato dell'ora è AAAA-MM-GG hh:mm:ss. L'ora fino a quando lo stato VIP è valido. Perché questo funzioni, 'VIP con bonus' deve essere impostato su 'sì'.",
'text_vip_until_note' => "Il formato dell'ora è AAAA-MM-GG hh:mm:ss. L'ora fino a quando lo stato VIP è valido. Perché questo funzioni, 'VIP auto scade' deve essere impostato su 'sì'.",
'row_show_ad' => "Show Ad",
'row_no_ad_until' => "Nessun Annuncio Fino A",
'text_no_ad_until_note' => "Il formato dell'ora è AAAA-MM-GG hh:mm:ss. Il tempo fino a quando l'utente può disattivare gli annunci.",

View File

@@ -17,10 +17,10 @@ $lang_userhistory = array
'head_comments_history' => "Cronologia commenti",
'text_comments_history_for' => "Cronologia commenti per ",
'text_torrent' => "<b>Torrent:&nbsp;</b>",
'text_comment' => "<b>Comment:&nbsp;",
'text_comment' => "",
'std_history_error' => "Errore Cronologia",
'std_unkown_action' => "Azione sconosciuta",
'std_invalid_or_no_query' => "Interrogazione non valida o non valida."
'std_invalid_or_no_query' => "Query vuota o non valida."
);
?>

View File

@@ -13,4 +13,5 @@ $lang_attendance = array
'retroactive_event_text' => '再表示',
'retroactive_confirm_tip' => '参加確認: ',
'retroactive_description' => '白の背景のドットをクリックして出席します。現在出席カード <b>%d</b> があります。',
'attend_button' => '今すぐチェック',
);

View File

@@ -2,344 +2,349 @@
$lang_functions = array
(
'std_access_denied' => "Access Denied!",
'std_fake_account' => "We come to believe you are using a fake account, therefore we've logged this action!",
'std_permission_denied' => "Permission denied!",
'std_permission_denied_only' => "Permission denied. Only ",
'std_or_above_can_view' => " or above could view. <br /><br /> Please see the "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
'std_access_denied' => "アクセスが拒否されました!",
'std_fake_account' => "私たちはあなたが偽のアカウントを使用していると信じるようになりました, したがって、私たちはこのアクションを記録しました!",
'std_permission_denied' => "権限がありません!",
'std_permission_denied_only' => "アクセスが拒否されました。のみ ",
'std_or_above_can_view' => " <br /><br /> を参照してください "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
'std_target_not_exists' => 'Target not exists',
'std_already_logged_in' => "You have already logged in!",
'text_page_last_updated' => "This page last updated ",
'text_browser_cookies_note' => "If you enable cookies and are still unable to log in, perhaps something happened to cause a problem with your login cookie. We suggest delete your cookies and trying again. To delete cookies in Internet Explorer, go to Tools > Internet Options... and click on the Delete Cookies button. Note that this will delete all cookies stored on your system for other sites as well.",
'std_error' => "Error",
'text_unable_to_send_mail' => "Unable to send mail. Please contact an administrator about this error.",
'std_success' => "Success",
'std_confirmation_email_sent' => "A confirmation email has been mailed to ",
'std_please_wait' => "Please allow a few minutes for the mail to arrive.",
'std_account_details_sent' => "The new account details have been mailed to ",
'std_locked' => " Locked! (the maximum number of failed ",
'std_attempts_reached' => " attempts is reached during reauthentication)",
'std_your_ip_banned' => "We come to believe you are trying to cheat our system, therefore we've banned your ip!",
'std_login_failed' => "Login failed!",
'std_login_failed_note' => "<b>Error</b>: Username or password incorrect! Or you are not confirmed yet<br /><br />Don't remember your password? <b><a href=\"recover.php\">Recover</a></b> your password!",
'std_failed' => "Failed",
'std_oops' => "Oops!",
'std_sorry' => "Sorry",
'std_invite_system_disabled' => "The invite system is currently disabled...",
'std_open_registration_disabled' => "Open registration is currently disabled. Invites only. If you are lucky you might have a friend who wants to invite you :) We just wanna see how much cheaters will start respecting their accounts after they realize they can't just come back in and get another one :). Keep this in mind, if you are already a member and you invite a known cheater, and you knew about it in the first place, both yours and the person you invited are disabled. You will have to come talk to us to get your account reenstated. If you want an invite and you know someone who have one it's up to them to give you an invite.",
'std_account_limit_reached' => "The current user account limit has been reached. Inactive accounts are pruned all the time, please check back again later...",
'std_the_ip' => "The IP ",
'std_already_logged_in' => "既にログインしています!",
'text_page_last_updated' => "最後に更新されたページ ",
'text_browser_cookies_note' => "Cookieを有効にしてもログインできない場合は、ログインクッキーに問題が発生する可能性があります。 Cookieを削除して再度お試しください。 Internet ExplorerでCookieを削除するには、「ツール」>「インターネットオプション」に移動し、「Cookieを削除」ボタンをクリックします。 これにより、システムに保存されているすべてのクッキーが他のサイトにも削除されることに注意してください。",
'std_error' => "エラー",
'text_unable_to_send_mail' => "メールを送信できません。このエラーについては管理者に問い合わせてください。",
'std_success' => "成功",
'std_confirmation_email_sent' => "確認メールを送信しました ",
'std_please_wait' => "メールが届くまで数分お待ちください。",
'std_account_details_sent' => "新しいアカウントの詳細を郵送しました ",
'std_locked' => " ロックされています! (失敗した最大数) ",
'std_attempts_reached' => " 再認証中に試行に達しました)",
'std_your_ip_banned' => "私たちは、あなたが私たちのシステムを不正にしようとしていると信じるようになりました, したがって、私たちはあなたのIPを禁止しました!",
'std_login_failed' => "ログインに失敗しました",
'std_login_failed_note' => "<b>エラー</b>: ユーザー名またはパスワードが正しくありません! <b> </b> パスワードを覚えていませんか?<br /><br /> <b><a href=\"recover.php\"></a></b> パスワードを回復します。",
'std_failed' => "失敗しました",
'std_oops' => "おっと!",
'std_sorry' => "申し訳ありません",
'std_invite_system_disabled' => "招待システムは現在無効です...",
'std_open_registration_disabled' => "現在登録は無効になっています。招待のみ。 あなたが幸運であれば、あなたを招待したい友人がいるかもしれません:)私たちは、彼らが彼らが戻ってきて別のものを得ることができないと気づいた後、どのくらいの詐欺師が彼らのアカウントを尊重し始めるかを見たいだけです:)。 あなたがすでにメンバーで既知の詐欺師を招待している場合は、これを覚えておいてください。 そもそも君は知ってた君も誘った人も障害者だ アカウントを再作成するには、私たちに話を聞いてもらう必要があります。 あなたが招待をしたいと思っている場合、あなたはあなたに招待を与えるためにそれが彼らに任せている人を知っている。",
'std_account_limit_reached' => "現在のユーザーアカウントの上限に達しました。非アクティブなアカウントは常に削除されます。後でもう一度確認してください...",
'std_the_ip' => "IP ",
'std_used_many_times' => " is already being used on too many account.... No more accounts allowed at <b>%s</b>.",
'std_invalid_image_code' => "Invalid Image Code! <br /><b>Do not go back, The image code has been cleared!</b> <br /><br />Please click ",
'std_here_to_request_new' => "<b>here</b></a> to request a new image code.",
'std_action' => 'Action',
'std_invalid_image_code' => "無効なイメージコードです! <br /><b>戻らないでください。イメージコードが消去されました!</b> <br /><br />クリックしてください ",
'std_here_to_request_new' => "<b>ここ</b></a> は新しいイメージコードを要求します。",
'std_action' => 'アクション',
'std_report' => 'レポート',
'std_desc' => 'Description',
'std_comment' => 'Comment',
'std_quick_comment' => 'Quick comment',
'std_click_here_to_goback' => 'Click here to goback',
'std_you_will_get' => 'You will get',
'std_by' => 'By',
'row_security_image' => "Security Image:",
'row_security_challenge' => "Security Challenge:",
'row_security_code' => "Security Code:",
'text_slots' => "Slots:",
'text_unlimited' => "Unlimited",
'std_server_load_very_high' => "The server load is very high at the moment. Retrying, please wait...",
'std_too_many_users' => "Too many users. Please press the Refresh button in your browser to retry.",
'text_unauthorized_ip' => "<h1>403 Forbidden</h1>Unauthorized IP address.",
'text_home' => "Home",
'std_desc' => '説明',
'std_comment' => 'コメント',
'std_quick_comment' => 'クイックコメント',
'std_click_here_to_goback' => '戻るにはここをクリック',
'std_you_will_get' => '取得します',
'std_by' => '作成者',
'row_security_image' => "セキュリティ画像:",
'row_security_challenge' => "セキュリティのチャレンジ:",
'row_security_code' => "セキュリティコード:",
'text_slots' => "スロット:",
'text_unlimited' => "無制限です",
'std_server_load_very_high' => "サーバーの読み込み量が非常に高くなっています。もう一度お試しください...",
'std_too_many_users' => "ユーザーが多すぎます。再試行するにはブラウザの更新ボタンを押してください。",
'text_unauthorized_ip' => "<h1>403 Forbidded</h1>Unauthorized IP address.",
'text_home' => "ホーム",
'text_forums' => "フォーラム",
'text_torrents' => "Torrents",
'text_offers' => "Offers",
'text_request' => "Requests",
'text_torrents' => "Torrent",
'text_offers' => "オファー",
'text_request' => "リクエスト",
'text_upload' => "アップロード",
'text_subtitles' => "字幕",
'text_user_cp' => "User CP",
'text_top_ten' => "Top 10",
'text_log' => "LOG",
'text_user_cp' => "ユーザー CP",
'text_top_ten' => "トップ 10",
'text_log' => "ログ",
'text_rules' => "ルール",
'text_faq' => "FAQ",
'text_staff' => "Staff",
'std_site_down_for_maintenance' => "Site is down for maintenance, please check back again later... thanks",
'text_click_view_full_image' => "Click this bar to view the full image.",
'text_image_resized' => "This image has been resized. Click this bar to view the full image.",
'text_click_view_small_image' => "Click this bar to view the small image.",
'text_login' => "Login",
'text_signup' => "Signup",
'text_inf' => "Inf.",
'title_donor' => "donor",
'title_warned' => "warned",
'title_inbox_new_messages' => "inbox&nbsp;(new&nbsp;messages)",
'title_inbox_no_new_messages' => "inbox&nbsp;(no&nbsp;new&nbsp;messages)",
'text_staff' => "スタッフ",
'std_site_down_for_maintenance' => "メンテナンスのためサイトがダウンしています。後でもう一度確認してくださいchar@@0",
'text_click_view_full_image' => "このバーをクリックすると、画像全体が表示されます。",
'text_image_resized' => "この画像のサイズが変更されました。このバーをクリックすると、画像全体を表示します。",
'text_click_view_small_image' => "このバーをクリックすると、小さな画像が表示されます。",
'text_login' => "ログイン",
'text_signup' => "サインアップ",
'text_inf' => "Inf ファイル.",
'title_donor' => "ドナー",
'title_warned' => "警告しました",
'title_inbox_new_messages' => "受信トレイ&nbsp;(新しい&nbsp;メッセージ)",
'title_inbox_no_new_messages' => "受信トレイ&nbsp;(&nbsp;新しい&nbsp;メッセージなし)",
'text_yes' => "はい",
'text_no' => "いいえ",
'text_unknown' => "Unknown",
'text_welcome_back' => "Welcome",
'text_staff_panel' => "Staff Panel",
'text_site_settings' => "Site Settings",
'text_logout' => "logout",
'text_bonus' => "Bonus ",
'text_use' => "Use",
'text_ratio' => "Ratio:",
'text_uploaded' => "Uploaded:",
'text_downloaded' => "Downloaded:",
'text_active_torrents' => "Active:",
'title_torrents_seeding' => "Torrents&nbsp;Seeding",
'title_torrents_leeching' => "Torrents&nbsp;Leeching",
'text_connectable' => "Connectable:&nbsp;",
'text_the_time_is_now' => "Time: ",
'text_message_new' => " New",
'text_unknown' => "不明",
'text_welcome_back' => "ようこそ",
'text_staff_panel' => "スタッフパネル",
'text_site_settings' => "サイト設定",
'text_logout' => "ログアウト",
'text_bonus' => "ボーナス ",
'text_use' => "使用",
'text_ratio' => "比率:",
'text_uploaded' => "アップロード済み:",
'text_downloaded' => "ダウンロード済み:",
'text_active_torrents' => "アクティブ:",
'title_torrents_seeding' => "Torrent&nbsp;シード中",
'title_torrents_leeching' => "Torrent&nbsp;<unk>",
'text_connectable' => "接続可能:&nbsp;",
'text_the_time_is_now' => "時間: ",
'text_message_new' => " 新規作成",
'title_sentbox' => "sentbox",
'title_inbox' => "inbox",
'title_buddylist' => "Buddylist",
'title_inbox' => "受信トレイ",
'title_buddylist' => "バディリスト",
'text_you_have' => "持っている ",
'text_new_message' => " new message",
'text_new_message' => " 新しいメッセージ",
'text_s' => "s",
'text_click_here_to_read' => "! Click here to read.",
'text_your_friends' => "Your friend",
'text_awaiting_confirmation' => " awaiting confirmation from you!",
'text_click_here_to_read' => "読むにはここをクリックしてください",
'text_your_friends' => "あなたの友人",
'text_awaiting_confirmation' => " 確認待ちだ!",
'text_website_offline_warning' => "<b>WARNING</b>: The website is currently offline! Click <a href=\"settings.php\">here</a> to change settings.",
'text_there_is' => "There",
'text_new_report' => " new report",
'text_new_staff_message' => " new staff message",
'text_there_is' => "そこに",
'text_new_report' => " 新しいレポート",
'text_new_staff_message' => " 新しいスタッフメッセージ",
'text_search' => "検索",
'text_profile' => "Profile",
'text_chat' => "Chat",
'text_profile' => "プロフィール",
'text_chat' => "チャット",
'text_dox' => "DOX",
'text_links' => "Links",
'text_username' => "Username: ",
'text_password' => "Password: ",
'text_links' => "リンク",
'text_username' => "ユーザー名: ",
'text_password' => "パスワード: ",
'submit_log_in' => "Log&nbsp;in!",
'text_register' => "Register",
'text_register' => "登録",
'text_rules_link' => "ルール",
'text_faq_link' => "FAQ",
'text_useragreement' => "Useragreement",
'text_useragreement' => "ユーザー契約",
'text_prev' => "",
'text_next' => "次へ",
'text_by' => " by ",
'text_orphaned' => "(orphaned)",
'text_by' => " 作成者: ",
'text_orphaned' => "(孤児)",
'text_at' => "",
'text_edit' => "編集",
'text_delete' => "削除",
'text_view_original' => "View original",
'text_view_original' => "オリジナルを表示",
'text_last_edited_by' => "最終編集者: ",
'text_edited_at' => "",
'col_type' => "タイプ",
'col_name' => "Name",
'col_name' => "名前",
'col_dl' => "DL",
'col_wait' => "Wait",
'col_wait' => "待つ",
'col_edit' => "編集",
'col_visible' => "表示",
'title_number_of_comments' => "Number&nbsp;of&nbsp;Comments",
'title_time_added' => "Time&nbsp;Added",
'title_number_of_comments' => "&nbsp;&nbsp;コメント",
'title_time_added' => "&nbsp;追加時間",
'title_size' => "サイズ",
'title_number_of_seeders' => "Number&nbsp;of&nbsp;Seeders",
'title_number_of_leechers' => "Number&nbsp;of&nbsp;Leechers",
'title_number_of_snatched' => "Number&nbsp;of&nbsp;Snatched",
'col_uploader' => "Uploader",
'col_action' => "Act",
'text_normal' => "Normal",
'title_number_of_leechers' => "&nbsp;リーチャーズの番号&nbsp;",
'title_number_of_snatched' => "&nbsp;&nbsp;の番号",
'col_uploader' => "アップローダー",
'col_action' => "行為",
'text_normal' => "標準",
'text_free' => "無料",
'text_two_times_up' => "2X",
'text_free_two_times_up' => "2倍無料",
'text_half_down' => "50%",
'text_half_down_two_up' => "2X 50%",
'text_new_uppercase' => "NEW",
'text_half_down_two_up' => "250%",
'text_new_uppercase' => "新規",
'text_sticky' => "Sticky",
'title_download_torrent' => "Download&nbsp;Torrent",
'text_h' => " h",
'text_h' => " 時間",
'text_none' => "なし",
'text_anonymous' => "Anonymous",
'text_anonymous' => "匿名です",
'text_promoted_torrents_note' => "<b>Those highlighted are:&nbsp;&nbsp;</b> <a href=\"?spstate=2\" target=\"_self\" title=\"Show free torrents\"><font class='free'><b>Free</b></font></a> | <a href=\"?spstate=3\" target=\"_self\" title=\"Show 2x up torrents\"><font class='twoup'><b>2x up</b></font></a> | <a href=\"?spstate=4\" target=\"_self\" title=\"Show 2x up and free torrents\"><font class='twoupfree'><b>2x up and free</b></font></a> | <a href=\"?spstate=5\" target=\"_self\" title=\"Show 50% down torrents\"><font class='halfdown'><b>50% down</b></font></a> | <a href=\"?spstate=6\" target=\"_self\" title=\"Show 2x up and 50% down torrents\"><font class='twouphalfdown'><b>2x up and 50% down</b></font></a> | <a href=\"?spstate=7\" target=\"_self\" title=\"Show 30% down torrents\"><font class='thirtypercent'><b>30% down</b></font></a><b>&nbsp;torrents</b><br />Leeching them is the best way to fix your ratio!",
'std_file' => "File ",
'std_does_not_exist' => " doesn't exist",
'std_file' => "ファイル ",
'std_does_not_exist' => " 存在しません",
'std_access_permission_note' => "!<br /><font color=\"blue\">Before the setup starts, please ensure that you have properly configured file and directory access permissions. Please see below.</font><br /><br />chmod -R 777 config (config directory).",
'std_cannot_read_file' => "Cannot read file ",
'std_cannot_serialize_file' => "Cannot serialize file ",
'std_cannot_open_file' => "Cannot open file ",
'std_to_save_info' => " to save info",
'text_cannot_save_info_in' => "Cannot save info in file (error in serialisation) ",
'std_your_account_parked' => "Your account is parked.",
'std_cannot_read_file' => "ファイルを読み込めません ",
'std_cannot_serialize_file' => "ファイルをシリアライズできません ",
'std_cannot_open_file' => "ファイルを開けません ",
'std_to_save_info' => " 情報を保存する",
'text_cannot_save_info_in' => "ファイルに情報を保存できません(シリアル化エラー) ",
'std_your_account_parked' => "あなたのアカウントは駐車されています。",
'title_online' => "オンライン",
'title_offline' => "オフライン",
'title_send_message_to' => "Send&nbsp;message&nbsp;to&nbsp;",
'title_send_message_to' => "&nbsp;&nbsp;メッセージを&nbsp; に送る",
'title_report_this_comment' => "Report&nbsp;this&nbsp;comment",
'text_bookmarks' => "Bookmarks",
'text_bookmarks' => "ブックマーク",
'title_bookmark_torrent' => "ブックマーク",
'title_delbookmark_torrent' => "Unbookmark",
'text_mark' => "Mark",
'title_delbookmark_torrent' => "ブックマークを解除",
'text_mark' => "マーク",
'text_unmark' => "Unmark",
'text_award' => "Bonus Award: ",
'text_additional_notes' => "Additional Notes: ",
'text_award' => "ボーナス賞: ",
'text_additional_notes' => "追加のメモ: ",
'title_view_reviews' => "Click&nbsp;to&nbsp;view&nbsp;reviews",
'title_has_new_comment' => "Has&nbsp;new&nbsp;comment",
'title_no_new_comment' => "No&nbsp;new&nbsp;comment",
'title_no_new_comment' => "&nbsp;新しい&nbsp;コメント",
'row_external_info' => "External&nbsp;Info",
'row_imdb_url' => "IMDb&nbsp;URL",
'text_imdb_url_note' => "(URL taken from <strong><a href=\"https://www.imdb.com\">IMDb</a></strong>. e.g.&nbsp;for movie <b>The Dark Knight</b> the URL is <b>https://www.imdb.com/title/tt0468569/</b>)",
'text_artist' => "&nbsp;Artist:&nbsp;",
'text_album' => "Album:&nbsp;",
'text_imdb_url_note' => "( <strong><a href=\"https://www.imdb.com\">IMDb</a></strong>. 例:&nbsp;for movie <b>The Dark Knight</b> the URL is <b>https://www.imdb.com/title/tt0468569/</b>)",
'text_artist' => "&nbsp;アーティスト:&nbsp;",
'text_album' => "アルバム:&nbsp;",
'title_get_rss' => "Get&nbsp;RSS",
'text_hot' => "Hot",
'text_classic' => "Classic",
'text_recommended' => "Good",
'title_view_nfo' => "View&nbsp;NFO&nbsp;file",
'text_hot' => "ホット",
'text_classic' => "クラシック",
'text_recommended' => "良い",
'title_view_nfo' => "&nbsp;NFO&nbsp;ファイルを表示",
'title_edit_torrent' => "Edit&nbsp;or&nbsp;delete&nbsp;torrent",
'title_time_alive' => "Time&nbsp;Alive",
'title_time_alive' => "時間&nbsp;生きている",
'title_add_comments' => "Add&nbsp;comment",
'text_at_time' => "",
'text_blank' => " ",
'text_ago' => "",
'text_last_commented_by' => "Last commented by ",
'text_last_commented_by' => "最終コメント者: ",
'text_imdb' => "IMDb",
'text_votes' => " 投票",
'text_country' => "Country",
'text_country' => "",
'text_genres' => "Genres",
'text_director' => "Director",
'text_starring' => "Starring",
'text_director' => "ディレクター",
'text_starring' => "スターリング",
'text_runtime' => "Runtime",
'text_language' => "言語",
'text_douban' => "Douban",
'text_region' => "Region",
'text_creator' => "Creator",
'text_region' => "地域",
'text_creator' => "作成者",
'text_awaiting_five_votes' => "<i>awaiting 5 votes</i>",
'text_invite' => "Invite ",
'text_send' => "Send",
'text_tracks' => "Tracks",
'text_label' => "Label",
'text_invite' => "招待 ",
'text_send' => "送信",
'text_tracks' => "トラック",
'text_label' => "ラベル",
'text_tags' => "タグ",
'text_user_ip' => "User&nbsp;IP",
'text_location_main' => "Location&nbsp;Main",
'text_location_sub' => "Location&nbsp;Sub",
'text_ip_range' => "IP&nbsp;Range",
'text_min' => " min",
'text_music' => "Music",
'text_user_ip' => "ユーザー&nbsp;IP",
'text_location_main' => "場所&nbsp;メイン",
'text_location_sub' => "場所&nbsp;Sub",
'text_ip_range' => "IP&nbsp;範囲",
'text_min' => " ",
'text_music' => "音楽",
'text_special' => "Special",
'title_reply_with_quote' => "引用",
'title_add_reply' => "Add&nbsp;Reply",
'title_delete' => "削除",
'title_edit' => "編集",
'title_reportbox' => "reportbox",
'title_staffbox' => "staffbox",
'title_reportbox' => "レポートボックス",
'title_staffbox' => "スタッフボックス",
'title_sticky' => "Sticky",
'text_new_news' => " unread important news",
'std_no_user_named' => "There is no user named ",
'text_new_news' => " 未読の重要なニュース",
'std_no_user_named' => "ユーザー名がありません ",
'text_banned' => "禁止",
'text_are' => " are ",
'text_is' => " is ",
'text_are' => " あります ",
'text_is' => " ",
'select_choose_one' => "一つ選んでください",
'text_space' => " ",
'text_day' => "d ",
'text_new_suspected_cheater' => " new suspected cheater",
'text_new_suspected_cheater' => " 新しい不正行為の疑いが",
'title_cheaterbox' => "cheaterbox",
'text_will_end_in' => " will end in ",
'text_will_end_in' => " 終了します。 ",
'text_alt_pageup_shortcut' => "Alt+Pageup",
'text_alt_pagedown_shortcut' => "Alt+Pagedown",
'text_shift_pageup_shortcut' => "Shift+Pageup",
'text_shift_pagedown_shortcut' => "Shift+Pagedown",
'text_shift_pageup_shortcut' => "Shift + Pageup",
'text_shift_pagedown_shortcut' => "Shift + Pagedown",
'text_quote' => "引用",
'text_code' => "CODE",
'std_invalid_id' => "Invalid ID! For security reason, we have logged this action.",
'text_code' => "コード",
'std_invalid_id' => "無効なIDですセキュリティ上の理由から、このアクションを記録しました。",
'text_smilies' => "スマイリー",
'col_type_something' => "Type...",
'col_to_make_a' => "To make a...",
'text_year' => " year",
'text_month' => " month",
'text_day' => " day",
'text_hour' => " hour",
'text_min' => " min",
'select_color' => "Color",
'col_to_make_a' => "作成するには...",
'text_year' => " ",
'text_month' => " ",
'text_day' => " ",
'text_hour' => " ",
'text_min' => " ",
'select_color' => "",
'select_font' => "Font",
'select_size' => "サイズ",
'text_subject' => "Subject:",
'text_more_smilies' => "More Smilies",
'js_prompt_enter_url' => "You must enter a URL",
'js_prompt_enter_title' => "You must enter a title",
'js_prompt_error' => "Error!",
'js_prompt_enter_item' =>"Enter item of the list. For end of the list, press 'cancel' or leave the next field empty ",
'js_prompt_enter_image_url' => "You must enter a full image URL",
'js_prompt_enter_email' => "You must enter a E-mail",
'text_new' => "New",
'text_subject' => "件名:",
'text_more_smilies' => "より多くのスマイリー",
'js_prompt_enter_url' => "URLを入力する必要があります",
'js_prompt_enter_title' => "タイトルを入力する必要があります",
'js_prompt_error' => "エラー!",
'js_prompt_enter_item' =>"リストの項目を入力します。リストの最後に「キャンセル」を押すか、次のフィールドを空のままにします。 ",
'js_prompt_enter_image_url' => "フル画像の URL を入力する必要があります",
'js_prompt_enter_email' => "メールアドレスを入力する必要があります",
'text_new' => "新規作成",
'text_reply' => "返信",
'submit_submit' => "Submit",
'submit_submit' => "送信",
'submit_preview' => "プレビュー",
'row_subject' => "件名",
'row_body' => "本文",
'text_peasant' => "Peasant",
'text_user' => "User",
'text_power_user' => "Power User",
'text_elite_user' => "Elite User",
'text_crazy_user' => "Crazy User",
'text_insane_user' => "Insane User",
'text_veteran_user' => "Veteran User",
'text_extreme_user' => "Extreme User",
'text_ultimate_user' => "Ultimate User",
'text_user' => "ユーザー",
'text_power_user' => "電源ユーザー",
'text_elite_user' => "エリートユーザー",
'text_crazy_user' => "クレイジーユーザー",
'text_insane_user' => "正気でないユーザー",
'text_veteran_user' => "ベテランユーザー",
'text_extreme_user' => "エクストリームユーザー",
'text_ultimate_user' => "究極のユーザー",
'text_nexus_master' => "Nexus Master",
'text_vip' => "VIP",
'text_uploader' => "Uploader",
'text_retiree' => "Retiree",
'text_forum_moderator' => "Forum Moderator",
'text_uploader' => "アップローダー",
'text_retiree' => "退職者",
'text_forum_moderator' => "フォーラムモデレーター",
'text_moderators' => "モデレーター",
'text_administrators' => "Administrator",
'text_administrators' => "管理者",
'text_sysops' => "SysOp",
'text_staff_leader' => "Staff Leader",
'text_staff_leader' => "スタッフリーダー",
'text_short_year'=> "Y",
'text_short_month' => "MON",
'text_short_day' => "D",
'text_short_hour' => "H",
'text_short_min' => "M",
'submit_edit' => "編集",
'text_banned_client_warning' => "You were using a banned BitTorrent client the last time connecting the tracker! Click here.",
'text_please_improve_ratio_within' => "Please improve your ratio within ",
'text_or_you_will_be_banned' =>", or your account will be banned! Click here.",
'text_banned_client_warning' => "最後にトラッカーを接続したときに禁止された BitTorrentクライアントを使用していましたここをクリックしてください。",
'text_please_improve_ratio_within' => "比率を上げてください ",
'text_or_you_will_be_banned' =>"、またはあなたのアカウントが禁止されます! ここをクリックしてください。",
'text_size' => "サイズ",
'text_downloads' => "Downloads",
'text_attachment_key' => "Attachment for key ",
'text_not_found' => " not found",
'text_downloads' => "ダウンロード",
'text_attachment_key' => "鍵の添付ファイル ",
'text_not_found' => " 見つかりませんでした",
'text_thirty_percent_down' => "30%",
'text_please_download_something_within' => "Please download something within ",
'text_inactive_account_be_deleted' => ". Inactive accounts (with no transfer amount) will be deleted.",
'text_please_download_something_within' => "以下からダウンロードしてください ",
'text_inactive_account_be_deleted' => "を選択します。非アクティブなアカウント(送金額なし)は削除されます。",
'text_attendance' => '[Attend get bonus]',
'text_attended' => '[Attend got: %u, card: %d]',
'text_attended' => '[: %u, card: %d]',
'row_pt_gen_douban_url' => "PT-Gen douban link",
'text_pt_gen_douban_url_note' => "(URL taken from <strong><a href=\"https://www.douban.com/\">douban</a></strong>. e.g.&nbsp;for movie <b>Transformers</b> the URL is <b> https://movie.douban.com/subject/1794171//</b>)",
'text_pt_gen_douban_url_note' => "( <strong><a href=\"https://www.douban.com/\">questan</a></strong>. 例:&nbsp;for movie <b>Transformer</b> the URL is <b> https://movie.douban.com/subject/1794171//</b>)",
'row_pt_gen_imdb_url' => "PT-Gen imdb link",
'text_pt_gen_imdb_url_note' => "(URL taken from <strong><a href=\"https://www.imdb.com/\">imdb</a></strong>. e.g.&nbsp;for movie <b>Transformers</b> the URL is <b> https://www.imdb.com/title/tt0418279/</b>)",
'text_pt_gen_imdb_url_note' => "( <strong><a href=\"https://www.imdb.com/\">imdb</a></strong>. 例:&nbsp;for movie <b>Transformer</b> the URL is <b> https://www.imdb.com/title/tt0418279/</b>)",
'row_pt_gen_bangumi_url' => "PT-Gen bangumi link",
'text_pt_gen_bangumi_url_note' => "(URL taken from <strong><a href=\"https://bangumi.tv/\">bangumi</a></strong>. e.g.&nbsp;for animation <b>Cowboy Bebop</b> the URL is <b>https://bangumi.tv/subject/253/</b>)",
'imdb_cache_dir_can_not_create' => 'imdb cache dir can not create',
'imdb_cache_dir_is_not_writeable' => 'imdb cache dir is not writeable',
'imdb_photo_dir_can_not_create' => 'imdb photo dir can not create',
'imdb_photo_dir_is_not_writeable' => 'imdb photo dir is not writeable',
'text_tag_no_release_to_any_other' => 'No release to any other',
'text_tag_first_release' => 'First release',
'text_tag_official' => 'Official',
'text_pt_gen_bangumi_url_note' => "( <strong><a href=\"https://bangumi.tv/\">bangumi</a></strong>. 例:&nbsp;for animation <b>Cowboy Bebop</b> the URL is <b>https://bangumi.tv/subject/253/</b>)",
'imdb_cache_dir_can_not_create' => 'imdb cache dir cannot create',
'imdb_cache_dir_is_not_writeable' => 'imdb cache dir が書き込みできません',
'imdb_photo_dir_can_not_create' => 'imdb photo dir cannot create',
'imdb_photo_dir_is_not_writeable' => 'imdb photo dir is not writable',
'text_tag_no_release_to_any_other' => '他のリリースはありません',
'text_tag_first_release' => '最初のリリース',
'text_tag_official' => 'オフィシャル',
'text_tag_diy' => 'DIY',
'text_tag_mother_language' => 'Mother language',
'text_tag_mother_language_subtitle' => 'Mother language subtitle',
'text_tag_mother_language' => '母国語:',
'text_tag_mother_language_subtitle' => '母語のサブタイトル',
'text_tag_hdr' => 'HDR',
'text_required' => '必須',
'text_invalid' => 'Invalid',
'text_technical_info' => 'MediaInfo',
'text_technical_info_help_text' => 'MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, language select english, click the view menu > text > right click in the box > select all > copy > past into this box.',
'text_management_system' => 'Management',
'text_seed_points' => 'Seed points',
'spoiler_expand_collapse' => 'Click to expand/collapse',
'spoiler_default_title' => 'Collapse content',
'text_invalid' => '無効です',
'text_technical_info' => 'MediaInfo/BDInfo',
'text_technical_info_help_text' => '<b>&middot;</b> MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, language select english, click the view menu > text > right click in the box > select all > copy > past into this box.
<br>
<b>&middot;</b> BDInfo comes from software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b>open the file with this software, click Scan Bitrates to view the report, right-click in the box > select all, right-click > copy, and paste it here.
',
'text_management_system' => '管理',
'text_seed_points' => 'シードポイント',
'spoiler_expand_collapse' => 'クリックして展開/閉じる',
'spoiler_default_title' => 'コンテンツを折りたたむ',
'menu_claim' => 'Claim: ',
'text_complains' => 'There %s %u pending complaint%s.',
'text_contactstaff' => 'Contact staff',
'full_site_promotion_in_effect' => 'Full site [%s] in effect!',
'full_site_promotion_time_range' => 'Time range: %s ~ %s',
'text_torrent_to_approval' => 'There %s%u not approval torrent%s.',
'std_confirm_remove' => 'Are you sure you want to delete it?',
'select_an_user_class' => 'Select an user class',
'input_check_all' => "Check All",
'input_uncheck_all' => "Uncheck All",
'select_at_least_one_record' => 'Select at least one record!',
'text_seed_box_record_to_approval' => 'There %s%u not approval seed box record%s.',
'approval_deny_reach_upper_limit' => 'The number of torrents whose current approval was denied: %s reached the upper limit and is not allowed to be upload.',
'text_complains' => '%s %u 保留中の苦情%s',
'text_contactstaff' => 'スタッフに連絡',
'full_site_promotion_in_effect' => 'フルサイト [%s] が有効です!',
'full_site_promotion_time_range' => '時間範囲: %s ~ %s',
'full_site_promotion_remark' => '注意: %s',
'full_site_promotion_upcoming' => '今後のフルサイト [%s]',
'text_torrent_to_approval' => '%s%u は承認トレント%s ではありません。',
'std_confirm_remove' => '削除してもよろしいですか?',
'select_an_user_class' => 'ユーザクラスを選択',
'input_check_all' => "すべてチェック",
'input_uncheck_all' => "すべてのチェックを外す",
'select_at_least_one_record' => '少なくとも1つのレコードを選択してください',
'text_seed_box_record_to_approval' => '%s%u は承認シードレコード%s ではありません。',
'approval_deny_reach_upper_limit' => '現在の承認が拒否されたTorrent の数: %s が上限に達し、アップロードすることができません。',
);
?>

View File

@@ -54,6 +54,7 @@ Best Regards,
'harem_addition' => 'ハーレムの追加',
'signup_link_help' => '右クリックでコピー',
'signup_link' => 'サインアップリンク',
'text_uploaded_count' => 'アップロードした回数',
'text_seed_torrent_count' => 'シード数',
'text_seed_torrent_size' => 'シードサイズ',
'text_seed_torrent_bonus_per_hour' => '1時間あたりのシードボーナス',

View File

@@ -11,7 +11,7 @@ $lang_login = array
'p_remaining_tries' => "残りの試行だ",
'p_no_account_signup' => "アカウントをお持ちではありませんか? <a href=\"signup.php\"><b></b></a> 今すぐサインアップ!",
'p_forget_pass_recover' => "パスワードを忘れましたか? <a href=\"recover.php\"><b>メールでパスワード</b></a> を復元する",
'p_account_banned' => "アカウントが禁止されていますか?<a href=\"user-ban-log.php\"><b>ユーザー禁止のログ</b></a> の理由を確認する",
'p_account_banned' => "アカウントが禁止されていますか? <a href=\"user-ban-log.php\"><b>ユーザー禁止のログ</b></a> の理由を確認する",
'p_resend_confirm' => "Did not receive confirmation mail or confirmation link is broken? <a href=\"confirm_resend.php\"><b>Send confirmation mail again</b></a>",
'rowhead_username' => "ユーザー名:",
'rowhead_password' => "パスワード:",
@@ -35,6 +35,7 @@ $lang_login = array
'rowhead_two_step_code' => '2要素認証',
'two_step_code_tooltip' => '有効にする必要がある場合',
'text_complain' => '苦情チャンネル',
'other_methods' => "その他のメソッド",
);
?>

View File

@@ -168,6 +168,10 @@ where<ul><li><b>A</b> is an intermediate variable</li><li><b>Ti</b> is the <b>i<
'text_success_buy_change_username_card' => "<b>変更ユーザー名カード</b> の購入が完了しました!",
'text_change_username_card_already_has' => 'すでにユーザー名カードを変更しています',
'text_rainbow_id_already_valid_forever' => 'すでに恒久的なレインボーIDを持っています',
'text_get_by_medal' => '勲章ボーナスは1時間あたり以下の追加ボーナスを獲得します',
'medal_additional_desc' => 'メダルボーナス計算式は、最小保証に関係なく上記と同じです。',
'medal_additional_factor' => '最終ボーナスはメダルボーナスの計算にmedal_additional_factorを掛けたものです',
'text_bonus_mini_size' => 'トレントサイズは少なくとも %sでなければなりません。このボリュームよりも小さいトレントサイズはボーナス計算から除外されます'
);
?>

View File

@@ -707,9 +707,12 @@ $lang_settings = array
'text_login_secret_lifetime_unit' => '分',
'row_login_secret_lifetime' => 'ログインシークレットの有効期間',
'text_login_secret_lifetime_deadline' => '現在のログインシークレットの期限',
'row_enable_technical_info' => 'MediaInfo を有効にする',
'text_enable_technical_info' => "デフォルト 'いいえ' MediaInfo はソフトウェア <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> テキスト ビュー",
'row_sticky_first_level_background_color' => '最初のレベルのBG色をスティッキーする',
'row_enable_technical_info' => 'MediaInfo/BDInfo を有効にする',
'text_enable_technical_info' => 'Default \'No\'. <br>
MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b> the result of "Text view" <br>
BDInfo comes from software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b> the result of "View Reports"
',
'row_sticky_first_level_background_color' => '最初のレベルのBG色をスティッキーする',
'text_sticky_first_level_background_color_note' => 'Sticky first level bg color, it will be none if not set.',
'row_sticky_second_level_background_color' => 'スティッキーセカンドレベルBGの色',
'text_sticky_second_level_background_color_note' => 'Sticky second level bg color, it will be none if not set.',
@@ -816,6 +819,13 @@ $lang_settings = array
'text_use_challenge_response_authentication_note' => '有効にすると、ログイン時にプレインテキストパスワードは送信されません。今後のリリースではこの設定が削除され、この機能が有効になります。' ,
'row_complain_enabled' => '苦情を有効にするか',
'row_complain_enabled_note' => 'デフォルト: "はい"',
'row_min_size' => '最小音量',
'text_bonus_mini_size'=> 'トレントに必要な最小容量は',
'text_bonus_mini_size_help' => 'を選択します。 このボリュームより小さいトレントサイズはボーナス計算には含まれません。 単位: バイト (バイト)、例えば 1 KiB = 1024 バイト。',
'row_reward_bonus_options' => '報酬ボーナスオプション',
'text_reward_bonus_options_note' => 'トレントの詳細ページのボーナスオプション、コンマで区切られた複数のオプション',
'row_reward_times_limit' => '報酬回数上限',
'text_reward_times_limit_note' => 'シード詳細ページのユーザーごとのボーナス報酬の毎日の制限。制限なしの場合は0に設定します。デフォルト: 0',
);
?>

View File

@@ -22,6 +22,14 @@ $lang_tags = array
'text_underline_description' => "囲まれたテキストを下線にします。",
'text_underline_syntax' => "[u]<i>テキスト</i>[/u]",
'text_underline_example' => "[u]これは下線付きのテキストです。[/u]",
'text_strikethrough' => "取り消し線",
'text_strikethrough_description' => "囲まれたテキストを取り消し線にします。",
'text_strikethrough_syntax' => "[s]<i>テキスト</i>[/s]",
'text_strikethrough_example' => "[s]これはストライクスルーテキストです。[/s]",
'text_hide' => 'Hidden',
'text_hide_description' => '囲まれたテキストを非表示にする',
'text_hide_syntax' => '[hide]<i>テキスト</i>[/hide]',
'text_hide_example' => '[hide]I tried so hard and got so far[/hide]',
'text_color_one' => "色 (alt.1)",
'text_color_one_description' => "囲まれたテキストの色を変更します。",
'text_color_one_syntax' => "[color=<i>カラー</i>]<i>テキスト</i>[/color]",
@@ -45,22 +53,22 @@ $lang_tags = array
'text_hyperlink_one' => "ハイパーリンクAlt1",
'text_hyperlink_one_description' => "ハイパーリンクを挿入します",
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
'text_hyperlink_one_example' => "[url]http://%s[/url]",
'text_hyperlink_one_example' => "[url]%s[/url]",
'text_hyperlink_one_remarks' => "このタグは余分です。すべてのURLは自動的にハイパーリンクされます。",
'text_hyperlink_two' => "ハイパーリンク (Alt.2)",
'text_hyperlink_two_description' => "ハイパーリンクを挿入します",
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>リンクテキスト</i>[/url]",
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
'text_hyperlink_two_example' => "[url=%s]%s[/url]",
'text_hyperlink_two_remarks' => "リンクテキストを設定しない限り、このタグを使用する必要はありません。すべてのURLは自動的にハイパーリンクされます。",
'text_image_one' => "画像Alt1",
'text_image_one_description' => "画像を挿入します。",
'text_image_one_syntax' => "[img=<i>URL</i>]",
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
'text_image_one_example' => "[img=%s/pic/nexus.png]",
'text_image_one_remarks' => "URLは <b>.gif</b>、 <b>.jpg</b>、 <b>.jpegまたは <b>.png</b> で終わらなければなりません。",
'text_image_two' => "画像Alt2",
'text_image_two_description' => "画像を挿入します。",
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
'text_image_two_example' => "[img]%s/pic/nexus.png[/img]",
'text_image_two_remarks' => "URLは <b>.gif</b>、 <b>.jpg</b>、 <b>.jpegまたは <b>.png</b> で終わらなければなりません。",
'text_quote_one' => "見積書Alt1",
'text_quote_one_description' => "引用符を挿入します。",
@@ -98,23 +106,31 @@ $lang_tags = array
'text_flash' => "フラッシュ (Alt1)",
'text_flash_description' => "指定された幅と高さのウェブページにフラッシュを挿入",
'text_flash_syntax' => "[flash,width,height]Flash URL[/flash]",
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
'text_flash_example' => "[flash,500,300]%s/flash.demo.swf[/flash]",
'text_flash_two' => "フラッシュ (Alt2)",
'text_flash_two_description' => "ウェブページにフラッシュを挿入する (500 * 300)",
'text_flash_two_syntax' => "[flash]Flash URL[/flash]",
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
'text_flash_two_example' => "[flash]%s/flash.demo.swf[/flash]",
'text_flv_one' => "Flash video (alt.1)",
'text_flv_one_description' => "指定された幅と高さのウェブページにフラッシュビデオを挿入します",
'text_flv_one_syntax' => "[flv,width,height]Flash video URL[/flv]",
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
'text_flv_one_example' => "[flv,320,240]%s/flash.video.demo.flv[/flv]",
'text_flv_two' => "Flash video (alt.2)",
'text_flv_two_description' => "ウェブページにフラッシュビデオをデフォルトの幅と高さに挿入 (320 * 240)",
'text_flv_two_syntax' => "[flv]Flash video URL[/flv]",
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
'text_flv_two_example' => "[flv]%s/flash.video.demo.flv[/flv]",
'text_youtube' => "YouTube",
'text_youtube_description' => "YouTubeオンラインビデオをWebページに挿入",
'text_youtube_syntax' => "[youtube,width,height]Video URL on YouTube[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=DWDL3VTCcCg&ab_channel=ESPNMMA[/youtube]",
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/youtube]",
'text_video' => "ビデオ",
'text_video_description' => "HTML5 ビデオプレーヤーを挿入",
'text_video_syntax' => "[video,width,height]Video URL[/video]",
'text_video_example' => "[video]https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm[/video]",
'text_audio' => "オーディオ",
'text_audio_description' => "HTML5 オーディオプレーヤーを挿入",
'text_audio_syntax' => "[audio]オーディオ URL[/audio]",
'text_audio_example' => "[audio]https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3[/audio]",
'text_youku' => "YouKu",
'text_youku_description' => "YouKuオンラインビデオをWebページに挿入",
'text_youku_syntax' => "[youku]Video URL on YouKu[/youku]",
@@ -132,6 +148,10 @@ $lang_tags = array
'text_spoiler_description' => 'ページに展開/折りたたみ可能なコンテンツを挿入します',
'text_spoiler_syntax' => '[spoiler=title]This is the folded content[/spoiler]',
'text_spoiler_example' => '[スポイラー=ヒーローの最後の結末はどうなった?]ヒーローは最後に死んだ![/spoiler]',
'text_hr' => '水平方向のルール',
'text_hr_description' => 'ページに水平方向のルールの内容を挿入',
'text_hr_syntax' => '[hr]',
'text_hr_example' => 'Never gonna give you up[hr]Never gonna let you down',
'text_left' => 'Text align left',
'text_left_description' => '左揃えのコンテンツをページに挿入',

View File

@@ -27,7 +27,7 @@ $lang_takesignup = array
'std_to_finish_signup' => " 申し込みを終えてくれてありがとう!",
'msg_subject' => "ようこそ ",
'msg_congratulations' => "おめでとうございます ",
'msg_you_are_a_member' => ",\n\nYou are now a member of %s,\nWe would like to take this opportunity to say hello and welcome to %s!\n\nPlease be sure to read the [url=rules.php][b]Rules[/b][/url] and the [url=faq.php][b]Faq[/b][/url].\n And be sure to stop by the [url=forums.php][b]Forums[/b][/url]: and say Hello!\n\nEnjoy your Stay.\nThe Staff of %s ",
'msg_you_are_a_member' => ",\n\nYou are now a member of %s,\nWe would like to take this opportunity to say hello and welcome to join us!\n\nPlease be sure to read the [url=rules.php][b]Rules[/b][/url] and the [url=faq.php][b]Faq[/b][/url].\n And be sure to stop by the [url=forums.php][b]Forums[/b][/url]: and say Hello!\n\nEnjoy your Stay.\nThe Staff of %s ",
'mail_this_link' => "このリンク",
'mail_here' => "ここ",
'mail_title' => " ユーザー登録の確認",

View File

@@ -256,6 +256,8 @@ $lang_usercp = array
'add_seed_box_btn' => '登録',
'checkbox_pm_on_topic_reply' => 'フォーラムの投稿に新しい返信がある場合に通知する',
'checkbox_pm_on_hr_reached' => 'H&Rがターゲットに達したときに通知する',
'row_tracker_url' => 'トラッカーURL',
'row_tracker_url_help' => '<b>注意:</b> 選択すると、アナウンスは選択したリンクにのみ送信できます。 デフォルトでは、アナウンスはリストの最初のデフォルトリンクにのみ送信できます。',
);
?>

View File

@@ -138,10 +138,10 @@ $lang_userdetails = array
'std_sorry' => "申し訳ありません",
'std_user_not_confirmed' => "ユーザーはまだ確認されていません!",
'text_not_available' => "該当なし",
'row_vip_by_bonus' => "VIPボーナス",
'row_vip_by_bonus' => "VIP の自動期限切れ",
'text_vip_by_bonus_note' => "VIPステータスはボーナスを使用して獲得できますか",
'row_vip_until' => "VIPまで",
'text_vip_until_note' => "時刻フォーマットはYYYY-MM-DD hh:mm:ssです。VIPステータスが有効になるまでの時刻です。 これが機能するためには、「ボーナスによるVIP」を「はい」に設定する必要があります。",
'text_vip_until_note' => "時刻フォーマットはYYYY-MM-DD hh:mm:ssです。VIPステータスが有効になるまでの時刻です。 この作業を行うには、「VIP自動の有効期限」を「はい」に設定する必要があります。",
'row_show_ad' => "Show Ad",
'row_no_ad_until' => "までの広告なし",
'text_no_ad_until_note' => "時間フォーマットはYYYY-MM-DD hh:mm:ssです。ユーザーが広告をオフにできるまでの時間。",

View File

@@ -13,4 +13,5 @@ $lang_attendance = array
'retroactive_event_text' => 'Sv',
'retroactive_confirm_tip' => 'Bekreft deltagelse: ',
'retroactive_description' => 'Klikk på prikken på den hvite bakgrunnen for å gjøre besøkende. Du har for øyeblikket et møtekort <b>%d</b>.',
'attend_button' => 'Sjekk inn nå',
);

View File

@@ -41,6 +41,7 @@ $lang_functions = array
'std_you_will_get' => 'Du får nå',
'std_by' => 'Av',
'row_security_image' => "Sikkerhetsbilde:",
'row_security_challenge' => "Security Challenge:",
'row_security_code' => "Sikkerhetskoden:",
'text_slots' => "Trekker:",
'text_unlimited' => "Ubegrenset",
@@ -320,8 +321,11 @@ $lang_functions = array
'text_tag_hdr' => 'HDR',
'text_required' => 'Påkrevd',
'text_invalid' => 'Ugyldig',
'text_technical_info' => 'MediaInfo',
'text_technical_info_help_text' => 'MediaInfo kommer fra programvare <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>pen fil, språkvelg engelsk, klikk på visningsmenyen > tekst > høyreklikk i boksen > velg all > kopi > forbi i denne boksen.',
'text_technical_info' => 'MediaInfo/BDInfo',
'text_technical_info_help_text' => '<b>&middot;</b> MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, language select english, click the view menu > text > right click in the box > select all > copy > past into this box.
<br>
<b>&middot;</b> BDInfo comes from software <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b>open the file with this software, click Scan Bitrates to view the report, right-click in the box > select all, right-click > copy, and paste it here.
',
'text_management_system' => 'Administrasjon',
'text_seed_points' => 'Oppgavens poeng',
'spoiler_expand_collapse' => 'Klikk for å utvide/lukke',
@@ -331,6 +335,8 @@ $lang_functions = array
'text_contactstaff' => 'Kontakt ansatte',
'full_site_promotion_in_effect' => 'Full site [%s] in effect!',
'full_site_promotion_time_range' => 'Tidsintervall: %s ~ %s',
'full_site_promotion_remark' => 'Note: %s',
'full_site_promotion_upcoming' => 'Kommende fullside [%s]',
'text_torrent_to_approval' => '%s%u godkjenner ikke torrent-%s.',
'std_confirm_remove' => 'Er du sikker på at du vil slette denne?',
'select_an_user_class' => 'Velg en brukerklasse',

View File

@@ -54,6 +54,7 @@ Best Regards,
'harem_addition' => 'Varm tillegg',
'signup_link_help' => 'Høyreklikk for å kopiere',
'signup_link' => 'Registrer lenke',
'text_uploaded_count' => 'Opplastede teller',
'text_seed_torrent_count' => 'Delingstellinger',
'text_seed_torrent_size' => 'Størrelse på seed',
'text_seed_torrent_bonus_per_hour' => 'Seeding bonus per time',

View File

@@ -11,7 +11,7 @@ $lang_login = array
'p_remaining_tries' => "gjenstående prøvinger.",
'p_no_account_signup' => "Har du ikke en konto? <a href=\"signup.php\"><b>registrer deg med</b></a> nå!",
'p_forget_pass_recover' => "Glemt passordet? Gjenopprette passordet <a href=\"recover.php\"><b>via e-post</b></a>",
'p_account_banned' => "Konto utestengt? Vis årsaken til<a href=\"user-ban-log.php\"><b>brukerforbud mot å logge</b></a>",
'p_account_banned' => "Konto utestengt? Vis årsaken til <a href=\"user-ban-log.php\"><b>brukerforbud mot å logge</b></a>",
'p_resend_confirm' => "Fikk ikke bekreftelsen e-post eller bekreftelseslenke en ødelagt? <a href=\"confirm_resend.php\"><b>Send bekreftelse på nytt</b></a>",
'rowhead_username' => "Brukernavn:",
'rowhead_password' => "Passord:",
@@ -35,6 +35,7 @@ $lang_login = array
'rowhead_two_step_code' => 'To-faktor autentisering',
'two_step_code_tooltip' => 'Hvis aktivert, må dette fylles ut',
'text_complain' => 'Klage Kanal',
'other_methods' => "Andre metoder",
);
?>

Some files were not shown because too many files have changed in this diff Show More