updated internationalization system again

This commit is contained in:
JT Smith 2004-07-04 20:29:01 +00:00
parent a1a950a09f
commit 1b21302eb3
43 changed files with 6716 additions and 2283 deletions

View file

@ -1,75 +1,197 @@
package WebGUI::i18n::English::Navigation;
our $I18N = {
26 => q|Stop traversing when reaching level|,
'26' => {
message => q|Stop traversing when reaching level|,
lastUpdated => 1077080617
},
9 => q|sisters|,
'9' => {
message => q|sisters|,
lastUpdated => 1077078821,
context => q|Option on question "return a loop with"|
},
21 => q|List all Navigation.|,
'21' => {
message => q|List all Navigation.|,
lastUpdated => 1077080151
},
1 => q|nameless root|,
'1' => {
message => q|nameless root|,
lastUpdated => 1077078206,
context => q|Option of "Base page"|
},
7 => q|my daughter's level (./page)|,
'7' => {
message => q|my daughter's level (./page)|,
lastUpdated => 1077078687,
context => q|Option of "Base page"|
},
12 => q|self and descendants|,
'12' => {
message => q|self and descendants|,
lastUpdated => 1077079020,
context => q|Option on question "return a loop with"|
},
18 => q|Edit this Navigation.|,
'18' => {
message => q|Edit this Navigation.|,
lastUpdated => 1077079911
},
27 => q|Max depth|,
'27' => {
message => q|Max depth|,
lastUpdated => 1077080669
},
17 => q|pedigree|,
'17' => {
message => q|pedigree|,
lastUpdated => 1077079481,
context => q|Option on question "return a loop with".|
},
22 => q|Edit Navigation|,
'22' => {
message => q|Edit Navigation|,
lastUpdated => 1077080241
},
25 => q|Base page|,
'25' => {
message => q|Base page|,
lastUpdated => 1077080583
},
4 => q|my grandmother's level (../../page)|,
'4' => {
message => q|my grandmother's level (../../page)|,
lastUpdated => 1077078456,
context => q|Option of "Base page"|
},
11 => q|descendants|,
'11' => {
message => q|descendants|,
lastUpdated => 1077078969,
context => q|Option on question "return a loop with"|
},
16 => q|self and ancestors|,
'16' => {
message => q|self and ancestors|,
lastUpdated => 1077079343,
context => q|Option on question "return a loop with".|
},
6 => q|my level (.)|,
'6' => {
message => q|my level (.)|,
lastUpdated => 1077078579,
context => q|Option of "Base page"|
},
3 => q|top level (/home/page)|,
'3' => {
message => q|top level (/home/page)|,
lastUpdated => 1077078394,
context => q|Option of "Base page"|
},
28 => q|Return a loop with|,
'28' => {
message => q|Return a loop with|,
lastUpdated => 1077080706
},
8 => q|daughters|,
'8' => {
message => q|daughters|,
lastUpdated => 1077078773,
context => q|Option on question "return a loop with"|
},
32 => q|Show unprivileged pages|,
'32' => {
message => q|Show unprivileged pages|,
lastUpdated => 1077080845
},
34 => q|Manage Navigation|,
'34' => {
message => q|Manage Navigation|,
lastUpdated => 1077081304
},
13 => q|childless descendants|,
'13' => {
message => q|childless descendants|,
lastUpdated => 1077079109,
context => q|Option on question "return a loop with".|
},
24 => q|Identifier|,
'24' => {
message => q|Identifier|,
lastUpdated => 1077080504
},
33 => q|Error: This identifier is already in use. Please use an unique value.|,
'33' => {
message => q|Error: This identifier is already in use. Please use an unique value.|,
lastUpdated => 1077081255
},
20 => q|Delete this Navigation.|,
'20' => {
message => q|Delete this Navigation.|,
lastUpdated => 1077080098
},
31 => q|Show hidden pages|,
'31' => {
message => q|Show hidden pages|,
lastUpdated => 1077080799
},
29 => q|Revert output|,
'29' => {
message => q|Revert output|,
lastUpdated => 1077080738
},
30 => q|Show system pages|,
'30' => {
message => q|Show system pages|,
lastUpdated => 1077080766
},
23 => q|Navigation properties|,
'23' => {
message => q|Navigation properties|,
lastUpdated => 1077080317
},
35 => q|<font color="red">Please specify an identifier. ie: ^Navigation(myMenu);</font>|,
'35' => {
message => q|<font color="red">Please specify an identifier. ie: ^Navigation(myMenu);</font>|,
lastUpdated => 1077081415
},
19 => q|Copy this Navigation.|,
'19' => {
message => q|Copy this Navigation.|,
lastUpdated => 1077080062
},
5 => q|my mother's level (../page)|,
'5' => {
message => q|my mother's level (../page)|,
lastUpdated => 1077078526,
context => q|Option of "Base page"|
},
15 => q|ancestors|,
'15' => {
message => q|ancestors|,
lastUpdated => 1077079273,
context => q|Option on question "return a loop with".|
},
2 => q|root level (/home)|,
'2' => {
message => q|root level (/home)|,
lastUpdated => 1077078325,
context => q|Option of "Base page"|
},
14 => q|generation|,
'14' => {
message => q|generation|,
lastUpdated => 1077079203,
context => q|Option on question "return a loop with".|
},
10 => q|self and sisters|,
'10' => {
message => q|self and sisters|,
lastUpdated => 1077078879,
context => q|Option on question "return a loop with"|
},
};