data — a DokuWiki plugin. Language files.
Translations of this material:
- into Russian: «Данные» — плагин для «ДокуВики». Языковые файлы.. Translated in draft, editing and proof-reading required. Completed: 12%.
-
Submitted for translation by alexgearbox 09.12.2010
Text
/data/lang/en/lang.php
<?php
$lang['menu_alias'] = 'Data Plugin: Field Aliases';
$lang['menu_clean'] = 'Data Plugin: Clean up database';
$lang['pages_del'] = '%d entries removed.';
$lang['submit_clean'] = 'Clean database!';
$lang['sort'] = 'Sort by this column';
$lang['next'] = 'Next page';
$lang['prev'] = 'Previous page';
$lang['tagfilter'] = "Show pages matching '%s'";
$lang['related'] = 'Related pages:';
$lang['page'] = 'Page';
$lang['title'] = 'Page Name';
$lang['class'] = 'Page Class';
$lang['name'] = 'Type Alias';
$lang['type'] = 'Original Type';
$lang['prefix'] = 'Data Prefix';
$lang['postfix'] = 'Data Postfix';
$lang['enum'] = 'Valid values';
$lang['submit'] = 'Save Aliases';
$lang['dataentry'] = 'Data entry';
$lang['title'] = 'Title';
$lang['type'] = 'Type';
$lang['multi'] = 'Multi?';
$lang['value'] = 'Value';
$lang['none'] = 'Nothing found';
--------------
/data/lang/en/settings.php
<?php
$lang['edit_content_only'] = 'Edit only the content of a data entry, not the structure';
--------------
/data/lang/en/admin_intro.txt
====== Setup DB Field Type Aliases ======
This interface allows you to define new field type aliases based on the existing ones.
The aliased types can be used like any other type of the plugin, but all data will be prefixed or postfixed with the values you provided for the alias here. This is usually used for linking certain field types to special namespaces.
Refer to the [[doku>plugin:data|plugin description]] for more info about aliases.
--------------
/data/lang/en/edit_intro.txt
Edit the [[doku>plugin:data|data entry]] and hit ''Save''. Please edit the entry only if you can **improve** it. You can change the structure of the entry as well. Fields are deleted by removing the title.
--------------
/data/lang/en/edit_intro_contentonly.txt
Edit the [[doku>plugin:data|data entry]] and hit ''Save''. Please edit the entry only if you can **improve** it.
--------------
/data/lang/en/intro_clean.txt
====== Database Clean up ======
When pages with attached data entries are deleted, their stored meta data is deleted as well. However this is only true when the page was deleted through normal wiki editing. If the page was deleted by other means, eg. by removing it on the file system, its meta data remains in the database.
This tool deletes all stored data for pages that no longer exist.
© Андреас Гор и сообщество «ДокуВики». License: GPL 2
