lexicon.inc.php |
- Statistics
- Participants
- Translate into Russian
- Translation result
- Translated in draft, editing and proof-reading required. Completed: 1%.
If you do not want to register an account, you can sign in with OpenID.
lexicon.inc.php | ||
<?php | ||
$_lang['duplicate'] = 'Duplicate';$_lang['entry'] = 'Entry'; | $_lang['duplicate'] = 'Сделать копию'; | |
// | ||
// | ||
$_lang['entry_err_nf'] = 'Entry not found.'; | ||
// | ||
$_lang['entry_err_ns'] = 'Entry not specified.'; | ||
// | ||
$_lang['entry_err_save'] = 'An error occurred while trying to save the lexicon entry.'; | $_lang['entry_err_save'] = 'Произошла ошибка при попытке сохранить запись словаря.'; | |
$_lang['entry_revert'] = 'Revert Lexicon Entry'; | $_lang['entry_revert'] = 'Восстановить запись словаря'; | |
// | ||
// | ||
$_lang['language'] = 'Language'; | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
$_lang['languages'] = 'Languages'; | ||
// | ||
$_lang['last_modified'] = 'Last Modified On'; | ||
$_lang['lexicon'] = 'Lexicon'; | ||
$_lang['lexicon_export'] = 'Export Topic'; | $_lang['lexicon_export'] = 'Экспорт темы словаря'; | |
$_lang['lexicon_export_desc'] = 'Here you can select a Lexicon Topic to export to a file.'; | $_lang['lexicon_export_desc'] = 'Здесь вы можете выбрать тему словаря для экспорта в файл. '; | |
$_lang['lexicon_topics'] = 'Lexicon Topics'; | ||
$_lang['lexicon_topics_desc'] = 'Here you can manage your lexicon topics.'; | $_lang['lexicon_topics_desc'] = 'Здесь вы можете управлять темами словаря.'; | |
$_lang['lexicon_import'] = 'Import Topic'; |
