81 lines
1.8 KiB
Perl
81 lines
1.8 KiB
Perl
package WebGUI::i18n::English::MetaData;
|
|
|
|
our $I18N = {
|
|
'errorEmptyField' => {
|
|
message => q|<p><b>Error: Field name may not be empty.</b></p>|,
|
|
lastUpdated => 1089039511
|
|
},
|
|
|
|
'Select...' => {
|
|
message => q|Select...|,
|
|
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
|
|
},
|
|
|
|
'Illegal Warning' => {
|
|
message => q|Enabling this feature is illegal in some countries, like Australia. In addition, some countries require you to add a warning to your site if you use this feature. Consult your local authorities for local laws. Plain Black Corporation is not responsible for your illegal activities, regardless of ignorance or malice.|,
|
|
lastUpdated => 1089039511
|
|
},
|
|
|
|
};
|
|
|
|
1;
|