diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2012-09-19 23:10:31 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2012-09-19 23:10:31 +0200 |
commit | 251324a846b3045bcd91c818c3910cdfc47af6c5 (patch) | |
tree | 1aa58d668b146edb6aad911e55274c12a073662d /plugins | |
parent | 1df59a891cd377bbeedd0abf2a34f5e790f18e65 (diff) | |
download | sonarqube-251324a846b3045bcd91c818c3910cdfc47af6c5.tar.gz sonarqube-251324a846b3045bcd91c818c3910cdfc47af6c5.zip |
SONAR-3812 Enhanced selection of metric properties
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index cef409fa0b6..5af08a41b80 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -601,6 +601,17 @@ dashboard.TimeMachine.name=Time Machine search.results=results search.duration=({0} seconds) + +#------------------------------------------------------------------------------ +# +# SELECT2.js +# +#------------------------------------------------------------------------------ +select2.noMatches=No matches +select2.searching=Searching... +select2.tooShort=Please enter {0} more characters + + #------------------------------------------------------------------------------ # # WIDGETS |