Files
iTop/dictionaries/ui/components/input/es_cr.dictionary.itop.input.php
Benjamin DALSASS ffa2a6dfd4 RC 3.3 - Update dictionnaries
RC 3.3 - Update dictionnaries
2026-09-04 10:32:51 +02:00

19 lines
571 B
PHP

<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
*
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:Component:Input:ChangeNotAllowed' => 'Este cmabio no es permitido',
'UI:Component:Input:Password:DoesNotMatch' => 'No coincide la contraseña',
'UI:Component:Input:Set:MinimumItems' => 'Se requieren %1$s elemento(s) mínimo(s)',
'UI:Component:Input:Select:Select_item' => 'Select an item...~~',
]);