Fix broken labels found by i18n/label.t

This commit is contained in:
Colin Kuskie 2006-12-16 06:05:42 +00:00
parent 9d0894b674
commit 32346771c6
5 changed files with 15 additions and 6 deletions

View file

@ -61,7 +61,7 @@ our $HELP = {
},
'list pending transactions' => {
title => 'help manage pending transactions title',
title => 'list pending transactions',
body => 'help manage pending transactions body',
fields => [
],

View file

@ -50,9 +50,9 @@ sub definition {
my $class = shift;
my $session = shift;
my $definition = shift;
my $i18n = WebGUI::International->new($session, "Asset_Event");
my $i18n = WebGUI::International->new($session, "Workflow_Activity_TrashExpiredEvents");
push(@{$definition}, {
name=>$i18n->get("trash expired events"),
name=>$i18n->get("activityName"),
properties=> {
trashAfter => {
fieldType=>"interval",

View file

@ -1,7 +1,6 @@
package WebGUI::i18n::English::Asset_WikiMaster;
our $I18N =
{
our $I18N = {
'assetName' =>
{ lastUpdated => 1160157064, message => 'Wiki' },
@ -9,7 +8,7 @@ our $I18N =
recentChangesLabel => {message=>q|Recent Changes|, lastUpdated=>0},
searchLabel=>{message=>q|Search|, lastUpdated=>0},
resultsLabel=>{message=>q|Results|, lastUpdated=>0},
notWhatYouWanted=>{message=>q|Didn't find what you were looking for?|, lastUpdated=>0},
notWhatYouWantedLabel=>{message=>q|Didn't find what you were looking for?|, lastUpdated=>0},
nothingFoundLabel=>{message=>q|Your search returned no results.|, lastUpdated=>0},
addPageLabel=>{message=>q|Add a new page.|, lastUpdated=>0},
wikiHomeLabel=>{message=>q|Wiki Home|, lastUpdated=>0},

View file

@ -533,6 +533,11 @@ our $I18N = {
lastUpdated => 1165402566,
},
'password recovery no username' => {
message => q|Password recovery requires a username.|,
lastUpdated => 1166244701,
},
'password recovery multiple results' => {
message => q|Sorry, password recovery cannot be performed for this account. Please contact an administrator.|,
lastUpdated => 1165402566,

View file

@ -326,6 +326,11 @@ our $I18N = {
context => q|The title of the help page of the list pending transactions screen.|
},
'list pending transactions' => {
message => q|List pending transactions|,
lastUpdated => 0,
},
'help manage pending transactions body' => {
message => q|<p>All transactions that are marked as 'Pending' are listed here. Transactions are marked pending if some extra review is required. For instance when a transaction is suspected of fraud. Pending transactions can also be transactions that have yet to be confirmed by something as or similar to PayPal's APN. If you have checked that the transaction is legit you can click on the 'Complete transaction' link.</p>|,
lastUpdated => 1165518203,