annotate plugins/libcalendaring/localization/es_AR.inc @ 23:5a851d965bc1

sorting, some better displays
author Charlie Root
date Wed, 17 Jan 2018 09:13:17 -0500
parents 888e774ee983
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
1 <?php
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
2 /**
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
3 * Localizations for the Kolab calendaring utilities plugin
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
4 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
5 * Copyright (C) 2014, Kolab Systems AG
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
6 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
7 * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
8 */
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
9 $labels['until'] = 'hasta';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
10 $labels['at'] = 'en';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
11 $labels['alarmemail'] = 'Enviar Correo Electrónico';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
12 $labels['alarmdisplay'] = 'Mostrar mensaje';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
13 $labels['alarmaudio'] = 'Reproducir sonido';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
14 $labels['alarmdisplayoption'] = 'Mensaje';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
15 $labels['alarmemailoption'] = 'Correo Electrónico';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
16 $labels['alarmaudiooption'] = 'Sonido';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
17 $labels['alarmat'] = 'en $datetime';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
18 $labels['trigger@'] = 'en fecha';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
19 $labels['trigger-M'] = 'minutos antes';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
20 $labels['trigger-H'] = 'horas antes';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
21 $labels['trigger-D'] = 'días antes';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
22 $labels['trigger+M'] = 'minutos después';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
23 $labels['trigger+H'] = 'horas después';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
24 $labels['trigger+D'] = 'días después';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
25 $labels['triggerend-M'] = 'minutos antes de finalizar';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
26 $labels['triggerend-H'] = 'horas antes de finalizar';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
27 $labels['triggerend-D'] = 'días antes de finalizar';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
28 $labels['triggerend+M'] = 'minutos después de finalizar';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
29 $labels['triggerend+H'] = 'horas después de finalizar';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
30 $labels['triggerend+D'] = 'días despues de finalizar';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
31 $labels['trigger0'] = 'en hora';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
32 $labels['triggerattime'] = 'en hora de inicio';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
33 $labels['triggerattimeend'] = 'en hora de finalización';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
34 $labels['relatedstart'] = 'inicio';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
35 $labels['relatedendevent'] = 'fin';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
36 $labels['relatedendtask'] = 'fecha de vencimiento';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
37 $labels['addalarm'] = 'Agregar alarma';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
38 $labels['removealarm'] = 'Eliminar alarma';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
39 $labels['alarmtitle'] = 'Eventos próximos';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
40 $labels['dismissall'] = 'Descartar todo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
41 $labels['dismiss'] = 'Descartar';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
42 $labels['snooze'] = 'Dormitar';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
43 $labels['repeatinmin'] = 'Repetir en $min minutos';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
44 $labels['repeatinhr'] = 'Repetir en 1 hora';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
45 $labels['repeatinhrs'] = 'Repetir en $hrs horas';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
46 $labels['repeattomorrow'] = 'Repetir mañana';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
47 $labels['repeatinweek'] = 'Repetir en una semana';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
48 $labels['showmore'] = 'Mostrar más...';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
49 $labels['recurring'] = 'Repite';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
50 $labels['frequency'] = 'Repetir';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
51 $labels['never'] = 'nunca';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
52 $labels['daily'] = 'diariamente';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
53 $labels['weekly'] = 'semanalmente';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
54 $labels['monthly'] = 'mensualmente';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
55 $labels['yearly'] = 'anualmente';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
56 $labels['rdate'] = 'en fechas';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
57 $labels['every'] = 'Cada';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
58 $labels['days'] = 'día(s)';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
59 $labels['weeks'] = 'semana(s)';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
60 $labels['months'] = 'mes(es)';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
61 $labels['years'] = 'año(s)';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
62 $labels['bydays'] = 'En';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
63 $labels['untildate'] = 'el';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
64 $labels['each'] = 'Cada';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
65 $labels['onevery'] = 'En cada';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
66 $labels['onsamedate'] = 'En la misma fecha';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
67 $labels['forever'] = 'para siempre';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
68 $labels['recurrencend'] = 'hasta';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
69 $labels['untilenddate'] = 'hasta la fecha';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
70 $labels['forntimes'] = 'por $nr veces';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
71 $labels['first'] = 'primero';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
72 $labels['second'] = 'segundo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
73 $labels['third'] = 'tercero';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
74 $labels['fourth'] = 'cuarto';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
75 $labels['last'] = 'último';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
76 $labels['dayofmonth'] = 'Día del mes';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
77 $labels['addrdate'] = 'Agregar fecha de repetición';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
78 $labels['except'] = 'excepto';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
79 $labels['statusorganizer'] = 'Organizador';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
80 $labels['statusaccepted'] = 'Aceptado';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
81 $labels['statustentative'] = 'Tentativo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
82 $labels['statusdeclined'] = 'Rechazado';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
83 $labels['statusdelegated'] = 'Delegado';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
84 $labels['statusneeds-action'] = 'Necesita acción';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
85 $labels['statusunknown'] = 'Desconocido';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
86 $labels['statuscompleted'] = 'Completo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
87 $labels['statusin-process'] = 'En proceso';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
88 $labels['itipinvitation'] = 'Invitación a';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
89 $labels['itipupdate'] = 'Actualizar de';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
90 $labels['itipcancellation'] = 'Cancelado:';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
91 $labels['itipreply'] = 'Responder a';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
92 $labels['itipaccepted'] = 'Aceptar';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
93 $labels['itiptentative'] = 'Quizá';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
94 $labels['itipdeclined'] = 'Rechazar';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
95 $labels['itipdelegated'] = 'Delegado';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
96 $labels['itipneeds-action'] = 'Posponer';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
97 $labels['itipcomment'] = 'Su respuesta';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
98 $labels['itipeditresponse'] = 'Ingresar un texto de respuesta';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
99 $labels['itipsendercomment'] = 'Comentario del remitente:';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
100 $labels['itipsuppressreply'] = 'No enviar una respuesta';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
101 $labels['itipobjectnotfound'] = 'El objeto referido por este mensaje no fue encontrado en su cuenta.';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
102 $labels['itipsubjectaccepted'] = '"$title" ha sido aceptado por $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
103 $labels['itipsubjecttentative'] = '"$title" ha sido aceptado tentativamente por $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
104 $labels['itipsubjectdeclined'] = '"$title" ha sido rechazado por $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
105 $labels['itipsubjectin-process'] = '"$title" está en proceso por $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
106 $labels['itipsubjectcompleted'] = '"$title" fue completado por $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
107 $labels['itipsubjectcancel'] = 'Su participación en "$title" ha sido cancelada';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
108 $labels['itipsubjectdelegated'] = '"$title" ha sido delegado por $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
109 $labels['itipsubjectdelegatedto'] = '"$title" ha sido delegado a usted por $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
110 $labels['itipnewattendee'] = 'Esta es una respuesta de un nuevo participante';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
111 $labels['updateattendeestatus'] = 'Actualizar el estado del participante';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
112 $labels['acceptinvitation'] = '¿Acepta esta invitación?';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
113 $labels['acceptattendee'] = 'Aceptar participante';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
114 $labels['declineattendee'] = 'Rechazar participante';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
115 $labels['declineattendeeconfirm'] = 'Ingresar un mensaje para el participante rechazado (opcional):';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
116 $labels['rsvpmodeall'] = 'La serie completa';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
117 $labels['rsvpmodecurrent'] = 'Esta ocurrencia sola';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
118 $labels['rsvpmodefuture'] = 'Esta y futuras ocurrencias';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
119 $labels['itipsingleoccurrence'] = 'Esta es una <em>ocurrencia individual</em> de una serie de eventos';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
120 $labels['itipfutureoccurrence'] = 'Refiere a <em>esta y todas las futuras ocurrencias</em> de una serie de eventos';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
121 $labels['itipmessagesingleoccurrence'] = 'El mensaje solamente refiere a esta ocurrencia individual';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
122 $labels['itipmessagefutureoccurrence'] = 'El mensaje refiere a esta y todas las futuras ocurrencias';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
123 $labels['youhaveaccepted'] = 'Ha aceptado esta invitación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
124 $labels['youhavetentative'] = 'Ha aceptado tentativamente esta invitación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
125 $labels['youhavedeclined'] = 'Ha rechazado esta invitación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
126 $labels['youhavedelegated'] = 'Ha delegado esta invitación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
127 $labels['youhavein-process'] = 'Usted está trabajando en esta asignación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
128 $labels['youhavecompleted'] = 'Ha completado esta asignación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
129 $labels['youhaveneeds-action'] = 'Su respuesta a esta invitación está pendiente';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
130 $labels['youhavepreviouslyaccepted'] = 'Ha aceptado previamente esta invitación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
131 $labels['youhavepreviouslytentative'] = 'Ha aceptado previamente esta invitacion tentativamente';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
132 $labels['youhavepreviouslydeclined'] = 'Ha rechazado previamente esta invitación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
133 $labels['youhavepreviouslydelegated'] = 'Ha delegado previamente esta invitación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
134 $labels['youhavepreviouslyin-process'] = 'Ha reportado previamente que trabaja en esta asignación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
135 $labels['youhavepreviouslycompleted'] = 'Ha completado previamente esta asignación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
136 $labels['youhavepreviouslyneeds-action'] = 'Su respuesta a esta invitación está pendiente';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
137 $labels['attendeeaccepted'] = 'El participante ha aceptado';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
138 $labels['attendeetentative'] = 'El participante ha aceptado tentativamente';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
139 $labels['attendeedeclined'] = 'El participante ha rechazado';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
140 $labels['attendeedelegated'] = 'El participante ha delegado a $delegatedto';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
141 $labels['attendeein-process'] = 'El participante está en proceso';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
142 $labels['attendeecompleted'] = 'El participante ha completado';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
143 $labels['notanattendee'] = 'No esta incluído en la lista de invitados a este objeto';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
144 $labels['outdatedinvitation'] = 'Esta invitación ha sido reemplazada por una nueva versión';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
145 $labels['importtocalendar'] = 'Guardar en mi calendario';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
146 $labels['removefromcalendar'] = 'Eliminar de mi calendario';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
147 $labels['updatemycopy'] = 'Actualizar mi copia';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
148 $labels['openpreview'] = 'Abrir Vista Preliminar';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
149 $labels['deleteobjectconfirm'] = 'Confirme que desea eliminar este objeto';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
150 $labels['declinedeleteconfirm'] = '¿Quiere también eliminar este objeto rechazado de su cuenta?';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
151 $labels['delegateinvitation'] = 'Delegar Invitación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
152 $labels['delegateto'] = 'Delegar a';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
153 $labels['delegatersvpme'] = 'Mantenerme informado acerca de las actualizaciones de esta incidencia';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
154 $labels['delegateinvalidaddress'] = 'Por favor, ingrese una dirección de correo electrónico válida para la delegación';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
155 $labels['savingdata'] = 'Guardando...';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
156 $labels['expandattendeegroup'] = 'Sustituir con miembros del grupo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
157 $labels['expandattendeegroupnodata'] = 'No se puede sustituir este grupo. No se encontraron miembros.';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
158 $labels['expandattendeegrouperror'] = 'No se puede sustituir este grupo. Puede contener demasiados miembros.';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
159 $labels['expandattendeegroupsizelimit'] = 'Este grupo contiene demasiados miembros para sustituir.';