Fix broken i18n.
This commit is contained in:
parent
cf68263eb3
commit
6e09355ef5
5 changed files with 21 additions and 5 deletions
|
|
@ -49,6 +49,16 @@ our $I18N = {
|
|||
lastUpdated => 1119068809
|
||||
},
|
||||
|
||||
'inbox send message template label' => {
|
||||
message => q|Send Message Template|,
|
||||
lastUpdated => 1119068809,
|
||||
},
|
||||
|
||||
'inbox send message template hoverHelp' => {
|
||||
message => q|Choose the template for sending a message|,
|
||||
lastUpdated => 1119068809,
|
||||
},
|
||||
|
||||
'inbox message confirm template label' => {
|
||||
message => q|Inbox Message Confirm Template|,
|
||||
lastUpdated => 1119068809
|
||||
|
|
|
|||
|
|
@ -755,6 +755,11 @@ selectBox.</p>|
|
|||
message => q|Matrix Asset Template Variables|,
|
||||
},
|
||||
|
||||
'matrix fieldtype' => {
|
||||
lastUpdated => 0,
|
||||
message => q|Matrix Fieldtype|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -2,9 +2,10 @@ package WebGUI::i18n::English::Form_MatrixCompare;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'topicName' => {
|
||||
'matrix compare' => {
|
||||
message => q|Matrix Compare|,
|
||||
lastUpdated => 0,
|
||||
context => q|Name of this form control. With regard to a set of features, this control lets you choose if the listing has the feature, does not have the feature, if it is free, or for pay. Matrix Feature Comparison List.|,
|
||||
},
|
||||
|
||||
'no' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue