diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-02-06 17:45:29 +0100 |
---|---|---|
committer | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-02-07 13:13:58 +0100 |
commit | a298f8fe28f83f0b08b7481d85792057f9881033 (patch) | |
tree | b873b47e0a7b0bd2df643c8b062155fa5957005e /sonar-core | |
parent | c54e107bb8305de177d8c805d0368eaf7df3bc37 (diff) | |
download | sonarqube-a298f8fe28f83f0b08b7481d85792057f9881033.tar.gz sonarqube-a298f8fe28f83f0b08b7481d85792057f9881033.zip |
SONAR-8666 Make it possible to create a new organization
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 8f7ac899613..5ea428ad4ac 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1784,6 +1784,9 @@ my_account.projects.no_results=You are not administering any project yet. my_account.projects.analyzed_x=Analyzed {0} my_account.projects.never_analyzed=Never analyzed my_account.projects.x_characters_min=({0} characters min) +my_account.organizations=Organizations +my_account.organizations.description=Those organizations are the ones you are administering. +my_account.create_organization=Create Organization @@ -2759,6 +2762,7 @@ about_page.scanners.ant.text=The SonarQube Scanner for Ant lets you start an ana organization.avatar=Avatar organization.avatar.description=Url of a small image that represents the organization (preferably 30px height). organization.avatar.preview=Preview +organization.created=Organization "{0}" has been created. organization.delete=Delete Organization organization.delete.description=Delete this organization from SonarQube. All projects belonging to the organization will be deleted as well. The operation cannot be undone. organization.delete.question=Are you sure you want to delete this organization? @@ -2767,6 +2771,7 @@ organization.description=Description organization.description.description=Description of the organization (256 characters max). organization.edit=Edit Organization organization.key=Key +organization.key.description=Key of the organization (2 to 32 characters). The key is unique to the whole SonarQube. When not specified, the key is computed from the name. organization.name=Name organization.name.description=Name of the organization (2 to 64 characters). organization.updated=Organization details have been updated. |