Skip to content

Commit

Permalink
Added Russian translations thanks to Nikolai. Push to V0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Debug Bill committed Dec 20, 2017
1 parent eeb7994 commit 4cd08b3
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.2.1] - 2017-12-20
### Added
- Russian language now available thanks to Nikolaï (AircraftRu)

## Changed
- None

## Removed
- None


## [0.2.0] - 2017-10-22
### Added
- New variables to control installation assistant dialogs and supersede default settings
Expand Down
9 changes: 5 additions & 4 deletions glpi2mdt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,34 @@
<long>
<en>This plugin synchronises GLPI and MDT databases in order to manage Windows automatic deployment from GLPI and based on its data.

Version 0.2.0 is functionnal and running in production in our environmnent. The README and INSTALL files in the distribution package will give you more information as to what is already available and what I plan to deliver next. It works on my specific configuration (MDT 2013 on Server 2012 + MS-SQL 2012, and GLPI 9.1.6 on Linux PHP 5.5). It is developed and tested in this environment only. If you experience problem with a different configuration please report the issue on GitHub (link below).
Version 0.2.1 is functionnal and running in production in our environmnent. The README and INSTALL files in the distribution package will give you more information as to what is already available and what I plan to deliver next. It works on my specific configuration (MDT 2013 on Server 2012 + MS-SQL 2012, and GLPI 9.1.6 on Linux PHP 5.5). It is developed and tested in this environment only. If you experience problem with a different configuration please report the issue on GitHub (link below).

If you're insterested in this plugin, don't hesitate to contact the author and describe your current architecture so he can make sure the plugin design is compatible with most environments</en>
<fr>Ce plugin synchronise les bases de données MDT et GLPI afin de gérer le déploiement automatique de Windows depuis GLPI et à partir de ses données.

La version 0.2.0 est opérationnelle et en prodution dans notre environement. Les fichiers README et INSTALL de la distribution vous donneront plus de détails sur ce qui est en place et ce qu'il est prévu d'ajouter en priorité. Le plugin fonctionne dans mon environement spécifique (MDT 2013 sur Server 2012 et MS-SQL 2012, associés à GLPI 9.1.6 sur Linux et PHP 5.5). Il est développé et testé uniquement dans ce contexte. Si vous rencontrez des problèmes avec une configuration différente merci d'ouvrir un ticket avec le lien GitHub ci-dessous.
La version 0.2.1 est opérationnelle et en prodution dans notre environement. Les fichiers README et INSTALL de la distribution vous donneront plus de détails sur ce qui est en place et ce qu'il est prévu d'ajouter en priorité. Le plugin fonctionne dans mon environement spécifique (MDT 2013 sur Server 2012 et MS-SQL 2012, associés à GLPI 9.1.6 sur Linux et PHP 5.5). Il est développé et testé uniquement dans ce contexte. Si vous rencontrez des problèmes avec une configuration différente merci d'ouvrir un ticket avec le lien GitHub ci-dessous.

Si ce plugin vous intéresse n'hésitez pas à contacter l'auteur avec une description de votre architecture actuelle afin qu'il s'assure que ses choix de design seront compatibles avec la plupart des environements.</fr>
</long>
</description>
<homepage>https://github.com/DebugBill/glpi2mdt</homepage>
<download>https://github.com/DebugBill/glpi2mdt/releases/download/0.2.0/glpi2mdt-0.2.0.tar.gz</download>
<download>https://github.com/DebugBill/glpi2mdt/releases/download/0.2.1/glpi2mdt-0.2.1.tar.gz</download>
<issues>https://github.com/DebugBill/glpi2mdt/issues</issues>
<readme>https://raw.githubusercontent.com/DebugBill/glpi2mdt/master/README.md</readme>
<authors>
<author>Blaise Thauvin</author>
</authors>
<versions>
<version>
<num>0.2.0</num>
<num>0.2.1</num>
<compatibility>9.1.x</compatibility>
<compatibility>9.2.x</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
<lang>ru_RU</lang>
</langs>
<license>GPL v3.0</license>
<tags>
Expand Down
Binary file added locales/ru_RU.mo
Binary file not shown.
267 changes: 267 additions & 0 deletions locales/ru_RU.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,267 @@
# Srings to be translated for glpi2mdt.
# Copyright (C) 2017 Blaise Thauvin
# This file is distributed under the same license as the glpi2mdt package.
# Blaise Thauvin <glpi2mdt at thauvin.org>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-02 16:20+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Nikolay <techobsl@yandex.ru>, 2017\n"
"Language-Team: Russian (Russia) (https://www.transifex.com/glpi2mdt/teams/78175/ru_RU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru_RU\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"

