Updated Russian dictionary, thanks to Vladimir Kunin.

Note: you can always get the latest version on Vladimir's github: https://github.com/itop-itsm-ru/itop-rus.

SVN:trunk[4540]
This commit is contained in:
Denis Flaven
2016-12-19 16:34:23 +00:00
parent 6e327e245b
commit 75721091f2
21 changed files with 2679 additions and 1248 deletions

View File

@@ -1,24 +1,13 @@
<?php
// Copyright (C) 2010-2014 Combodo SARL
//
// This file is part of iTop.
//
// iTop is free software; you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// iTop is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/**
* @copyright Copyright (C) 2010-2014 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
* Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru.
*
* @author Vladimir Kunin <v.b.kunin@gmail.com>
* @link http://community.itop-itsm.ru iTop Russian Community
* @link https://github.com/itop-itsm-ru/itop-rus
* @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
*
*/
Dict::Add('RU RU', 'Russian', 'Русский', array(
@@ -28,8 +17,8 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Menu:WelcomeMenu+' => 'Добро пожаловать в iTop',
'Menu:WelcomeMenuPage' => 'Добро пожаловать',
'Menu:WelcomeMenuPage+' => 'Добро пожаловать в iTop',
'Menu:AdminTools' => 'Инструменты админа',
'Menu:AdminTools+' => 'Административные инструменты',
'Menu:AdminTools' => 'Инструменты администратора',
'Menu:AdminTools+' => 'Инструменты администратора',
'Menu:AdminTools?' => 'Инструменты доступны только для пользователей, имеющих профиль администратора',
'Menu:DataModelMenu' => 'Модель данных',
'Menu:DataModelMenu+' => 'Обзор модели данных',
@@ -43,7 +32,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Menu:RunQueriesMenu' => 'Выполнение запросов',
'Menu:RunQueriesMenu+' => 'Выполнение любых запросов',
'Menu:QueryMenu' => 'Книга запросов',
'Menu:QueryMenu+' => 'Query phrasebook',
'Menu:QueryMenu+' => 'Книга запросов',
'Menu:UniversalSearchMenu' => 'Универсальный поиск',
'Menu:UniversalSearchMenu+' => 'Поиск чего угодно...',
'Menu:UserManagementMenu' => 'Управление пользователями',
@@ -53,6 +42,8 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Menu:ProfilesMenu:Title' => 'Профили',
'Menu:UserAccountsMenu' => 'Учетные записи пользователей',
'Menu:UserAccountsMenu+' => 'Учетные записи пользователей',
'Menu:UserAccountsMenu:Title' => 'Учетные записи пользователей',
'Menu:UserAccountsMenu:Title' => 'Учетные записи пользователей',
'Menu:MyShortcuts' => 'Избранное',
'Menu:DataAdministration' => 'Администрирование данных',
'Menu:DataAdministration+' => 'Администрирование данных',
));