i18n for two tags. Add POD. Convert several queries to using placeholders.

Tweak a few lines of code to use join and map instead of iterating.
This commit is contained in:
Colin Kuskie 2006-03-14 23:14:43 +00:00
parent 81fc744a8b
commit 902c18b52c
2 changed files with 43 additions and 21 deletions

View file

@ -296,6 +296,16 @@ our $I18N = { ##hashref of hashes
lastUpdated => 1140469381,
},
'scheduling conflict message' => {
message => q|You have a scheduling conflict. Please remove one of the events below from your cart to resolve the problem.|,
lastUpdated => 1142362442,
},
'scheduling conflict continue' => {
message => q|Click here to continue|,
lastUpdated => 1142362439,
},
'template help title' => {
message => q|Event Management System Template|,
lastUpdated => 1140465899,