dashboard.inc.php

modxcms.com, “dashboard.inc.php”, public translation into Russian from English More about this translation.

See also 80 similar translations

Translate into another language.

Participants

elastic390 points
a.tuzhilkin3 points
security3 points
Join Translated.by to translate! If you already have a Translated.by account, please sign in.
If you do not want to register an account, you can sign in with OpenID.
Pages: ← previous Ctrl next →
1

dashboard.inc.php

dashboard.inc.php

History of edits (Latest: elastic 3 years, 1 month ago) §

<?php

<?php
/**
* Russian language strings for MODx Dashboard
*
* @package modx
* @subpackage lexicon
*/

Unapproved edits (Latest: elastic 2 years, 6 months ago) §

$_lang['active_users_none'] = 'No currently active users.';
$_lang['add_user'] = 'Add User';
$_lang['create_resource'] = 'Create Resource';
$_lang['dashboard'] = 'Dashboard';
$_lang['documentation'] = 'Documentation';
$_lang['file_bug'] = 'File a bug';
$_lang['forums'] = 'Forums';
$_lang['help'] = 'Help';
$_lang['modx_news'] = 'MODx News';
$_lang['onlineusers_action'] = 'Action';
$_lang['onlineusers_actionid'] = 'Action-ID';
$_lang['onlineusers_ipaddress'] = 'User\'s IP address';
$_lang['onlineusers_lasthit'] = 'Last hit';
$_lang['onlineusers_message'] = 'This list shows all users active within the last 20 minutes (current time is [[+curtime]])';
$_lang['onlineusers_title'] = 'Online users';
$_lang['onlineusers_user'] = 'User';
$_lang['onlineusers_userid'] = 'User\'s ID';
$_lang['quicklinks'] = 'Quicklinks';
$_lang['security_notices'] = 'Security Notices';
$_lang['view_tree'] = 'View Tree';
$_lang['welcome_back'] = 'Welcome back, [[+name]].';
$_lang['welcome_messages'] = 'Your Inbox contains <strong>%d</strong> message(s), of which <strong>%s</strong> are unread.';
$_lang['welcome_title'] = 'Welcome to your MODx Content Manager';
$_lang['yourinfo_message'] = 'This section shows some information about you:';
$_lang['yourinfo_previous_login'] = 'Your last login:';
$_lang['yourinfo_title'] = 'Your info';
$_lang['yourinfo_total_logins'] = 'Total number of logins:';
$_lang['yourinfo_username'] = 'You are logged in as:';

$_lang['active_users_none'] = 'Сейчас нет пользователей онлайн.';
$_lang['add_user'] = 'Добавить пользователя';
$_lang['create_resource'] = 'Создать ресурс';
$_lang['dashboard'] = 'Панель управления';
$_lang['documentation'] = 'Документация';
$_lang['file_bug'] = 'Сообщить об ошибке';
$_lang['forums'] = 'Форум';
$_lang['help'] = 'Помощь';
$_lang['modx_news'] = 'Новости MODx';
$_lang['onlineusers_action'] = 'Действия';
$_lang['onlineusers_actionid'] = 'ID - Действия';
$_lang['onlineusers_ipaddress'] = 'IP адрес пользователя';
$_lang['onlineusers_lasthit'] = 'Последний визит';
$_lang['onlineusers_message'] = 'Этот список показывает всех активных пользователей за 20 минут (текущее время [[+curtime]])';
$_lang['onlineusers_title'] = 'Пользователи online';
$_lang['onlineusers_user'] = 'Пользователь';
$_lang['onlineusers_userid'] = 'ID пользователя(ей) ';
$_lang['quicklinks'] = 'Quicklinks';
$_lang['security_notices'] = 'Безопасность';
$_lang['view_tree'] = 'Смотреть дерево';
$_lang['welcome_back'] = 'С возвращением, [[+name]].';
$_lang['welcome_messages'] = 'Ваш ящик содержит <strong>%d</strong> сообщение(ия), из которых <strong>%s</strong> не прочитано.';
$_lang['welcome_title'] = 'Добро пожаловатть в систему управления сайтом MODx';
$_lang['yourinfo_message'] = 'Этот раздел показывает информацию о вас:';
$_lang['yourinfo_previous_login'] = 'Ваш последний вход:';
$_lang['yourinfo_title'] = 'Информация о вас';
$_lang['yourinfo_total_logins'] = 'Общее количество входов:';
$_lang['yourinfo_username'] = 'Вы вошли как:';

History of edits (Latest: elastic 1 year, 11 months ago) §
Pages: ← previous Ctrl next →
1