mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 04:58:46 +02:00
17 lines
666 B
PHP
17 lines
666 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', [
|
|
'FilesInformation:Error:MissingFile' => 'Archivo faltante: %1$s',
|
|
'FilesInformation:Error:CorruptedFile' => 'El archivo %1$s está corrupto',
|
|
'FilesInformation:Error:ListCorruptedFile' => 'Archivo(s) corrupto(s): %1$s',
|
|
'FilesInformation:Error:CantWriteToFile' => 'No se puede escribir al archivo %1$s',
|
|
]);
|