diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-12 21:46:17 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-12 21:46:17 +0000 |
commit | a937fd23cd74886294e7869945e9096e5fa0daf4 (patch) | |
tree | e4d0d10d2fd73a73b56eca762d9eb88ef8706131 /archiva-modules | |
parent | 73303ddb200665379fcdd38f01b8baa231b8d258 (diff) | |
download | archiva-a937fd23cd74886294e7869945e9096e5fa0daf4.tar.gz archiva-a937fd23cd74886294e7869945e9096e5fa0daf4.zip |
missing i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1384140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
2 files changed, 8 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties index b267d13f2..70a89b78e 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties +++ b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties @@ -94,6 +94,9 @@ managedrepository.scan.directories.finished=Managed Repository {0} fully scanned managedrepository.scan.directories.started= Managed Repository {0} full scan started managedrepository.scan.directories.grid=Scan managedrepository.added=Managed Repository {0} added +skipPackedIndexCreation=Skip Packed Index creation +skipPackedIndexCreation.help.title=Skip Packed Index creation +skipPackedIndexCreation.help.content=Will prevent creating packed and incremental indexes which are consumed by remote repositories manager and/or IDE. # remote repositories screen remoterepository.downloadremoteindex.now=Download Remote Index Now diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva/repositories.html b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva/repositories.html index d79ae800b..099fa4833 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva/repositories.html +++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva/repositories.html @@ -284,6 +284,11 @@ <div class="controls"> <input type="checkbox" id="skipPackedIndexCreation" name="skipPackedIndexCreation" size="5" data-bind="checked: managedRepository.skipPackedIndexCreation"/> + <a class="btn btn-warning btn-mini popover-doc" id="rowcount-info-button" + data-original-title="${$.i18n.prop('skipPackedIndexCreation.help.title')}" + data-content="${$.i18n.prop('skipPackedIndexCreation.help.content')}"> + <i class="icon-question-sign icon-white"></i> + </a> </div> </div> |