blob: b707f2c7f48b0098900e7789552761ce980d7e23 [file] [log] [blame]
Valentin Valcheveddfbc42012-08-21 20:06:24 +00001#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#
29role.pluginTitle=Users
30role.tree.root=Users and Groups
31role.new=New Role
32role.key=Key
33role.value=Value
34role.properties=Properties
35role.credentials=Credentials
36role.new.title=New role
37role.name=Name
38role.type.1=User
39role.type.2=Group
40type.string=String
41type.bytes=Byte[]
Valentin Valchev516c8e52014-11-18 08:37:37 +000042type.password=Password Hash
Valentin Valcheveddfbc42012-08-21 20:06:24 +000043role.statline=There are {1} user(s) and {2} role(s) arranged in {0} groups.
44role.help.initial=\
45- Select a role on the left side to open it and edit it's properties and credentials<br/>\
46- You can drag groups, roles and users in the tree to arrange them and declare membership<br/>\
47- While dragging, hold Ctrl button to copy, instead of move<br/>\
48- To remove a role from a group - drag it to the root node<br/>\
49- The roles which are in <i>italic</i> are 'required' members of the current group<br/>\
Valentin Valchev85030562015-01-13 08:23:56 +000050- To change the membership, select the role and use 'Toggle Membership' button.
51toggleRequired=Toggle Membership