mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
10 lines
465 B
PHP
10 lines
465 B
PHP
<?php
|
|
/*
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
|
'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Otras pestañas',
|
|
'UIBlock:Error:AddBlockNotTabForbidden' => 'No se puede agregar el bloque %1$s a %2$s (solo se permiten bloques de pestañas)',
|
|
'UIBlock:TabContainer:RemoteTabLoad' => 'Dar click para cargar esta pestaña',
|
|
]); |