committing first round of GUID changes
This commit is contained in:
parent
0ba6b7c911
commit
48fd2d44e9
48 changed files with 9012 additions and 8870 deletions
|
|
@ -1,63 +1,76 @@
|
|||
package WebGUI::i18n::English::MetaData;
|
||||
|
||||
our $I18N = {
|
||||
'Metadata' => {
|
||||
message => q|Metadata|,
|
||||
lastUpdated => 1089039511,
|
||||
context => 'Label for tab'
|
||||
},
|
||||
'errorEmptyField' => {
|
||||
'errorEmptyField' => {
|
||||
message => q|<p><b>Error: Field name may not be empty.</b></p>|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'duplicateField' => {
|
||||
message => q|<p><b>Error: Fieldname "%field%" is already in use.</b></p>|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Delete Metadata field' => {
|
||||
message => q|Delete Metadata property|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'deleteConfirm' => {
|
||||
message => q|Are you certain you want to delete this Metadata property ?|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Manage Metadata' => {
|
||||
message => q|Manage Metadata|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Enable Metadata ?' => {
|
||||
message => q|Enable Metadata ?|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Add new field' => {
|
||||
message => q|Add new metadata property|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Manage Metadata fields' => {
|
||||
message => q|Manage metadata properties|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Edit Metadata' => {
|
||||
message => q|Edit Metadata property|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Field Id' => {
|
||||
message =>q|Field Id|,
|
||||
lastUpdated=> 1089039511,
|
||||
},
|
||||
'Field name' => {
|
||||
message => q|Field name|,
|
||||
lastUpdated=> 1089039511,
|
||||
},
|
||||
'Enable passive profiling ?' => {
|
||||
message => q|Enable passive profiling ?|,
|
||||
lastUpdated=> 1089039511,
|
||||
},
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Select...' => {
|
||||
message => q|Select...|,
|
||||
lastUpdated=> 1089039511,
|
||||
},
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'duplicateField' => {
|
||||
message => q|<p><b>Error: Fieldname "%field%" is already in use.</b></p>|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Manage Metadata fields' => {
|
||||
message => q|Manage metadata properties|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Metadata' => {
|
||||
message => q|Metadata|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Field name' => {
|
||||
message => q|Field name|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Enable Metadata ?' => {
|
||||
message => q|Enable Metadata ?|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Edit Metadata' => {
|
||||
message => q|Edit Metadata property|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Manage Metadata' => {
|
||||
message => q|Manage Metadata|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Add new field' => {
|
||||
message => q|Add new metadata property|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Enable passive profiling ?' => {
|
||||
message => q|Enable passive profiling ?|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'deleteConfirm' => {
|
||||
message => q|Are you certain you want to delete this Metadata property ?|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Field Id' => {
|
||||
message => q|Field Id|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Delete Metadata field' => {
|
||||
message => q|Delete Metadata property|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue