forked from Combodo/itop-approval-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
es_cr.dict.itop-approval-portal.php
33 lines (33 loc) · 1.85 KB
/
es_cr.dict.itop-approval-portal.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
// Copyright (C) 2012 Combodo SARL
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; version 3 of the License.
//
// This program 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 General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
/**
* Spanish Localized data
*
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
* @traductor Miguel Turrubiates <[email protected]>
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'Approval:Portal:Menu' => 'Aprobaciones',
'Approval:Portal:Menu+' => 'Requerimientos para los cuales su aprobación es esperada',
'Approval:Portal:Title' => 'Requerimientos esperando su aprobación',
'Approval:Portal:Title+' => 'Por favor seleccione los requerimientos a aprobar y utilice los botones localizados en la parte inferior de la página.',
'Approval:Portal:NoItem' => 'No hay requerimientos esperando su aprobación',
'Approval:Portal:Dlg:Approve' => 'Por favor confirme que desea aprobar <em><span class="approval-count">?</span></em> requerimientos',
'Approval:Portal:Dlg:Reject' => 'Por favor confirme que desea rechazar <em><span class="approval-count">?</span></em> requerimientos',
'Approval:Portal:Dlg:ApproveOne' => 'Por favor confirme que desea aprobar este requerimiento',
'Approval:Portal:Dlg:RejectOne' => 'Por favor confirme que desea rechazar este requerimiento',
));