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

17 lines
836 B
PHP

<?php
/**
* Spanish Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
*/
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',
));