Template i18n, new batch. Through 210 of 247.

This commit is contained in:
Colin Kuskie 2008-12-27 05:48:59 +00:00
parent 117c9dedab
commit 6233660669
8 changed files with 73 additions and 56 deletions

Binary file not shown.

View file

@ -923,6 +923,18 @@ our $I18N = {
lastUpdated => 1229311001, lastUpdated => 1229311001,
}, },
'UP' => {
message => q{UP},
context => q{template label, referring to the previous week, up. Should be an abbreviation with 2 characters},
lastUpdated => 1230356830,
},
'DN' => {
message => q{DN},
context => q{template label, referring to the next week, down. Should be an abbreviation with 2 characters},
lastUpdated => 1230356830,
},
}; };
1; 1;

View file

@ -52,6 +52,11 @@ checkbox for any Asset that you do not want displayed in the Page Layout Asset.
lastUpdated => 1119410080, lastUpdated => 1119410080,
}, },
'hide new content list' => {
message => q|Hide New Content List|,
lastUpdated => 1230356526,
},
}; };
1; 1;