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