add missing i18n

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1397497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-10-12 09:31:40 +00:00
parent 39e477300c
commit 99e5b54918
2 changed files with 31 additions and 2 deletions

View File

@ -108,7 +108,36 @@ managedrepository.merge.conflicts=Merge has {0} conflicts
managedrepository.merge.domerge=Merge
managedrepository.merge.domerge.skipconflicts=Merge with skipping conflicts
managed.repository.rss.header=Feeds
managedpository.feeds=Feeds for
managedrepository.feeds=Feeds for
managedRepository.id.help.content=Unique Id for your managed repository
managedRepository.id.help.title=Id
managedRepository.name.help.title=Name
managedRepository.name.help.content=Name for your managed repository
managedRepository.location.help.title=Location
managedRepository.location.help.content=Location on File System (can be relative to Archiva base directory or absolute path)
managedRepository.indexDirectory.help.title=Index Directory
managedRepository.indexDirectory.help.content=Path to the Maven Index directory
managedRepository.daysOlder.help.title=Days Older
managedRepository.daysOlder.help.content=For snapshots repositories, maximun file days age you want to keep
managedRepository.retentionCount.help.title=Retention Count
managedRepository.retentionCount.help.content=For snapshots repositories, maximum of files you want to keep.
managedRepository.description.help.content=A free description for your repository
managedRepository.description.help.title=Description
managedRepository.release.help.content=Does your repository support released artifacts
managedRepository.release.help.title=Release
managedRepository.snapshots.help.title=Snapshots
managedRepository.snapshots.help.content=Does your repository support snapshots artifacts
managedRepository.blockRedeployments.help.title=Block Redeployment
managedRepository.blockRedeployments.help.content=For release repositories, redeployment of existing artifacts will be blocked.
managedRepository.scanned.help.title=Scanned
managedRepository.scanned.help.content=Does your repository need to be scanned.
managedRepository.deleteReleasedSnapshots.help.title=Delete Released Snapshots
managedRepository.deleteReleasedSnapshots.help.content=Support of deleting snapshots once they have been released.
managedRepository.stageRepoNeeded.help.title=Stage Repo
managedRepository.stageRepoNeeded.help.content=Automatic creation of a stage repo for this repository
# remote repositories screen

View File

@ -185,7 +185,7 @@
<td></td>
{{/if}}
<td>
<a href="${row.feedsUrl}"><img src="images/atom.gif" alt="" title="${$.i18n.prop('managedpository.feeds')} ${row.name()}"/></a>
<a href="${row.feedsUrl}"><img src="images/atom.gif" alt="" title="${$.i18n.prop('managedrepository.feeds')} ${row.name()}"/></a>
</td>
<!--td>
{{if row.description()}}