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