blob: 4c17bc32b338cc79e27502f052544f8a7fa804ac (
plain) (
blame)
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
34
35
36
37
|
/*
* Translatable strings file generated by Glade.
* Add this file to your project's POTFILES.in.
* DO NOT compile it as part of your application.
*/
gchar *s = N_("Meeting Invitations");
gchar *s = N_("Publish\n"
"Event");
gchar *s = N_("Request\n"
"Meeting");
gchar *s = N_("Cancel\n"
"Meeting");
gchar *s = N_("Schedule\n"
"Time");
gchar *s = N_("Organizer: ");
gchar *s = N_("Attendees: ");
gchar *s = N_("Add");
gchar *s = N_("Delete");
gchar *s = N_("Edit");
gchar *s = N_("Attendee");
gchar *s = N_("Role");
gchar *s = N_("RSVP");
gchar *s = N_("Status");
gchar *s = N_("Attendee");
gchar *s = N_("Attendee address");
gchar *s = N_("Role");
gchar *s = N_("Chair\n"
"Required Participant\n"
"Optional Participant\n"
"Non-Participant\n"
"Other\n"
"\n"
"\n"
"");
gchar *s = N_("Required Participant");
gchar *s = N_("RSVP");
|