mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-28 17:08:19 +02:00
18 lines
496 B
PHP
18 lines
496 B
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('RU RU', 'Russian', 'Русский', [
|
|
'UI:Component:Input:ChangeNotAllowed' => 'Это изменение не разрешено',
|
|
'UI:Component:Input:Password:DoesNotMatch' => 'Пароли не совпадают',
|
|
'UI:Component:Input:Set:MinimumItems' => 'Требуется минимум элементов: %1$s',
|
|
]);
|