Valentin Valchev | 32cf3b1 | 2011-09-12 14:45:53 +0000 | [diff] [blame] | 1 | #Licensed to the Apache Software Foundation (ASF) under one or more
|
| 2 | # contributor license agreements. See the NOTICE file distributed with
|
| 3 | # this work for additional information regarding copyright ownership.
|
| 4 | # The ASF licenses this file to You under the Apache License, Version 2.0
|
| 5 | # (the "License"); you may not use this file except in compliance with
|
| 6 | # the License. You may obtain a copy of the License at
|
| 7 | #
|
| 8 | # http://www.apache.org/licenses/LICENSE-2.0
|
| 9 | #
|
| 10 | # Unless required by applicable law or agreed to in writing, software
|
| 11 | # distributed under the License is distributed on an "AS IS" BASIS,
|
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 13 | # See the License for the specific language governing permissions and
|
| 14 | # limitations under the License.
|
| 15 |
|
| 16 | #
|
| 17 | # Web Console strings for reference all strings here are commented.
|
| 18 | # This file may be used to produce a translation of the strings
|
| 19 | #
|
| 20 | # Note that properties files are ISO-8859-1 encoded. To provide translations
|
| 21 | # for languages requiring different character encodings, you may use the
|
| 22 | # native2ascii Maven Plugin from http://mojo.codehaus.org/native2ascii-maven-plugin/
|
| 23 | # to translate the natively encoded files to ISO-8859-1 during bundle build
|
| 24 | #
|
| 25 | # Translations requiring non-ISO-8859-1 encoding are placed in the
|
| 26 | # src/main/native2ascii/OSGI-INF/l10n folder and are converted using said
|
| 27 | # plugin while building the bundle
|
| 28 | #
|
| 29 |
|
| 30 | # OBR Plugin
|
| 31 | obr.pluginTitle=OSGi Repository
|
| 32 | obr.status.ok=The Apache Bundle Repository service is up and running.
|
| 33 | obr.status.no=The Apache Bundle Repository service is not available!
|
| 34 | obr.version.select=Select Version...
|
| 35 | obr.repo.title=Bundle Repositories
|
| 36 | obr.action.add=Add
|
| 37 | obr.action.search=Search
|
| 38 | obr.action.search.description=Enter word contained in bundle presentation \
|
| 39 | and/or symbolic name or a valid OSGi Filter Expression
|
| 40 | obr.action.deploy=Deploy Selected
|
| 41 | obr.action.deploystart=Deploy and Start Selected
|
| 42 | obr.repo.name=Name
|
| 43 | obr.repo.url=URL
|
| 44 | obr.repo.lastModified=Last Modified
|
| 45 | obr.repo.actions=Actions
|
| 46 | obr.res.title=Available Resources
|
| 47 | obr.res.name=Resource Name
|
| 48 | obr.res.installedVer=Installed Version
|
| 49 | obr.error=Error Filtering Resources
|