#: hook.php:251
msgid ""
"Glpi2mdt database is corrupted. Please uninstall and reinstall the plugin"
msgstr ""
"База данных Glpi2mdt повреждена. Пожалуйста, удалите и заново установите "
"этот плагин."

#: inc/config.class.php:86 inc/computer.class.php:291
msgid "YES"
msgstr "ДА"

#: inc/config.class.php:87 inc/computer.class.php:292
msgid "NO"
msgstr "НЕТ"

#: inc/config.class.php:95
msgid "Database server name"
msgstr "Наименование сервера базы данных"

#: inc/config.class.php:103
msgid "Database server port"
msgstr "Порт сервера базы данных"

#: inc/config.class.php:113
msgid "ODBC Driver name"
msgstr "Наименование драйвера ODBC"

#: inc/config.class.php:124
msgid "Login"
msgstr "Логин"

#: inc/config.class.php:132
msgid "Password"
msgstr "Пароль"

#: inc/config.class.php:140 inc/mdt.class.php:166
msgid "Schema"
msgstr "Схема"

#: inc/config.class.php:148
msgid "Local path to deployment share control directory"
msgstr "Локальный путь к каталогу управления общим ресурсом развертывания"

#: inc/config.class.php:156
msgid "Local admin password"
msgstr "Пароль локального администратора"

#: inc/config.class.php:165
msgid "Local admin password complexity"
msgstr "Сложность пароля локального администратора"

#: inc/config.class.php:168
msgid "Same password on all machines"
msgstr "Тот же самый пароль на всех машинах"

#: inc/config.class.php:169
msgid "Password is hostname"
msgstr "Пароль - имя хоста"

#: inc/config.class.php:170
msgid "append '-%hostname%' to password"
msgstr "добавлять '-%hostname%' к паролю"

#: inc/config.class.php:179
msgid "Link mode"
msgstr "Режим связи"

#: inc/config.class.php:182
msgid "Strict Master-Slave"
msgstr "Строгий Мастер-Подчиненный"

#: inc/config.class.php:183
msgid "Loose Master-Slave"
msgstr "Свободный Мастер-Подчиненный"

#: inc/config.class.php:184
msgid "Master-Master"
msgstr "Мастер-Мастер"

#: inc/config.class.php:192
msgid "Automatically check for new versions"
msgstr "Автоматическая проверка новых версий"

#: inc/config.class.php:203
msgid "Report usage data (anonymous data to help in designing the plugin)"
msgstr ""
"Отчет использования данных (анонимные данные, чтобы помочь в разработке "
"плагина)"

#: inc/config.class.php:213
msgid "Save"
msgstr "Сохранить"

#: inc/config.class.php:216
msgid "Check new version"
msgstr "Проверка новой версии"

#: inc/config.class.php:221
msgid "Test connection"
msgstr "Тест подключения"

#: inc/config.class.php:223
msgid "Initialise data"
msgstr "Инициализировать данные"

#: inc/config.class.php:236 inc/computer.class.php:443
#, php-format
msgid "A new version of plugin glpi2mdt is available: v%s"
msgstr "Доступна новая версия плагина: v%s"

#: inc/mdt.class.php:113
msgid ""
"Can't connect to MSSQL database using PHP ODBC module. Check configuration"
msgstr ""
"Не удается подключиться к базе данных MSSQL, используя модуль PHP ODBC. "
"Проверьте настройки"

#: inc/mdt.class.php:151
msgid "Testing connection using PHP ODBC module"
msgstr "Тестирование подключения с использованием модуля PHP ODBC"

#: inc/mdt.class.php:155
msgid "Database login OK!"
msgstr "Вход в базу данных успешен!"

#: inc/mdt.class.php:166
msgid "contains"
msgstr "содержит"

