forked from samohtred/X-Tree-M
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlib_tree_lang.js
More file actions
18 lines (17 loc) · 1.39 KB
/
Copy pathlib_tree_lang.js
File metadata and controls
18 lines (17 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
var c_LANG_LIB_TREE_MSG_MULTI_CHOICE =
["do_nothing", "Please choose the proper parent item !", "Bitte w�hlen Sie das passende Eltern-Element !"];
var c_LANG_LIB_TREE_ELEMTYPE =
[
// Menu Title
["type_menu" ,"Element Type" ,"Elementtyp" ],
// Menu Items
["topic" ,"Topic (Alt-0)" ,"Thema (Alt-0)" ],
["fact" ,"Fact (Alt-1)" ,"Fakt (Alt-1)" ],
["pro_arg" ,"Pro Arg (Alt-2)" ,"Pro-Arg (Alt-2)" ],
["con_arg" ,"Contra Arg (Alt-3)" ,"Kontra-Arg (Alt-3)" ],
["question" ,"Question (Alt-4)" ,"Frage (Alt-4)" ],
["problem" ,"Problem (Alt-5)" ,"Problem (Alt-5)" ],
["idea" ,"Idea (Alt-6)" ,"Idee (Alt-6)" ],
["aim" ,"Goal (Alt-7)" ,"Ziel (Alt-7)" ],
["region" ,"Region (Alt-8)" ,"Region (Alt-8)" ]
];