mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
39 lines
2.9 KiB
PHP
39 lines
2.9 KiB
PHP
<?php
|
|
|
|
$lang_aboutnexus = array
|
|
(
|
|
'text_version' => "Version",
|
|
'text_version_note' => "Dieser Tracker %s wird von %sbetrieben. Die folgende Version ist detailliert.",
|
|
'text_main_version' => "Hauptversion",
|
|
'text_sub_version' => "Unterversion",
|
|
'text_release_date' => "Freigabedatum",
|
|
'text_authorize_to' => "Autorisiert zu",
|
|
'text_authorization_type' => "Autorisierungstyp",
|
|
'text_commercial' => "Kommerzielle",
|
|
'text_free' => "Kostenlos",
|
|
'text_nexus' => "Über ",
|
|
'text_nexus_note' => " wird von einer Gruppe von Jungs in der Zhejiang Universität in China initiiert, die sich als \"Nexus Team\" bezeichnen. Es ist dem Ersatz des TBSource-Projekts gewidmet und stellt eine vollständige Lösung vor, um eine Ressourcen-Sharing-Community mit Mitgliedern von Krediten zu erstellen, bestellung und Wissen.<br /><br />
|
|
Die erste Stufe von %s Gabeln von TBSource. Wir bieten ein umfangreiches Feature-Set an, das nicht in oder weit besser als der ursprüngliche TBSSource-Code existiert, mit deutlich verbesserter Code-Effizienz. Neben TBSSource entleihen wir auch einige Ideen oder Code von anderen privaten Trackern, z.B. Bit-HDTV, What.cd, SceneTorrents.",
|
|
'text_authorization' => "Über Autorisierung",
|
|
'text_authorization_note' => "If you like to use %s to power your tracker, feel free to <a href=\"#contact\" class=\"faqlink\">contact us</a>.",
|
|
'text_translation' => "Über Übersetzung",
|
|
'text_translation_note' => " unterstützt Benutzer Seite Sprachumschaltung, die Hauptsprache ist Englisch.<br /><br />Wenn Ihre Sprache (noch) nicht verfügbar ist und Sie daran interessiert sind, sie zu übersetzen Bitte lesen Sie das <a href=\"faq.php#id71\" class=\"faqlink\">ÜbersetzungsHOWTO</a> und <a href=\"#contact\" class=\"faqlink\">kontaktieren Sie uns</a>. Wir begrüßen immer neue Übersetzungen. Außerdem können die verfügbaren Übersetzungen immer eine helfende Hand verwenden, insbesondere diejenigen, die als veraltet, unvollständig oder als neue Übersetzer gekennzeichnet sind.",
|
|
'text_flag' => "Flagge",
|
|
'text_language' => "Sprache",
|
|
'text_state' => "Bundesland",
|
|
'text_stylesheet' => "Über Stylesheet",
|
|
'text_stylesheet_note' => "The layout of %s is fully CSS-based designed, which allows maximum user interface customization and makes adding new stylesheets easy.<br /><br />The following is a list of currently available stylesheets at this tracker %s. If you want more stylesheets or feel like to design your own one, <a href=\"#contact\" class=\"faqlink\">contact us</a>.",
|
|
'text_name' => "Name",
|
|
'text_designer' => "Designer",
|
|
'text_comment' => "Kommentar",
|
|
'text_contact' => "Kontakt ",
|
|
'text_contact_note' => "Möchtest du uns beitreten? Hast du Vorschläge oder Bugs gefunden? Sprich über Geschäft? Kontaktiere uns auf einer der folgenden Wege.",
|
|
'text_web_site' => "Web Site",
|
|
'text_email' => "E-Mail",
|
|
'text_msn' => "MSN",
|
|
'text_qq' => "QQ",
|
|
'text_telephone' => "Tele.",
|
|
);
|
|
|
|
?>
|