| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?php
- /**
- * TV English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['has_access'] = 'On Juurdepääs?';
- $_lang['filter_by_category'] = 'Filtreeri Kategooria järgi...';
- $_lang['rank'] = 'Rank';
- $_lang['rendering_options'] = 'Kuvamise Valikud';
- $_lang['tv'] = 'Template Variable';
- $_lang['tv_access_msg'] = 'Valige Ressurssi Grupid, millele see Template Muutuja kuulub. Ainult kasutajad juurdepääsuga sellele grupile on võimelised muutma seda TV-dV. Kui ühtegi gruppi ei ole valitud, siis kõik kasutajad, kellel on juurdepääs managerile on võimalised seda TV-d muutma.';
- $_lang['tv_binding_msg'] = 'See väli toetab andme allika (data source) bindinguid kasutades @ käsku';
- $_lang['tv_caption'] = 'Caption';
- $_lang['tv_change_template_msg'] = 'Selle template muutmine põhjustab lehe taaslaadmima kõik Template Muutujad, kaotades kõik salvestamata muudatused.<br /><br /> Olete kindel, et soovite muuta seda templatet?';
- $_lang['tv_delete_confirm'] = 'Are you sure you want to delete this TV?';
- $_lang['tv_desc_caption'] = 'The text that will be used beside the TV when editing it in a Resource.';
- $_lang['tv_desc_category'] = 'The Category this TV belongs in.';
- $_lang['tv_desc_description'] = 'A short description of this TV.';
- $_lang['tv_desc_name'] = 'The name of this TV. It will be available using the [[*NameOfTV]] tag.';
- $_lang['tv_description'] = 'Kirjeldus';
- $_lang['tv_err_delete'] = 'An error occurred while deleting the Template Variable.';
- $_lang['tv_err_duplicate'] = 'An error occurred while trying to duplicate the Template Variable.';
- $_lang['tv_err_duplicate_templates'] = 'Tekkis viga TV templatede dubleerimisel.';
- $_lang['tv_err_duplicate_documents'] = 'Tekkis viga TV dokumentide duleerimisel.';
- $_lang['tv_err_duplicate_documentgroups'] = 'Tekkis viga TV dokumendi gruppide dubleerimisel.';
- $_lang['tv_err_ae'] = 'Template Muutuja nimega "[[+name]]" juba eksiteerib.';
- $_lang['tv_err_invalid_name'] = 'Olete sisestanud kehtetuid tähti Template Muutuja nimesse.';
- $_lang['tv_err_locked'] = 'Template muutuja on lukustatud!';
- $_lang['tv_err_nf'] = 'Template muutujat ei leitud.';
- $_lang['tv_err_nfs'] = 'Template muutujat võtmega [[+id]] ei leitud';
- $_lang['tv_err_ns'] = 'Template muutujat ei olnud määratud.';
- $_lang['tv_err_reserved_name'] = 'A Template Variable cannot have the same name as a Resource field.';
- $_lang['tv_err_save_access_permissions'] = 'An error occured while attempting to save Template Variable access permissions.';
- $_lang['tv_err_save'] = 'An error occurred while saving the Template Variable.';
- $_lang['tv_inuse'] = 'Järgn evad dokumendid kasutavad seda Template Muutujat. Et jätkata kustuatmise tegevusega klikkige Kustuta nuppu või katkestamisel Katkesta.';
- $_lang['tv_inuse_template'] = 'The following template(s) are currently using this TV: [[+templates]].<br /><br />Please detach the TV from the template(s) before deleting it.';
- $_lang['tv_input_options'] = 'Input Options';
- $_lang['tv_input_options_msg'] = '<p>Here you can edit the input options for the Template Variable, specific to the type of input render that you select.</p>';
- $_lang['tv_lock'] = 'Lukusta muutuja';
- $_lang['tv_lock_msg'] = 'Kasutajatel peab olema edit_locked atribuut, et muuta seda Template Muutujat.';
- $_lang['tv_management_msg'] = 'Halda dokumentide lisa sisu välju (Template Muutujad).';
- $_lang['tv_msg'] = 'Add or edit Template Variable here. Template Variables must be assigned to templates in order to access them from snippets and documents.';
- $_lang['tv_name'] = 'Muutuja Nimi';
- $_lang['tv_new'] = 'Uus Template Variable';
- $_lang['tv_novars'] = 'Ühtegi Template Muutujat ei leitud';
- $_lang['tv_output_options'] = 'Output Options';
- $_lang['tv_output_options_msg'] = '<p>Here you can edit the output options for the Template Variable, specific to the type of output render that you select.</p>';
- $_lang['tv_properties'] = 'Tava Omadused';
- $_lang['tv_rank'] = 'Sorteerimise Järjekord';
- $_lang['tv_reset_params'] = 'Reseti parameeterid';
- $_lang['tv_sources.intro_msg'] = 'Here you can assign the Media Sources that are to be used for this TV in each specified Context. Double-click on the Source name in the grid to change it.';
- $_lang['tv_tmpl_access'] = 'Template Juurdepääs';
- $_lang['tv_tmpl_access_msg'] = 'Select the templates that are allowed to access this Template Variable.';
- $_lang['tv_widget'] = 'Widget';
- $_lang['tv_widget_prop'] = 'Vidina Omadused';
- $_lang['tvd_err_remove'] = 'An error occurred while trying to remove the Template Variable from the document.';
- $_lang['tvdg_err_remove'] = 'An error occurred while trying to remove the Template Variable from the document group.';
- $_lang['tvdg_err_save'] = 'An error occurred while trying to attach the Template Variable to the document group.';
- $_lang['tvs'] = 'Template Variables';
- $_lang['tvt_err_nf'] = 'Template Variable does not have access to the specified template.';
- $_lang['tvt_err_remove'] = 'An error occurred while trying to remove the Template Variable from the template.';
- $_lang['tvt_err_save'] = 'An error occurred while trying to attach the Template Variable to the template.';
|