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

View file

@ -923,6 +923,18 @@ our $I18N = {
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;