Valentin Valchev | 2144f3c | 2012-04-25 12:24:38 +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 | pluginTitle=Packages |
| 30 | find.label=Packages/Classes: |
| 31 | find.btn=Find |
| 32 | find.tip=Enter a list of package or class names |
| 33 | |
| 34 | header.package.name=Package |
| 35 | header.package.ver=Version |
| 36 | header.exporting.bundle=Exported by |
| 37 | header.maven.deps=Maven Dependency |
| 38 | no.exporters.found=No exporting bundle(s) found |
Felix Meschberger | 29e5e67 | 2014-02-20 10:35:24 +0000 | [diff] [blame^] | 39 | no.uses.found=No importing bundle(s) found |
Valentin Valchev | 2144f3c | 2012-04-25 12:24:38 +0000 | [diff] [blame] | 40 | no.maven.found=No maven information available |
| 41 | status.initial=Please enter a list of package or class names and click the find button |
| 42 | status.find={0} result(s) found |
| 43 | |
| 44 | # duplicates |
| 45 | find.dups=Find Duplicate Exports |
| 46 | status.dups={0} duplicate package(s) found |
| 47 | header.importing.bundle=Used by bundle(s) |