diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-01-16 11:51:53 +0100 |
---|---|---|
committer | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-02-01 09:43:03 +0100 |
commit | 48352acd1566349548b2e1000c268fa5d509b63c (patch) | |
tree | 077eb6319b4c337458b1f9c0721522c71bbd1e55 /sonar-core | |
parent | 75253f80b38dfc106971011e8aacc6ea117b11c4 (diff) | |
download | sonarqube-48352acd1566349548b2e1000c268fa5d509b63c.tar.gz sonarqube-48352acd1566349548b2e1000c268fa5d509b63c.zip |
SONAR-8654 Create page to edit organization
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 19 |
1 files changed, 19 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 183e1197a75..ec619af167e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2743,3 +2743,22 @@ about_page.scanners.jenkins=SonarQube Scanner for Jenkins about_page.scanners.jenkins.text=The SonarQube Scanner for Jenkins lets you integrate analysis seamlessly into a job or a pipeline. about_page.scanners.ant=SonarQube Scanner for Ant" about_page.scanners.ant.text=The SonarQube Scanner for Ant lets you start an analysis directly from an Apache Ant script. + + +#------------------------------------------------------------------------------ +# +# ORGANIZATIONS +# +#------------------------------------------------------------------------------ +organization.avatar=Avatar +organization.avatar.description=Url of a small image that represents the organization (preferably 30px height). +organization.avatar.preview=Preview +organization.description=Description +organization.description.description=Description of the organization (256 characters max). +organization.edit=Edit Organization +organization.key=Key +organization.name=Name +organization.name.description=Name of the organization (2 to 64 characters). +organization.updated=Organization details have been updated. +organization.url=Url +organization.url.description=Url of the homepage of the organization (256 characters max). |