i18n for Cash plugin

Fix broken link inside Operation/AdSpace.pm
Add a method to be used for developing apps with i18n before
i18n is ready.  This will eventually be used as part of a system
to automatically create i18n files from Perl source.
This commit is contained in:
Colin Kuskie 2006-04-18 18:01:42 +00:00
parent ac55cc1e41
commit f6b336a824
4 changed files with 193 additions and 14 deletions

View file

@ -271,6 +271,12 @@ our $I18N = {
context => q|menu item in ad manager|
},
'confirm ad delete' => {
message => q|Are you certain you want to delete this ad?|,
lastUpdated => 0,
context => q|Message to confirm deletion of an ad in an ad space|
},
'add ad space' => {
message => q|Add ad space.|,
lastUpdated => 0,