Files
iTop/dictionaries/ui/pages/preferences/es_cr.dictionary.itop.preferences.php

48 lines
3.5 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
*/
// Navigation menu
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'UI:Preferences:Title' => 'Preferencias',
'UI:Preferences:UserInterface:Title' => 'Interfaz de Usuario',
'UI:Preferences:General:Title' => 'General',
'UI:Preferences:General:Theme' => 'Tema',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (predeterminado)',
'UI:Preferences:Lists:Title' => 'Listas',
'UI:Preferences:RichText:Title' => 'Editor de texto enriquecido',
'UI:Preferences:RichText:ToolbarState' => 'Estado predeterminado de la barra de herramientas',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expandido',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Contraído',
'UI:Preferences:ActivityPanel:Title' => 'Panel de Actividad',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Formulario de entrada abierto de forma predeterminada',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Si el formulario de entrada se abrirá cuando se muestre un objeto. Si no está marcado, aún podrá abrirlo haciendo click en el botón de redacción',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Métodos abreviados de teclado de la aplicación',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Escriba un atajo de teclado',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Grabar un atajo de teclado',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Restablecer',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Volver al método abreviado de teclado predeterminado',
'UI:Preferences:Tabs:Title' => 'Pestañas',
'UI:Preferences:Tabs:Layout:Label' => 'Formato',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigación',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Clásico',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Desplazable',
'UI:Preferences:ChooseAPlaceholder' => 'Imagen de marcador de posición de usuario',
'UI:Preferences:ChooseAPlaceholder+' => 'Elija una imagen de marcador de posición que se mostrará si el contacto vinculado a su usuario no tiene uno',
));