Files
iTop/dictionaries/ui/components/global-search/ru.dictionary.itop.global-search.php
2025-02-07 15:36:58 +01:00

19 lines
728 B
PHP
Executable File

<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
*/
Dict::Add('RU RU', 'Russian', 'Русский', array(
'UI:Component:GlobalSearch:Tooltip' => 'Глобальный поиск',
'UI:Component:GlobalSearch:Input:Placeholder' => 'Поиск...',
'UI:Component:GlobalSearch:Recents:Title' => 'Недавние',
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Поиск ещё не выполнялся',
'UI:Component:GlobalSearch:HistoryDisabled' => 'История отключена',
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Открыть глобальный поиск',
));