modxcms/revolution

View on GitHub
core/lexicon/et/element.inc.php

Summary

Maintainability
D
1 day
Test Coverage
<?php
/**
 * English language strings for Elements
 *
 * @package modx
 * @subpackage lexicon
 */
$_lang['element'] = 'Element';
$_lang['element_err_nf'] = 'Elementi ei leitud.';
$_lang['element_err_ns'] = 'Elementi ei olnud määratud.';
$_lang['element_err_staticfile_exists'] = 'A static file already exists within the specified path.';
$_lang['element_static_source_immutable'] = 'The static file specified as the element source is not writable! You cannot edit the content of this element in the manager.';
$_lang['element_static_source_protected_invalid'] = 'You cannot point your Element to the MODX configuration directory; this is a protected, non-accessible directory.';
$_lang['is_static'] = 'Is Static';
$_lang['is_static_msg'] = 'Indicates if the element source is stored in an external file.';
$_lang['quick_create'] = 'Loo kiirelt';
$_lang['quick_create_chunk'] = 'Loo kiirelt Chunk';
$_lang['quick_create_plugin'] = 'Loo kiirelt Plugin';
$_lang['quick_create_snippet'] = 'Loo kiirelt Snippet';
$_lang['quick_create_template'] = 'Loo kiirelt Template';
$_lang['quick_create_tv'] = 'Loo kiirelt TV';
$_lang['quick_update_chunk'] = 'Muuda kiirelt Chunki';
$_lang['quick_update_plugin'] = 'Muuda kiirelt Pluginat';
$_lang['quick_update_snippet'] = 'Muuda kiirelt Snippet-it';
$_lang['quick_update_template'] = 'Muuda kiirelt Template-i';
$_lang['quick_update_tv'] = 'Muuda kiirelt TV';
$_lang['properties_export'] = 'Ekspordi Omadused';
$_lang['properties_import'] = 'Impordi Omadused';
$_lang['property_preprocess'] = 'Pre-process tags in Property Values';
$_lang['property_preprocess_msg'] = 'If enabled, tags in Default Property/Property Set values will be processed before they are used for Element processing.';
$_lang['static_file'] = 'Static File';
$_lang['static_file_msg'] = 'An external file location where the element source is stored.';
$_lang['static_source'] = 'Media Source for Static File';
$_lang['static_source_msg'] = 'MODX will use this Media Source as a base path when looking for the Static Element file. Using "None" will assume you are specifying an absolute path.';
$_lang['tv_elements'] = 'Sisend Valiku Väärtused';
$_lang['tv_default'] = 'Vaike-väärtus';
$_lang['tv_type'] = 'Sisendi tüüp';
$_lang['tv_output_type'] = 'Väljundi Tüüp';
$_lang['tv_output_type_properties'] = 'Väljundi Tüübi Omadused';
$_lang['static_file_ns'] = 'You have to specify a static file.';