0
|
1 |
|
|
2 |
# <copyright>
|
|
3 |
# </copyright>
|
|
4 |
#
|
|
5 |
# $Id$
|
|
6 |
|
|
7 |
# ====================================================================
|
|
8 |
# To code developer:
|
|
9 |
# Do NOT change the properties between this line and the
|
|
10 |
# "%%% END OF TRANSLATED PROPERTIES %%%" line.
|
|
11 |
# Make a new property name, append to the end of the file and change
|
|
12 |
# the code to use the new property.
|
|
13 |
# ====================================================================
|
|
14 |
|
|
15 |
# ====================================================================
|
|
16 |
# %%% END OF TRANSLATED PROPERTIES %%%
|
|
17 |
# ====================================================================
|
|
18 |
|
|
19 |
pluginName = Ini Edit
|
|
20 |
providerName = Nokia Corporation.
|
|
21 |
|
|
22 |
_UI_CreateChild_text = {0}
|
|
23 |
_UI_CreateChild_text2 = {1} {0}
|
|
24 |
_UI_CreateChild_text3 = {1}
|
|
25 |
_UI_CreateChild_tooltip = Create New {0} Under {1} Feature
|
|
26 |
_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
|
|
27 |
_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
|
|
28 |
|
|
29 |
_UI_PropertyDescriptor_description = The {0} of the {1}
|
|
30 |
|
|
31 |
_UI_IniModel_type = Model
|
|
32 |
_UI_Ini_type = Ini
|
|
33 |
_UI_IniLeaf_type = Leaf
|
|
34 |
_UI_Section_type = Section
|
|
35 |
_UI_Data_type = Data
|
|
36 |
_UI_IniComment_type = Comment
|
|
37 |
_UI_Comment_type = Comment
|
|
38 |
_UI_CommentTag_type = Tag
|
|
39 |
_UI_AttachedComment_type = Attached Comment
|
|
40 |
_UI_Unknown_type = Object
|
|
41 |
|
|
42 |
_UI_Unknown_datatype= Value
|
|
43 |
|
|
44 |
_UI_IniModel_ini_feature = Ini
|
|
45 |
_UI_Section_name_feature = Name
|
|
46 |
_UI_Section_iniLeaf_feature = Ini Leaf
|
|
47 |
_UI_Data_key_feature = Key
|
|
48 |
_UI_Data_value_feature = Value
|
|
49 |
_UI_Comment_comment_feature = Comment
|
|
50 |
_UI_Comment_tag_feature = Tag
|
|
51 |
_UI_CommentTag_key_feature = Key
|
|
52 |
_UI_CommentTag_value_feature = Value
|
|
53 |
_UI_AttachedComment_attachedComment_feature = Attached Comment
|
|
54 |
_UI_AttachedComment_attachedTag_feature = Attached Tag
|
|
55 |
_UI_Unknown_feature = Unspecified
|
|
56 |
|