diff --git a/Source/lang/strings_german.txt b/Source/lang/strings_german.txt
index 72a19f9..2f1d744 100644
--- a/Source/lang/strings_german.txt
+++ b/Source/lang/strings_german.txt
@@ -74,6 +74,8 @@
$s_plugin_Source_attach_to_issue = 'Zu Eintrag hinzufügen:';
$s_plugin_Source_configuration = 'Konfiguration';
+$s_plugin_Source_api_key = 'API Key';
+$s_plugin_Source_api_key_info = 'Dies ist ein geheimer Schlüssel der von Diensten genutzt wird, um Commit-Daten an Mantis zu senden.
Um einen API-Key zu generieren, führen Sie openssl rand -hex 12
auf einer Unix Konsole aus.';
$s_plugin_Source_allow_remote_checkin = 'Übertragung vom Fremdrechner erlauben';
$s_plugin_Source_remote_checkin_urls = 'Erlaubte Adressen';
$s_plugin_Source_allow_remote_import = 'Importe vom Fremdrechner erlauben';
@@ -87,16 +89,19 @@
$s_plugin_Source_bugfix_regex_1 = 'RegEx für die automatische Zuordnung und Erledigung eines Eintrags #1
Dieser reguläre Ausdruck erkennt die Anweisung in der Übertragungsmeldung, z.B. "Fixed #123"';
$s_plugin_Source_bugfix_regex_2 = 'RegEx für die automatische Zuordnung und Erledigung eines Eintrags #2
Dieser reguläre Ausdruck wird auf das Ergebnis von #1 angewandt und ermittelt daraus die Eintrags-ID';
$s_plugin_Source_bugfix_status = 'Automatische Erledigung: Status';
+$s_plugin_Source_bugfix_status_pvm = 'Automatische Erledigung Produktstatus';
$s_plugin_Source_bugfix_status_off = '[Deaktiviert]';
$s_plugin_Source_bugfix_status_default = '[Standardstatus für \'Erledigt\']';
$s_plugin_Source_bugfix_resolution = 'Automatische Erledigung: Lösung';
$s_plugin_Source_bugfix_handler = 'Automatische Erledigung: Zum Autor der Übertragung zuweisen';
$s_plugin_Source_bugfix_message = 'Automatische Erledigung: Text der automatischen Eintragsnotiz';
$s_plugin_Source_bugfix_message_info = 'Platzhalter: $1 für Zweig, $2 für Revision, $3 für Datum/Uhrzeit, $4 für die Übertragungsmeldung, $5 für den Namen des Projektarchivs oder $6 für die ID des Änderungssatzes.';
+$s_plugin_Source_bugfix_message_view_status = 'Automatische Erledigung: Sichtbarkeit der Eintragsnotiz';
+$s_plugin_Source_bugfix_message_view_status_info = 'Hinweis: Wenn der Autor/Comitter des Änderungssatzes nicht das Privileg private_bugnote_threshold besitzt, wird die Eintragsnotiz immer öffentlich sein.';
$s_plugin_Source_reset = 'Zurücksetzen';
$s_plugin_Source_menu_links = 'Hauptmenüeinträge';
$s_plugin_Source_show_repo_link = 'Projektarchive';
-$s_plugin_Source_show_search_link = 'Suchen';
+$s_plugin_Source_show_search_link = 'Projektarchive durchsuchen';
$s_plugin_Source_show_repo_stats = 'Statistiken zum Projektarchiv';
$s_plugin_Source_enabled_features = 'Aktivierte Funktionen';
$s_plugin_Source_enable_linking = 'Änderungssätze automatisch verknüpfen ([sv]:<reponame>:<revision>:)';
@@ -104,6 +109,7 @@
$s_plugin_Source_enable_resolving = 'Eintrag automatisch auf "Erledigt" setzen';
$s_plugin_Source_enable_message = 'Nach dem automatischen Erledigen eine Eintragsnotiz hinzufügen';
$s_plugin_Source_enable_porting = 'Portierungsstatus';
+$s_plugin_Source_enable_product_matrix = 'Integration von Product Matrix';
$s_plugin_Source_branch_mapping = 'Automatische Versionszuordnung';
$s_plugin_Source_mapping_update = 'Aktualisiere Zuordnung';
@@ -134,4 +140,7 @@
$s_plugin_Source_invalid_repo = 'Ungültige Bezeichnung für das Projektarchiv';
$s_plugin_Source_invalid_changeset = 'Die Informationen zu dem Änderungssatz konnten nicht ermittelt werden';
+$s_plugin_Source_import_latest_failed = 'Partieller Import des Projektarchivs fehlgeschlagen.';
$s_plugin_Source_import_full_failed = 'Vollständiger Import des Projektarchivs fehlgeschlagen.';
+
+$s_plugin_Source_changeset_column_title = 'C';
diff --git a/SourceBitBucket/lang/strings_english.txt b/SourceBitBucket/lang/strings_english.txt
index 79e0ec8..3c4f423 100644
--- a/SourceBitBucket/lang/strings_english.txt
+++ b/SourceBitBucket/lang/strings_english.txt
@@ -7,9 +7,9 @@
$s_plugin_SourceBitBucket_bit_basic_login = 'BitBucket login (for basic auth)';
$s_plugin_SourceBitBucket_bit_basic_pwd = 'BitBucket password (for basic auth)';
-$s_plugin_SourceBitBucket_bit_username = 'BitBucket Username';
+$s_plugin_SourceBitBucket_bit_username = 'BitBucket Username/Teamname';
$s_plugin_SourceBitBucket_bit_reponame = 'BitBucket Repository Name
(no spaces; must match the name as received from the webservice\'s payload)';
-$s_plugin_SourceBitBucket_master_branch = 'Primary Branches
(comma-separated list)';
+$s_plugin_SourceBitBucket_master_branch = 'Primary Branches
(comma-separated list, * imports all branches)';
$s_plugin_SourceBitBucket_repo_authorized = '
MantisBT is now authorized to access this BitBucket repository.
'; $s_plugin_SourceBitBucket_repo_authorization_failed = 'Sorry, MantisBT could not be authorized to access this BitBucket repository.
'; diff --git a/SourceBitBucket/lang/strings_german.txt b/SourceBitBucket/lang/strings_german.txt new file mode 100644 index 0000000..9300446 --- /dev/null +++ b/SourceBitBucket/lang/strings_german.txt @@ -0,0 +1,18 @@ +(keine Leerzeichen; muss mit dem Namen aus dem Webservice Payload übereinstimmen)'; +$s_plugin_SourceBitBucket_master_branch = 'HauptzweigeMantisBT ist nun autorisiert, um auf das BitBucket Repository zuzugreifen.
'; +$s_plugin_SourceBitBucket_repo_authorization_failed = 'Sorry, MantisBT konnte nicht autorisiert werden, um auf das BitBucket Repository zuzugreifen.
'; + +$s_plugin_SourceBitBucket_oauth_authorization = 'BitBucket OAuth Authorization'; +$s_plugin_SourceBitBucket_back_repo = 'Zurück zum Repository'; \ No newline at end of file