making tests work
This commit is contained in:
parent
69a997aff9
commit
9c2980404f
10 changed files with 35 additions and 62 deletions
|
|
@ -44,6 +44,12 @@ our $I18N = { ##hashref of hashes
|
|||
context => q|Message used to notify user when someone else changes their event submission.|
|
||||
},
|
||||
|
||||
'edit asset' => {
|
||||
message => q|Edit Asset|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|The label for the default edit page.|
|
||||
},
|
||||
|
||||
# 'TODO' => {
|
||||
# message => q|TODO|,
|
||||
# lastUpdated => 1131394072,
|
||||
|
|
|
|||
|
|
@ -99,6 +99,12 @@ our $I18N = { ##hashref of hashes
|
|||
context => q|Remind the registrar to allow at least one field to be editted by the event submitter.|
|
||||
},
|
||||
|
||||
'edit form' => {
|
||||
message => q|Edit Form|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|The label for the default edit form.|
|
||||
},
|
||||
|
||||
# 'TODO' => {
|
||||
# message => q|TODO|,
|
||||
# lastUpdated => 1131394072,
|
||||
|
|
|
|||
|
|
@ -2267,6 +2267,12 @@ normal templates.|,
|
|||
context => q|Field Label|,
|
||||
},
|
||||
|
||||
'new form' => {
|
||||
message => q|New Form|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|The label for the link to create a new submission form.|,
|
||||
},
|
||||
|
||||
# 'TODO' => {
|
||||
# message => q|TODO|,
|
||||
# lastUpdated => 1147050475,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue