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:
parent
ac55cc1e41
commit
f6b336a824
4 changed files with 193 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue