internationalize template labels m-z

This commit is contained in:
Colin Kuskie 2005-03-01 17:17:06 +00:00
parent 26119007c9
commit 5ef3b565f7
2 changed files with 212 additions and 38 deletions

View file

@ -101,8 +101,8 @@ sub appendTemplateLabels {
$var->{'all.label'} = $i18n->get("all"); $var->{'all.label'} = $i18n->get("all");
$var->{'atleastone.label'} = $i18n->get("atleastone"); $var->{'atleastone.label'} = $i18n->get("atleastone");
$var->{"approve.label"} = $i18n->("approve"); $var->{"approve.label"} = $i18n->("approve");
$var->{'answer.label'} = $i18n->("Answer"); $var->{'answer.label'} = $i18n->("answer");
$var->{'attachment.label'} = $i18n->("Attachment"); $var->{'attachment.label'} = $i18n->("attachment");
$var->{"by.label"} = $i18n->("by"); $var->{"by.label"} = $i18n->("by");
$var->{'body.label'} = $i18n->("body"); $var->{'body.label'} = $i18n->("body");
$var->{"back.label"} = $i18n->("back"); $var->{"back.label"} = $i18n->("back");
@ -116,45 +116,44 @@ sub appendTemplateLabels {
$var->{'exactphrase.label'} = $i18n->("exactPhrase"); $var->{'exactphrase.label'} = $i18n->("exactPhrase");
$var->{"layout.flat.label"} = $i18n->("flatLayout"); $var->{"layout.flat.label"} = $i18n->("flatLayout");
$var->{'image.label'} = $i18n->("image"); $var->{'image.label'} = $i18n->("image");
$var->{'link.header.label'} = $i18n->("editLink"); $var->{'link.header.label'} = $i18n->("edit link");
$var->{"lastReply.label"} = $i18n->("lastReply"); $var->{"lastReply.label"} = $i18n->("lastReply");
$var->{"lock.label"} = $i18n->("lock"); $var->{"lock.label"} = $i18n->("lock");
$var->{"layout.label"} = $i18n->("layout"); $var->{"layout.label"} = $i18n->("layout");
$var->{'message.header.label'} = "Edit Message"; $var->{'message.header.label'} = $i18n->("edit message");
$var->{'message.label'} = "Message"; $var->{'message.label'} = $i18n->("message");
$var->{"next.label"} = "Next"; $var->{"next.label"} = $i18n->("next");
$var->{'newWindow.label'} = "Open in new window?"; $var->{'newWindow.label'} = $i18n->("new window");
$var->{"layout.nested.label"} = "Nested"; $var->{"layout.nested.label"} = $i18n->("nested");
$var->{"previous.label"} = "Previous"; $var->{"previous.label"} = $i18n->("previous");
$var->{"post.label"} = "Add a post."; $var->{"post.label"} = $i18n->("post");
$var->{'question.label'} = "Question"; $var->{'question.label'} = $i18n->("question");
$var->{'question.header.label'} = "Edit Question"; $var->{'question.header.label'} = $i18n->("edit question");
$var->{"rating.label"} = "Rating"; $var->{"rating.label"} = $i18n->("rating");
$var->{"rate.label"} = "Rate"; $var->{"rate.label"} = $i18n->("rate");
$var->{"reply.label"} = "Reply"; $var->{"reply.label"} = $i18n->("reply");
$var->{"replies.label"} = "Replies"; $var->{"replies.label"} = $i18n->("replies");
$var->{"readmore.label"} = "Read More"; $var->{"readmore.label"} = $i18n->("read more");
$var->{"responses.label"} = "Responses"; $var->{"responses.label"} = $i18n->("responses");
$var->{'results.label'} = "Results"; $var->{'results.label'} = $i18n->("results");
$var->{"search.label"} = "Search"; $var->{"search.label"} = $i18n->("search");
$var->{'subject.label'} = "Subject"; $var->{'subject.label'} = $i18n->("subject");
$var->{"subscribe.label"} = "Subscribe"; $var->{"subscribe.label"} = $i18n->("subscribe");
$var->{'submission.header.label'} = "Edit Submission"; $var->{'submission.header.label'} = $i18n->("edit submission");
$var->{'startDate.label'} = "Start Date"; $var->{'startDate.label'} = $i18n->("start date");
$var->{"stick.label"} = "Make Sticky"; $var->{"stick.label"} = $i18n->("sticky");
$var->{"subject.label"} = "Subject"; $var->{"status.label"} = $i18n->("status");
$var->{"status.label"} = "Status"; $var->{"thumbnail.label"} = $i18n->("thumbnail");
$var->{"thumbnail.label"} = "Thumbnail"; $var->{"title.label"} = $i18n->("title");
$var->{"title.label"} = "Title"; $var->{"layout.threaded.label"} = $i18n->("threaded");
$var->{"layout.threaded.label"} = "Threaded"; $var->{"unlock.label"} = $i18n->("unlock");
$var->{"unlock.label"} = "Unlock"; $var->{"unstick.label"} = $i18n->("unstick");
$var->{"unstick.label"} = "Unstick"; $var->{"unsubscribe.label"} = $i18n->("unsubscribe");
$var->{"unsubscribe.label"} = "Unsubscribe"; $var->{'url.label'} = $i18n->("url");
$var->{'url.label'} = "URL"; $var->{"user.label"} = $i18n->("user");
$var->{"user.label"} = "User"; $var->{"views.label"} = $i18n->("views");
$var->{"views.label"} = "Views"; $var->{'visitorName.label'} = $i18n->("visitor");
$var->{'visitorName.label'} = "Visitor Name"; $var->{'without.label'} = $i18n->("without");
$var->{'without.label'} = "Without";
} }
#------------------------------------------------------------------- #-------------------------------------------------------------------

