rewrote internationalization and help system
This commit is contained in:
parent
e0d4792587
commit
7bb6ac31c1
57 changed files with 11072 additions and 731 deletions
76
lib/WebGUI/i18n/English/Navigation.pm
Normal file
76
lib/WebGUI/i18n/English/Navigation.pm
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
package WebGUI::i18n::English::Navigation;
|
||||
|
||||
our $I18N = {
|
||||
26 => q|Stop traversing when reaching level|,
|
||||
|
||||
9 => q|sisters|,
|
||||
|
||||
21 => q|List all Navigation.|,
|
||||
|
||||
1 => q|nameless root|,
|
||||
|
||||
7 => q|my daughter's level (./page)|,
|
||||
|
||||
12 => q|self and descendants|,
|
||||
|
||||
18 => q|Edit this Navigation.|,
|
||||
|
||||
27 => q|Max depth|,
|
||||
|
||||
17 => q|pedigree|,
|
||||
|
||||
22 => q|Edit Navigation|,
|
||||
|
||||
25 => q|Base page|,
|
||||
|
||||
4 => q|my grandmother's level (../../page)|,
|
||||
|
||||
11 => q|descendants|,
|
||||
|
||||
16 => q|self and ancestors|,
|
||||
|
||||
6 => q|my level (.)|,
|
||||
|
||||
3 => q|top level (/home/page)|,
|
||||
|
||||
28 => q|Return a loop with|,
|
||||
|
||||
8 => q|daughters|,
|
||||
|
||||
32 => q|Show unprivileged pages|,
|
||||
|
||||
34 => q|Manage Navigation|,
|
||||
|
||||
13 => q|childless descendants|,
|
||||
|
||||
24 => q|Identifier|,
|
||||
|
||||
33 => q|Error: This identifier is already in use. Please use an unique value.|,
|
||||
|
||||
20 => q|Delete this Navigation.|,
|
||||
|
||||
31 => q|Show hidden pages|,
|
||||
|
||||
29 => q|Revert output|,
|
||||
|
||||
30 => q|Show system pages|,
|
||||
|
||||
23 => q|Navigation properties|,
|
||||
|
||||
35 => q|<font color="red">Please specify an identifier. ie: ^Navigation(myMenu);</font>|,
|
||||
|
||||
19 => q|Copy this Navigation.|,
|
||||
|
||||
5 => q|my mother's level (../page)|,
|
||||
|
||||
15 => q|ancestors|,
|
||||
|
||||
2 => q|root level (/home)|,
|
||||
|
||||
14 => q|generation|,
|
||||
|
||||
10 => q|self and sisters|,
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue