mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 08:23:28 +00:00
Monotone-Parent: 0881271c467d0cbc8ec21fe38da728668f087639
Monotone-Revision: 54120879416d39c546964fc67827055376047340 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-05-20T21:24:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
ACCEPTED = "geaccepteerd";
|
||||
COMPLETED = "klaar";
|
||||
DECLINED = "afgewezen";
|
||||
DELEGATED = "gedelegeerd";
|
||||
IN-PROCESS = "in behandeling";
|
||||
NEEDS-ACTION = "actie vereist";
|
||||
TENTATIVE = "onder voorbehoud";
|
||||
organized_by_you = "door u georganiseerd";
|
||||
you_are_an_attendee = "u bent een deelnemer";
|
||||
add_info_text = "Info toevoegen wordt nog niet ondersteund.";
|
||||
publish_info_text = "De afzender stelt u op de hoogte van bijgevoegde afspraak.";
|
||||
cancel_info_text = "Uw uitnodiging of de hele afspraak is vervallen..";
|
||||
request_info_no_attendee = "stelt een afspraak voor met de volgende deelnemers. U ontvangt deze mail als notificatie, u bent geen deelnemer.";
|
||||
Appointment = "afspraak";
|
||||
|
||||
Organizer = "Organisator";
|
||||
Time = "Tijd";
|
||||
Attendees = "Deelnemers";
|
||||
request_info = "nodigt u uit deel te nemen aan bijgevoegde afspraak.";
|
||||
"Add to calendar" = "Aan agenda toevoegen";
|
||||
"Delete from calendar" = "Uit agenda verwijderen";
|
||||
"Update status" = "Status bijwerken";
|
||||
Accept = "Accepteren";
|
||||
Decline = "Weigeren";
|
||||
Tentative = "Onder voorbehoud";
|
||||
"Update status in calendar" = "Afspraak bijwerken in agenda";
|
||||
reply_info_no_attendee = "U heeft een antwoord betreffende een afspraak ontvangen van een niet-deelnemer.";
|
||||
reply_info = "Dit is een antwoord op een door u verstuurde uitnodiging.";
|
||||
|
||||
"to" = "naar";
|
||||
|
||||
"Untitled" = "Geen titel";
|
||||
|
||||
"Size" = "Grootte";
|
||||
@@ -0,0 +1,39 @@
|
||||
/* this file is in UTF-8 format! */
|
||||
/* Author: erny@yaco.es */
|
||||
/* Based on: rev 1397 */
|
||||
/* Last update: 2008-04-04 */
|
||||
|
||||
ACCEPTED = "confirmado";
|
||||
COMPLETED = "completado";
|
||||
DECLINED = "rechazado";
|
||||
DELEGATED = "delegado";
|
||||
IN-PROCESS = "en curso";
|
||||
NEEDS-ACTION = "necesita acción";
|
||||
TENTATIVE = "tentativo";
|
||||
organized_by_you = "organizado por ud.";
|
||||
you_are_an_attendee = "es un participante";
|
||||
add_info_text = "iMIP 'ADD' aún no está soportado.";
|
||||
publish_info_text = "El remitente le informa del evento adjunto.";
|
||||
cancel_info_text = "Su invitación o el evento han sido cancelados.";
|
||||
request_info_no_attendee = "ha propuesto un evento. Usted recibe este correo como notificación, pero no aparece como participante.";
|
||||
Appointment = "Cita";
|
||||
|
||||
Organizer = "Organizador";
|
||||
Time = "Hora";
|
||||
Attendees = "Participantes";
|
||||
request_info = "le invita a un evento.";
|
||||
"Add to calendar" = "Añadir al calendario";
|
||||
"Delete from calendar" = "Borrar del calendario";
|
||||
"Update status" = "Actualizar estado";
|
||||
Accept = "Confirmar";
|
||||
Decline = "Rechazar";
|
||||
Tentative = "Tentativo";
|
||||
"Update status in calendar" = "Actualizar estado en calendario";
|
||||
reply_info_no_attendee = "Ha recibido una respuesta a una invitación de evento pero el remitente no aparece como un participante.";
|
||||
reply_info = "Esta es la respuesta a una invitación de evento hecha por usted.";
|
||||
|
||||
"to" = "para";
|
||||
|
||||
"Untitled" = "Sin título";
|
||||
|
||||
"Size" = "Tamaño";
|
||||
Reference in New Issue
Block a user