diff options
Diffstat (limited to 'calendar')
28 files changed, 45 insertions, 351 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 60624f8a3d..57a653d0a3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,24 @@ +2001-02-11 Gediminas Paulauskas <menesis@delfi.lt> + + Really use xml-i18n-tools. + + * conduits/calendar/e-calendar-conduit-control-applet.desktop, + conduits/todo/e-todo-conduit-control-applet.desktop: removed. + + * conduits/calendar/e-calendar-conduit-control-applet.desktop.in, + conduits/todo/e-todo-conduit-control-applet.desktop.in: added empty. + + * conduits/calendar/Makefile.am, conduits/todo/Makefile.am: + reflect above changes, merge translations. + + * gui/*.glade.h, gui/dialogs/*.glade.h: removed, xml-i18n-extract + takes care of strings itself. + + * gui/*.glade, gui/dialogs/*.glade: do not output_translatable_strings + + * gui/Makefile.am, gui/dialogs/Makefile.am: do not include removed + files in EXTRA_DIST. + 2001-02-08 JP Rosevear <jpr@ximian.com> * gui/dialogs/task-editor-dialog.glade: Oops, remove old widget diff --git a/calendar/conduits/calendar/.cvsignore b/calendar/conduits/calendar/.cvsignore index 83c86fa189..e8ba6ad844 100644 --- a/calendar/conduits/calendar/.cvsignore +++ b/calendar/conduits/calendar/.cvsignore @@ -6,3 +6,4 @@ e-calendar.conduit .libs libecalendar_conduit.la e-calendar-conduit-control-applet +e-calendar-conduit-control-applet.desktop diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am index 025eb591da..ba432d5bdc 100644 --- a/calendar/conduits/calendar/Makefile.am +++ b/calendar/conduits/calendar/Makefile.am @@ -52,7 +52,9 @@ e-calendar.conduit: e-calendar.conduit.in Makefile ccenterdir = $(datadir)/control-center ccenterPalmPilotdir = $(ccenterdir)/Peripherals ccenterConduitsdir = $(ccenterPalmPilotdir)/Conduits -ccenterConduits_DATA = e-calendar-conduit-control-applet.desktop +ccenterConduits_in_files = e-calendar-conduit-control-applet.desktop.in +ccenterConduits_DATA = $(ccenterConduits_in_files:.desktop.in=.desktop) +@XML_I18N_MERGE_DESKTOP_RULE@ panelConduitsdir = $(datadir)/gnome/apps/Settings/Peripherals/Conduits panelConduits_DATA = $(ccenterConduits_DATA) @@ -62,7 +64,7 @@ Conduit_DATA = e-calendar.conduit EXTRA_DIST = \ e-calendar.conduit.in \ - $(ccenterConduits_DATA) + $(ccenterConduits_in_files) install-data-local: $(mkinstalldirs) $(ccenterConduitsdir) diff --git a/calendar/conduits/calendar/calendar-conduit-control-applet.desktop b/calendar/conduits/calendar/calendar-conduit-control-applet.desktop deleted file mode 100644 index 1db9fca7e7..0000000000 --- a/calendar/conduits/calendar/calendar-conduit-control-applet.desktop +++ /dev/null @@ -1,23 +0,0 @@ -[Desktop Entry] -Name=Calendar conduit -Name[pt_BR]=Conduit calendário -Name[da]=Gnome kalender -Name[es]=Enlace de calendario -Name[fr]=Conduit Calendrier -Name[no]=GNOME kalender -Name[sk]=Spojka Kalendár -Name[sv]=Kalenderkanal -Name[tr]=Takvim parçasý -Comment=Configure the GnomeCal conduit -Comment[pt_BR]=Configurar o conduit GnomeCal -Comment[da]=Konfigurér GnomeCal-komponent -Comment[es]=Configurar el enlace de calendario -Comment[fr]=Configuration du conduit calendrier -Comment[no]=Konfigurér GnomeCal-komponent -Comment[sk]=Nastavenie spojky GnomeCal -Comment[sv]=Konfigurera GnomeCal-kanalen -Comment[tr]=GnomeCal takvim parçasý ayarlarý -Exec=calendar-conduit-control-applet --cap-id=1 -Terminal=0 -Type=Application -Icon=gnome-calendar-conduit.png diff --git a/calendar/conduits/calendar/e-calendar-conduit-control-applet.desktop b/calendar/conduits/calendar/e-calendar-conduit-control-applet.desktop deleted file mode 100644 index eb8385e51e..0000000000 --- a/calendar/conduits/calendar/e-calendar-conduit-control-applet.desktop +++ /dev/null @@ -1,23 +0,0 @@ -[Desktop Entry] -Name=Evolution Calendar conduit -Name[sl]=Evolucijin veznik koledarja -Name[da]=Gnome kalender -Name[es]=Enlace con el calendario de Evolution -Name[fr]=Conduit Calendrier -Name[no]=GNOME kalender -Name[sk]=Spojka kalendára Evolution -Name[sv]=Kalenderkanal -Name[tr]=Takvim parçasý -Comment=Configure the GnomeCal conduit -Comment[sl]=Nastavi veznik GnomeKoledarja -Comment[da]=Konfigurér GnomeCal-komponent -Comment[es]=Configurar el enlace con GnomeCal -Comment[fr]=Configuration du conduit calendrier -Comment[no]=Konfigurér GnomeCal-komponent -Comment[sk]=Nastavenie spojky GnomeCal -Comment[sv]=Konfigurera GnomeCal-kanalen -Comment[tr]=GnomeCal takvim parçasý ayarlarý -Exec=e-calendar-conduit-control-applet --cap-id=1 -Terminal=0 -Type=Application -Icon=gnome-calendar-conduit.png diff --git a/calendar/conduits/calendar/e-calendar-conduit-control-applet.desktop.in b/calendar/conduits/calendar/e-calendar-conduit-control-applet.desktop.in new file mode 100644 index 0000000000..322e63c802 --- /dev/null +++ b/calendar/conduits/calendar/e-calendar-conduit-control-applet.desktop.in @@ -0,0 +1,7 @@ +[Desktop Entry] +_Name=Evolution Calendar conduit +_Comment=Configure the GnomeCal conduit +Exec=e-calendar-conduit-control-applet --cap-id=1 +Terminal=0 +Type=Application +Icon=gnome-calendar-conduit.png diff --git a/calendar/conduits/todo/.cvsignore b/calendar/conduits/todo/.cvsignore index 6b94f92c38..3ee063c770 100644 --- a/calendar/conduits/todo/.cvsignore +++ b/calendar/conduits/todo/.cvsignore @@ -5,4 +5,5 @@ Makefile *.lo *.la e-todo-conduit-control-applet +e-todo-conduit-control-applet.desktop e-todo.conduit diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am index ec4a8a23fb..ce99497c4d 100644 --- a/calendar/conduits/todo/Makefile.am +++ b/calendar/conduits/todo/Makefile.am @@ -54,7 +54,9 @@ e-todo.conduit: e-todo.conduit.in Makefile ccenterdir = $(datadir)/control-center ccenterPalmPilotdir = $(ccenterdir)/Peripherals ccenterConduitsdir = $(ccenterPalmPilotdir)/Conduits -ccenterConduits_DATA = e-todo-conduit-control-applet.desktop +ccenterConduits_in_files = e-todo-conduit-control-applet.desktop.in +ccenterConduits_DATA = $(ccenterConduits_in_files:.desktop.in=.desktop) +@XML_I18N_MERGE_DESKTOP_RULE@ panelConduitsdir = $(datadir)/gnome/apps/Settings/Peripherals/Conduits panelConduits_DATA = $(ccenterConduits_DATA) @@ -64,19 +66,8 @@ Conduit_DATA = e-todo.conduit EXTRA_DIST = \ e-todo.conduit.in \ - $(ccenterConduits_DATA) + $(ccenterConduits_in_files) install-data-local: $(mkinstalldirs) $(ccenterConduitsdir) $(mkinstalldirs) $(Conduitdir) - - - - - - - - - - - diff --git a/calendar/conduits/todo/e-todo-conduit-control-applet.desktop b/calendar/conduits/todo/e-todo-conduit-control-applet.desktop deleted file mode 100644 index 67ca779ded..0000000000 --- a/calendar/conduits/todo/e-todo-conduit-control-applet.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Name=Evolution ToDo conduit -Name[da]=Udstående -Name[es]=Enlace con el componente `Por Hacer' de Evolution -Name[fr]=Conduit Evolution `A Faire' -Name[no]=Oppgaver -Name[sk]=Spojka ToDo Evolution -Name[sv]=Att göra-lista -Name[tr]=Yapýlacaklar parçasý -Comment=Configure the todo conduit -Comment[da]=Konfigurér Udstående -Comment[es]=Configurar el enlace con el componente `Por Hacer' -Comment[fr]=Configuration du conduit `A Faire' -Comment[no]=Konfigurér oppgavelisten -Comment[sk]=Nastavenie spojky todo -Comment[sv]=Konfigurerar att göra-listan -Comment[tr]=Yapýlacaklar parçasý ayarlarý -Exec=e-todo-conduit-control-applet --cap-id=1 -Terminal=0 -Type=Application diff --git a/calendar/conduits/todo/e-todo-conduit-control-applet.desktop.in b/calendar/conduits/todo/e-todo-conduit-control-applet.desktop.in new file mode 100644 index 0000000000..216c07afd5 --- /dev/null +++ b/calendar/conduits/todo/e-todo-conduit-control-applet.desktop.in @@ -0,0 +1,6 @@ +[Desktop Entry] +_Name=Evolution ToDo conduit +_Comment=Configure the todo conduit +Exec=e-todo-conduit-control-applet --cap-id=1 +Terminal=0 +Type=Application diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 9a0a6a1564..351194da4f 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -45,12 +45,6 @@ glade_DATA = \ e-itip-control.glade \ goto-dialog.glade -glade_messages = \ - event-editor-dialog.glade.h \ - e-meeting-dialog.glade.h \ - e-itip-control.glade.h \ - goto-dialog.glade.h - evolution_calendar_SOURCES = \ $(IDL_GENERATED) \ alarm.c \ @@ -142,7 +136,6 @@ oaf_DATA = GNOME_Evolution_Calendar_Control.oafinfo GNOME_Evolution_Calendar.oaf EXTRA_DIST = \ $(glade_DATA) \ - $(glade_messages) \ bell.xpm \ check-filled.xpm \ dayview.xpm \ diff --git a/calendar/gui/alarm-notify/alarm-notify.glade b/calendar/gui/alarm-notify/alarm-notify.glade index 32d7e03f8b..41718d0572 100644 --- a/calendar/gui/alarm-notify/alarm-notify.glade +++ b/calendar/gui/alarm-notify/alarm-notify.glade @@ -21,8 +21,6 @@ <handler_header_file>callbacks.h</handler_header_file> <support_source_file>support.c</support_source_file> <support_header_file>support.h</support_header_file> - <output_translatable_strings>True</output_translatable_strings> - <translatable_strings_file>alarm-notify.glade.h</translatable_strings_file> </project> <widget> diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index 39ae32d758..dd9a2b2540 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -31,11 +31,5 @@ glade_DATA = \ cal-prefs-dialog.glade \ task-editor-dialog.glade -glade_messages = \ - alarm-notify.glade.h \ - cal-prefs-dialog.glade.h \ - task-editor-dialog.glade.h - EXTRA_DIST = \ - $(glade_DATA) \ - $(glade_messages) + $(glade_DATA) diff --git a/calendar/gui/dialogs/alarm-notify.glade b/calendar/gui/dialogs/alarm-notify.glade index 32d7e03f8b..41718d0572 100644 --- a/calendar/gui/dialogs/alarm-notify.glade +++ b/calendar/gui/dialogs/alarm-notify.glade @@ -21,8 +21,6 @@ <handler_header_file>callbacks.h</handler_header_file> <support_source_file>support.c</support_source_file> <support_header_file>support.h</support_header_file> - <output_translatable_strings>True</output_translatable_strings> - <translatable_strings_file>alarm-notify.glade.h</translatable_strings_file> </project> <widget> diff --git a/calendar/gui/dialogs/alarm-notify.glade.h b/calendar/gui/dialogs/alarm-notify.glade.h deleted file mode 100644 index 053395a4c5..0000000000 --- a/calendar/gui/dialogs/alarm-notify.glade.h +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Translatable strings file generated by extract-ui. - * Add this file to your project's POTFILES.in - * DO NOT compile it as part of your application. - */ - -gchar *s = N_("Close"); -gchar *s = N_("Edit appointment"); -gchar *s = N_("Snooze"); -gchar *s = N_("Snooze time (minutes)"); diff --git a/calendar/gui/dialogs/cal-prefs-dialog.glade b/calendar/gui/dialogs/cal-prefs-dialog.glade index c0e225764b..f6eccb163d 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.glade +++ b/calendar/gui/dialogs/cal-prefs-dialog.glade @@ -10,8 +10,6 @@ <language>C</language> <gnome_support>True</gnome_support> <gettext_support>True</gettext_support> - <output_translatable_strings>True</output_translatable_strings> - <translatable_strings_file>cal-prefs-dialog.glade.h</translatable_strings_file> </project> <widget> diff --git a/calendar/gui/dialogs/cal-prefs-dialog.glade.h b/calendar/gui/dialogs/cal-prefs-dialog.glade.h deleted file mode 100644 index 71ba85a8bd..0000000000 --- a/calendar/gui/dialogs/cal-prefs-dialog.glade.h +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Translatable strings file generated by extract-ui. - * Add this file to your project's POTFILES.in - * DO NOT compile it as part of your application. - */ - -gchar *s = N_("12 hour (am/pm)"); -gchar *s = N_("24 hour"); -gchar *s = N_("Alarms timeout after"); -gchar *s = N_("Audio Alarms"); -gchar *s = N_("Beep when alarm windows appear."); -gchar *s = N_("Calendar"); -gchar *s = N_("Calendar Preferences"); -gchar *s = N_("Colors"); -gchar *s = N_("Compress weekends"); -gchar *s = N_("Date navigator options"); -gchar *s = N_("Defaults"); -gchar *s = N_("Display options"); -gchar *s = N_("Due Date"); -gchar *s = N_("Enable snoozing for"); -gchar *s = N_("End of day:"); -gchar *s = N_("First day of week:"); -gchar *s = N_("Fri"); -gchar *s = N_("Highlight"); -gchar *s = N_("Items Due Today"); -gchar *s = N_("Items Due Today:"); -gchar *s = N_("Items Not Yet Due"); -gchar *s = N_("Items Not Yet Due:"); -gchar *s = N_("Mon"); -gchar *s = N_("Overdue Items"); -gchar *s = N_("Overdue Items:"); -gchar *s = N_("Pick a color"); -gchar *s = N_("Priority"); -gchar *s = N_("Remind me of all appointments"); -gchar *s = N_("Reminders"); -gchar *s = N_("Sat"); -gchar *s = N_("Show"); -gchar *s = N_("Show appointment end times"); -gchar *s = N_("Show week numbers"); -gchar *s = N_("Start of day:"); -gchar *s = N_("Sun"); -gchar *s = N_("TaskPad"); -gchar *s = N_("Thu"); -gchar *s = N_("Time Until Due"); -gchar *s = N_("Time divisions:"); -gchar *s = N_("Time format:"); -gchar *s = N_("Tue"); -gchar *s = N_("Visual Alarms"); -gchar *s = N_("Wed"); -gchar *s = N_("Work week"); -gchar *s = N_("minutes before they occur."); -gchar *s = N_("seconds."); diff --git a/calendar/gui/dialogs/task-editor-dialog.glade b/calendar/gui/dialogs/task-editor-dialog.glade index a9cf4f62e9..ae7ea9681a 100644 --- a/calendar/gui/dialogs/task-editor-dialog.glade +++ b/calendar/gui/dialogs/task-editor-dialog.glade @@ -10,8 +10,6 @@ <language>C</language> <gnome_support>True</gnome_support> <gettext_support>True</gettext_support> - <output_translatable_strings>True</output_translatable_strings> - <translatable_strings_file>task-editor-dialog.glade.h</translatable_strings_file> </project> <widget> diff --git a/calendar/gui/dialogs/task-editor-dialog.glade.h b/calendar/gui/dialogs/task-editor-dialog.glade.h deleted file mode 100644 index 2ec3ad93af..0000000000 --- a/calendar/gui/dialogs/task-editor-dialog.glade.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * 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_("Su_mmary:"); -gchar *s = N_("Date & Time"); -gchar *s = N_("Sta_rt Date:"); -gchar *s = N_("_Due Date:"); -gchar *s = N_("Progress"); -gchar *s = N_("_Status:"); -gchar *s = N_("Not Started\n" - "In Progress\n" - "Completed\n" - "Cancelled\n" - ""); -gchar *s = N_("_Priority:"); -gchar *s = N_("High\n" - "Normal\n" - "Low\n" - "Undefined\n" - ""); -gchar *s = N_("% Comp_lete:"); -gchar *s = N_("Classification"); -gchar *s = N_("Pu_blic"); -gchar *s = N_("Pri_vate"); -gchar *s = N_("_Confidential"); -gchar *s = N_("_Contacts..."); -gchar *s = N_("Ca_tegories..."); -gchar *s = N_("Task"); -gchar *s = N_("Date Completed:"); -gchar *s = N_("URL:"); -gchar *s = N_("Details"); diff --git a/calendar/gui/dialogs/task-page.glade b/calendar/gui/dialogs/task-page.glade index a9cf4f62e9..ae7ea9681a 100644 --- a/calendar/gui/dialogs/task-page.glade +++ b/calendar/gui/dialogs/task-page.glade @@ -10,8 +10,6 @@ <language>C</language> <gnome_support>True</gnome_support> <gettext_support>True</gettext_support> - <output_translatable_strings>True</output_translatable_strings> - <translatable_strings_file>task-editor-dialog.glade.h</translatable_strings_file> </project> <widget> diff --git a/calendar/gui/e-itip-control.glade b/calendar/gui/e-itip-control.glade index 1a44687c8f..eb950139a1 100644 --- a/calendar/gui/e-itip-control.glade +++ b/calendar/gui/e-itip-control.glade @@ -10,8 +10,6 @@ <language>C</language> <gnome_support>True</gnome_support> <gettext_support>True</gettext_support> - <output_translatable_strings>True</output_translatable_strings> - <translatable_strings_file>e-itip-control.glade.h</translatable_strings_file> </project> <widget> diff --git a/calendar/gui/e-itip-control.glade.h b/calendar/gui/e-itip-control.glade.h deleted file mode 100644 index 33372424b4..0000000000 --- a/calendar/gui/e-itip-control.glade.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * 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_("window1"); -gchar *s = N_("Calendar Message"); -gchar *s = N_("Date:"); -gchar *s = N_("Organizer:"); -gchar *s = N_("Summary:"); -gchar *s = N_("Description:"); -gchar *s = N_("date-start"); -gchar *s = N_("--to--"); -gchar *s = N_("date-end"); -gchar *s = N_("Sender"); -gchar *s = N_("Loading Calendar"); -gchar *s = N_("Loading calendar..."); -gchar *s = N_("%P %%"); diff --git a/calendar/gui/e-meeting-dialog.glade b/calendar/gui/e-meeting-dialog.glade index bcbbea4eda..5b9a057f46 100644 --- a/calendar/gui/e-meeting-dialog.glade +++ b/calendar/gui/e-meeting-dialog.glade @@ -10,8 +10,6 @@ <language>C</language> <gnome_support>True</gnome_support> <gettext_support>True</gettext_support> - <output_translatable_strings>True</output_translatable_strings> - <translatable_strings_file>e-meeting-dialog.glade.h</translatable_strings_file> </project> <widget> diff --git a/calendar/gui/e-meeting-dialog.glade.h b/calendar/gui/e-meeting-dialog.glade.h deleted file mode 100644 index 4c17bc32b3..0000000000 --- a/calendar/gui/e-meeting-dialog.glade.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - * 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"); diff --git a/calendar/gui/event-editor-dialog.glade b/calendar/gui/event-editor-dialog.glade index 10fdcfe54e..615bd3eed3 100644 --- a/calendar/gui/event-editor-dialog.glade +++ b/calendar/gui/event-editor-dialog.glade @@ -13,8 +13,6 @@ <output_main_file>False</output_main_file> <output_support_files>False</output_support_files> <output_build_files>False</output_build_files> - <output_translatable_strings>True</output_translatable_strings> - <translatable_strings_file>event-editor-dialog.glade.h</translatable_strings_file> </project> <widget> diff --git a/calendar/gui/event-editor-dialog.glade.h b/calendar/gui/event-editor-dialog.glade.h deleted file mode 100644 index f4008b76e5..0000000000 --- a/calendar/gui/event-editor-dialog.glade.h +++ /dev/null @@ -1,66 +0,0 @@ -/* - * 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_("Su_mmary:"); -gchar *s = N_("Date & Time"); -gchar *s = N_("_Start time:"); -gchar *s = N_("_End time:"); -gchar *s = N_("A_ll day event"); -gchar *s = N_("Classification"); -gchar *s = N_("Pu_blic"); -gchar *s = N_("Pri_vate"); -gchar *s = N_("_Confidential"); -gchar *s = N_("_Contacts..."); -gchar *s = N_("Ca_tegories..."); -gchar *s = N_("Appointment"); -gchar *s = N_("Appointment Basics"); -gchar *s = N_("Su_mmary:"); -gchar *s = N_("_Starting date:"); -gchar *s = N_("Reminders"); -gchar *s = N_("Show a dialog\n" - "Play a sound\n" - "Send an email\n" - "Run a program\n" - ""); -gchar *s = N_("minute(s)\n" - "hour(s)\n" - "day(s)\n" - ""); -gchar *s = N_("before\n" - "after\n" - ""); -gchar *s = N_("start of appointment\n" - "end of appointment\n" - ""); -gchar *s = N_("Settings..."); -gchar *s = N_("label55"); -gchar *s = N_("Add"); -gchar *s = N_("Delete"); -gchar *s = N_("Reminder"); -gchar *s = N_("Appointment Basics"); -gchar *s = N_("Su_mmary:"); -gchar *s = N_("_Starting date:"); -gchar *s = N_("Recurrence Rule"); -gchar *s = N_("No recurrence"); -gchar *s = N_("Simple recurrence"); -gchar *s = N_("Custom recurrence"); -gchar *s = N_("Every"); -gchar *s = N_("day(s)\n" - "week(s)\n" - "month(s)\n" - "year(s)\n" - ""); -gchar *s = N_("for\n" - "until\n" - "forever\n" - ""); -gchar *s = N_("Exceptions"); -gchar *s = N_("Add"); -gchar *s = N_("Modify"); -gchar *s = N_("Delete"); -gchar *s = N_("label21"); -gchar *s = N_("Preview"); -gchar *s = N_("Recurrence"); diff --git a/calendar/gui/goto-dialog.glade b/calendar/gui/goto-dialog.glade index 6b81612b6c..289ad7ab69 100644 --- a/calendar/gui/goto-dialog.glade +++ b/calendar/gui/goto-dialog.glade @@ -10,8 +10,6 @@ <language>C</language> <gnome_support>True</gnome_support> <gettext_support>True</gettext_support> - <output_translatable_strings>True</output_translatable_strings> - <translatable_strings_file>goto-dialog.glade.h</translatable_strings_file> </project> <widget> diff --git a/calendar/gui/goto-dialog.glade.h b/calendar/gui/goto-dialog.glade.h deleted file mode 100644 index 8701da0ec8..0000000000 --- a/calendar/gui/goto-dialog.glade.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * 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_("Go To Date"); -gchar *s = N_("Go To Today"); -gchar *s = N_("January"); -gchar *s = N_("February"); -gchar *s = N_("March"); -gchar *s = N_("April"); -gchar *s = N_("May"); -gchar *s = N_("June"); -gchar *s = N_("July"); -gchar *s = N_("August"); -gchar *s = N_("September"); -gchar *s = N_("October"); -gchar *s = N_("November"); -gchar *s = N_("December"); |