i18n a time tracking template

This commit is contained in:
Colin Kuskie 2008-12-15 03:22:12 +00:00
parent 3fd3bf8cd7
commit f3d40423be
2 changed files with 12 additions and 0 deletions

View file

@ -464,6 +464,18 @@ our $I18N = {
lastUpdated => 1168038164,
},
'next week' => {
message => q|Next Week|,
context => q|Template label for the week following the current week.|,
lastUpdated => 1229311274,
},
'last week' => {
message => q|Last Week.|,
context => q|Template label for the week preceeding the current week.|,
lastUpdated => 1229311309,
},
};
1;