#: inc/mdt.class.php:166
msgid "tables"
msgstr "таблицы"

#: inc/mdt.class.php:170
msgid "Could not count tables in schema"
msgstr "Не удалось подсчитать таблицы в схеме"

#: inc/mdt.class.php:175
msgid "Database login KO!"
msgstr "Вход в базу данных успешен!"

#: inc/crontask.class.php:182 inc/crontask.class.php:219
#: inc/crontask.class.php:258 inc/crontask.class.php:309
#: inc/crontask.class.php:354 inc/crontask.class.php:404
msgid "lines loaded into table"
msgstr "строки загруженные в таблицу"

#: inc/crontask.class.php:190 inc/crontask.class.php:267
#: inc/crontask.class.php:320 inc/crontask.class.php:363
#: inc/crontask.class.php:415
msgid "lines deleted from table"
msgstr "строки удалены из таблицы"

#: inc/crontask.class.php:578
msgid "Glpi2mdt Plugin"
msgstr "Плагин Glpi2mdt"

#: inc/crontask.class.php:595
msgid "Check for new updates"
msgstr "Проверка новых обновлений"

#: inc/crontask.class.php:598
msgid "Update base data from MDT XML files and MS-SQL DB"
msgstr "Обновление базовых данных из файлов MDT XML и БД MS-SQL"

#: inc/crontask.class.php:601
msgid "Synchronize data between MDT and GLPI in Master-Master mode"
msgstr "Синхронизация данных между MDT и GLPI в режиме Мастер-Мастер"

#: inc/crontask.class.php:604
msgid "Disable \"OS Install\" flag when expired"
msgstr "Отключить флаг \"Установка ОС\" при истечении срока действия"

#: inc/crontask.class.php:623
#, php-format
msgid "File '%s' not found."
msgstr "Файл '%s' не найден."

#: inc/crontask.class.php:631
#, php-format
msgid "Looks like '%s' exists but is not readable. "
msgstr "Похоже, что '%s' существует, но не читается. "

#: inc/crontask.class.php:641
#, php-format
msgid "File '%s' contains no valid data. Check MDT configuration"
msgstr "Файл '%s' содержит не достоверные данные. Проверьте настройки MDT"

#: inc/computer.class.php:67 inc/computer.class.php:69
msgid "Auto Install"
msgstr "Автоустановка"

#: inc/computer.class.php:290 inc/computer.class.php:388
msgid "Default"
msgstr "По умочанию"

#: inc/computer.class.php:330
msgid "Automatic installation"
msgstr "Автоматическая установка"

#: inc/computer.class.php:338
msgid "Reset after (empty for permanent):"
msgstr "Сброс после (пустой для постоянного)"

#: inc/computer.class.php:350
msgid "Default task sequence"
msgstr "Последовательность задач по умолчанию"

#: inc/computer.class.php:373
msgid "Applications"
msgstr "Приложения"

#: inc/computer.class.php:385
msgid "Roles"
msgstr "Роли"

#: inc/computer.class.php:389
msgid "Activate"
msgstr "Активировать"

#: inc/computer.class.php:390
msgid "Skip"
msgstr "Пропустить"

#: inc/computer.class.php:392
msgid "Enable Installation Assistant dialogs"
msgstr "Включить диалоговые сообщения Ассистента Установки"

#: front/computer.form.php:36
msgid "Features"
msgstr "Особенности"

#: front/config.form.php:36
msgid "Setup"
msgstr "Настройка"

#: setup.php:101
msgid "Incompatible PHP Installation. Requires PHP module ODBC"
msgstr "Несовместимая установка PHP. Требуется PHP модуль ODBC"

#: setup.php:106
msgid "Incompatible PHP Installation. Requires module"
msgstr "Несовместимая Установка PHP. Требуется модуль"

#: setup.php:125
msgid "Installed / not configured"
msgstr "Установлен / не настроен"
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
--------------------------------------------------------------------------
*/

define('PLUGIN_GLPI2MDT_VERSION', '0.2.0');
define('PLUGIN_GLPI2MDT_VERSION', '0.2.1');

/**
* Init hooks of the plugin.
Expand Down

0 comments on commit 4cd08b3

Please sign in to comment.