i18n some InOutBoard template labels

This commit is contained in:
Colin Kuskie 2006-12-11 04:24:58 +00:00
parent 1905eb1c2e
commit c3eaa14741
6 changed files with 123 additions and 0 deletions

View file

@ -400,6 +400,38 @@ can alter their status.|,
context => q|label for user profile field|,
},
'report title' => {
message => q|In/Out Board Report|,
lastUpdated =>1165810121,
context => q|Default i18n label for a In/Out Board Report|,
},
'reportTitle' => {
message => q|Internationalized title for an In/Out Board Report.|,
lastUpdated =>1165810121,
},
'select delegates label' => {
message => q|Select Delegates|,
lastUpdated =>1165810121,
context => q|Default i18n label for the URL to select delegates|,
},
'selectDelegatesLabel' => {
message => q|Internationalized title for the URL to select delegates.|,
lastUpdated =>1165810121,
},
'view report label' => {
message => q|View Report|,
lastUpdated =>1165810121,
},
'viewReportLabel' => {
message => q|Internationalized title for the URL to view reports.|,
lastUpdated =>1165810121,
},
};
1;