diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2022-01-25 11:25:46 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-01-27 20:03:05 +0000 |
commit | 1d409d5db753fe003513f4e1a8d99a0fe6c1becc (patch) | |
tree | 55d7b7f5637d017d70175072ec209c68353d8d34 /sonar-core | |
parent | af68aa7b419e675aaa903b8a77070b727aa71383 (diff) | |
download | sonarqube-1d409d5db753fe003513f4e1a8d99a0fe6c1becc.tar.gz sonarqube-1d409d5db753fe003513f4e1a8d99a0fe6c1becc.zip |
SONAR-15782 Move application console code to core extensions
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 21 |
1 files changed, 0 insertions, 21 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 8a5573e7201..71be2967cd2 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -556,27 +556,6 @@ visibility.private.description.long=Only members of the organization will be abl # #------------------------------------------------------------------------------ -application_console.edit=Edit Application -application_console.project_inaccessible=You do not have access to this project -application_console.branches=Application Branches -application_console.branches.cannot_access_all_child_projects=You must have access to all projects in this Application in order to administer branches. -application_console.branches.cancel=Cancel -application_console.branches.configuration=Branch configuration -application_console.branches.create=Create branch -application_console.branches.create.verb=Create -application_console.branches.create.help=For each project of your Application, choose a project branch that will be displayed inside the Application’s branch. -application_console.branches.delete=Delete branch -application_console.branches.delete.warning_x=Are you sure you want to delete "{0}" ? -application_console.branches.help=Track branches other than the main branch of this application's projects. -application_console.branches.main_branch=Main Branch -application_console.branches.update=Update branch -application_console.branches.update.verb=Update -application_console.branches.no_branches=No branches yet. You can create branches once projects are selected for this Application. -application_console.page=Edit Definition -application_console.delete_application=Delete Application -application_console.recompute=Recompute -application_console.refresh_started=Your application will be recomputed soon -application_console.do_you_want_to_delete=Are you sure that you want to delete "{0}"? application_settings.page=Application Settings application_settings.report=Application Report Settings application_settings.report.frequency=Application Reports Frequency |