fix broken i18n

This commit is contained in:
Colin Kuskie 2006-04-18 22:24:04 +00:00
parent 5548da29a3
commit 5c4b7ee0fa
2 changed files with 62 additions and 1 deletions

View file

@ -1579,7 +1579,7 @@ sub www_editEvent {
-value => $event->{approved},
-name => 'approved',
-label => $i18n->get('approve event'),
-hoverHelp => $i18n->get('you can approve events so you can submit events already approved or directly edit approval of events')
-hoverHelp => $i18n->get('approve event description')
);
} else {
$f->hidden(

View file

@ -468,6 +468,67 @@ allows you to edit events, delete events, or change their order.</p>
lastUpdated => 1140469381,
},
'manage purchases' => {
message => q|Manage Purchases|,
lastUpdated => 1145396293,
},
'view purchase' => {
message => q|View Purchase|,
lastUpdated => 1145396293,
},
'refresh events list' => {
message => q|Refresh Events List|,
lastUpdated => 1145396293,
},
'you' => {
message => q|you|,
lastUpdated => 1145396293,
context => q|Third person pronoun|,
},
'create a badge for myself' => {
message => q|Create a badge for myself|,
lastUpdated => 1145396293,
},
'create a badge for someone else' => {
message => q|Create a badge for someone else|,
lastUpdated => 1145396293,
},
'you do not have any metadata fields to display' => {
message => q|You do not have any metadata fields to display.|,
lastUpdated => 1145396293,
},
'you do not have any events to display' => {
message => q|You do not have any events to display.|,
lastUpdated => 1145396293,
},
'save approvals' => {
message => q|Save Approvals|,
lastUpdated => 1145396293,
},
'approve event' => {
message => q|Approve Event|,
lastUpdated => 1145396293,
},
'approve event description' => {
message => q|You can approve events so you may either submit events already approved or directly edit approval of events|,
lastUpdated => 1145396293,
},
'approval' => {
message => q|Approval|,
lastUpdated => 1145396293,
},
};
1;