first set of fixes from i18n test code, help for DataForm and Matrix, labels for DataForm, Matrix and Subscription
This commit is contained in:
parent
561a6982e9
commit
961e58f529
5 changed files with 30 additions and 25 deletions
|
|
@ -6,23 +6,13 @@ our $HELP = {
|
|||
body => '71',
|
||||
fields => [
|
||||
{
|
||||
title => '16',
|
||||
description => '16 description',
|
||||
title => '82',
|
||||
description => '82 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '74',
|
||||
description => '74 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '913',
|
||||
description => '913 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '81',
|
||||
description => '81 description',
|
||||
title => '80',
|
||||
description => '80 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
|
|
@ -40,6 +30,16 @@ our $HELP = {
|
|||
description => 'defaultView description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '16',
|
||||
description => '16 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '74',
|
||||
description => '74 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '744',
|
||||
description => '744 description',
|
||||
|
|
|
|||
|
|
@ -98,8 +98,8 @@ our $HELP = {
|
|||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'code expire',
|
||||
description => 'code expire description',
|
||||
title => 'codes expire',
|
||||
description => 'codes expire description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -47,12 +47,12 @@ they can't be edited by the user.
|
|||
},
|
||||
|
||||
|
||||
'913 description' => {
|
||||
'82 description' => {
|
||||
message => q|Choose a template for your form.|,
|
||||
lastUpdated => 1119071072,
|
||||
lastUpdated => 1132354153,
|
||||
},
|
||||
|
||||
'81 description' => {
|
||||
'80 description' => {
|
||||
message => q|Choose a template for the data that will be sent via email.|,
|
||||
lastUpdated => 1119071072,
|
||||
},
|
||||
|
|
@ -74,10 +74,15 @@ after data is entered in the form.|,
|
|||
lastUpdated => 1119071072,
|
||||
},
|
||||
|
||||
'744' => {
|
||||
message => q|What next?|,
|
||||
lastUpdated => 1132354852
|
||||
},
|
||||
|
||||
'744 description' => {
|
||||
message => q|After creating the Data Form, you may either begin to add fields to it
|
||||
or to return to the page where the it was created.|,
|
||||
lastUpdated => 1119071072,
|
||||
message => q|After creating the Data Form, you can either begin to add fields to it
|
||||
or return to the page where the it was created.|,
|
||||
lastUpdated => 1132354848,
|
||||
},
|
||||
|
||||
'76 description' => {
|
||||
|
|
|
|||
|
|
@ -680,6 +680,6 @@ our $I18N = {
|
|||
Select a template to be used to show the listing comparison data.
|
||||
</p>|
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -330,9 +330,9 @@ characters long.<p>|,
|
|||
lastUpdated => 1120858265,
|
||||
},
|
||||
|
||||
'code expire description' => {
|
||||
'codes expire description' => {
|
||||
message => q|The code must be used before this date.<p>|,
|
||||
lastUpdated => 1120858265,
|
||||
:astUpdated => 1132353871,
|
||||
},
|
||||
|
||||
'association description' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue