mirror of https://github.com/apache/archiva.git
add i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1298206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8168443761
commit
6bea43f0fa
|
@ -128,6 +128,7 @@ menu.artifacts.search=Search
|
||||||
menu.artifacts.browse=Browse
|
menu.artifacts.browse=Browse
|
||||||
menu.topbar.quicksearch=Quick Search
|
menu.topbar.quicksearch=Quick Search
|
||||||
menu.legacy-artifact-support=Legacy Support
|
menu.legacy-artifact-support=Legacy Support
|
||||||
|
menu.repository-scanning=Repository Scanning
|
||||||
|
|
||||||
#user
|
#user
|
||||||
user.change.password.required=Change password required
|
user.change.password.required=Change password required
|
||||||
|
@ -258,3 +259,10 @@ legacy-artifact-paths.grid.tab.title=Path Mappings
|
||||||
legacy-artifact-path.added=Path Mapping for path {0}
|
legacy-artifact-path.added=Path Mapping for path {0}
|
||||||
legacy-artifact-path.delete.confirm=Are you sure to delete Path Mapping {0} ?
|
legacy-artifact-path.delete.confirm=Are you sure to delete Path Mapping {0} ?
|
||||||
legacy-artifact-path.removed=Path Mapping deleted {0} deleted.
|
legacy-artifact-path.removed=Path Mapping deleted {0} deleted.
|
||||||
|
|
||||||
|
#repository scanning
|
||||||
|
repository-scanning.head=Repository Scanning
|
||||||
|
repository-scanning.file-types.head=File Types
|
||||||
|
repository-scanning.consumers.head=Consumers
|
||||||
|
repository-scanning.file-types.removed.pattern=Pattern {1} removed for type {0}
|
||||||
|
repository-scanning.file-types.added.pattern=Pattern {1} added for type {0}
|
||||||
|
|
Loading…
Reference in New Issue