mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* Copyright (C) 2013-2021 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
|
|
*/
|
|
// Global search
|
|
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
|
'UI:Component:GlobalSearch:Tooltip' => 'Buscar en toda la aplicación',
|
|
'UI:Component:GlobalSearch:Input:Placeholder' => 'Búsqueda...',
|
|
'UI:Component:GlobalSearch:Recents:Title' => 'Recientes',
|
|
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Aún no ha realizado ninguna búsqueda',
|
|
'UI:Component:GlobalSearch:HistoryDisabled' => 'El historial está deshabilitado',
|
|
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Abrir búsqueda global',
|
|
)); |