Valentin Valchev | 270c190 | 2010-03-23 08:25:00 +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 | # native2ascii -encoding utf-8 bundle_bg.raw_properties bundle_bg.properties
|
| 29 | pluginTitle=UPnP
|
| 30 |
|
Valentin Valchev | 1c7be6f | 2012-04-04 11:52:14 +0000 | [diff] [blame] | 31 | status.ok=Look below for a list of UPnP devices.
|
| 32 | status.devs=There are {0} main devices/services available.
|
| 33 | status.none=No UPnP Devices found!
|
Valentin Valchev | d350cc7 | 2010-03-22 06:52:06 +0000 | [diff] [blame] | 34 | btn.search=Search for UPnP Devices
|
| 35 | btn.reloadVars=Reload State Variables
|
| 36 | tree.searching=Searching for UPnP Devices ...
|
| 37 | tree.loading.title=Loading
|
| 38 | device.title=Device Information
|
| 39 | prop.name=Property Name
|
| 40 | prop.value=Value
|
| 41 | service.title=Service Information
|
| 42 | service.id=Service ID:
|
| 43 | service.type=Service Type:
|
| 44 | vars.title=State Variables
|
| 45 | vars.name=Name
|
| 46 | vars.value=Value
|
| 47 | vars.events=Sends Events
|
| 48 | actions.title=Actions
|
| 49 | actions.invoke=Invoke
|
| 50 | args.name=Argument Name
|
| 51 | args.type=UPnP Data Type
|
| 52 | args.value=Value
|
| 53 | dialog.title.ok=Success
|
| 54 | no.actions=No actions available.
|
| 55 | no.params.out=No output parameters.
|
| 56 | actions.select=Select Action:
|
| 57 | actions.invoke.title=Invoke the selected action
|