View file

@ -106,6 +106,11 @@ our $I18N = {
lastUpdated => 1109618544, lastUpdated => 1109618544,
}, },
'edit link' => {
message => q|Edit Link|,
lastUpdated => 1109697313,
},
'lastReply' => { 'lastReply' => {
message => q|Last Reply|, message => q|Last Reply|,
lastUpdated => 1109618544, lastUpdated => 1109618544,
@ -121,6 +126,176 @@ our $I18N = {
lastUpdated => 1109618544, lastUpdated => 1109618544,
}, },
'edit message' => {
message => q|Edit Message|,
lastUpdated => 1109696027,
},
'message' => {
message => q|Message|,
lastUpdated => 1109696029,
},
'next' => {
message => q|Next|,
lastUpdated => 1109696029,
},
'new window' => {
message => q|Open in new window?|,
lastUpdated => 1109696029,
},
'nested' => {
message => q|Nested|,
lastUpdated => 1109696029,
},
'previous' => {
message => q|Previous|,
lastUpdated => 1109696029,
},
'post' => {
message => q|Post|,
lastUpdated => 1109697351,
},
'question' => {
message => q|Question|,
lastUpdated => 1109696720,
},
'edit question' => {
message => q|Edit Question|,
lastUpdated => 1109696722,
},
'rating' => {
message => q|Rating|,
lastUpdated => 1109696029,
},
'rate' => {
message => q|Rate|,
lastUpdated => 1109696029,
},
'reply' => {
message => q|Reply|,
lastUpdated => 1109696029,
},
'replies' => {
message => q|Replies|,
lastUpdated => 1109696029,
},
'read more' => {
message => q|Read More|,
lastUpdated => 1109696029,
},
'responses' => {
message => q|Responses|,
lastUpdated => 1109696029,
},
'results' => {
message => q|Results|,
lastUpdated => 1109696029,
},
'search' => {
message => q|Search|,
lastUpdated => 1109696029,
},
'subject' => {
message => q|Subject|,
lastUpdated => 1109696029,
},
'subscribe' => {
message => q|Subscribe|,
lastUpdated => 1109696029,
},
'edit submission' => {
message => q|Edit Submission|,
lastUpdated => 1109696029,
},
'start date' => {
message => q|Start Date|,
lastUpdated => 1109696029,
},
'sticky' => {
message => q|Make Sticky|,
lastUpdated => 1109697033,
},
'status' => {
message => q|Status|,
lastUpdated => 1109697030,
},
'thumbnail' => {
message => q|Thumbnail|,
lastUpdated => 1109696029,
},
'title' => {
message => q|Title|,
lastUpdated => 1109696029,
},
'threaded' => {
message => q|Threaded|,
lastUpdated => 1109696029,
},
'unlock' => {
message => q|Unlock|,
lastUpdated => 1109696029,
},
'unstick' => {
message => q|Unstick|,
lastUpdated => 1109696029,
},
'unsubscribe' => {
message => q|Unsubscribe|,
lastUpdated => 1109696029,
},
'url' => {
message => q|URL|,
lastUpdated => 1109696029,
},
'user' => {
message => q|User|,
lastUpdated => 1109696029,
},
'views' => {
message => q|Views|,
lastUpdated => 1109696029,
},
'visitor' => {
message => q|Visitor Name|,
lastUpdated => 1109696029,
},
'without' => {
message => q|Without|,
lastUpdated => 1109696029,
},
}; };
1; 1;