diff --git a/core/Settings/LanguagesFormat.vala b/core/Settings/LanguagesFormat.vala index c174db6c6..296485c7e 100644 --- a/core/Settings/LanguagesFormat.vala +++ b/core/Settings/LanguagesFormat.vala @@ -22,7 +22,7 @@ namespace Maya.Settings { } public string DateFormat_Complete () { - return _("%A, %b %d"); + return _("%a, %b %d"); } public string TimeFormat () { @@ -45,3 +45,4 @@ namespace Maya.Settings { } } + diff --git a/core/Utils.vala b/core/Utils.vala index 88f7d51c0..b83a3b28e 100644 --- a/core/Utils.vala +++ b/core/Utils.vala @@ -634,21 +634,4 @@ namespace Maya.Util { Settings.SavedState.get_default ().show_weeks = !Settings.SavedState.get_default ().show_weeks; } } - - public void style_calendar_color (Gtk.Widget widget, string color, bool background = false) { - string style = ".cal_color { %s: %s }"; - - var style_context = widget.get_style_context (); - style_context.add_class ("cal_color"); - var css_color = style.printf(background ? "background-color" : "color", color); - var style_provider = new Gtk.CssProvider (); - - try { - style_provider.load_from_data (css_color, css_color.length); - style_context.add_provider (style_provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION); - } catch (Error e) { - warning ("Could not create CSS Provider: %s\nStylesheet:\n%s", e.message, css_color); - } - } - } diff --git a/core/config.vala.in b/core/config.vala.in index e40699b20..0109df52e 100644 --- a/core/config.vala.in +++ b/core/config.vala.in @@ -1,7 +1,5 @@ namespace Build { public const string APP_NAME = "@APP_NAME@"; public const string EXEC_NAME = "@EXEC_NAME@"; - public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@"; public const string PLUGIN_DIR = "@PLUGIN_DIR@"; - public const string VERSION = "@VERSION@"; } diff --git a/core/meson.build b/core/meson.build index dd388ee14..1107a593f 100644 --- a/core/meson.build +++ b/core/meson.build @@ -1,9 +1,7 @@ config_data = configuration_data() config_data.set('APP_NAME', 'Calendar') config_data.set('EXEC_NAME', meson.project_name()) -config_data.set('GETTEXT_PACKAGE', meson.project_name()) config_data.set('PLUGIN_DIR', pluginsdir) -config_data.set('VERSION', meson.project_version()) config_file = configure_file( configuration: config_data, @@ -27,6 +25,7 @@ core_files = files( core_deps = [ glib_dep, + gee_dep, granite_dep, gtk_dep, libecal_dep, diff --git a/daemon/Daemon.vala b/daemon/Daemon.vala index 629bd7f8e..d94897243 100644 --- a/daemon/Daemon.vala +++ b/daemon/Daemon.vala @@ -19,13 +19,10 @@ namespace MayaDaemon { const OptionEntry[] options = { { "debug", 'd', 0, OptionArg.NONE, out has_debug, N_("Print debug information"), null}, - { "version", 0, 0, OptionArg.NONE, out has_version, - N_("Print version info and exit"), null}, { null } }; private static MainLoop mainloop; private static bool has_debug; - private static bool has_version; private Gee.HashMap event_uid; private static void on_exit (int signum) { @@ -47,12 +44,6 @@ namespace MayaDaemon { error (e.message); } - if (has_version) { - message ("%s (Daemon)", Build.APP_NAME); - message ("%s", Build.VERSION); - return 0; - } - Granite.Services.Logger.initialize (Build.APP_NAME); Granite.Services.Logger.DisplayLevel = Granite.Services.LogLevel.WARN; diff --git a/data/maya.gresource.xml b/data/maya.gresource.xml index 42a45b864..ef2acf866 100644 --- a/data/maya.gresource.xml +++ b/data/maya.gresource.xml @@ -4,6 +4,7 @@ calendar-go-today.svg LocationMarker.svg style/AgendaEventRow.css + style/Application.css style/calendar.css style/ColorButton.css diff --git a/data/style/AgendaEventRow.css b/data/style/AgendaEventRow.css index d4e0a046d..eb2a9a92d 100644 --- a/data/style/AgendaEventRow.css +++ b/data/style/AgendaEventRow.css @@ -18,3 +18,14 @@ .event .title { font-weight: 600; } + +row:selected .event { + background: mix (#fff, @accent_color, 0.2); + box-shadow: + 0 1px 2px alpha (#000, 0.2), + 0 1px 3px alpha (@accent_color, 0.15); +} + +row:selected .event image { + color: shade(@accent_color, 0.65); +} diff --git a/data/style/Application.css b/data/style/Application.css new file mode 100644 index 000000000..a321a76e2 --- /dev/null +++ b/data/style/Application.css @@ -0,0 +1,2 @@ +@define-color colorAccent @LIME_500; + diff --git a/po/POTFILES b/po/POTFILES index bbe120e9e..9b754b0c5 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -18,6 +18,7 @@ src/ImportDialog.vala src/MainWindow.vala src/EventEdition/ContactImage.vala src/EventEdition/EventDialog.vala +src/EventEdition/GuestGrid.vala src/EventEdition/GuestsPanel.vala src/EventEdition/InfoPanel.vala src/EventEdition/LocationPanel.vala @@ -44,4 +45,5 @@ src/Widgets/ContractorButtonWithMenu.vala src/Widgets/DateSwitcher.vala src/Widgets/DateTimePicker.vala src/Widgets/DynamicSpinner.vala +src/Widgets/EventMenu.vala src/Widgets/HeaderBar.vala diff --git a/po/aa.po b/po/aa.po index 8cae6152d..0d4b63a8c 100644 --- a/po/aa.po +++ b/po/aa.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:13+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ab.po b/po/ab.po index ff954eec0..f1c4279b6 100644 --- a/po/ab.po +++ b/po/ab.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:13+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ae.po b/po/ae.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/ae.po +++ b/po/ae.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/af.po b/po/af.po index 77368c86c..a023c5559 100644 --- a/po/af.po +++ b/po/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2016-11-07 07:53+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: Afrikaans \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-08 05:09+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -83,7 +83,7 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -91,68 +91,34 @@ msgstr "" "Jou komende gebeurtenisse sal hier vertoon word als jy 'n datum kies met " "gebeurtenisse." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -197,42 +163,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -257,35 +223,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -653,14 +619,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -694,32 +652,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -728,6 +696,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -737,6 +725,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ak.po b/po/ak.po index b3fd56a1f..b44f68d01 100644 --- a/po/ak.po +++ b/po/ak.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2017-06-26 12:57+0000\n" "Last-Translator: Lawrence Aberba \n" "Language-Team: Akan \n" "Language-Team: Amharic \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:13+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "በእዚህ ኮምፒዩተር ላይ" @@ -84,76 +84,42 @@ msgstr "ታማኝ ግንኙነቶች መጠቀሚያ" msgid "Server handles meeting invitations" msgstr "ሰርቨሩ የስብሰባ ግብዣዎችን ይይዛል" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "የእርስዎ ወደ ፊት የሚመጡ ሁኔታዎች የሚታዩት እዚህ ነው ቀን እና ሁኔታዎች ሲመርጡ" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "በ ቀኑ ውስጥ" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "ሙሉ ቀን" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "ወሮች" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "ወሮች" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "ማረሚያ…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "ማስወገጃ" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -200,42 +166,42 @@ msgstr "ሁኔታዎች መጨመሪያ" msgid "Edit Event" msgstr "ሁኔታዎችን ማረሚያ" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "ባጠቃላይ መረጃዎች" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "አካባቢ" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "እንግዶች" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "አስታዋሾች" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "ሁኔታውን ማጥፊያ" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "ሁኔታዎች መፍጠሪያ" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "ለውጦቹን ማስቀመጫ" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "መሰረዣ" @@ -260,35 +226,35 @@ msgstr "ተቀብያለሁ" msgid "Declined" msgstr "አልቀበልም" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "ከ :" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "ሙሉ ቀን" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "ወደ :" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "አርእስት:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "የሁኔታዎች ስም" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "ቀን መቁጠሪያ:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "አስተያየት:" @@ -657,15 +623,6 @@ msgstr "ቅዳ" msgid "Sun" msgstr "እሑ" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "ሁኔታውን ማጥፊያ" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "የ ሳምንት ቁጥሮች መደበቂያ" @@ -699,33 +656,43 @@ msgstr "አይነት:" msgid "Color:" msgstr "ቀለም:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "እንደ ነባር ቀን መቁጠሪያ ምልክት ማድረጊያ" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "የ ቀን መቁጠሪያ መፍጠሪያ" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "ማስቀመጫ" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "ማስወገጃ" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "ማስወገጃ" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "ማረሚያ…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "መተው" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "ቀን መቁጠሪያው \"%s\" ተወግዷል" @@ -734,6 +701,26 @@ msgstr "ቀን መቁጠሪያው \"%s\" ተወግዷል" msgid "Add New Calendar…" msgstr "አዲስ ቀን መቁጠሪያ መጨመሪያ…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -744,6 +731,15 @@ msgstr "ቀን መቁጠሪያ መላኪያ..." msgid "calendar.ics" msgstr "calendar.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "ሁኔታውን ማጥፊያ" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "አዲስ ሁኔታ መፍጠሪያ" @@ -760,6 +756,10 @@ msgstr "ቀን መቁጠሪያ አስተዳዳሪ" msgid "Export or Share the default Calendar" msgstr "ነባር ቀን መቁጠሪያውን መላኪያ ወይንም መካፈያ" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Email" #~ msgstr "ኢሜይል" diff --git a/po/an.po b/po/an.po index 8cae6152d..0d4b63a8c 100644 --- a/po/an.po +++ b/po/an.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:13+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ar.po b/po/ar.po index 30a128cc6..3823202ff 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-10-24 09:55+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: Arabic \n" @@ -20,7 +20,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:13+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "على هذا الكمبيوتر" @@ -84,74 +84,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "يتم هنا عرض الأحداث القادمة الخاصة بك عند إختيارك لتاريخ مسجل به أحداث" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -202,42 +168,42 @@ msgstr "إضافة حدث" msgid "Edit Event" msgstr "تعديل الحدث" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "المكان" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "إنشاء حدث" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "حفظ التغييرات" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -262,35 +228,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "من:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "اليوم بأكمله:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "إلى:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "إسم الحدث" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -658,15 +624,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "إنشاء حدث" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -700,32 +657,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -734,6 +701,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -744,6 +731,15 @@ msgstr "تصدير التقويم" msgid "calendar.ics" msgstr "تقويم.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "إنشاء حدث" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "إنشاء حدث جديد" diff --git a/po/as.po b/po/as.po index a017970ab..06f071836 100644 --- a/po/as.po +++ b/po/as.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:13+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ast.po b/po/ast.po index 01255615a..e56e97a76 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-19 23:22+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: Asturian \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:13+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Nesti ordenador" @@ -83,74 +83,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -195,42 +161,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -255,35 +221,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -651,14 +617,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -692,32 +650,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -726,6 +694,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -735,6 +723,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/av.po b/po/av.po index ff954eec0..f1c4279b6 100644 --- a/po/av.po +++ b/po/av.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:13+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ay.po b/po/ay.po index 304f601c5..9bf909eb3 100644 --- a/po/ay.po +++ b/po/ay.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/az.po b/po/az.po index 8dce15713..fb6b8fb12 100644 --- a/po/az.po +++ b/po/az.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2017-12-20 00:04+0000\n" "Last-Translator: Вагиф Кязым \n" "Language-Team: Azerbaijani \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/be.po b/po/be.po index eca834120..f63f674fb 100644 --- a/po/be.po +++ b/po/be.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-19 23:29+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: Belarusian \n" @@ -20,7 +20,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "На гэтым камп'ютэры" @@ -85,74 +85,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -198,42 +164,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Агульная інфармацыя" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Месца" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Госці" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Захаваць змяненні" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -258,35 +224,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "З:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Увесь дзень:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Да:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -655,14 +621,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -696,32 +654,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -730,6 +698,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -740,6 +728,14 @@ msgstr "Экспартаваць Каляндар..." msgid "calendar.ics" msgstr "каляндар.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/bg.po b/po/bg.po index bd665599c..2158e9da9 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2017-05-09 22:15+0000\n" "Last-Translator: Martin Tomov \n" "Language-Team: Bulgarian \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/bi.po b/po/bi.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/bi.po +++ b/po/bi.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/bm.po b/po/bm.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/bm.po +++ b/po/bm.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/bn.po b/po/bn.po index 6d8a51fb8..1d23f8a96 100644 --- a/po/bn.po +++ b/po/bn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-05-29 09:30+0000\n" "Last-Translator: Ibraheem Moosa \n" "Language-Team: Bengali \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/br.po b/po/br.po index c8f354065..a6ed1f785 100644 --- a/po/br.po +++ b/po/br.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/bs.po b/po/bs.po index c2d80a394..6cb5699b1 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-11-03 22:51+0000\n" "Last-Translator: Elvis Mujanović \n" "Language-Team: Bosnian \n" "Language-Team: Catalan \n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-19 05:51+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "En aquest ordinador" @@ -84,7 +84,7 @@ msgstr "Utilitza una connexió segura" msgid "Server handles meeting invitations" msgstr "El servidor gestiona les invitacions a les reunions" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,68 +92,34 @@ msgstr "" "Els pròxims esdeveniments es mostraran aquí quan seleccioneu una data que " "tingui esdeveniments." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "Propers esdeveniments" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Durant el dia" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Tot el dia" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "Demà" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "Aquesta setmana" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "La setmana que ve" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "Aquest mes" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "El mes que ve" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Edita…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Suprimeix" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "Crea un esdeveniment" @@ -198,42 +164,42 @@ msgstr "Afegeix un esdeveniment" msgid "Edit Event" msgstr "Edita l'esdeveniment" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Informació general" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Ubicació" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Participants" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Recordatoris" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Repetició" msgstr[1] "Repeticions" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Suprimeix l'esdeveniment" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Crea un esdeveniment" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Desa els canvis" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Cancel·la" @@ -258,35 +224,35 @@ msgstr "Acceptada" msgid "Declined" msgstr "Rebutjada" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Des de:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Tot el dia:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Fins a:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Títol:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Nom de l'esdeveniment" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Premeu retorn per analitzar l'esdeveniment" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Calendari:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Comentaris:" @@ -654,14 +620,6 @@ msgstr "Ds" msgid "Sun" msgstr "Dg" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "Suprimeix l'esdeveniment" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "Suprimeix l'ocurrència" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Amaga els números de la setmana" @@ -695,32 +653,42 @@ msgstr "Tipus:" msgid "Color:" msgstr "Color:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Utilitza com a calendari predeterminat" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Crea un calendari" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Desa" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Suprimeix" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "No suprimible" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Edita…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "No editable" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Desfés" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "S'ha suprimit \"%s\"." @@ -729,6 +697,26 @@ msgstr "S'ha suprimit \"%s\"." msgid "Add New Calendar…" msgstr "Afegeix un calendari nou…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s – %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s – %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -738,6 +726,14 @@ msgstr "Exporta el calendari…" msgid "calendar.ics" msgstr "calendari.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Suprimeix l'esdeveniment" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Suprimeix l'ocurrència" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Crea un esdeveniment nou" @@ -754,6 +750,12 @@ msgstr "Administra els calendaris" msgid "Export or Share the default Calendar" msgstr "Exporta o comparteix el calendari predeterminat" +#~ msgid "Upcoming Events" +#~ msgstr "Propers esdeveniments" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Importa esdeveniments de %s al calendari següent:" diff --git a/po/ce.po b/po/ce.po index 15cf2d127..a9144a4af 100644 --- a/po/ce.po +++ b/po/ce.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ch.po b/po/ch.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/ch.po +++ b/po/ch.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ckb.po b/po/ckb.po index a38250780..9d2049a67 100644 --- a/po/ckb.po +++ b/po/ckb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-10-07 02:30+0000\n" "Last-Translator: qezwan \n" "Language-Team: Persian \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "لە سەر ئەم کۆمپیوترە" @@ -84,77 +84,43 @@ msgstr "سوود وەرگرتن لە پەیوەندی پارێزراو" msgid "Server handles meeting invitations" msgstr "رێزبەندی بانگهێستەکانی بینەرانی سێرڤێر" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" "لە کاتی هەلبژاردنی ڕۆژی هەبونی ڕووداو، ڕوداوەکانی ئەو ڕۆژە لێرە نیشان دەدرێت." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "لە مەودای ڕۆژ" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "هەموو ڕۆژ" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "مانگەکان" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "مانگەکان" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "دەستکاری..." - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "سڕکیینەوە" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -201,42 +167,42 @@ msgstr "زیادکردنی ڕووداو" msgid "Edit Event" msgstr "دەستکاری رووداو" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "زانیاری گشتی" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "شوێن (جێگا)" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "میوانەکان" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "بیرخەرەوەکان" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "سڕینەوەی ڕووداو" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "دروستکردنی ڕووداو" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "پاشکەوتی گۆڕانکاری" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "هەڵوەشاندنەوە" @@ -261,35 +227,35 @@ msgstr "پەسەند کرا" msgid "Declined" msgstr "رەت کرا" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "لە:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "هەموو ڕۆژ :" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "تا:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "بابەت:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "ناوی ڕوداو" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "ڕۆژمێر:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "بۆچوون:" @@ -658,15 +624,6 @@ msgstr "شەممە" msgid "Sun" msgstr "یەک شەممە" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "سڕینەوەی ڕووداو" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "شاردنەوەی ژمارەی هەفتە" @@ -700,33 +657,43 @@ msgstr "جۆر :" msgid "Color:" msgstr "ڕەنگ:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "دیاری کردن بۆ ڕۆژمێری فەرمی" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "دروستکردنی ڕۆژمێر" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "پاشکەوت" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "سڕکیینەوە" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "سڕکیینەوە" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "دەستکاری..." + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "گەڕانەوە" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "ڕۆژمێری \"%S\" سڕاوەتەوە." @@ -735,6 +702,26 @@ msgstr "ڕۆژمێری \"%S\" سڕاوەتەوە." msgid "Add New Calendar…" msgstr "زیاد کردنی ڕۆژمێری نوێ ...." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -745,6 +732,15 @@ msgstr "هەناردن لە ڕۆژمێر" msgid "calendar.ics" msgstr "calendar.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "سڕینەوەی ڕووداو" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "دروستکردنی روداوێک" @@ -761,6 +757,10 @@ msgstr "بەڕێوەبردنی ڕۆژمێرەکان" msgid "Export or Share the default Calendar" msgstr "هەناردەو هاوبەسکردنی ڕۆژمێری پێشگریمان" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "وارد نمودن رویداد ها از \"%s\" به تقویم پیش رو:" diff --git a/po/co.po b/po/co.po index 15cf2d127..a9144a4af 100644 --- a/po/co.po +++ b/po/co.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/cr.po b/po/cr.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/cr.po +++ b/po/cr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/cs.po b/po/cs.po index 48372dcd4..2d223c80b 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" -"PO-Revision-Date: 2018-10-18 07:03+0000\n" -"Last-Translator: Jan Marek \n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2018-12-13 14:59+0000\n" +"Last-Translator: Daniel Zvir \n" "Language-Team: Czech \n" "Language: cs\n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2017-02-28 04:56+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "V tomto počítači" @@ -84,74 +84,40 @@ msgstr "Používat zabezpečené připojení" msgid "Server handles meeting invitations" msgstr "Server spravuje pozvánky na schůzky" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "Zde se zobrazí nadcházející události, až vyberete datum s událostmi." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "Nadcházející události" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Během dne" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Celý den" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "Zítra" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "Tento týden" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "Příští týden" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "Tento měsíc" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "Příští měsíc" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Upravit…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Odstranit" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "Vytvořit událost" @@ -169,22 +135,21 @@ msgid "Calendar" msgstr "Kalendář" #: src/ImportDialog.vala:28 -#, fuzzy msgid "Select a Calendar to Import Into" -msgstr "Vyberte kalendáře, které zobrazit" +msgstr "Vyberte kalendář do kterého chcete importovat" #: src/ImportDialog.vala:44 -#, fuzzy, c-format +#, c-format msgid "Events from \"%s\" will be merged with this calendar:" -msgstr "Importovat události ze souboru %d do následujícího kalendáře:" +msgstr "Události z \"%s\" budou sloučeny s tímto kalendářem:" #: src/ImportDialog.vala:47 -#, fuzzy, c-format +#, c-format msgid "Events from %d file will be merged with this calendar:" msgid_plural "Events from %d files will be merged with this calendar:" -msgstr[0] "Importovat události ze souboru %d do následujícího kalendáře:" -msgstr[1] "Importovat události ze souborů %d do následujícího kalendáře:" -msgstr[2] "Importovat události ze souborů %d do následujícího kalendáře:" +msgstr[0] "Události z %d souboru budou sloučeny s tímto kalendářem:" +msgstr[1] "Události ze %d souborů budou sloučeny s tímto kalendářem:" +msgstr[2] "Události z %d souborů budou sloučeny s tímto kalendářem:" #: src/ImportDialog.vala:57 msgid "Import" @@ -198,23 +163,23 @@ msgstr "Přidat událost" msgid "Edit Event" msgstr "Upravit událost" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Obecné informace" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Místo" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Hosté" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Připomenutí" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" @@ -222,19 +187,19 @@ msgstr[0] "Opakování" msgstr[1] "Opakování" msgstr[2] "Opakování" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Smazat událost" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Vytvořit událost" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Uložit změny" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Zrušit" @@ -259,35 +224,35 @@ msgstr "Přijato" msgid "Declined" msgstr "Odmítnuto" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Od:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Celý den:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Do:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Název:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Název události" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Stiskněte enter pro vložení události" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Kalendář:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Komentáře:" @@ -659,14 +624,6 @@ msgstr "So" msgid "Sun" msgstr "Ne" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "Smazat událost" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "Smazat tento výskyt" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Skrýt čísla týdnů" @@ -700,41 +657,70 @@ msgstr "Typ:" msgid "Color:" msgstr "Barva:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Označit jako výchozí kalendář" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Vytvořit kalendář" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Uložit" -#: src/SourceDialog/SourceItem.vala:76 -#, fuzzy -msgid "Not Removable" +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" msgstr "Odstranit" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:75 +msgid "Not Removable" +msgstr "Neodstranitelné" + +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Upravit…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" -msgstr "" +msgstr "Needitovatelné" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Zpět" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 -#, fuzzy, c-format +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 +#, c-format msgid "\"%s\" removed" -msgstr "Kalendář \"%s\" odstraněn." +msgstr "\"%s\" odstraněno" #: src/SourceDialog/SourceSelector.vala:51 msgid "Add New Calendar…" msgstr "Přidat Nový kalendář…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -744,6 +730,14 @@ msgstr "Exportovat kalendář…" msgid "calendar.ics" msgstr "kalendar.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Smazat událost" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Smazat tento výskyt" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Vytvořit novou událost" @@ -760,6 +754,12 @@ msgstr "Spravovat kalendáře" msgid "Export or Share the default Calendar" msgstr "Exportovat nebo sdílet výchozí kalendář" +#~ msgid "Upcoming Events" +#~ msgstr "Nadcházející události" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Importovat z \"%s\" do tohoto kalendáře:" diff --git a/po/cu.po b/po/cu.po index e88043a8c..3f222d54d 100644 --- a/po/cu.po +++ b/po/cu.po @@ -1,11 +1,11 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -69,74 +69,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -181,42 +147,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -241,35 +207,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -637,14 +603,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -678,32 +636,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -712,6 +680,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -721,6 +709,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/cv.po b/po/cv.po index a0f2ee706..2ac2e01fc 100644 --- a/po/cv.po +++ b/po/cv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/cy.po b/po/cy.po index c595e88ae..a41a49e4e 100644 --- a/po/cy.po +++ b/po/cy.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -15,7 +15,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -79,74 +79,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -193,42 +159,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -253,35 +219,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -649,14 +615,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -690,32 +648,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -724,6 +692,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -733,6 +721,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/da.po b/po/da.po index 6a864f2ca..dc0734b82 100644 --- a/po/da.po +++ b/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-10-16 09:44+0000\n" "Last-Translator: Kaj Printz Madsen \n" "Language-Team: Danish \n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2018-12-28 12:41+0000\n" +"Last-Translator: Jörg Arnold \n" "Language-Team: German \n" "Language: de\n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-08 05:09+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Auf diesem Computer" @@ -84,7 +84,7 @@ msgstr "Sichere Verbindung verwenden" msgid "Server handles meeting invitations" msgstr "Server unterstützt Einladungen zu Besprechungen" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,68 +92,34 @@ msgstr "" "Ihre bevorstehenden Termine werden hier angezeigt, wenn Sie ein Datum mit " "Terminen auswählen." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "Bevorstehende Termine" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Im Laufe des Tages" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Ganztägig" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "Morgen" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "Aktuelle Woche" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "Kommende Woche" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "Aktueller Monat" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "Kommender Monat" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Bearbeiten…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Entfernen" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "Einen Termin erstellen" @@ -171,21 +137,20 @@ msgid "Calendar" msgstr "Kalender" #: src/ImportDialog.vala:28 -#, fuzzy msgid "Select a Calendar to Import Into" -msgstr "Anzuzeigende Kalender auswählen" +msgstr "Kalender zum Importieren auswählen" #: src/ImportDialog.vala:44 -#, fuzzy, c-format +#, c-format msgid "Events from \"%s\" will be merged with this calendar:" -msgstr "Termine aus der Datei %d in den folgenden Kalender importieren:" +msgstr "Termine aus \"%s\" werden in den folgenden Kalender importiert:" #: src/ImportDialog.vala:47 -#, fuzzy, c-format +#, c-format msgid "Events from %d file will be merged with this calendar:" msgid_plural "Events from %d files will be merged with this calendar:" -msgstr[0] "Termine aus der Datei %d in den folgenden Kalender importieren:" -msgstr[1] "Termine aus den Dateien %d in den folgenden Kalender importieren:" +msgstr[0] "Termine aus der Datei %d werden in diesen Kalender importiert:" +msgstr[1] "Termine aus den Dateien %d werden in diesen Kalender importiert:" #: src/ImportDialog.vala:57 msgid "Import" @@ -199,42 +164,42 @@ msgstr "Termin hinzufügen" msgid "Edit Event" msgstr "Termin bearbeiten" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Allgemeine Informationen" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Ort" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Gäste" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Erinnerungen" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Wiederholung" msgstr[1] "Wiederholungen" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Termin löschen" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Termin erstellen" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Änderungen speichern" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Abbrechen" @@ -259,35 +224,35 @@ msgstr "Akzeptiert" msgid "Declined" msgstr "Abgesagt" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Von:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Ganztägig:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Bis:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Titel:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Terminbezeichnung" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Drücken Sie die Eingabetaste, um den Termin zu analysieren" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Kalender:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Kommentare:" @@ -655,14 +620,6 @@ msgstr "Sa" msgid "Sun" msgstr "So" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "Termin entfernen" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "Ereignis an diesem Tag entfernen" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Wochennummern ausblenden" @@ -696,41 +653,70 @@ msgstr "Typ:" msgid "Color:" msgstr "Farbe:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Als Vorgabekalender wählen" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Kalender erstellen" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Speichern" -#: src/SourceDialog/SourceItem.vala:76 -#, fuzzy -msgid "Not Removable" +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" msgstr "Entfernen" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:75 +msgid "Not Removable" +msgstr "Nicht entfernbar" + +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Bearbeiten…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" -msgstr "" +msgstr "Nicht editierbar" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Rückgängig" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 -#, fuzzy, c-format +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 +#, c-format msgid "\"%s\" removed" -msgstr "Kalender \"%s\" wurde entfernt." +msgstr "\"%s\" wurde entfernt" #: src/SourceDialog/SourceSelector.vala:51 msgid "Add New Calendar…" msgstr "Neuen Kalender hinzufügen…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s – %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s – %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -740,6 +726,14 @@ msgstr "Kalender exportieren…" msgid "calendar.ics" msgstr "Kalender.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Termin entfernen" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Ereignis an diesem Tag entfernen" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Neuen Termin erstellen" @@ -756,6 +750,12 @@ msgstr "Kalender verwalten" msgid "Export or Share the default Calendar" msgstr "Standardkalender exportieren oder teilen" +#~ msgid "Upcoming Events" +#~ msgstr "Bevorstehende Termine" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Termine aus »%s« in den folgenden Kalender importieren:" diff --git a/po/dv.po b/po/dv.po index a0f2ee706..2ac2e01fc 100644 --- a/po/dv.po +++ b/po/dv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/dz.po b/po/dz.po index a0f2ee706..2ac2e01fc 100644 --- a/po/dz.po +++ b/po/dz.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ee.po b/po/ee.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/ee.po +++ b/po/ee.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/el.po b/po/el.po index 453dee8f6..7c4a5b4af 100644 --- a/po/el.po +++ b/po/el.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2017-01-21 09:04+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: Greek \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2017-01-22 05:35+0000\n" "X-Generator: Launchpad (build 18302)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Σε αυτόν τον υπολογιστή" @@ -84,7 +84,7 @@ msgstr "Χρήση μιας ασφαλούς σύνδεσης" msgid "Server handles meeting invitations" msgstr "Ο διακομιστής χειρίζεται τις προσκλήσεις συναντήσεων" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,72 +92,38 @@ msgstr "" "Τα προσεχή γεγονότα σας θα εμφανίζονται εδώ όταν επιλέξετε μια ημερομηνία με " "γεγονότα." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Κατά τη διάρκεια της ημέρας" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Όλη μέρα" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 #, fuzzy msgid "This Week" msgstr "Εβδομάδα" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 #, fuzzy msgid "Next Week" msgstr "Εβδομάδα" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "Μήνας" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "Μήνας" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Επεξεργασία..." - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Αφαίρεση" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -204,42 +170,42 @@ msgstr "Προσθήκη γεγονότος" msgid "Edit Event" msgstr "Επεξεργασία γεγονότος" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Γενικές Πληροφορίες" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Τοποθεσία" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Καλεσμένοι" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Υπενθυμίσεις" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Επανάληψη" msgstr[1] "Επαναλήψεις" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Διαγραφή Γεγονότος" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Δημιουργία γεγονότος" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Αποθήκευση αλλαγών" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Ακύρωση" @@ -264,35 +230,35 @@ msgstr "Αποδέχτηκε" msgid "Declined" msgstr "Απορρίφθηκε" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Από:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Όλη μέρα:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Προς:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Τίτλος:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Όνομα γεγονότος" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Πατήστε enter για να αναλύσετε το γεγονός" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Ημερολόγιο:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Σχόλια:" @@ -661,15 +627,6 @@ msgstr "Σαβ" msgid "Sun" msgstr "Κυρ" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Διαγραφή Γεγονότος" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Απόκρυψη Αριθμών Εβδομάδας" @@ -703,33 +660,43 @@ msgstr "Τύπος:" msgid "Color:" msgstr "Χρώμα:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Σήμανση ως προεπιλγμένο ημερολόγιο" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Δημιουργία Ημερολογίου" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Αποθήκευση" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Αφαίρεση" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Αφαίρεση" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Επεξεργασία..." + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Αναίρεση" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "Το ημερολόγιο \"%s\" αφαιρέθηκε." @@ -738,6 +705,26 @@ msgstr "Το ημερολόγιο \"%s\" αφαιρέθηκε." msgid "Add New Calendar…" msgstr "Προσθήκη Νέου Ημερολογίου..." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -748,6 +735,15 @@ msgstr "Εξαγωγή Ημερολογίου..." msgid "calendar.ics" msgstr "ημερολόγιο.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Διαγραφή Γεγονότος" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Δημιουργία ενός νέου γεγονότος" @@ -764,6 +760,10 @@ msgstr "Διαχείριση Ημερολογίων" msgid "Export or Share the default Calendar" msgstr "Εξαγωγή ή Κοινή Χρήση του προεπιλεγμένου Ημερολογίου" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Εισαγωγή γεγονότων από \"%s\" στο παρακάτω ημερολόγιο:" diff --git a/po/en_AU.po b/po/en_AU.po index 0134788de..31a16ba45 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2016-11-07 07:51+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: English (Australia) \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-08 05:09+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "On this computer" @@ -83,7 +83,7 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -91,68 +91,34 @@ msgstr "" "Your upcoming events will be displayed here when you select a date with " "events." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "During the day" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "All day" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Edit…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Remove" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -199,42 +165,42 @@ msgstr "Add Event" msgid "Edit Event" msgstr "Edit Event" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Location" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Create Event" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Save Changes" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Cancel" @@ -259,35 +225,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "From:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "All day:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "To:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Name of Event" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -655,15 +621,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Create Event" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Hide Week Numbers" @@ -697,33 +654,43 @@ msgstr "Type:" msgid "Color:" msgstr "Colour:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Mark as default calendar" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Remove" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Remove" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Edit…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Undo" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "Calendar \"%s\" removed." @@ -732,6 +699,26 @@ msgstr "Calendar \"%s\" removed." msgid "Add New Calendar…" msgstr "Add New Calendar…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -742,6 +729,15 @@ msgstr "Export Calendar..." msgid "calendar.ics" msgstr "calendar.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Create Event" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Create a new event" @@ -758,6 +754,10 @@ msgstr "" msgid "Export or Share the default Calendar" msgstr "Export or Share the default Calendar" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Import events from \"%s\" into the following calendar:" diff --git a/po/en_CA.po b/po/en_CA.po index e0f4de7af..435d49a8d 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2017-04-25 11:27+0000\n" "Last-Translator: Shawn \n" "Language-Team: English (Canada) \n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2018-12-18 10:20+0000\n" +"Last-Translator: Ciarán Ainsworth \n" "Language-Team: English (United Kingdom) \n" "Language: en_GB\n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "On this computer" @@ -84,7 +84,7 @@ msgstr "Use a secure connection" msgid "Server handles meeting invitations" msgstr "Server handles meeting invitations" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,68 +92,34 @@ msgstr "" "Your upcoming events will be displayed here when you select a date with " "events." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "Upcoming Events" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "During the day" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "All day" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "Tomorrow" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "This week" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "Next week" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "This month" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "Next month" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Edit…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Remove" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "Create an event" @@ -171,21 +137,20 @@ msgid "Calendar" msgstr "Calendar" #: src/ImportDialog.vala:28 -#, fuzzy msgid "Select a Calendar to Import Into" -msgstr "Select calendars to display" +msgstr "Select a Calendar to Import Into" #: src/ImportDialog.vala:44 -#, fuzzy, c-format +#, c-format msgid "Events from \"%s\" will be merged with this calendar:" -msgstr "Import events from %d file into the following calendar:" +msgstr "Events from \"%s\" will be merged with this calendar:" #: src/ImportDialog.vala:47 -#, fuzzy, c-format +#, c-format msgid "Events from %d file will be merged with this calendar:" msgid_plural "Events from %d files will be merged with this calendar:" -msgstr[0] "Import events from %d file into the following calendar:" -msgstr[1] "Import events from %d files into the following calendar:" +msgstr[0] "Events from %d file will be merged with this calendar:" +msgstr[1] "Events from %d files will be merged with this calendar:" #: src/ImportDialog.vala:57 msgid "Import" @@ -199,42 +164,42 @@ msgstr "Add Event" msgid "Edit Event" msgstr "Edit Event" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "General Informations" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Location" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Guests" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Reminders" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Repeat" msgstr[1] "Repeats" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Delete Event" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Create Event" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Save Changes" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Cancel" @@ -259,35 +224,35 @@ msgstr "Accepted" msgid "Declined" msgstr "Declined" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "From:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "All day:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "To:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Title:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Name of Event" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Press enter to parse event" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Calendar:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Comments:" @@ -655,14 +620,6 @@ msgstr "Sat" msgid "Sun" msgstr "Sun" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "Remove Event" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "Remove Occurrence" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Hide Week Numbers" @@ -696,41 +653,70 @@ msgstr "Type:" msgid "Color:" msgstr "Colour:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Mark as default calendar" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Create Calendar" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Save" -#: src/SourceDialog/SourceItem.vala:76 -#, fuzzy -msgid "Not Removable" +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" msgstr "Remove" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:75 +msgid "Not Removable" +msgstr "Not Removable" + +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Edit…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" -msgstr "" +msgstr "Not Editable" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Undo" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 -#, fuzzy, c-format +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 +#, c-format msgid "\"%s\" removed" -msgstr "Calendar '%s' removed." +msgstr "\"%s\" removed" #: src/SourceDialog/SourceSelector.vala:51 msgid "Add New Calendar…" msgstr "Add New Calendar…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s – %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s – %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -740,6 +726,14 @@ msgstr "Export Calendar…" msgid "calendar.ics" msgstr "calendar.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Remove Event" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Remove Occurrence" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Create a new event" @@ -756,6 +750,12 @@ msgstr "Manage Calendars" msgid "Export or Share the default Calendar" msgstr "Export or Share the default Calendar" +#~ msgid "Upcoming Events" +#~ msgstr "Upcoming Events" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Import events from \"%s\" into the following calendar:" diff --git a/po/eo.po b/po/eo.po index bf323b07b..0c67883c7 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-10-22 00:02+0000\n" "Last-Translator: Jesse ALTER \n" "Language-Team: Esperanto \n" "Language-Team: Spanish \n" "Language-Team: Estonian \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Selles arvutis" @@ -84,78 +84,44 @@ msgstr "Turvalise ühenduse kasutamine" msgid "Server handles meeting invitations" msgstr "Kokkusaamiskutseid hallatakse serveri poolt" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "Kuupäeva valides kuvatakse valitud sündmused siia." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Päeva jooksul" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Kogu päev" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 #, fuzzy msgid "This Week" msgstr "Nädal" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 #, fuzzy msgid "Next Week" msgstr "Nädal" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "Kuu" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "Kuu" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Muuda…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Eemalda" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -202,42 +168,42 @@ msgstr "Sündmuse lisamine" msgid "Edit Event" msgstr "Sündmuse redigeerimine" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Üldinfo" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Asukoht" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Külalised" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Meeldetuletused" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Kordus" msgstr[1] "Kordused" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Kustuta sündmus" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Lisa sündmus" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Salvesta muudatused" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Loobu" @@ -262,35 +228,35 @@ msgstr "Nõus" msgid "Declined" msgstr "Tagasi lükatud" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Algus:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Terve päev:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Lõpp:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Nimi:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Sündmuse nimi" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Sündmuse analüüsimiseks vajuta enterit" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Kalender:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Märkmed:" @@ -659,15 +625,6 @@ msgstr "L" msgid "Sun" msgstr "P" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Kustuta sündmus" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Peida nädalate numbrid" @@ -701,33 +658,43 @@ msgstr "Tüüp:" msgid "Color:" msgstr "Värv:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Vaikimisi kalendriks määramine" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Loo kalender" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Salvesta" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Eemalda" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Eemalda" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Muuda…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Võta tagasi" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "Kalender \"%s\" eemaldati." @@ -736,6 +703,26 @@ msgstr "Kalender \"%s\" eemaldati." msgid "Add New Calendar…" msgstr "Uue kalendri lisamine…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -746,6 +733,15 @@ msgstr "Ekspordi kalender..." msgid "calendar.ics" msgstr "kalender.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Kustuta sündmus" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Uue sündmuse loomine" @@ -762,6 +758,10 @@ msgstr "Kalendrite haldamine" msgid "Export or Share the default Calendar" msgstr "Ekspordi või jaga vaikimisi kalendrit" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Sündmuste importimine kalendrist \"%s\" järgnevasse kalendrisse:" diff --git a/po/eu.po b/po/eu.po index ee68cebd8..d402b91ed 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-11-23 20:50+0000\n" "Last-Translator: Asier Iturralde Sarasola \n" "Language-Team: Basque \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Ordenagailu honetan" @@ -84,79 +84,45 @@ msgstr "Erabili konexio seguru bat" msgid "Server handles meeting invitations" msgstr "Zerbitzariak bileretara gonbidapenak kudeatzen ditu" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" "Zure hurrengo gertaerak hemen erakutsiko dira data bat hautatzen duzunean." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Egunean zehar" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Egun osoan" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 #, fuzzy msgid "This Week" msgstr "aste" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 #, fuzzy msgid "Next Week" msgstr "aste" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "hilabete" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "hilabete" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Editatu..." - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Ezabatu" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -203,42 +169,42 @@ msgstr "Gehitu gertaera" msgid "Edit Event" msgstr "Editatu gertaera" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Informazio orokorrak" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Kokapena" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Gonbidatuak" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Oroigarriak" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "errepikapen" msgstr[1] "errepikapen" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Ezabatu gertaera" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Sortu gertaera" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Gorde aldaketak" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Utzi" @@ -263,35 +229,35 @@ msgstr "Onartuta" msgid "Declined" msgstr "Ukatuta" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Noiztik:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Egun osoa:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Noiz arte:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Izenburua:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Gertaeraren izena" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Egutegia:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Iruzkinak:" @@ -660,15 +626,6 @@ msgstr "lr." msgid "Sun" msgstr "ig." -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Ezabatu gertaera" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Ezkutatu asteen zenbakiak" @@ -702,33 +659,43 @@ msgstr "Mota:" msgid "Color:" msgstr "Kolorea:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Markatu egutegi lehenetsi gisa" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Sortu egutegia" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Gorde" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Ezabatu" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Ezabatu" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Editatu..." + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Desegin" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "\"%s\" egutegia ezabatuta." @@ -737,6 +704,26 @@ msgstr "\"%s\" egutegia ezabatuta." msgid "Add New Calendar…" msgstr "Gehitu egutegi berria..." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -747,6 +734,15 @@ msgstr "Esportatu egutegia..." msgid "calendar.ics" msgstr "egutegia.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Ezabatu gertaera" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Sortu gertaera berri bat" @@ -763,6 +759,10 @@ msgstr "Kudeatu egutegiak" msgid "Export or Share the default Calendar" msgstr "Esportatu edo partekatu egutegi lehenetsia" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Inportatu gertaerak \"%s\"(e)tik ondorengo egutegira:" diff --git a/po/extra/de.po b/po/extra/de.po index 3e136de5f..3fb0a3f62 100644 --- a/po/extra/de.po +++ b/po/extra/de.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-07-26 20:27+0100\n" -"PO-Revision-Date: 2018-08-26 00:03+0000\n" +"PO-Revision-Date: 2019-01-02 18:02+0000\n" "Last-Translator: Jörg Arnold \n" "Language-Team: German \n" @@ -46,7 +46,7 @@ msgstr "elementary LLC." #: data/io.elementary.calendar.desktop.in:8 msgid "office-calendar" -msgstr "" +msgstr "office-calendar" #: data/io.elementary.calendar.desktop.in:13 msgid "Maya;Planner;Dates;Days;Events;Calendar;ics;caldav;evolution;" diff --git a/po/extra/nn.po b/po/extra/nn.po index 536ffc90d..c7d18fed4 100644 --- a/po/extra/nn.po +++ b/po/extra/nn.po @@ -8,44 +8,48 @@ msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-07-26 20:27+0100\n" -"PO-Revision-Date: 2018-07-10 11:19+0200\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2019-01-03 21:49+0000\n" +"Last-Translator: Simon Dagfinrud \n" +"Language-Team: Norwegian Nynorsk \n" "Language: nn\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ASCII\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.0.1\n" #: data/io.elementary.calendar.appdata.xml.in:8 #: data/io.elementary.calendar.desktop.in:4 #: data/io.elementary.calendar.desktop.in:5 msgid "Calendar" -msgstr "" +msgstr "Kalender" #: data/io.elementary.calendar.appdata.xml.in:9 #: data/io.elementary.calendar.desktop.in:6 msgid "View and schedule events" -msgstr "" +msgstr "Vis og planlegg hendingar" #: data/io.elementary.calendar.appdata.xml.in:11 msgid "" "A slim, lightweight calendar app that syncs and manages multiple calendars " "in one place, like Google Calendar, Outlook and CalDAV." msgstr "" +"Ein slank og lett kalenderapplikasjon som synkroniserer og handsamar fleire " +"kalenderar på éin stad, med t.d. Google Calendar, Outlook og CalDAV." #: data/io.elementary.calendar.appdata.xml.in:78 msgid "elementary LLC." -msgstr "" +msgstr "elementary LLC." #: data/io.elementary.calendar.desktop.in:8 msgid "office-calendar" -msgstr "" +msgstr "office-calendar" #: data/io.elementary.calendar.desktop.in:13 msgid "Maya;Planner;Dates;Days;Events;Calendar;ics;caldav;evolution;" -msgstr "" +msgstr "Maya;Planleggar;Datoar;Dagar;Hendingar;Kalender;ics;caldav;evolution;" #: data/io.elementary.calendar.desktop.in:18 msgid "Add Event" -msgstr "" +msgstr "Lag ei hending" diff --git a/po/fa.po b/po/fa.po index afa9873ba..689c1e3f6 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-04-09 12:07+0000\n" "Last-Translator: awat \n" "Language-Team: Persian \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "بر روی این رایانه" @@ -84,7 +84,7 @@ msgstr "استفاده از اتصال امن" msgid "Server handles meeting invitations" msgstr "دسته بندی دعوت نامه های مشاهده کنندگان سرور" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,70 +92,36 @@ msgstr "" "در صورت انتخاب روز دارای رویداد، رویدادهای آن روز در این قسمت نمایش داده " "می‌شوند." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "در طول روز" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "تمام روز" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "ماه‌ها" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "ماه‌ها" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "ویرایش..." - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "زدودن" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -201,42 +167,42 @@ msgstr "افزودن رویداد" msgid "Edit Event" msgstr "ویرایش رویداد" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "اطلاعات عمومی" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "مکان (نشانی)" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "مهمان‌ها" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "یادآوری‌ها" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "حذف رویداد" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "ساخت رویداد" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "ذخیره کردن تغییرات" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "انصراف" @@ -261,35 +227,35 @@ msgstr "پذیرفته شده" msgid "Declined" msgstr "رد شده" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "از:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "هر روز:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "تا:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "عنوان:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "نام رویداد" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "تقویم:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "توضيحات:" @@ -658,15 +624,6 @@ msgstr "شنبه" msgid "Sun" msgstr "یک‌شنبه" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "حذف رویداد" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "مخفی نمودن شماره هفته" @@ -700,33 +657,43 @@ msgstr "نوع :" msgid "Color:" msgstr "رنگ:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "انتخاب به عنوان تقویم اصلی" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "ایجاد تقویم" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "ذخیره" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "زدودن" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "زدودن" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "ویرایش..." + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "بر‌گرداندن" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "تقویم \"%S\" پاک شده است" @@ -735,6 +702,26 @@ msgstr "تقویم \"%S\" پاک شده است" msgid "Add New Calendar…" msgstr "اضافه نمودن تقویم جدید ..." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -745,6 +732,15 @@ msgstr "خروجی گرفتن از تقویم" msgid "calendar.ics" msgstr "calendar.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "حذف رویداد" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "ساخت یک رویداد" @@ -761,6 +757,10 @@ msgstr "مدیریت تقویم ها" msgid "Export or Share the default Calendar" msgstr "خروجی گرفتن و یا اشتراک گذاری تقویم پیش‌فرض" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "وارد نمودن رویداد ها از \"%s\" به تقویم پیش رو:" diff --git a/po/ff.po b/po/ff.po index 15cf2d127..a9144a4af 100644 --- a/po/ff.po +++ b/po/ff.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/fi.po b/po/fi.po index ea1597e09..9b642b222 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" -"PO-Revision-Date: 2018-10-16 19:31+0000\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2018-12-25 00:06+0000\n" "Last-Translator: Jiri Grönroos \n" "Language-Team: Finnish \n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Tällä tietokoneella" @@ -84,7 +84,7 @@ msgstr "Käytä salattua yhteyttä" msgid "Server handles meeting invitations" msgstr "Palvelin käsittelee kokouskutsut" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,68 +92,34 @@ msgstr "" "Tulevat tapahtumat näytetään tässä, kun valitset tapahtumia sisältävän " "päivämäärän." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "Tulevat tapahtumat" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Päivän aikana" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Koko päivä" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "Huomenna" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "Tällä viikolla" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "Ensi viikolla" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "Tässä kuussa" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "Ensi kuussa" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Muokkaa…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Poista" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "Luo tapahtuma" @@ -171,14 +137,13 @@ msgid "Calendar" msgstr "Kalenteri" #: src/ImportDialog.vala:28 -#, fuzzy msgid "Select a Calendar to Import Into" -msgstr "Valitse näytettävät kalenterit" +msgstr "Valitse kalenteri mihin tuodaan" #: src/ImportDialog.vala:44 -#, fuzzy, c-format +#, c-format msgid "Events from \"%s\" will be merged with this calendar:" -msgstr "Tuo tapahtumat %d tiedostosta seuraavaan kalenteriin:" +msgstr "Tapahtumat kohteesta \"%s\" yhdistetään tähän kalenteriin:" #: src/ImportDialog.vala:47 #, fuzzy, c-format @@ -199,42 +164,42 @@ msgstr "Lisää tapahtuma" msgid "Edit Event" msgstr "Muokkaa tapahtumaa" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Yleiset tiedot" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Paikka" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Vieraat" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Muistutukset" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "toisto" msgstr[1] "toistoa" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Poista tapahtuma" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Luo tapahtuma" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Tallenna muutokset" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Peru" @@ -259,35 +224,35 @@ msgstr "Hyväksynyt" msgid "Declined" msgstr "Hylännyt" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Alkaa:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Koko päivä:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Päättyy:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Otsikko:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Tapahtuman nimi" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Paina enter jäsentääksesi tapahtuman" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Kalenteri:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Kommentit:" @@ -655,14 +620,6 @@ msgstr "La" msgid "Sun" msgstr "Su" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "Poista tapahtuma" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "Poista toistuvuus" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Piilota viikkonumerot" @@ -696,41 +653,70 @@ msgstr "Tyyppi:" msgid "Color:" msgstr "Väri:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Merkitse oletuskalenteriksi" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Luo kalenteri" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Tallenna" -#: src/SourceDialog/SourceItem.vala:76 -#, fuzzy -msgid "Not Removable" +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" msgstr "Poista" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:75 +msgid "Not Removable" +msgstr "Ei poistettava" + +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Muokkaa…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" -msgstr "" +msgstr "Ei muokattava" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Kumoa" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 -#, fuzzy, c-format +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 +#, c-format msgid "\"%s\" removed" -msgstr "Kalenteri \"%s\" poistettiin." +msgstr "\"%s\" poistettiin" #: src/SourceDialog/SourceSelector.vala:51 msgid "Add New Calendar…" msgstr "Lisää uusi kalenteri…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s – %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s – %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -740,6 +726,14 @@ msgstr "Vie kalenteri…" msgid "calendar.ics" msgstr "kalenteri.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Poista tapahtuma" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Poista toistuvuus" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Luo uusi tapahtuma" @@ -756,6 +750,12 @@ msgstr "Hallitse kalentereita" msgid "Export or Share the default Calendar" msgstr "Vie tai jaa vakiokalenteri" +#~ msgid "Upcoming Events" +#~ msgstr "Tulevat tapahtumat" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Tuo tapahtumat lähteestä \"%s\" seuraavaan kalenteriin:" diff --git a/po/fj.po b/po/fj.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/fj.po +++ b/po/fj.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/fo.po b/po/fo.po index 15cf2d127..a9144a4af 100644 --- a/po/fo.po +++ b/po/fo.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/fr.po b/po/fr.po index 36b56d6a6..71b1c3f47 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" -"PO-Revision-Date: 2018-12-11 20:47+0000\n" -"Last-Translator: Nathan \n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2018-12-17 20:58+0000\n" +"Last-Translator: Corentin Noël \n" "Language-Team: French \n" "Language: fr\n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Sur cet ordinateur" @@ -84,7 +84,7 @@ msgstr "Utiliser une connexion sécurisée" msgid "Server handles meeting invitations" msgstr "Le serveur gère les invitations aux réunions" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,68 +92,34 @@ msgstr "" "Vos événements à venir seront affichés ici lorsque vous sélectionnerez un " "jour comprenant des événements." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "Prochains événements" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Dans la journée" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Toute la journée" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "Demain" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "Cette semaine" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "La semaine prochaine" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "Ce mois" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "Le mois prochain" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Modifier…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Supprimer" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "Créer un événement" @@ -198,42 +164,42 @@ msgstr "Ajouter un événement" msgid "Edit Event" msgstr "Modifier l'événement" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Informations générales" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Emplacement" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Invités" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Rappels" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Répétition" msgstr[1] "Répétitions" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Supprimer l'événement" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Créer un événement" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Sauvegarder les changements" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Annuler" @@ -258,35 +224,35 @@ msgstr "Accepté" msgid "Declined" msgstr "Refusé" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Du :" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Journée entière :" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Au :" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Titre :" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Nom de l'événement" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Appuyez sur Entrée pour analyser l'événement" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Calendrier :" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Commentaires :" @@ -654,14 +620,6 @@ msgstr "Sam" msgid "Sun" msgstr "Dim" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "Supprimer l'événement" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "Supprimer l'occurrence" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Masquer les numéros de semaine" @@ -695,32 +653,42 @@ msgstr "Type :" msgid "Color:" msgstr "Couleur :" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Définir comme calendrier par défaut" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Créer un calendrier" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Enregistrer" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Supprimer" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "Non supprimable" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Modifier…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "Non modifiable" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Annuler" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "« %s » supprimé" @@ -729,6 +697,26 @@ msgstr "« %s » supprimé" msgid "Add New Calendar…" msgstr "Ajouter un nouveau calendrier…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s à %s ­– %s à %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s de %s à %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -738,6 +726,14 @@ msgstr "Exporter le calendrier…" msgid "calendar.ics" msgstr "calendrier.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Supprimer l'événement" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Supprimer l'occurrence" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Créer un nouvel évènement" @@ -754,6 +750,12 @@ msgstr "Gérer les calendriers" msgid "Export or Share the default Calendar" msgstr "Exporter ou partager le calendrier par défaut" +#~ msgid "Upcoming Events" +#~ msgstr "Prochains événements" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Importer les événements de \"%s\" dans le calendrier suivant :" diff --git a/po/fr_CA.po b/po/fr_CA.po index 9af411be0..ee488ce16 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2016-08-25 14:39+0000\n" "Last-Translator: Nate \n" "Language-Team: French (Canada) \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Sur cet ordinateur" @@ -84,7 +84,7 @@ msgstr "Utiliser une connexion sûr" msgid "Server handles meeting invitations" msgstr "Le serveur va manipuler les invitations de la réunion" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,72 +92,38 @@ msgstr "" "Vos évènements à venir seront affichés ici lorsque vous sélectionnerez un " "jour comprenant des évènements." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Durant la jour" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Toute la journée" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 #, fuzzy msgid "This Week" msgstr "Semaine" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 #, fuzzy msgid "Next Week" msgstr "Semaine" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "Mois" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "Mois" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Modifier…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Enlever" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -204,42 +170,42 @@ msgstr "Ajouter un évènement" msgid "Edit Event" msgstr "Modifier l'évènement" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Informations général" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Lieu" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Participants" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Rappels" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Répéter" msgstr[1] "Répéte" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Supprimer l'événement" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Créer un évènement" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Enregistrer les modifications" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Annuler" @@ -264,35 +230,35 @@ msgstr "Accepté" msgid "Declined" msgstr "Rejeté" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "De :" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Journée entière :" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "À :" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Titre:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Nom de l'évènement" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Touche entrée pour analyser l'évènement" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Calendrier:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Commentaires:" @@ -661,15 +627,6 @@ msgstr "Sam" msgid "Sun" msgstr "Dim" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Supprimer l'événement" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Cacher les numéros de semaine" @@ -703,33 +660,43 @@ msgstr "Style:" msgid "Color:" msgstr "Couleur:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Marquer comme le calendrier défaut" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Créer un calendrier" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Enregistrer" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Enlever" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Enlever" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Modifier…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Annuler" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "Le Calendrier \"%s\" a été enlever." @@ -738,6 +705,26 @@ msgstr "Le Calendrier \"%s\" a été enlever." msgid "Add New Calendar…" msgstr "Ajouter un Nouveau Calendrier..." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -748,6 +735,15 @@ msgstr "Exporter le calendrier…" msgid "calendar.ics" msgstr "calendrier.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Supprimer l'événement" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Créer un nouvel évènement" diff --git a/po/fy.po b/po/fy.po index 15cf2d127..a9144a4af 100644 --- a/po/fy.po +++ b/po/fy.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ga.po b/po/ga.po index 5fce514b6..465838e8e 100644 --- a/po/ga.po +++ b/po/ga.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -191,42 +157,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -251,35 +217,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -647,14 +613,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -688,32 +646,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -722,6 +690,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -731,6 +719,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/gd.po b/po/gd.po index 8b47ccb1c..60cfb0a71 100644 --- a/po/gd.po +++ b/po/gd.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -15,7 +15,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -79,74 +79,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -193,42 +159,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -253,35 +219,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -649,14 +615,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -690,32 +648,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -724,6 +692,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -733,6 +721,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/gl.po b/po/gl.po index 4693395ee..4f85f1ac0 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-10-23 00:02+0000\n" "Last-Translator: Pablo Varela \n" "Language-Team: Galician \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/gu.po b/po/gu.po index 15cf2d127..a9144a4af 100644 --- a/po/gu.po +++ b/po/gu.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/gv.po b/po/gv.po index 6db40d195..91a63acdd 100644 --- a/po/gv.po +++ b/po/gv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -191,42 +157,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -251,35 +217,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -647,14 +613,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -688,32 +646,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -722,6 +690,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -731,6 +719,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ha.po b/po/ha.po index 304f601c5..9bf909eb3 100644 --- a/po/ha.po +++ b/po/ha.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/he.po b/po/he.po index aee320147..9306d445e 100644 --- a/po/he.po +++ b/po/he.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" -"PO-Revision-Date: 2018-12-11 12:07+0000\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2018-12-19 11:04+0000\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew \n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "במחשב זה" @@ -84,74 +84,40 @@ msgstr "שימוש בחיבור מאובטח" msgid "Server handles meeting invitations" msgstr "השרת מטפל בהזמנות לפגישות" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "האירועים הקרובים יוצגו כאן בעת בחירת תאריך עם אירועים." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "אירועים קרבים" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "במהלך היום" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "כל היום" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "מחר" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "השבוע" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "בשבוע הבא" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "החודש" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "בחודש הבא" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "עריכה…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "הסרה" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "יצירת אירוע" @@ -196,42 +162,42 @@ msgstr "הוספת אירוע" msgid "Edit Event" msgstr "עריכת אירוע" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "מידע כללי" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "מקום" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "אורחים" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "תזכורות" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "חזרה" msgstr[1] "חזרות" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "מחיקת אירוע" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "יצירת אירוע" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "שמירת השינויים" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "ביטול" @@ -256,35 +222,35 @@ msgstr "התקבלה" msgid "Declined" msgstr "נדחתה" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "מ־:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "כל היום:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "עד:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "כותרת:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "שם האירוע" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "יש להקיש Enter לניתוח האירוע" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "לוח שנה:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "הערות:" @@ -652,14 +618,6 @@ msgstr "שבת" msgid "Sun" msgstr "יום א׳" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "הסרת אירוע" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "הסרת מופע" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "הסתרת מספרי שבועות" @@ -693,32 +651,42 @@ msgstr "סוג:" msgid "Color:" msgstr "צבע:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "סימון כלוח שנה בררת המחדל" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "יצירת לוח שנה" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "שמירה" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "הסרה" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "לא ניתן להסרה" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "עריכה…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "לא ניתן לעריכה" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "ביטול" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "„%s” הוסר" @@ -727,6 +695,26 @@ msgstr "„%s” הוסר" msgid "Add New Calendar…" msgstr "הוספת לוח שנה חדש…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s – %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s – %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -736,6 +724,14 @@ msgstr "יצוא לוח שנה…" msgid "calendar.ics" msgstr "קובץ calendar.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "הסרת אירוע" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "הסרת מופע" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "יצירת אירוע חדש" @@ -752,6 +748,12 @@ msgstr "ניהול לוחות שנה" msgid "Export or Share the default Calendar" msgstr "יצוא או שיתוף יומן בררת המחדל" +#~ msgid "Upcoming Events" +#~ msgstr "אירועים קרבים" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "אירועים מלוח השנה „%s” מיובאים ללוח השנה הבא:" diff --git a/po/hi.po b/po/hi.po index 1ceb18731..9622a2414 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-12-10 23:55+0000\n" "Last-Translator: Varesh Mishra \n" "Language-Team: Hindi \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/hr.po b/po/hr.po index 83d690ed8..5fcedf2d7 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2016-07-08 17:55+0000\n" "Last-Translator: gogo \n" "Language-Team: Croatian \n" @@ -20,7 +20,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Na ovom računalu" @@ -85,7 +85,7 @@ msgstr "Koristi sigurno povezivanje" msgid "Server handles meeting invitations" msgstr "Poslužitelj rukuje pozivnicama sastanka" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -93,72 +93,38 @@ msgstr "" "Vaši nadolazeći događaji će biti prikazani kada odaberete datum sa zakazanim " "događajima." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Tijekom dana" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Cijeli dan" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 #, fuzzy msgid "This Week" msgstr "Tjedan" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 #, fuzzy msgid "Next Week" msgstr "Tjedan" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "Mjesec" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "Mjesec" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Uredi..." - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Ukloni" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -206,23 +172,23 @@ msgstr "Dodaj događaj" msgid "Edit Event" msgstr "Uredi događaj" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Opće informacije" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Lokacija" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Gosti" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Podsjetnici" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" @@ -230,19 +196,19 @@ msgstr[0] "Ponavlja" msgstr[1] "Ponavlja" msgstr[2] "Ponavlja" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Obriši događaj" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Stvori događaj" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Spremi promjene" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Odustani" @@ -267,35 +233,35 @@ msgstr "Prihvaćen" msgid "Declined" msgstr "Odbijen" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Od:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Cijeli dan:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Do:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Naslov:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Naziv događaja" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Pritisni Enter za obradu događaja" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Kalendar:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Komentari:" @@ -668,15 +634,6 @@ msgstr "Sub" msgid "Sun" msgstr "Ned" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Obriši događaj" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Sakrij brojeve tjedna" @@ -710,33 +667,43 @@ msgstr "Vrsta:" msgid "Color:" msgstr "Boja:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Označi kao uobičajeni kalendar" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Stvori kalendar" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Spremi" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Ukloni" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Ukloni" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Uredi..." + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Poništi" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "Kalendar \"%s\" uklonjen." @@ -745,6 +712,26 @@ msgstr "Kalendar \"%s\" uklonjen." msgid "Add New Calendar…" msgstr "Dodaj novi kalendar..." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -755,6 +742,15 @@ msgstr "Izvezi kalendar..." msgid "calendar.ics" msgstr "calendar.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Obriši događaj" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Stvori novi događaj" @@ -771,6 +767,10 @@ msgstr "Upravljanje kalendarima" msgid "Export or Share the default Calendar" msgstr "Izvezi ili dijeli zadani kalendar" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Uvezi događaje iz \"%s\" u sljedeći kalendar:" diff --git a/po/ht.po b/po/ht.po index 15cf2d127..a9144a4af 100644 --- a/po/ht.po +++ b/po/ht.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/hu.po b/po/hu.po index d91728e5d..9767e78c3 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-06-21 00:09+0000\n" "Last-Translator: Majer Tamás \n" "Language-Team: Hungarian \n" "Language-Team: Armenian \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:13+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Այս համակարգիչում" @@ -84,7 +84,7 @@ msgstr "Օգտագործել անվտանգ կապ" msgid "Server handles meeting invitations" msgstr "Սերվերը գործածում է հանդիպումների հրավերքները" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,70 +92,36 @@ msgstr "" "Ձեր գալիք իրադարձությունները ցուցադրվելու են այստեղ, երբ ընտրեք օր " "իրադարձություններով" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Ամբողջ օրը" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "Ամիսներ" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "Ամիսներ" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Փոփոխել" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Ջնջել" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -201,42 +167,42 @@ msgstr "Ավելացնել Իրադարձություն" msgid "Edit Event" msgstr "Փոփոխել իրադարձությունը" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Ընդհանուր ինֆորմացիա" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Վայր" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Հյուրեր" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Հիշեցուցիչներ" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Ջնջել իրադարձությունը" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Ստեղծել իրադարձություն" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Հիշել փոփոխությունները" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Հրաժարվել" @@ -261,35 +227,35 @@ msgstr "Ընդունված է" msgid "Declined" msgstr "Մերժված է" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "–ից" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Ողջ օրը" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Ում՝" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Վերնագիր." -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Իրադարձության անվանումը" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Օրացույց" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Մեկնաբանություններ" @@ -658,15 +624,6 @@ msgstr "Շբթ" msgid "Sun" msgstr "Կիր" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Ջնջել իրադարձությունը" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -700,33 +657,43 @@ msgstr "Տեսակը՝" msgid "Color:" msgstr "Գույն." -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Նշել որպես հիմնական օրացույց" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Ստեղծել օրացույց" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Պահել" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Ջնջել" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Ջնջել" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Փոփոխել" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Չեղարկել" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "Օրացույց \"%s\" -ը ջնջված է" @@ -735,6 +702,26 @@ msgstr "Օրացույց \"%s\" -ը ջնջված է" msgid "Add New Calendar…" msgstr "Ավելացնել նոր օրացույց" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -745,6 +732,15 @@ msgstr "Արտահանել Օրացույց․․․" msgid "calendar.ics" msgstr "calendar.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Ջնջել իրադարձությունը" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Ստեղծել նոր իրադարձություն" diff --git a/po/hz.po b/po/hz.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/hz.po +++ b/po/hz.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ia.po b/po/ia.po index 15cf2d127..a9144a4af 100644 --- a/po/ia.po +++ b/po/ia.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/id.po b/po/id.po index d78061051..e7b66d29d 100644 --- a/po/id.po +++ b/po/id.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-10-21 11:51+0000\n" "Last-Translator: Eri Hidayat \n" "Language-Team: Indonesian \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ig.po b/po/ig.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/ig.po +++ b/po/ig.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ii.po b/po/ii.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/ii.po +++ b/po/ii.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ik.po b/po/ik.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/ik.po +++ b/po/ik.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/io.elementary.calendar.pot b/po/io.elementary.calendar.pot index cac23837c..31e962f90 100644 --- a/po/io.elementary.calendar.pot +++ b/po/io.elementary.calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: io.elementary.calendar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -82,74 +82,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -194,42 +160,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -254,35 +220,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -650,14 +616,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -691,32 +649,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -725,6 +693,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -734,6 +722,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/io.po b/po/io.po index 15cf2d127..a9144a4af 100644 --- a/po/io.po +++ b/po/io.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/is.po b/po/is.po index 15cf2d127..a9144a4af 100644 --- a/po/is.po +++ b/po/is.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/it.po b/po/it.po index a0dbc9ff1..e0b2a8325 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-10-16 13:52+0000\n" "Last-Translator: Marco De Paolini \n" "Language-Team: Italian \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -191,42 +157,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -251,35 +217,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -647,14 +613,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -688,32 +646,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -722,6 +690,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -731,6 +719,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ja.po b/po/ja.po index c789e45fa..32c878d69 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" -"PO-Revision-Date: 2018-12-11 02:08+0000\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2018-12-18 01:24+0000\n" "Last-Translator: Ryo Nakano \n" "Language-Team: Japanese \n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "このコンピューター" @@ -84,74 +84,40 @@ msgstr "安全な接続を使う" msgid "Server handles meeting invitations" msgstr "サーバーが会議の招待を処理" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "予定が入っている日付を選択すると、ここに予定の内容が表示されます。" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "今後の予定" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "日中" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "終日" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "明日" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "今週" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "来週" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "今月" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "来月" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "編集…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "削除" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s %s - %s %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s、%s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "予定を作成します" @@ -195,41 +161,41 @@ msgstr "予定を追加" msgid "Edit Event" msgstr "予定を編集" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "一般的な情報" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "場所" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "ゲスト" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "リマインダー" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "繰り返し" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "予定を削除" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "予定を作成" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "変更を保存" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "キャンセル" @@ -254,35 +220,35 @@ msgstr "受諾済" msgid "Declined" msgstr "辞退" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "開始:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "終日:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "終了:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "タイトル:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "予定の名前" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "予定を解析するには Enter キーを押してください" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "カレンダー:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "コメント:" @@ -646,14 +612,6 @@ msgstr "土" msgid "Sun" msgstr "日" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "予定を削除" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "出来事を削除" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "週番号を表示しない" @@ -687,32 +645,42 @@ msgstr "種類:" msgid "Color:" msgstr "色:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "デフォルトのカレンダーにする" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "カレンダーを作成" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "保存" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "削除" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "削除できません" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "編集…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "編集できません" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "元に戻す" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "\"%s\" は削除されました" @@ -721,6 +689,26 @@ msgstr "\"%s\" は削除されました" msgid "Add New Calendar…" msgstr "新しいカレンダーを作成…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s、%s – %s、%s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s、%s – %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "カレンダーをエクスポート…" msgid "calendar.ics" msgstr "カレンダー.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "予定を削除" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "出来事を削除" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "新しい予定を作成" @@ -746,6 +742,12 @@ msgstr "カレンダーを管理" msgid "Export or Share the default Calendar" msgstr "デフォルトのカレンダーをエクスポートまたは共有" +#~ msgid "Upcoming Events" +#~ msgstr "今後の予定" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "\"%s\" から以下のカレンダーに予定をインポート:" diff --git a/po/jv.po b/po/jv.po index 116ea7b2c..412cfbb95 100644 --- a/po/jv.po +++ b/po/jv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-02-28 00:07+0000\n" "Last-Translator: vicky fatrian \n" "Language-Team: Javanese \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "ამ კომპიუტერზე" @@ -79,79 +79,45 @@ msgstr "გამოიყენე დაცული კავშირი" msgid "Server handles meeting invitations" msgstr "შეხვედრის მოსაწვევებს სერვერი მართავს" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" "ივენთებიანი თარიღის მონიშვნისას, თქვენი მომავალი ივენთები აქ გამოჩნდება." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "დღის განმავლობაში" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "მთელი დღე" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 #, fuzzy msgid "This Week" msgstr "კვირა" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 #, fuzzy msgid "Next Week" msgstr "კვირა" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "თვე" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "თვე" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "კორექტირება" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "წაშლა" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -196,41 +162,41 @@ msgstr "ივენთის დამატება" msgid "Edit Event" msgstr "ივენთის შესწორება" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "ზოგადი ინფორმაცია" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "ადგილმდებარეობა" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "სტუმრები" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "შემხსენებლები" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "გამეორება" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "ივენთის წაშლა" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "ივენთის შექმნა" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "ცვლილებების შენახვა" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "გუქმება" @@ -255,35 +221,35 @@ msgstr "მიღებულია" msgid "Declined" msgstr "უარყოფილია" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "საწყისი თარიღი:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "მთელი დღე" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "საბოლოო თარიღი:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "სათაური:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "ივენთის სახელი" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "კალენდარი:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "კომენტარები:" @@ -648,15 +614,6 @@ msgstr "შაბ" msgid "Sun" msgstr "კვი" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "ივენთის წაშლა" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "დაფარე კვირის ციფრები" @@ -690,33 +647,43 @@ msgstr "სახეობა:" msgid "Color:" msgstr "ფერი:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "მონიშნე ძირითად კალენდარად" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "კალენდრის შექმნა" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "შენახვა" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "წაშლა" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "წაშლა" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "კორექტირება" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "გაუქმება" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "კალენდარი \"%s\" წაშლილია." @@ -725,6 +692,26 @@ msgstr "კალენდარი \"%s\" წაშლილია." msgid "Add New Calendar…" msgstr "ახალი კალენდრის დამატება..." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -735,6 +722,15 @@ msgstr "კალენდრის გამოტანა..." msgid "calendar.ics" msgstr "კალენდარ.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "ივენთის წაშლა" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "ახალი ივენთის შექმნა" @@ -751,6 +747,10 @@ msgstr "კალენდრების მართვა" msgid "Export or Share the default Calendar" msgstr "ძირითადი კალენდრის გატანა ან გაზიარება" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "შემდეგ კალენდარში მოვლენების შემოტანა \"%s\"-დან:" diff --git a/po/kg.po b/po/kg.po index b737dcc5d..41a779536 100644 --- a/po/kg.po +++ b/po/kg.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ki.po b/po/ki.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/ki.po +++ b/po/ki.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/kj.po b/po/kj.po index b737dcc5d..41a779536 100644 --- a/po/kj.po +++ b/po/kj.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/kk.po b/po/kk.po index 15cf2d127..a9144a4af 100644 --- a/po/kk.po +++ b/po/kk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/kl.po b/po/kl.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/kl.po +++ b/po/kl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/km.po b/po/km.po index a0f2ee706..2ac2e01fc 100644 --- a/po/km.po +++ b/po/km.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/kn.po b/po/kn.po index 15cf2d127..a9144a4af 100644 --- a/po/kn.po +++ b/po/kn.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ko.po b/po/ko.po index 17147a8f7..30e72188a 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" -"PO-Revision-Date: 2018-12-12 00:28+0000\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2018-12-22 10:33+0000\n" "Last-Translator: Jung-Kyu Park \n" "Language-Team: Korean \n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "이 컴퓨터에서" @@ -84,75 +84,41 @@ msgstr "보안 연결 사용" msgid "Server handles meeting invitations" msgstr "서버에서 약속 초대를 관리합니다" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" "이벤트가 예정된 날짜를 선택하면 그 날짜에 일어날 이벤트를 볼 수 있습니다." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "다가올 이벤트" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "하루 동안" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "하루 종일" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "내일" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "이번 주" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "다음 주" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "이번 달" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "다음 달" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "편집…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "제거" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "이벤트 만들기" @@ -196,41 +162,41 @@ msgstr "이벤트 추가" msgid "Edit Event" msgstr "이벤트 편집" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "일반 정보" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "위치" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "손님" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "알림" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "반복" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "이벤트 삭제" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "이벤트 추가하기" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "변경 사항 저장" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "취소" @@ -255,35 +221,35 @@ msgstr "수락함" msgid "Declined" msgstr "거절함" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "이때부터:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "하루 종일:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "이때까지:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "제목:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "이벤트 이름" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "이벤트를 분석하려면 엔터키를 누르세요" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "일정표:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "설명:" @@ -647,14 +613,6 @@ msgstr "토" msgid "Sun" msgstr "일" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "이벤트 삭제" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "추가 생성 삭제" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "주 번호 숨기기" @@ -688,32 +646,42 @@ msgstr "유형:" msgid "Color:" msgstr "색상:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "기본 달력으로 설정" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "달력 만들기" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "저장" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "제거" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "제거할 수 없음" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "편집…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "편집할 수 없음" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "실행 취소" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "\"%s\" 지움" @@ -722,6 +690,26 @@ msgstr "\"%s\" 지움" msgid "Add New Calendar…" msgstr "새로운 달력 추가…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s – %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s – %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -731,6 +719,14 @@ msgstr "달력 내보내기…" msgid "calendar.ics" msgstr "달력.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "이벤트 삭제" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "추가 생성 삭제" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "새 이벤트 추가하기" @@ -747,6 +743,12 @@ msgstr "달력 관리" msgid "Export or Share the default Calendar" msgstr "기본 달력을 내보내거나 공유합니다" +#~ msgid "Upcoming Events" +#~ msgstr "다가올 이벤트" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "아래 \"%s\" 이벤트를 다음 일정표로 불러오기:" diff --git a/po/kr.po b/po/kr.po index a0f2ee706..2ac2e01fc 100644 --- a/po/kr.po +++ b/po/kr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ks.po b/po/ks.po index 7e37c6bc9..6fb34ddaf 100644 --- a/po/ks.po +++ b/po/ks.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ku.po b/po/ku.po index 48e4ceaba..133bba1ca 100644 --- a/po/ku.po +++ b/po/ku.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-02-10 17:49+0000\n" "Last-Translator: Rokar \n" "Language-Team: Kurdish \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/kw.po b/po/kw.po index 4af9b974b..518167595 100644 --- a/po/kw.po +++ b/po/kw.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -192,42 +158,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -252,35 +218,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -648,14 +614,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -689,32 +647,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -723,6 +691,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -732,6 +720,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ky.po b/po/ky.po index 38614d497..fb56fb6c7 100644 --- a/po/ky.po +++ b/po/ky.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/la.po b/po/la.po index 426bf63d8..325ff0349 100644 --- a/po/la.po +++ b/po/la.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/lb.po b/po/lb.po index 422f6001b..d15f2e977 100644 --- a/po/lb.po +++ b/po/lb.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-05-15 10:59+0000\n" "Last-Translator: Yvo Marques \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,76 +78,42 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Während dem Dag" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "All Dag" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "Méint" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "Méint" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Editéieren..." - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Läschen" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -193,42 +159,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Ofbriechen" @@ -253,35 +219,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -649,15 +615,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Läschen" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -691,33 +648,43 @@ msgstr "Typ:" msgid "Color:" msgstr "Faarf" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Kalenner erstellen" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Späicheren" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Läschen" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Läschen" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Editéieren..." + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Réckgängeg maachen" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -726,6 +693,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -736,6 +723,15 @@ msgstr "Kalenner exportéieren" msgid "calendar.ics" msgstr "kalenner.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Läschen" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/lg.po b/po/lg.po index c6155723e..7d3249bec 100644 --- a/po/lg.po +++ b/po/lg.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-01-21 00:04+0000\n" "Last-Translator: Laurence Bahiirwa \n" "Language-Team: Ganda \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ln.po b/po/ln.po index 862edb979..c02f72c5f 100644 --- a/po/ln.po +++ b/po/ln.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/lo.po b/po/lo.po index 7c4302bd5..5d7db8a73 100644 --- a/po/lo.po +++ b/po/lo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-19 23:18+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: Lao \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -83,74 +83,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "ນັດໝາຍຂອງທ່ານຈະປາກົດທີ່ນີ້ຫລັງຈາກທ່ານເລືອກວັນທີທີ່ມີນັດໝາຍ" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -194,42 +160,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -254,35 +220,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -650,14 +616,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -691,32 +649,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -725,6 +693,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -734,6 +722,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/lt.po b/po/lt.po index 399b53244..3cf25c489 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" -"PO-Revision-Date: 2018-12-11 21:18+0000\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2018-12-17 20:56+0000\n" "Last-Translator: Moo \n" "Language-Team: Lithuanian \n" @@ -22,7 +22,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Šiame kompiuteryje" @@ -86,75 +86,41 @@ msgstr "Naudoti saugų ryšį" msgid "Server handles meeting invitations" msgstr "Serveris apdoroja susitikimų pakvietimus" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" "Jūsų artimiausi įvykiai bus rodomi čia, kai pasirinksite datą su įvykiais." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "Artimiausi įvykiai" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Dienos metu" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Visą dieną" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "Rytoj" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "Šią savaitę" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "Kitą savaitę" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "Šį mėnesį" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "Kitą mėnesį" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Taisyti…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Šalinti" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "Sukurti įvykį" @@ -200,23 +166,23 @@ msgstr "Pridėti įvykį" msgid "Edit Event" msgstr "Taisyti įvykį" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Bendra informacija" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Vieta" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Svečiai" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Priminimai" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" @@ -224,19 +190,19 @@ msgstr[0] "pasikartojimo" msgstr[1] "pasikartojimų" msgstr[2] "pasikartojimų" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Ištrinti įvykį" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Sukurti įvykį" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Įrašyti pakeitimus" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Atsisakyti" @@ -261,35 +227,35 @@ msgstr "Priimta" msgid "Declined" msgstr "Atmesta" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Nuo:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Visą dieną:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Iki:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Pavadinimas:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Įvykio pavadinimas" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Spauskite enter (įvedimo klavišą), kad išnagrinėtumėte įvykį" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Kalendorius:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Komentarai:" @@ -661,14 +627,6 @@ msgstr "Šeš" msgid "Sun" msgstr "Sek" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "Šalinti įvykį" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "Šalinti pasikartojimą" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Slėpti savaičių numerius" @@ -702,32 +660,42 @@ msgstr "Tipas:" msgid "Color:" msgstr "Spalva:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Pažymėti numatytuoju kalendoriumi" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Sukurti kalendorių" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Įrašyti" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Šalinti" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "Nepašalinamas" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Taisyti…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "Netaisytinas" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Atšaukti" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "\"%s\" pašalintas" @@ -736,6 +704,26 @@ msgstr "\"%s\" pašalintas" msgid "Add New Calendar…" msgstr "Pridėti naują kalendorių…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s – %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s – %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -745,6 +733,14 @@ msgstr "Eksportuoti kalendorių…" msgid "calendar.ics" msgstr "kalendorius.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Šalinti įvykį" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Šalinti pasikartojimą" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Sukurti naują įvykį" @@ -761,6 +757,12 @@ msgstr "Tvarkyti kalendorius" msgid "Export or Share the default Calendar" msgstr "Eksportuoti ar bendrinti numatytąjį kalendorių" +#~ msgid "Upcoming Events" +#~ msgstr "Artimiausi įvykiai" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Importuoti įvykius iš \"%s\" į šį kalendorių:" diff --git a/po/lu.po b/po/lu.po index b737dcc5d..41a779536 100644 --- a/po/lu.po +++ b/po/lu.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/lv.po b/po/lv.po index cc4b557f5..eda340525 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-10-24 09:47+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: Latvian \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Šajā datorā" @@ -83,7 +83,7 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -91,68 +91,34 @@ msgstr "" "Jūsu gaidāmie notikumi tiks attēloti šeit, kad būsiet izvēlējies datumu ar " "notikumiem." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -200,42 +166,42 @@ msgstr "Pievienot notikumu" msgid "Edit Event" msgstr "Rediģēt notikumu" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Vieta" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Izveidot notikumu" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Saglabāt izmaiņas" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -260,35 +226,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "No:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Visu dienu:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Līdz:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Notikuma nosaukums" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -656,15 +622,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Izveidot notikumu" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -698,32 +655,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -732,6 +699,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -742,6 +729,15 @@ msgstr "Eksportēt kalendāru" msgid "calendar.ics" msgstr "kalendārs.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Izveidot notikumu" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Izveidot jaunu notikumu" diff --git a/po/mg.po b/po/mg.po index 38614d497..fb56fb6c7 100644 --- a/po/mg.po +++ b/po/mg.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/mh.po b/po/mh.po index 426bf63d8..325ff0349 100644 --- a/po/mh.po +++ b/po/mh.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/mi.po b/po/mi.po index 862edb979..c02f72c5f 100644 --- a/po/mi.po +++ b/po/mi.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/mk.po b/po/mk.po index 331a0c2bc..abd1a4eb7 100644 --- a/po/mk.po +++ b/po/mk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-06-15 11:49+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -79,7 +79,7 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -87,70 +87,36 @@ msgstr "" "Настаните кои следат ќе бидат прикажани овде кога ќе изберете дата со " "настани." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Преку ден" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Цел ден" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "Месеци" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "Месеци" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Измени..." - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Отстрани" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -196,42 +162,42 @@ msgstr "Додај настан" msgid "Edit Event" msgstr "Измени настан" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Општи информации" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Локација" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Гости" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Потсетници" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Избриши настан" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Креирај настан" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Зачувај ги промените" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Откажи" @@ -256,35 +222,35 @@ msgstr "Прифатено" msgid "Declined" msgstr "Одбиено" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Од:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Цел ден:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "До:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Наслов (или титула)" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Име на настан" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Календар:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Коментари:" @@ -653,15 +619,6 @@ msgstr "Саб" msgid "Sun" msgstr "Нед" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Избриши настан" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -695,33 +652,43 @@ msgstr "Тип:" msgid "Color:" msgstr "Боја:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Создади календар" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Зачувај" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Отстрани" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Отстрани" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Измени..." + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Врати" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "Календарот \"%s\" беше отстранет." @@ -730,6 +697,26 @@ msgstr "Календарот \"%s\" беше отстранет." msgid "Add New Calendar…" msgstr "Додади нов календар..." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -740,6 +727,15 @@ msgstr "За календарот" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Избриши настан" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Креирај нов настан" diff --git a/po/ml.po b/po/ml.po index 7bd0894c9..56e0b2c5a 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-19 23:18+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: Malayalam \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "ഈ കമ്പ്യൂട്ടറില്‍" @@ -83,74 +83,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "തീയതി തിരഞ്ഞെടുക്കുമ്പോള്‍ നിങ്ങളുടെ ഇനി വരുവാനുള്ള ഇവന്റുകള്‍ പ്രദര്‍ശിപ്പിക്കുന്നതാണ്." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -197,42 +163,42 @@ msgstr "ഇവന്റ് ചേര്‍ക്കുക" msgid "Edit Event" msgstr "ഇവന്റില്‍ മാറ്റം വരുത്തുക" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "സ്ഥലം" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "ഇവന്റ് ഉണ്ടാക്കുക" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -257,35 +223,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "മുതല്‍:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "മുഴുവന്‍ ദിവസവും:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "വരെ:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "ഇവന്റിന്റെ പേര്" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -653,15 +619,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "ഇവന്റ് ഉണ്ടാക്കുക" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -695,32 +652,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -729,6 +696,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -739,6 +726,15 @@ msgstr "കലണ്ടര്‍ പുറത്തെടുക്കുക..." msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "ഇവന്റ് ഉണ്ടാക്കുക" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "പുതിയ ഇവന്റ് ഉണ്ടാക്കുക" diff --git a/po/mn.po b/po/mn.po index 38614d497..fb56fb6c7 100644 --- a/po/mn.po +++ b/po/mn.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/mo.po b/po/mo.po index 983a8d3b4..4e7ef5e57 100644 --- a/po/mo.po +++ b/po/mo.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-05-27 17:24+0000\n" "Last-Translator: Romanic Ion Nicușor \n" "Language-Team: Moldovan \n" "Language-Team: Marathi \n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "ह्या कॉम्प्युटरवर" @@ -84,75 +84,41 @@ msgstr "सुरक्षित कनेक्शन वापरा" msgid "Server handles meeting invitations" msgstr "मीटिंगची आमंत्रणे सर्व्हरद्वारे सांभाळली जातात" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" "जेव्हा आपण घटना असलेले दिवस सिलेक्ट कराल तेव्हा येणाऱ्या सर्व घटना आपल्याला दिसतील." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "पुढील घटना" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "दिवसा" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "संपूर्ण दिवस" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "उद्या" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "या आठवड्यात" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "पुढील आठवड्यात" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "या महिन्यात" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "पुढील महिना" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "बदला…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "कॅलेंडर मिटवा" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "नवीन घटना बनवा" @@ -171,19 +137,19 @@ msgstr "कॅलेंडर" #: src/ImportDialog.vala:28 msgid "Select a Calendar to Import Into" -msgstr "" +msgstr "आयात करण्यासाठी कॅलेंडर निवडा" #: src/ImportDialog.vala:44 -#, fuzzy, c-format +#, c-format msgid "Events from \"%s\" will be merged with this calendar:" -msgstr "खालील कॅलेंडरमध्ये \"%d\" फाईल मधून घटना इम्पोर्ट करा:" +msgstr "\"%s\" वरील कार्यक्रम या कॅलेंडरमध्ये विलीन केले जातील:" #: src/ImportDialog.vala:47 -#, fuzzy, c-format +#, c-format msgid "Events from %d file will be merged with this calendar:" msgid_plural "Events from %d files will be merged with this calendar:" -msgstr[0] "खालील कॅलेंडरमध्ये \"%d\" फाईल मधून घटना इम्पोर्ट करा:" -msgstr[1] "खालील कॅलेंडरमध्ये \"%d\" फाईल्स मधून घटना इम्पोर्ट करा:" +msgstr[0] "%d फाइलवरील इव्हेंट या कॅलेंडरमध्ये विलीन केले जातील:" +msgstr[1] "%d फायलींवरील इव्हेंट या कॅलेंडरमध्ये विलीन केले जातील:" #: src/ImportDialog.vala:57 msgid "Import" @@ -197,42 +163,42 @@ msgstr "नवीन घटना जोडा" msgid "Edit Event" msgstr "घटनेत बदल करा" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "घटनेची साधारण माहिती" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "स्थळ" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "पाहुणे" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "आठवणींच्या खुणा" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "पुनरावृत्ती" msgstr[1] "अनेक पुनरावृत्ती" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "आठवणीची खूण डिलीट करा" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "आठवणीची खूण बनवा" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "बदल सेव्ह करा" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "रद्द करा" @@ -257,35 +223,35 @@ msgstr "स्वीकारा" msgid "Declined" msgstr "अस्वीकार" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "पासून:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "संपुर्ण दिवस:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "प्रति:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "शीर्षक:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "घटनेचे नाव" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "घटना बघण्यासाठी \"Enter\" बटन दाबा" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "कॅलेंडर:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "टिका-टिप्पणी:" @@ -653,14 +619,6 @@ msgstr "शनि" msgid "Sun" msgstr "रवि" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "आठवणीची खूण डिलीट करा" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "घटना काढा" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "आठवडा क्रमांक लपवा" @@ -694,41 +652,70 @@ msgstr "प्रकार:" msgid "Color:" msgstr "रंग:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "मूळ कॅलेंडर म्हणून दाखवा" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "नवीन कॅलेंडर बनवा" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "सेव्ह करा" -#: src/SourceDialog/SourceItem.vala:76 -#, fuzzy -msgid "Not Removable" +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" msgstr "कॅलेंडर मिटवा" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:75 +msgid "Not Removable" +msgstr "काढता येण्याजोगे नाही" + +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "बदला…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" -msgstr "" +msgstr "संपादनयोग्य नाही" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "बदल काढा" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 -#, fuzzy, c-format +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 +#, c-format msgid "\"%s\" removed" -msgstr "कॅलेंडर \"%s\" मिटविले." +msgstr "\"%s\" मिटविले" #: src/SourceDialog/SourceSelector.vala:51 msgid "Add New Calendar…" msgstr "नवीन कॅलेंडर बनवा…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -738,6 +725,14 @@ msgstr "एक्सपोर्ट कॅलेंडर…" msgid "calendar.ics" msgstr "calendar.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "आठवणीची खूण डिलीट करा" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "घटना काढा" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "नवीन घटना बनवा" @@ -754,6 +749,12 @@ msgstr "कॅलेंडर्स मॅनेज करा" msgid "Export or Share the default Calendar" msgstr "डिफॉल्ट कॅलेंडर एक्स्पोर्ट अथवा शेअर करा" +#~ msgid "Upcoming Events" +#~ msgstr "पुढील घटना" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "खालील कॅलेंडरमध्ये \"%s\" घटना इम्पोर्ट करा:" diff --git a/po/ms.po b/po/ms.po index 13989881b..2b0e6821b 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-06-13 00:06+0000\n" "Last-Translator: Timothy \n" "Language-Team: Malay \n" "Language-Team: LANGUAGE \n" @@ -15,7 +15,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -79,74 +79,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -193,42 +159,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -253,35 +219,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -649,14 +615,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -690,32 +648,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -724,6 +692,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -733,6 +721,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/my.po b/po/my.po index a0f2ee706..2ac2e01fc 100644 --- a/po/my.po +++ b/po/my.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:14+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/na.po b/po/na.po index b737dcc5d..41a779536 100644 --- a/po/na.po +++ b/po/na.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/nb.po b/po/nb.po index 1078c0e6f..aa257744a 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" -"PO-Revision-Date: 2018-12-11 06:33+0000\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2019-01-03 21:49+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "På denne maskinen" @@ -84,7 +84,7 @@ msgstr "Bruk sikker tilkobling" msgid "Server handles meeting invitations" msgstr "Tjeneren håndterer møteinvitasjoner" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,68 +92,34 @@ msgstr "" "Dine kommende hendelser vil bli vist her når du velger en dato som har " "hendelser." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "Kommende hendelser" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "I løpet av dagen" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Hele dagen" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "I morgen" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "Denne uken" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "Neste uke" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "Denne måneden" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "Neste måned" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Rediger…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Fjern" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "Opprett ny hendelse" @@ -198,42 +164,42 @@ msgstr "Opprett hendelse" msgid "Edit Event" msgstr "Rediger hendelse" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Generell informasjon" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Sted" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Gjester" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Påminnelser" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Gjentagelse" msgstr[1] "Gjentagelser" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Slett hendelse" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Opprett hendelse" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Lagre endringer" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Avbryt" @@ -258,35 +224,35 @@ msgstr "Godtatt" msgid "Declined" msgstr "Avslått" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Fra:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Hele dagen:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Til:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Tittel:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Navn på hendelse" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Trykk \"Enter\" for å behandle hendelse" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Kalender:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Kommentarer:" @@ -654,14 +620,6 @@ msgstr "Lør" msgid "Sun" msgstr "Søn" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "Slett hendelse" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "Fjern hendelse" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Skjul ukenummer" @@ -695,33 +653,43 @@ msgstr "Skriv:" msgid "Color:" msgstr "Farge:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Velg som hovedkalender" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Opprett kalender" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Lagre" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Fjern" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "Kan ikke fjernes" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Rediger…" + +#: src/SourceDialog/SourceItem.vala:87 #, fuzzy msgid "Not Editable" msgstr "Ikke redigerbar" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Angre" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "\"%s\" fjernet" @@ -730,6 +698,26 @@ msgstr "\"%s\" fjernet" msgid "Add New Calendar…" msgstr "Legg til ny kalender…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format, fuzzy +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -739,6 +727,14 @@ msgstr "Eksporter kalender…" msgid "calendar.ics" msgstr "kalender.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Slett hendelse" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Fjern hendelse" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Opprett ny hendelse" @@ -755,6 +751,12 @@ msgstr "Organiser kalendere" msgid "Export or Share the default Calendar" msgstr "Eksporter eller del standard kalender" +#~ msgid "Upcoming Events" +#~ msgstr "Kommende hendelser" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Importer hendelser fra \"%s\" til denne kalenderen:" diff --git a/po/nd.po b/po/nd.po index b737dcc5d..41a779536 100644 --- a/po/nd.po +++ b/po/nd.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ne.po b/po/ne.po index 426bf63d8..325ff0349 100644 --- a/po/ne.po +++ b/po/ne.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ng.po b/po/ng.po index b737dcc5d..41a779536 100644 --- a/po/ng.po +++ b/po/ng.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/nl.po b/po/nl.po index 5eeae1717..7d5c6e4e7 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-07-18 00:05+0000\n" "Last-Translator: Dieter Debast \n" "Language-Team: Dutch \n" -"Language-Team: Norwegian Nynorsk \n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2019-01-03 21:49+0000\n" +"Last-Translator: Simon Dagfinrud \n" +"Language-Team: Norwegian Nynorsk \n" "Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" -"X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "På denne datamaskina" #: core/Backends/PlacementWidget.vala:41 msgid "User:" -msgstr "" +msgstr "Brukar:" #: core/Backends/PlacementWidget.vala:50 msgid "user.name" -msgstr "" +msgstr "brukar.namn" #: core/Backends/PlacementWidget.vala:63 msgid "Email:" -msgstr "" +msgstr "E-post:" #: core/Backends/PlacementWidget.vala:72 msgid "john@doe.com" -msgstr "" +msgstr "kari@nordmann.no" #: core/Backends/PlacementWidget.vala:84 msgid "Keep a copy locally" -msgstr "" +msgstr "Behald ein lokal kopi" #: core/Settings/LanguagesFormat.vala:21 msgid "%B %e, %Y" @@ -53,242 +54,206 @@ msgstr "%A, %b %d" #: daemon/Daemon.vala:21 msgid "Print debug information" -msgstr "" +msgstr "Skriv ut feilsøkingsinformasjon" #: daemon/Daemon.vala:23 src/Application.vala:49 msgid "Print version info and exit" -msgstr "" +msgstr "Skriv ut versjonsinfo og avslutt" #: plugins/Google/GoogleBackend.vala:38 msgid "Google" -msgstr "" +msgstr "Google" #: plugins/Google/GoogleBackend.vala:61 msgid "user.name or user.name@gmail.com" -msgstr "" +msgstr "brukar.namn eller brukar.namn@gmail.com" #: plugins/CalDAV/CalDAVBackend.vala:39 msgid "CalDAV" -msgstr "" +msgstr "CalDAV" #: plugins/CalDAV/CalDAVBackend.vala:58 msgid "URL:" -msgstr "" +msgstr "URL:" #: plugins/CalDAV/CalDAVBackend.vala:95 msgid "Use a secure connection" -msgstr "" +msgstr "Bruk sikker kopling" #: plugins/CalDAV/CalDAVBackend.vala:123 msgid "Server handles meeting invitations" -msgstr "" +msgstr "Tenaren handsamar møteinvitasjonar" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" "Dine komande hendingar vil bli vist her, når du vel ein dato med hendingar." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" -msgstr "" +msgstr "I løpet av dagen" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" -msgstr "" +msgstr "Heile dagen" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" -msgstr "" +msgstr "I morgon" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" -msgstr "" +msgstr "Denne veka" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" -msgstr "" +msgstr "Neste veke" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" -msgstr "" +msgstr "Denne månaden" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" -msgstr "" - -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" +msgstr "Neste månad" #: src/Application.vala:47 -#, fuzzy msgid "Create an event" msgstr "Lag ei ny hending" #: src/Application.vala:48 msgid "Focus the given day" -msgstr "" +msgstr "Fokuser på gjeven dag" #: src/Application.vala:48 msgid "date" -msgstr "" +msgstr "dato" #: src/Application.vala:148 msgid "Calendar" msgstr "Kalender" #: src/ImportDialog.vala:28 -#, fuzzy msgid "Select a Calendar to Import Into" -msgstr "Vel kva kalenderar som skal visast" +msgstr "Vel ein kalender å importere til" #: src/ImportDialog.vala:44 #, c-format msgid "Events from \"%s\" will be merged with this calendar:" -msgstr "" +msgstr "Hendingar frå «%s» vert fletta inn med denne kalenderen:" #: src/ImportDialog.vala:47 #, c-format msgid "Events from %d file will be merged with this calendar:" msgid_plural "Events from %d files will be merged with this calendar:" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Hendingar frå %d fil vert fletta inn med denne kalenderen:" +msgstr[1] "Hendingar frå %d filer vert fletta inn med denne kalenderen:" #: src/ImportDialog.vala:57 msgid "Import" -msgstr "" +msgstr "Importer" #: src/EventEdition/EventDialog.vala:58 msgid "Add Event" -msgstr "Lag ei ny hending" +msgstr "Lag ei hending" #: src/EventEdition/EventDialog.vala:61 msgid "Edit Event" msgstr "Endre hending" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" -msgstr "" +msgstr "Generell informasjon" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Stad" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" -msgstr "" +msgstr "Gjestar" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" -msgstr "" +msgstr "Påminningar" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Oppattaking" +msgstr[1] "Oppattakingar" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" -msgstr "" +msgstr "Slett hending" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Lag hendinga" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Lagre endringar" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Avbryt" #: src/EventEdition/GuestsPanel.vala:53 msgid "Participants:" -msgstr "" +msgstr "Deltakarar:" #: src/EventEdition/GuestsPanel.vala:58 msgid "No Participants" -msgstr "" +msgstr "Ingen deltakarar" #: src/EventEdition/GuestsPanel.vala:94 msgid "Invite" -msgstr "" +msgstr "Inviter" #: src/EventEdition/GuestsPanel.vala:242 msgid "Accepted" -msgstr "" +msgstr "Godteke" #: src/EventEdition/GuestsPanel.vala:245 msgid "Declined" -msgstr "" +msgstr "Avslått" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Frå:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Heile dagen:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Til:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" -msgstr "" +msgstr "Tittel:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Namn på hendinga" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" -msgstr "" +msgstr "Trykk «Enter» for å handsame hendinga" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" -msgstr "" +msgstr "Kalender:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" -msgstr "" +msgstr "Kommentarar:" #: src/EventEdition/LocationPanel.vala:50 msgid "Location:" @@ -296,87 +261,87 @@ msgstr "Plassering:" #: src/EventEdition/LocationPanel.vala:52 msgid "John Smith OR Example St." -msgstr "Ola Nordmann ELLER Karl Eksempel Gate" +msgstr "Ola Nordmann ELLER Dømegata." #: src/EventEdition/ReminderPanel.vala:33 msgid "Reminders:" -msgstr "" +msgstr "Påminningar:" #: src/EventEdition/ReminderPanel.vala:37 msgid "No Reminders" -msgstr "" +msgstr "Ingen påminningar" #: src/EventEdition/ReminderPanel.vala:71 msgid "Add Reminder" -msgstr "" +msgstr "Legg til påminning" #: src/EventEdition/ReminderPanel.vala:172 msgid "0 minutes" -msgstr "" +msgstr "0 minutt" #: src/EventEdition/ReminderPanel.vala:173 msgid "1 minute" -msgstr "" +msgstr "1 minutt" #: src/EventEdition/ReminderPanel.vala:174 msgid "5 minutes" -msgstr "" +msgstr "5 minutt" #: src/EventEdition/ReminderPanel.vala:175 msgid "10 minutes" -msgstr "" +msgstr "10 minutt" #: src/EventEdition/ReminderPanel.vala:176 msgid "15 minutes" -msgstr "" +msgstr "15 minutt" #: src/EventEdition/ReminderPanel.vala:177 msgid "20 minutes" -msgstr "" +msgstr "20 minutt" #: src/EventEdition/ReminderPanel.vala:178 msgid "25 minutes" -msgstr "" +msgstr "25 minutt" #: src/EventEdition/ReminderPanel.vala:179 msgid "30 minutes" -msgstr "" +msgstr "30 minutt" #: src/EventEdition/ReminderPanel.vala:180 msgid "45 minutes" -msgstr "" +msgstr "45 minutt" #: src/EventEdition/ReminderPanel.vala:181 msgid "1 hour" -msgstr "" +msgstr "1 time" #: src/EventEdition/ReminderPanel.vala:182 msgid "2 hours" -msgstr "" +msgstr "2 timar" #: src/EventEdition/ReminderPanel.vala:183 msgid "3 hours" -msgstr "" +msgstr "3 timar" #: src/EventEdition/ReminderPanel.vala:184 msgid "12 hours" -msgstr "" +msgstr "12 timar" #: src/EventEdition/ReminderPanel.vala:185 msgid "24 hours" -msgstr "" +msgstr "24 timar" #: src/EventEdition/ReminderPanel.vala:186 msgid "2 days" -msgstr "" +msgstr "2 dagar" #: src/EventEdition/ReminderPanel.vala:187 msgid "1 week" -msgstr "" +msgstr "1 veke" #: src/EventEdition/ReminderPanel.vala:195 msgid "Notification" -msgstr "" +msgstr "Varsling" #: src/EventEdition/RepeatPanel.vala:53 msgid "Repeat:" @@ -388,280 +353,271 @@ msgstr "Dagleg" #: src/EventEdition/RepeatPanel.vala:59 msgid "Weekly" -msgstr "" +msgstr "Vekevis" #: src/EventEdition/RepeatPanel.vala:60 msgid "Monthly" -msgstr "" +msgstr "Månadleg" #: src/EventEdition/RepeatPanel.vala:61 msgid "Yearly" -msgstr "" +msgstr "Årleg" #: src/EventEdition/RepeatPanel.vala:104 msgid "Every:" -msgstr "" +msgstr "Kvar:" #: src/EventEdition/RepeatPanel.vala:111 msgid "Day" msgid_plural "Days" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Dag" +msgstr[1] "Dagar" #: src/EventEdition/RepeatPanel.vala:114 src/EventEdition/RepeatPanel.vala:125 msgid "Week" msgid_plural "Weeks" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Veke" +msgstr[1] "Veker" #: src/EventEdition/RepeatPanel.vala:117 msgid "Month" msgid_plural "Months" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Månad" +msgstr[1] "Månadar" #: src/EventEdition/RepeatPanel.vala:120 msgid "Year" msgid_plural "Years" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "År" +msgstr[1] "År" #: src/EventEdition/RepeatPanel.vala:135 msgid "Ends:" -msgstr "" +msgstr "Sluttar:" #: src/EventEdition/RepeatPanel.vala:141 msgid "Never" -msgstr "" +msgstr "Aldri" #: src/EventEdition/RepeatPanel.vala:142 msgid "Until" -msgstr "" +msgstr "Til" #: src/EventEdition/RepeatPanel.vala:143 msgid "After" -msgstr "" +msgstr "Etter" #: src/EventEdition/RepeatPanel.vala:189 msgid "The same day every month" -msgstr "" +msgstr "Same dag kvar månad" #: src/EventEdition/RepeatPanel.vala:200 msgid "Exceptions:" -msgstr "" +msgstr "Unntak:" #: src/EventEdition/RepeatPanel.vala:203 msgid "No Exceptions" -msgstr "" +msgstr "Ingen unntak" #: src/EventEdition/RepeatPanel.vala:224 msgid "Add Exception" -msgstr "" +msgstr "Legg til unntak" #: src/EventEdition/RepeatPanel.vala:358 msgid "Every last Sunday" -msgstr "" +msgstr "Den siste sundagen" #: src/EventEdition/RepeatPanel.vala:361 msgid "Every last Monday" -msgstr "" +msgstr "Den siste måndagen" #: src/EventEdition/RepeatPanel.vala:364 msgid "Every last Tuesday" -msgstr "" +msgstr "Den siste tysdagen" #: src/EventEdition/RepeatPanel.vala:367 msgid "Every last Wednesday" -msgstr "" +msgstr "Den siste onsdagen" #: src/EventEdition/RepeatPanel.vala:370 msgid "Every last Thursday" -msgstr "" +msgstr "Den siste torsdagen" #: src/EventEdition/RepeatPanel.vala:373 msgid "Every last Friday" -msgstr "" +msgstr "Den siste fredagen" #: src/EventEdition/RepeatPanel.vala:376 msgid "Every last Saturday" -msgstr "" +msgstr "Den siste laurdagen" #: src/EventEdition/RepeatPanel.vala:383 msgid "Every first Sunday" -msgstr "" +msgstr "Den første sundagen" #: src/EventEdition/RepeatPanel.vala:386 msgid "Every first Monday" -msgstr "" +msgstr "Den første måndagen" #: src/EventEdition/RepeatPanel.vala:389 msgid "Every first Tuesday" -msgstr "" +msgstr "Den første tysdagen" #: src/EventEdition/RepeatPanel.vala:392 msgid "Every first Wednesday" -msgstr "" +msgstr "Den første onsdagen" #: src/EventEdition/RepeatPanel.vala:395 msgid "Every first Thursday" -msgstr "" +msgstr "Den første torsdagen" #: src/EventEdition/RepeatPanel.vala:398 msgid "Every first Friday" -msgstr "" +msgstr "Den første fredagen" #: src/EventEdition/RepeatPanel.vala:401 msgid "Every first Saturday" -msgstr "" +msgstr "Den første laurdagen" #: src/EventEdition/RepeatPanel.vala:408 msgid "Every second Sunday" -msgstr "" +msgstr "Annakvar sundag" #: src/EventEdition/RepeatPanel.vala:411 msgid "Every second Monday" -msgstr "" +msgstr "Annakvar måndag" #: src/EventEdition/RepeatPanel.vala:414 msgid "Every second Tuesday" -msgstr "" +msgstr "Annakvar tysdag" #: src/EventEdition/RepeatPanel.vala:417 msgid "Every second Wednesday" -msgstr "" +msgstr "Annakvar onsdag" #: src/EventEdition/RepeatPanel.vala:420 msgid "Every second Thursday" -msgstr "" +msgstr "Annakvar torsdag" #: src/EventEdition/RepeatPanel.vala:423 msgid "Every second Friday" -msgstr "" +msgstr "Annakvar fredag" #: src/EventEdition/RepeatPanel.vala:426 msgid "Every second Saturday" -msgstr "" +msgstr "Annakvar laurdag" #: src/EventEdition/RepeatPanel.vala:433 msgid "Every third Sunday" -msgstr "" +msgstr "Kvar tredje sundag" #: src/EventEdition/RepeatPanel.vala:436 msgid "Every third Monday" -msgstr "" +msgstr "Kvar tredje måndag" #: src/EventEdition/RepeatPanel.vala:439 msgid "Every third Tuesday" -msgstr "" +msgstr "Kvar tredje tysdag" #: src/EventEdition/RepeatPanel.vala:442 msgid "Every third Wednesday" -msgstr "" +msgstr "Kvar tredje onsdag" #: src/EventEdition/RepeatPanel.vala:445 msgid "Every third Thursday" -msgstr "" +msgstr "Kvar tredje torsdag" #: src/EventEdition/RepeatPanel.vala:448 msgid "Every third Friday" -msgstr "" +msgstr "Kvar tredje fredag" #: src/EventEdition/RepeatPanel.vala:451 msgid "Every third Saturday" -msgstr "" +msgstr "Kvar tredje laurdag" #: src/EventEdition/RepeatPanel.vala:458 msgid "Every fourth Sunday" -msgstr "" +msgstr "Kvar fjerde sundag" #: src/EventEdition/RepeatPanel.vala:461 msgid "Every fourth Monday" -msgstr "" +msgstr "Kvar fjerde måndag" #: src/EventEdition/RepeatPanel.vala:464 msgid "Every fourth Tuesday" -msgstr "" +msgstr "Kvar fjerde tysdag" #: src/EventEdition/RepeatPanel.vala:467 msgid "Every fourth Wednesday" -msgstr "" +msgstr "Kvar fjerde onsdag" #: src/EventEdition/RepeatPanel.vala:470 msgid "Every fourth Thursday" -msgstr "" +msgstr "Kvar fjerde torsdag" #: src/EventEdition/RepeatPanel.vala:473 msgid "Every fourth Friday" -msgstr "" +msgstr "Kvar fjerde fredag" #: src/EventEdition/RepeatPanel.vala:476 msgid "Every fourth Saturday" -msgstr "" +msgstr "Kvar fjerde laurdag" #: src/EventEdition/RepeatPanel.vala:483 msgid "Every fifth Sunday" -msgstr "" +msgstr "Kvar femte sundag" #: src/EventEdition/RepeatPanel.vala:486 msgid "Every fifth Monday" -msgstr "" +msgstr "Kvar femte måndag" #: src/EventEdition/RepeatPanel.vala:489 msgid "Every fifth Tuesday" -msgstr "" +msgstr "Kvar femte tysdag" #: src/EventEdition/RepeatPanel.vala:492 msgid "Every fifth Wednesday" -msgstr "" +msgstr "Kvar femte onsdag" #: src/EventEdition/RepeatPanel.vala:495 msgid "Every fifth Thursday" -msgstr "" +msgstr "Kvar femte torsdag" #: src/EventEdition/RepeatPanel.vala:498 msgid "Every fifth Friday" -msgstr "" +msgstr "Kvar femte fredag" #: src/EventEdition/RepeatPanel.vala:501 msgid "Every fifth Saturday" -msgstr "" +msgstr "Kvar femte laurdag" #: src/EventEdition/RepeatPanel.vala:511 msgid "Mon" -msgstr "" +msgstr "Mån" #: src/EventEdition/RepeatPanel.vala:512 msgid "Tue" -msgstr "" +msgstr "Tys" #: src/EventEdition/RepeatPanel.vala:513 msgid "Wed" -msgstr "" +msgstr "Ons" #: src/EventEdition/RepeatPanel.vala:514 msgid "Thu" -msgstr "" +msgstr "Tors" #: src/EventEdition/RepeatPanel.vala:515 msgid "Fri" -msgstr "" +msgstr "Fre" #: src/EventEdition/RepeatPanel.vala:516 msgid "Sat" -msgstr "" +msgstr "Lau" #: src/EventEdition/RepeatPanel.vala:517 msgid "Sun" -msgstr "" - -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Lag hendinga" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" +msgstr "Sun" #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" @@ -674,83 +630,120 @@ msgstr "Vis vekenummer" #: src/Grid/VAutoHider.vala:109 #, c-format msgid "%u more…" -msgstr "%u meir..." +msgstr "%u meir…" #: src/SourceDialog/SourceDialog.vala:53 msgid "Create" -msgstr "" +msgstr "Opprett" #: src/SourceDialog/SourceDialog.vala:64 msgid "Name:" -msgstr "" +msgstr "Namn:" #: src/SourceDialog/SourceDialog.vala:68 msgid "Calendar Name" -msgstr "" +msgstr "Kalendernamn" #: src/SourceDialog/SourceDialog.vala:91 msgid "Type:" -msgstr "" +msgstr "Skriv:" #: src/SourceDialog/SourceDialog.vala:111 msgid "Color:" -msgstr "" +msgstr "Farge:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" -msgstr "" +msgstr "Vel som hovudkalender" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" -msgstr "" +msgstr "Opprett kalender" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Lagra" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Fjern" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" -msgstr "" +msgstr "Kan ikkje fjernast" + +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Rediger…" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" -msgstr "" +msgstr "Uredigerbar" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" -msgstr "" +msgstr "Angre" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" -msgstr "" +msgstr "«%s» fjerna" #: src/SourceDialog/SourceSelector.vala:51 msgid "Add New Calendar…" -msgstr "" +msgstr "Legg til ny kalender…" + +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s – %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s – %s" #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 -#, fuzzy msgid "Export Calendar…" -msgstr "Eksporter kalender..." +msgstr "Eksporter kalender…" #: src/Widgets/ContractorButtonWithMenu.vala:85 msgid "calendar.ics" msgstr "kalendar.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Slett hending" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Fjern hending" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Lag ei ny hending" #: src/Widgets/HeaderBar.vala:48 msgid "Go to today's date" -msgstr "" +msgstr "Gå til i dag" #: src/Widgets/HeaderBar.vala:56 msgid "Manage Calendars" -msgstr "" +msgstr "Organiser kalendarar" #: src/Widgets/HeaderBar.vala:63 msgid "Export or Share the default Calendar" diff --git a/po/no.po b/po/no.po index 426bf63d8..325ff0349 100644 --- a/po/no.po +++ b/po/no.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/nr.po b/po/nr.po index b737dcc5d..41a779536 100644 --- a/po/nr.po +++ b/po/nr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/nv.po b/po/nv.po index b737dcc5d..41a779536 100644 --- a/po/nv.po +++ b/po/nv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ny.po b/po/ny.po index 426bf63d8..325ff0349 100644 --- a/po/ny.po +++ b/po/ny.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/oc.po b/po/oc.po index 862edb979..c02f72c5f 100644 --- a/po/oc.po +++ b/po/oc.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/oj.po b/po/oj.po index 5c6b1bb2d..af911c835 100644 --- a/po/oj.po +++ b/po/oj.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/om.po b/po/om.po index 5c6b1bb2d..af911c835 100644 --- a/po/om.po +++ b/po/om.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/or.po b/po/or.po index 5c6b1bb2d..af911c835 100644 --- a/po/or.po +++ b/po/or.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/os.po b/po/os.po index 426bf63d8..325ff0349 100644 --- a/po/os.po +++ b/po/os.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/pa.po b/po/pa.po index 426bf63d8..325ff0349 100644 --- a/po/pa.po +++ b/po/pa.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/pi.po b/po/pi.po index b737dcc5d..41a779536 100644 --- a/po/pi.po +++ b/po/pi.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/pl.po b/po/pl.po index 3ff48050a..686463f5e 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" -"PO-Revision-Date: 2018-12-12 07:51+0000\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2019-01-01 00:33+0000\n" "Last-Translator: Piotr Strebski \n" "Language-Team: Polish \n" @@ -21,7 +21,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Na tym komputerze" @@ -85,7 +85,7 @@ msgstr "Użyj bezpiecznego połączenia" msgid "Server handles meeting invitations" msgstr "Serwer obsługuje zaproszenia na spotkania" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -93,68 +93,34 @@ msgstr "" "Nadchodzące wydarzenia będą wyświetlone w tym miejscu, po zaznaczeniu ich " "daty." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "Nadchodzące wydarzenia" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "W ciągu dnia" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Cały dzień" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "Jutro" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "Ten tydzień" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "Następny tydzień" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "Ten miesiąc" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "Następny miesiąc" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Edycja…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Usuń" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "Utwórz wydarzenie" @@ -200,23 +166,23 @@ msgstr "Dodaj wydarzenie" msgid "Edit Event" msgstr "Edytowanie wydarzenia" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Ogólne informacje" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Lokalizacja" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Goście" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Przypomnienia" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" @@ -224,19 +190,19 @@ msgstr[0] "Powtórzenie" msgstr[1] "Powtórzenia" msgstr[2] "Powtórzeń" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Usuń wydarzenie" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Utwórz wydarzenie" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Zapisz zmiany" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Anuluj" @@ -261,35 +227,35 @@ msgstr "Zaakceptowano" msgid "Declined" msgstr "Odrzucony" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Od:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Cały dzień:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Do:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Tytuł:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Nazwa wydarzenia" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Naciśnij enter, aby przeanalizować wydarzenie" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Kalendarz:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Komentarze:" @@ -661,14 +627,6 @@ msgstr "Sob." msgid "Sun" msgstr "Niedz." -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "Usuń wydarzenie" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "Usuń występowanie" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Ukryj numery tygodni" @@ -702,32 +660,42 @@ msgstr "Rodzaj:" msgid "Color:" msgstr "Kolor:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Oznacz jako domyślny kalendarz" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Utwórz kalendarz" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Zapisz" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Usuń" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "Nieusuwalny" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Edycja…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "Nieedytowalny" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Cofnij" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "Usunięto kalendarz \"%s\"" @@ -736,6 +704,26 @@ msgstr "Usunięto kalendarz \"%s\"" msgid "Add New Calendar…" msgstr "Dodaj nowy kalendarz…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s – %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s – %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -745,6 +733,14 @@ msgstr "Eksportuj kalendarz…" msgid "calendar.ics" msgstr "kalendarz.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Usuń wydarzenie" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Usuń występowanie" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Tworzy nowe wydarzenie" @@ -761,6 +757,12 @@ msgstr "Zarządzaj kalendarzami" msgid "Export or Share the default Calendar" msgstr "Eksportuje lub udostępnia domyślny kalendarz" +#~ msgid "Upcoming Events" +#~ msgstr "Nadchodzące wydarzenia" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Importuj wydarzenia z \"%s\" do następującego kalendarza:" diff --git a/po/ps.po b/po/ps.po index 5c6b1bb2d..af911c835 100644 --- a/po/ps.po +++ b/po/ps.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/pt.po b/po/pt.po index 3941ef78f..9a5d208b0 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" -"PO-Revision-Date: 2018-12-11 17:38+0000\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2018-12-18 10:35+0000\n" "Last-Translator: Nuno Alexandre MS Ribeiro \n" "Language-Team: Portuguese \n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Neste computador" @@ -84,7 +84,7 @@ msgstr "Utilizar ligação protegida" msgid "Server handles meeting invitations" msgstr "Servidor gere convites de encontros" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,68 +92,34 @@ msgstr "" "Os seus eventos futuros serão mostrados aqui assim que selecionar uma data " "com eventos." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "próximos eventos" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Durante o dia" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Dia completo" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "Amanhã" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "Esta Semana" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "Próxima Semana" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "Este Mês" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "Próximo Mês" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Editar…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Remover" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "Criar um evento" @@ -198,42 +164,42 @@ msgstr "Adicionar Evento" msgid "Edit Event" msgstr "Editar evento" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Informações gerais" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Local" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Convidados" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Lembretes" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Repetição" msgstr[1] "Repetições" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Apagar Evento" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Criar evento" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Gravar alterações" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Cancelar" @@ -258,35 +224,35 @@ msgstr "Aceite" msgid "Declined" msgstr "Rejeitado" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "De:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Todo dia:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Para:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Título:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Nome do evento" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Pressione enter para processar o evento" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Calendário:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Comentários:" @@ -654,14 +620,6 @@ msgstr "sáb" msgid "Sun" msgstr "dom" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "Apagar Evento" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "Remover Ocorrência" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Esconder Número das Semanas" @@ -695,32 +653,42 @@ msgstr "Tipo:" msgid "Color:" msgstr "Cor:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Marcar como pré-definido" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Criar calendário" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Guardar" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Remover" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "Não removível" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Editar…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "Não Editável" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Anular" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "\"%s\" removido" @@ -729,6 +697,26 @@ msgstr "\"%s\" removido" msgid "Add New Calendar…" msgstr "Adicionar novo calendário…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s – %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s – %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -738,6 +726,14 @@ msgstr "Exportar Calendário…" msgid "calendar.ics" msgstr "calendário.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Apagar Evento" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Remover Ocorrência" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Criar um novo evento" @@ -754,6 +750,12 @@ msgstr "Gerir calendários" msgid "Export or Share the default Calendar" msgstr "Exportar ou partilhar o calendário pré-definido" +#~ msgid "Upcoming Events" +#~ msgstr "próximos eventos" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Importar eventos de \"%s\" para o seguinte calendário:" diff --git a/po/pt_BR.po b/po/pt_BR.po index 582a965e4..3df67d1a9 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" -"PO-Revision-Date: 2018-12-12 05:08+0000\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2018-12-21 01:56+0000\n" "Last-Translator: Rodrigo Oliveira \n" "Language-Team: Portuguese (Brazil) \n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-08 05:09+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Neste computador" @@ -84,75 +84,41 @@ msgstr "Usar uma conexão segura" msgid "Server handles meeting invitations" msgstr "Servidor controla convites para reuniões" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" "Seus eventos serão exibidos aqui quando você selecionar uma data com eventos." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "Eventos Futuros" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Durante o dia" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "O dia todo" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "Amanhã" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "Esta Semana" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "Próxima Semana" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "Este Mês" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "Próximo Mês" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Editar…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Remover" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "Criar um evento" @@ -197,42 +163,42 @@ msgstr "Adicionar evento" msgid "Edit Event" msgstr "Editar evento" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Informações gerais" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Localização" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Convidados" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Lembretes" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Repetição" msgstr[1] "Repetições" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Excluir evento" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Criar evento" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Salvar mudanças" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Cancelar" @@ -257,35 +223,35 @@ msgstr "Aceito" msgid "Declined" msgstr "Recusado" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "De:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Todo dia:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Para:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Título:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Nome do evento" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Pressione enter para analisar eventos" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Calendário:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Comentários:" @@ -653,14 +619,6 @@ msgstr "Sáb" msgid "Sun" msgstr "Dom" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "Remover Evento" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "Remover Ocorrência" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Esconder números de semana" @@ -694,32 +652,42 @@ msgstr "Tipo:" msgid "Color:" msgstr "Cor:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Marcar como calendário padrão" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Criar calendário" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Salvar" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Remover" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "Não removível" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Editar…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "Não Editável" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Desfazer" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "\"%s\" removido" @@ -728,6 +696,26 @@ msgstr "\"%s\" removido" msgid "Add New Calendar…" msgstr "Adicionar novo calendário…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s – %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s – %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -737,6 +725,14 @@ msgstr "Exportar Calendário…" msgid "calendar.ics" msgstr "calendario.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Remover Evento" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Remover Ocorrência" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Criar um novo evento" @@ -753,6 +749,12 @@ msgstr "Gerenciar calendários" msgid "Export or Share the default Calendar" msgstr "Exportar ou compartilhar o calendário padrão" +#~ msgid "Upcoming Events" +#~ msgstr "Eventos Futuros" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Importar eventos de \"%s\" no seguinte calendário:" diff --git a/po/qu.po b/po/qu.po index 0a69ffcfe..32d661f46 100644 --- a/po/qu.po +++ b/po/qu.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/rm.po b/po/rm.po index 0dc3b8e0d..10c660dbd 100644 --- a/po/rm.po +++ b/po/rm.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/rn.po b/po/rn.po index b737dcc5d..41a779536 100644 --- a/po/rn.po +++ b/po/rn.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ro.po b/po/ro.po index d87b5e38c..71d1d1925 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-05-15 10:58+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: Romanian \n" @@ -20,7 +20,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Pe acest calculator" @@ -84,7 +84,7 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,68 +92,34 @@ msgstr "" "Evenimentele viitoare vor fi afişate aici când selectezi o dată cu " "evenimente." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -201,42 +167,42 @@ msgstr "Adăugare eveniment" msgid "Edit Event" msgstr "Editare eveniment" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Locaţie" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Creează eveniment" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -261,35 +227,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "De la:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Toată ziua:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Către" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Numele evenimentului" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -657,15 +623,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Creează eveniment" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -699,32 +656,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -733,6 +700,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -743,6 +730,15 @@ msgstr "Exportă calendarul..." msgid "calendar.ics" msgstr "calendar.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Creează eveniment" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Creează un eveniment nou" diff --git a/po/ru.po b/po/ru.po index daaaf9431..95a8dca14 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2017-04-23 19:16+0000\n" "Last-Translator: Maxim Taranov \n" "Language-Team: Russian \n" "Language-Team: Rusyn \n" @@ -20,7 +20,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "На сьому компютері" @@ -84,75 +84,41 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" "Ваші прийдішнї події будуть туй показані, коли виуберете дату з подіями" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -200,42 +166,42 @@ msgstr "Добавити подію" msgid "Edit Event" msgstr "Управити подію" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Місто" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Утворити подію" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -260,35 +226,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Од:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Цілий динь:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Про" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Назва події" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -656,15 +622,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Утворити подію" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -698,32 +655,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -732,6 +699,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -742,6 +729,15 @@ msgstr "Експортовати календарь..." msgid "calendar.ics" msgstr "календарь.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Утворити подію" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Утворити нову подію" diff --git a/po/rw.po b/po/rw.po index 5c6b1bb2d..af911c835 100644 --- a/po/rw.po +++ b/po/rw.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/sa.po b/po/sa.po index de79e1349..f5b3db42c 100644 --- a/po/sa.po +++ b/po/sa.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -191,42 +157,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -251,35 +217,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -647,14 +613,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -688,32 +646,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -722,6 +690,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -731,6 +719,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/sc.po b/po/sc.po index 5c6b1bb2d..af911c835 100644 --- a/po/sc.po +++ b/po/sc.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/sd.po b/po/sd.po index 426bf63d8..325ff0349 100644 --- a/po/sd.po +++ b/po/sd.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/se.po b/po/se.po index 426bf63d8..325ff0349 100644 --- a/po/se.po +++ b/po/se.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/sg.po b/po/sg.po index b737dcc5d..41a779536 100644 --- a/po/sg.po +++ b/po/sg.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/si.po b/po/si.po index 4ec3d8717..d9bd9cf7d 100644 --- a/po/si.po +++ b/po/si.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-06-10 00:10+0000\n" "Last-Translator: Gamunu Balagalla \n" "Language-Team: Sinhala \n" "Language-Team: Slovak \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Na tomto počítači" @@ -84,79 +84,45 @@ msgstr "Použiť bezpečné pripojenie" msgid "Server handles meeting invitations" msgstr "Server obsluhuje pozvánky na udalosti" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" "Vaše nadchádzajúce udalosti budú zobrazené tu, ak zvolíte dátum s udalosťami." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Počas dňa" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Celý deň" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 #, fuzzy msgid "This Week" msgstr "Týždní" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 #, fuzzy msgid "Next Week" msgstr "Týždní" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "Mesiacov" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "Mesiacov" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Upraviť..." - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Odstrániť" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -204,23 +170,23 @@ msgstr "Pridať udalosť" msgid "Edit Event" msgstr "Upraviť udalosť" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Všeobecné informácie" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Miesto" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Hostia" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Pripomienky" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" @@ -228,19 +194,19 @@ msgstr[0] "Opakovaní" msgstr[1] "Opakovanie" msgstr[2] "Opakovania" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Odstrániť udalosť" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Vytvoriť udalosť" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Uložiť zmeny" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Zrušiť" @@ -265,35 +231,35 @@ msgstr "Akceptované" msgid "Declined" msgstr "Zamietnuté" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Od:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Celý deň:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Do:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Názov:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Meno udalosti" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Kalendár" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Komentáre:" @@ -666,15 +632,6 @@ msgstr "Sob" msgid "Sun" msgstr "Ned" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Odstrániť udalosť" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Skryť čísla týždňov" @@ -708,33 +665,43 @@ msgstr "Typ:" msgid "Color:" msgstr "Farba:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Označiť ako predvolený kalendár" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Vytvoriť kalendár" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Uložiť" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Odstrániť" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Odstrániť" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Upraviť..." + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Vrátiť späť" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "Kalendár \"%s\" odstránený." @@ -743,6 +710,26 @@ msgstr "Kalendár \"%s\" odstránený." msgid "Add New Calendar…" msgstr "Pridať nový kalendár..." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -753,6 +740,15 @@ msgstr "Exportovať kalendár..." msgid "calendar.ics" msgstr "kalendár.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Odstrániť udalosť" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Vytvoriť novú udalosť" @@ -769,6 +765,10 @@ msgstr "Spravovať kalendáre" msgid "Export or Share the default Calendar" msgstr "Exportovať alebo zdieľať základný kalendár" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Importuj udalosti z \"%s\" do nasledujúceho kalendára:" diff --git a/po/sl.po b/po/sl.po index 84dc3ffce..728bdb01b 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-07-28 11:56+0000\n" "Last-Translator: Jernej Virag \n" "Language-Team: Slovenian \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/sma.po b/po/sma.po index 487f9c983..4f248371c 100644 --- a/po/sma.po +++ b/po/sma.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-19 23:17+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,76 +78,42 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Appe biejjie" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "Askeh" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "Askeh" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Måjkoedidh" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -192,42 +158,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "sijjie" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Gussie" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -252,35 +218,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Appe biejjie:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Nomme:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Biejjielåhko:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -649,15 +615,6 @@ msgstr "Laa" msgid "Sun" msgstr "Aej" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Måjkoedidh" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -691,33 +648,43 @@ msgstr "Såårhte:" msgid "Color:" msgstr "Klaerieh:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Måjkoedidh" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Måjkoedidh" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -726,6 +693,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "Orre biejjielåhkoe..." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -736,6 +723,15 @@ msgstr "Biejjielåhkoe bijre" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Måjkoedidh" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/sn.po b/po/sn.po index b737dcc5d..41a779536 100644 --- a/po/sn.po +++ b/po/sn.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/so.po b/po/so.po index 426bf63d8..325ff0349 100644 --- a/po/so.po +++ b/po/so.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/sq.po b/po/sq.po index a0d1538a6..0b10cca51 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2016-08-05 14:16+0000\n" "Last-Translator: Indrit Bashkimi \n" "Language-Team: Albanian \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:13+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Në këtë kompjuter" @@ -84,79 +84,45 @@ msgstr "Përdor një lidhje të sigurt" msgid "Server handles meeting invitations" msgstr "Serveri trajton ftesat e mbledhjeve" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" "Ngjarjet e ardhshme do të shfaqen këtu kur të zgjedhësh një datë me ngjarje." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Gjatë ditës" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Tërë ditën" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 #, fuzzy msgid "This Week" msgstr "Javë" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 #, fuzzy msgid "Next Week" msgstr "Javë" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "Muaj" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "Muaj" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Ndrysho…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Hiq" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -202,42 +168,42 @@ msgstr "Shto ngjarje" msgid "Edit Event" msgstr "Ndrysho ngjarjen" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Informacione të përgjithshme" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Vendi" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Të ftuar" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Përkujtuesit" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Përsëritje" msgstr[1] "Përsëritjesh" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Fshije ngjarjen" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Krijo ngjarje" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Ruaj ndryshimet" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Anulo" @@ -262,35 +228,35 @@ msgstr "Pranuan" msgid "Declined" msgstr "Nuk pranuan" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Nga:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Tërë ditën:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Deri më:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Titulli:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Emri i ngjarjes" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Kalendari:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Komente:" @@ -659,15 +625,6 @@ msgstr "Sht" msgid "Sun" msgstr "Die" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Fshije ngjarjen" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Fsheh numrat e javëve" @@ -701,33 +658,43 @@ msgstr "Lloji:" msgid "Color:" msgstr "Ngjyra:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Shënoje si kalendar i parazgjedhur" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Krijo kalendarin" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Ruaj" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Hiq" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Hiq" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Ndrysho…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Zhbëj" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "Kalendari \"%s\" u hoq." @@ -736,6 +703,26 @@ msgstr "Kalendari \"%s\" u hoq." msgid "Add New Calendar…" msgstr "Shto kalendar të ri…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -746,6 +733,15 @@ msgstr "Eksporto kalendarin..." msgid "calendar.ics" msgstr "kalendar.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Fshije ngjarjen" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Krijo një ngjarje të re" @@ -762,6 +758,10 @@ msgstr "Menaxho kalendarët" msgid "Export or Share the default Calendar" msgstr "Eksporto ose shpërndaj kalendarin e parazgjedhur" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Importo ngjarjet nga \"%s\" në kalendarin e mëtejshëm:" diff --git a/po/sr.po b/po/sr.po index dcdccd54d..d71302d2e 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-07-15 00:09+0000\n" "Last-Translator: Milan Radojević \n" "Language-Team: Serbian \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/st.po b/po/st.po index 426bf63d8..325ff0349 100644 --- a/po/st.po +++ b/po/st.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/su.po b/po/su.po index b737dcc5d..41a779536 100644 --- a/po/su.po +++ b/po/su.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/sv.po b/po/sv.po index b47ccfabb..28978dd6c 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-10-19 19:04+0000\n" "Last-Translator: Fredrik B \n" "Language-Team: Swedish \n" "Language-Team: Swahili \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Kwenye kompyuta yingine" @@ -83,79 +83,45 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" "Matukio yako ya jayo yataoshwa hapa wakati kama utachagua tarehe na matukio." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 #, fuzzy msgid "This Week" msgstr "Juma" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 #, fuzzy msgid "Next Week" msgstr "Juma" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "Mwezi" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "Mwezi" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Harir" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Ondoa" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -202,41 +168,41 @@ msgstr "Ongeza tukio" msgid "Edit Event" msgstr "Hariri Tukio" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Mahali" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Rudai" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Tengeneza tukio" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "hifadhi mabadiliko" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -261,35 +227,35 @@ msgstr "Pokea" msgid "Declined" msgstr "Kataa" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Kutoka:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Siku yote" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Kwa:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Jina la tukio" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -656,15 +622,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Tengeneza tukio" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Ficha Nambari ya Siku" @@ -698,33 +655,43 @@ msgstr "Aina:" msgid "Color:" msgstr "Rangi:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Fanya iyi kalenda chaguo msingi" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Jenga Kalenda" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Hifadhi" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Ondoa" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Ondoa" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Harir" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Tendua" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "Calenda \"%\" imeonderea" @@ -733,6 +700,26 @@ msgstr "Calenda \"%\" imeonderea" msgid "Add New Calendar…" msgstr "Ongeza Calenda" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -743,6 +730,15 @@ msgstr "Hamisha Kalenda" msgid "calendar.ics" msgstr "kalenda.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Tengeneza tukio" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Andika tukio jipya" diff --git a/po/ta.po b/po/ta.po index 5d55c7cfe..c08b8a6eb 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-19 23:02+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: Tamil \n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "இந்த கணினியில்" @@ -83,7 +83,7 @@ msgstr "ஒரு பாதுகாப்பான இணைப்பை பய msgid "Server handles meeting invitations" msgstr "சர்வர் கையாளுவது சந்திப்பு அழைப்புகள்" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -91,68 +91,34 @@ msgstr "" "நிகழ்வுகளுடன் ஒரு தேதி தேர்வு செய்யும் போது உங்களது வரவிருக்கும் நிகழ்வுகள் இங்கே " "காட்டப்படும்." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "பகல் பொழுதில்" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "திருத்து..." - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "அகற்று" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -198,42 +164,42 @@ msgstr "நிகழ்ச்சியை சேர்" msgid "Edit Event" msgstr "செய்தியை திருத்து" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "இடம்" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "நிகழ்வை உருவாக்கு" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "மாற்றங்களைச் சேமி" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "இரத்துசெய்" @@ -258,35 +224,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "அனுப்புநர்:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "நாள் முழுதும்" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "பெறுநர்:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "நிகழ்வின் பெயர்" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -654,15 +620,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "நிகழ்வை உருவாக்கு" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "வார எண்களை மறை" @@ -696,33 +653,43 @@ msgstr "வகை:" msgid "Color:" msgstr "நிறம்:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "முன்னிருப்பு நாட்காட்டியாக குறி" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "நாள்காட்டியை உருவாக்கவும்" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "சேமி" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "அகற்று" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "அகற்று" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "திருத்து..." + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "தவிர்" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "நாட்காட்டி \"%s\" நீக்கப்பட்டது." @@ -731,6 +698,26 @@ msgstr "நாட்காட்டி \"%s\" நீக்கப்பட்ட msgid "Add New Calendar…" msgstr "புதிய அட்டவணை சேர்..." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -741,6 +728,15 @@ msgstr "நாட்காட்டியை ஏற்றுமதி செய msgid "calendar.ics" msgstr "நாள்காட்டி.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "நிகழ்வை உருவாக்கு" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "ஒரு புதிய நிகழ்வை உருவாக்கவும்" diff --git a/po/te.po b/po/te.po index 426bf63d8..325ff0349 100644 --- a/po/te.po +++ b/po/te.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/tg.po b/po/tg.po index 0d6e1034a..34751a5ec 100644 --- a/po/tg.po +++ b/po/tg.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/th.po b/po/th.po index f091dfe3c..8fdd8a281 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-05-04 00:03+0000\n" "Last-Translator: Park Evans \n" "Language-Team: Thai \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/tk.po b/po/tk.po index 84e53f2c8..679102877 100644 --- a/po/tk.po +++ b/po/tk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/tl.po b/po/tl.po index 5fd0c8fa0..4c892ae39 100644 --- a/po/tl.po +++ b/po/tl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-10-08 00:04+0000\n" "Last-Translator: Cleiton Floss \n" "Language-Team: Tagalog \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/to.po b/po/to.po index 2521d00d1..fb70578d9 100644 --- a/po/to.po +++ b/po/to.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/tr.po b/po/tr.po index 90bf113ca..5656e1337 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" -"PO-Revision-Date: 2018-10-19 22:12+0000\n" -"Last-Translator: İbrahim Ethem Göl \n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" +"PO-Revision-Date: 2019-01-01 18:41+0000\n" +"Last-Translator: Sinan Decron \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "Bu bilgisayarda" @@ -84,7 +84,7 @@ msgstr "Güvenli bağlantı kullan" msgid "Server handles meeting invitations" msgstr "Toplantı davetiyelerini sunucuda topla" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -92,68 +92,34 @@ msgstr "" "Etkinlikler için bir tarih seçtiğinizde, gelecek etkinlikleriniz burada " "gösterilecek." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "Yaklaşan Etkinlikler" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Gündüzleri" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Tüm gün" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "Yarın" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "Bu Hafta" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "Gelecek Hafta" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "Bu Ay" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "Gelecek Ay" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Düzenle…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Sil" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "%s - %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "%s" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s" - #: src/Application.vala:47 msgid "Create an event" msgstr "Etkinlik oluştur" @@ -171,21 +137,20 @@ msgid "Calendar" msgstr "Takvim" #: src/ImportDialog.vala:28 -#, fuzzy msgid "Select a Calendar to Import Into" -msgstr "Görüntülenecek takvimleri seçin" +msgstr "İçine veri aktarılacak takvimi seçin" #: src/ImportDialog.vala:44 -#, fuzzy, c-format +#, c-format msgid "Events from \"%s\" will be merged with this calendar:" -msgstr "Etkinlikleri %d dosyasından aşağıdaki takvime aktar:" +msgstr "\"%s\" takvimindeki etkinlikler bu takvim ile birleştirilecek:" #: src/ImportDialog.vala:47 -#, fuzzy, c-format +#, c-format msgid "Events from %d file will be merged with this calendar:" msgid_plural "Events from %d files will be merged with this calendar:" -msgstr[0] "Etkinlikleri %d dosyasından aşağıdaki takvime aktar:" -msgstr[1] "Etkinlikleri %d dosyalarından aşağıdaki takvime aktar:" +msgstr[0] "%d dosyasındaki etkinlikler bu takvim ile birleştirilecek:" +msgstr[1] "%d dosyasındaki etkinlikler bu takvim ile birleştirilecek:" #: src/ImportDialog.vala:57 msgid "Import" @@ -199,42 +164,42 @@ msgstr "Etkinlik Ekle" msgid "Edit Event" msgstr "Etkinliği Düzenle" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Genel Bilgiler" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Konum" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Konuklar" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Hatırlatmalar" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Tekrar" msgstr[1] "Tekrar" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Etkinliği Sil" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Etkinlik Oluştur" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Değişiklikleri Kaydet" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Vazgeç" @@ -259,35 +224,35 @@ msgstr "Kabul edildi" msgid "Declined" msgstr "Reddedildi" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Başlangıç:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Tüm gün:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "Bitiş:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Başlık:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Etkinlik Adı" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Etkinliğe göz atmak için enter a bas" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Takvim:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Yorumlar:" @@ -655,14 +620,6 @@ msgstr "Cmt" msgid "Sun" msgstr "Paz" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "Etkinliği Kaldır" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "Oluşumu Kaldır" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Hafta Numaralarını Gizle" @@ -696,41 +653,70 @@ msgstr "Türü:" msgid "Color:" msgstr "Renk:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Varsayılan takvim olarak işaretle" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Takvim Oluştur" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Kaydet" -#: src/SourceDialog/SourceItem.vala:76 -#, fuzzy -msgid "Not Removable" +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" msgstr "Sil" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:75 +msgid "Not Removable" +msgstr "Kaldırılamaz" + +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Düzenle…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" -msgstr "" +msgstr "Düzenlenemez" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Geri Al" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 -#, fuzzy, c-format +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 +#, c-format msgid "\"%s\" removed" -msgstr "\"%s\" isimli takvim kaldırıldı." +msgstr "\"%s\" kaldırıldı" #: src/SourceDialog/SourceSelector.vala:51 msgid "Add New Calendar…" msgstr "Yeni Takvim Ekle…" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "%s – %s" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s – %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "%s" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "%s, %s – %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -740,6 +726,14 @@ msgstr "Takvimi Dışarı Aktar…" msgid "calendar.ics" msgstr "takvim.ics" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "Etkinliği Kaldır" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "Oluşumu Kaldır" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Yeni bir etkinlik oluştur" @@ -756,6 +750,12 @@ msgstr "Takvimleri Yönet" msgid "Export or Share the default Calendar" msgstr "Ön tanımlı takvimi paylaş ya da dışa aktar" +#~ msgid "Upcoming Events" +#~ msgstr "Yaklaşan Etkinlikler" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Etkinlikleri \"%s\" takviminden aşağıdaki takvime aktar:" diff --git a/po/ts.po b/po/ts.po index 5c6b1bb2d..af911c835 100644 --- a/po/ts.po +++ b/po/ts.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/tt.po b/po/tt.po index 38614d497..fb56fb6c7 100644 --- a/po/tt.po +++ b/po/tt.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/tw.po b/po/tw.po index 2521d00d1..fb70578d9 100644 --- a/po/tw.po +++ b/po/tw.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ty.po b/po/ty.po index b737dcc5d..41a779536 100644 --- a/po/ty.po +++ b/po/ty.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:15+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/ug.po b/po/ug.po index 6fdb36c5d..5e0e9c9e1 100644 --- a/po/ug.po +++ b/po/ug.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2017-01-03 09:18+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2017-01-04 05:43+0000\n" "X-Generator: Launchpad (build 18298)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "بۇ كومپىيۇتىردا" @@ -79,7 +79,7 @@ msgstr "بىخەتەر ئۇلىنىشنى ئىشلىتىش" msgid "Server handles meeting invitations" msgstr "مۇلازىمېتىر ئۇچرىشىش تەكلىپلىرىنى بىر تەرەپ قىلىدۇ" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -87,72 +87,38 @@ msgstr "" "پائالىيەت قىتىلغان چىسلانى تاللىغان ۋاقتىڭىزدا سىزنىڭ يىقىن كەلگۈسىدىكى " "پائالىيەتلىرىڭىز بۇيەردە كۆرۈنىدۇ." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "كۈندۈزدە" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "پۈتۈن كۈن" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 #, fuzzy msgid "This Week" msgstr "ھەپتە" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 #, fuzzy msgid "Next Week" msgstr "ھەپتە" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "ئاي" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "ئاي" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "تەھرىرلەش...." - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "ئۆچۈرۈش" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -197,41 +163,41 @@ msgstr "پائالىيەت قىتىش" msgid "Edit Event" msgstr "پائالىيەت تەھرىرلەش" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "ئادەتتىكى ئۇچۇرلار" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "ئورنى" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "مېھمانلار" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "ئەسكەرتىش" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "تەكرارلاش" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "پائالىيەتنى ئۆچۈرۈش" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "پائالىيەت قۇرۇش" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "ئۆزگەرتىشلەرنى ساقلاش" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "ئەمەلدىن قالدۇرۇش" @@ -256,35 +222,35 @@ msgstr "قوبۇل قىلىنغان" msgid "Declined" msgstr "رەت قىلىنغان" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "باشلىنىش چىسلاسى:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "پۈتۈن كۈن:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "ئاخىرلىشىش چىسلاسى:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "تىمىسى:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "پائالىيەت ئىسمى" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "enter كۇنۇپكىسىنى بىسىپ پائالىيەتنى تەھرىرلەڭ" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "كالېندار:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "ئىزاھات:" @@ -649,15 +615,6 @@ msgstr "شەنبە" msgid "Sun" msgstr "يەكشەنبە" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "پائالىيەتنى ئۆچۈرۈش" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "ھەپتە نومۇرىنى يوشۇرۇش" @@ -691,33 +648,43 @@ msgstr "تىپى:" msgid "Color:" msgstr "رەڭگى:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "سۈكۈتتىكى كالېندار قىلىپ تەڭشەش" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "كالېندار قۇرۇش" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "ساقلاش" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "ئۆچۈرۈش" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "ئۆچۈرۈش" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "تەھرىرلەش...." + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "بىكار قىلىش" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "كالېندار \"%s\" ئۆچۈرۈلگەن." @@ -726,6 +693,26 @@ msgstr "كالېندار \"%s\" ئۆچۈرۈلگەن." msgid "Add New Calendar…" msgstr "يىڭى كالېندار قىتىش...." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -736,6 +723,15 @@ msgstr "كالېندارنى چىقىرىش...." msgid "calendar.ics" msgstr "calendar.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "پائالىيەتنى ئۆچۈرۈش" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "يىڭى پائالىيەت قۇرۇش" @@ -752,6 +748,10 @@ msgstr "كالېندارنى باشقۇرۇش" msgid "Export or Share the default Calendar" msgstr "سۈكۈتتىكى كالېندارنى چىقىرىش ياكى ھەمبەھىرلەش" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "\"%s\" دىن تۆۋەندىكى كالېندارغا پائالىيەتلەرنى كىرگۈزۈڭ:" diff --git a/po/uk.po b/po/uk.po index 586f04321..d74128c34 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2016-06-14 17:13+0000\n" "Last-Translator: Jaap Broekhuizen \n" "Language-Team: Ukrainian \n" @@ -20,7 +20,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "На цьому комп'ютері" @@ -85,7 +85,7 @@ msgstr "Використовувати захищене з’єднання" msgid "Server handles meeting invitations" msgstr "Сервер підтримує запрошення на зустрічі" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." @@ -93,72 +93,38 @@ msgstr "" "Ваші майбутні події будуть показані тут коли ви виберете дату з такими " "подіями." -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "Протягом дня" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "Весь день" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 #, fuzzy msgid "This Week" msgstr "Тиждень" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 #, fuzzy msgid "Next Week" msgstr "Тиждень" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 #, fuzzy msgid "This Month" msgstr "Місяць" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 #, fuzzy msgid "Next Month" msgstr "Місяць" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "Змінити…" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "Вилучити" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, fuzzy, c-format -msgid "%s - %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "%s, %s - %s, %s" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, fuzzy, c-format -msgid "%s, %s - %s" -msgstr "%s, %s - %s, %s" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -206,42 +172,42 @@ msgstr "Додати Подію" msgid "Edit Event" msgstr "Змінити Подію" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "Основні Дані" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "Розташування" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "Запрошені" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "Нагадування" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "Повторити" msgstr[1] "Повтори" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "Вилучити Подію" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "Додати Подію" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "Зберегти Зміни" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "Скасувати" @@ -266,35 +232,35 @@ msgstr "Прийнято" msgid "Declined" msgstr "Відхилено" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "Від:" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "Весь день:" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "До:" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "Заголовок:" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "Назва Події" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "Натисніть Enter для розбору події" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "Календар:" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "Примітки:" @@ -663,15 +629,6 @@ msgstr "Сб" msgid "Sun" msgstr "Нд" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "Вилучити Подію" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "Сховати Номера Тижнів" @@ -705,33 +662,43 @@ msgstr "Тип:" msgid "Color:" msgstr "Колір:" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "Відмітити як типовий календар" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "Створити Календар" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "Зберегти" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "Вилучити" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "Вилучити" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "Змінити…" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "Повернути" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, fuzzy, c-format msgid "\"%s\" removed" msgstr "Календар \"%s\" вилучено." @@ -740,6 +707,26 @@ msgstr "Календар \"%s\" вилучено." msgid "Add New Calendar…" msgstr "Створити Новий Календар..." +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, fuzzy, c-format +msgid "%s, %s – %s, %s" +msgstr "%s, %s - %s, %s" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, fuzzy, c-format +msgid "%s, %s – %s" +msgstr "%s, %s - %s, %s" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -750,6 +737,15 @@ msgstr "Експортувати Календар..." msgid "calendar.ics" msgstr "календар.ics" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "Вилучити Подію" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "Створити нову подію" @@ -766,6 +762,10 @@ msgstr "Керувати Календарями" msgid "Export or Share the default Calendar" msgstr "Експортувати або Поділитися типовим календарем" +#, fuzzy +#~ msgid "%s - %s" +#~ msgstr "%s, %s - %s, %s" + #~ msgid "Import events from \"%s\" into the following calendar:" #~ msgstr "Імпортувати події з \"%s\" в наступний календар:" diff --git a/po/ur.po b/po/ur.po index 8a8c8f5d0..e03ac5893 100644 --- a/po/ur.po +++ b/po/ur.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2016-10-08 19:47+0000\n" "Last-Translator: Waqar Ahmed \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "تدوین کریں۔۔۔" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "ہٹا دیں" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 #, fuzzy msgid "Create an event" @@ -191,42 +157,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "منسوخ کریں" @@ -251,35 +217,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -647,15 +613,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -#, fuzzy -msgid "Remove Event" -msgstr "ہٹا دیں" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -689,33 +646,43 @@ msgstr "نوعیت:" msgid "Color:" msgstr "رنگ" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "طے شدہ تقویم کے طور پر نشان زد کریں" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "تقویم بنائیں" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "محفوظ کریں" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "ہٹا دیں" + +#: src/SourceDialog/SourceItem.vala:75 #, fuzzy msgid "Not Removable" msgstr "ہٹا دیں" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "تدوین کریں۔۔۔" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "کالعدم کریں" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -724,6 +691,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "نیا تقویم شامل کریں" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 #, fuzzy @@ -734,6 +721,15 @@ msgstr "تقویم بنائیں" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +#, fuzzy +msgid "Remove Event" +msgstr "ہٹا دیں" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/uz.po b/po/uz.po index 20fb15fe7..4dfe1a5ca 100644 --- a/po/uz.po +++ b/po/uz.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-08-20 00:06+0000\n" "Last-Translator: Shukrullo \n" "Language-Team: Uzbek \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/vi.po b/po/vi.po index a3880263b..8ad4f1433 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2017-12-30 00:08+0000\n" "Last-Translator: Hải Hồ \n" "Language-Team: Vietnamese \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/wa.po b/po/wa.po index bf3118c91..54ae6384c 100644 --- a/po/wa.po +++ b/po/wa.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/wo.po b/po/wo.po index c2c38678c..376597985 100644 --- a/po/wo.po +++ b/po/wo.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/xh.po b/po/xh.po index 0d6e1034a..34751a5ec 100644 --- a/po/xh.po +++ b/po/xh.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/yi.po b/po/yi.po index 0d6e1034a..34751a5ec 100644 --- a/po/yi.po +++ b/po/yi.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/yo.po b/po/yo.po index c2c38678c..376597985 100644 --- a/po/yo.po +++ b/po/yo.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/za.po b/po/za.po index 2521d00d1..fb70578d9 100644 --- a/po/za.po +++ b/po/za.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2015-01-17 10:51+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/zh.po b/po/zh.po index cc8473f4d..eb5e7bea8 100644 --- a/po/zh.po +++ b/po/zh.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-01-28 00:07+0000\n" "Last-Translator: 王振威 \n" "Language-Team: Chinese \n" "Language-Team: Chinese (Simplified) \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -189,42 +155,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -249,35 +215,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -645,14 +611,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -686,32 +644,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -720,6 +688,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -729,6 +717,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index 0a9fd8033..69d096a62 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-10 16:43-0800\n" +"POT-Creation-Date: 2018-12-18 10:59-0800\n" "PO-Revision-Date: 2018-10-18 12:02+0000\n" "Last-Translator: Cheng-Chia Tseng \n" "Language-Team: Chinese (Traditional) \n" "Language-Team: LANGUAGE \n" @@ -14,7 +14,7 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-07 06:16+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: core/Backends/LocalBackend.vala:27 core/Utils.vala:599 +#: core/Backends/LocalBackend.vala:27 core/Utils.vala:591 msgid "On this computer" msgstr "" @@ -78,74 +78,40 @@ msgstr "" msgid "Server handles meeting invitations" msgstr "" -#: src/AgendaView.vala:65 +#: src/AgendaView.vala:51 msgid "" "Your upcoming events will be displayed here when you select a date with " "events." msgstr "" -#: src/AgendaView.vala:138 -msgid "Upcoming Events" -msgstr "" - -#: src/AgendaView.vala:226 +#: src/AgendaView.vala:194 msgid "During the day" msgstr "" -#: src/AgendaView.vala:231 +#: src/AgendaView.vala:202 msgid "All day" msgstr "" -#: src/AgendaView.vala:296 src/AgendaView.vala:310 +#: src/AgendaView.vala:274 msgid "Tomorrow" msgstr "" -#: src/AgendaView.vala:298 src/AgendaView.vala:312 +#: src/AgendaView.vala:277 msgid "This Week" msgstr "" -#: src/AgendaView.vala:300 src/AgendaView.vala:314 +#: src/AgendaView.vala:280 msgid "Next Week" msgstr "" -#: src/AgendaView.vala:302 src/AgendaView.vala:316 +#: src/AgendaView.vala:283 msgid "This Month" msgstr "" -#: src/AgendaView.vala:304 src/AgendaView.vala:318 +#: src/AgendaView.vala:286 msgid "Next Month" msgstr "" -#: src/AgendaView.vala:520 src/Grid/EventButton.vala:63 -#: src/SourceDialog/SourceItem.vala:88 -msgid "Edit…" -msgstr "" - -#: src/AgendaView.vala:521 src/Grid/EventButton.vala:76 -#: src/SourceDialog/SourceItem.vala:76 -msgid "Remove" -msgstr "" - -#: src/AgendaView.vala:564 src/AgendaView.vala:574 -#, c-format -msgid "%s - %s" -msgstr "" - -#: src/AgendaView.vala:566 -#, c-format -msgid "%s, %s - %s, %s" -msgstr "" - -#: src/AgendaView.vala:578 -#, c-format -msgid "%s" -msgstr "" - -#: src/AgendaView.vala:580 -#, c-format -msgid "%s, %s - %s" -msgstr "" - #: src/Application.vala:47 msgid "Create an event" msgstr "" @@ -190,42 +156,42 @@ msgstr "" msgid "Edit Event" msgstr "" -#: src/EventEdition/EventDialog.vala:107 +#: src/EventEdition/EventDialog.vala:100 msgid "General Informations" msgstr "" -#: src/EventEdition/EventDialog.vala:108 +#: src/EventEdition/EventDialog.vala:101 msgid "Location" msgstr "" -#: src/EventEdition/EventDialog.vala:109 +#: src/EventEdition/EventDialog.vala:102 msgid "Guests" msgstr "" -#: src/EventEdition/EventDialog.vala:110 +#: src/EventEdition/EventDialog.vala:103 msgid "Reminders" msgstr "" -#: src/EventEdition/EventDialog.vala:111 src/EventEdition/RepeatPanel.vala:137 +#: src/EventEdition/EventDialog.vala:104 src/EventEdition/RepeatPanel.vala:137 #: src/EventEdition/RepeatPanel.vala:170 msgid "Repeat" msgid_plural "Repeats" msgstr[0] "" msgstr[1] "" -#: src/EventEdition/EventDialog.vala:134 +#: src/EventEdition/EventDialog.vala:127 msgid "Delete Event" msgstr "" -#: src/EventEdition/EventDialog.vala:146 +#: src/EventEdition/EventDialog.vala:140 msgid "Create Event" msgstr "" -#: src/EventEdition/EventDialog.vala:149 +#: src/EventEdition/EventDialog.vala:143 msgid "Save Changes" msgstr "" -#: src/EventEdition/EventDialog.vala:152 src/SourceDialog/SourceDialog.vala:52 +#: src/EventEdition/EventDialog.vala:146 src/SourceDialog/SourceDialog.vala:52 #: src/Widgets/ContractorButtonWithMenu.vala:87 msgid "Cancel" msgstr "" @@ -250,35 +216,35 @@ msgstr "" msgid "Declined" msgstr "" -#: src/EventEdition/InfoPanel.vala:78 +#: src/EventEdition/InfoPanel.vala:77 msgid "From:" msgstr "" -#: src/EventEdition/InfoPanel.vala:84 +#: src/EventEdition/InfoPanel.vala:83 msgid "All day:" msgstr "" -#: src/EventEdition/InfoPanel.vala:89 +#: src/EventEdition/InfoPanel.vala:88 msgid "To:" msgstr "" -#: src/EventEdition/InfoPanel.vala:107 +#: src/EventEdition/InfoPanel.vala:106 msgid "Title:" msgstr "" -#: src/EventEdition/InfoPanel.vala:109 +#: src/EventEdition/InfoPanel.vala:108 msgid "Name of Event" msgstr "" -#: src/EventEdition/InfoPanel.vala:119 +#: src/EventEdition/InfoPanel.vala:118 msgid "Press enter to parse event" msgstr "" -#: src/EventEdition/InfoPanel.vala:134 +#: src/EventEdition/InfoPanel.vala:133 msgid "Calendar:" msgstr "" -#: src/EventEdition/InfoPanel.vala:141 +#: src/EventEdition/InfoPanel.vala:140 msgid "Comments:" msgstr "" @@ -646,14 +612,6 @@ msgstr "" msgid "Sun" msgstr "" -#: src/Grid/EventButton.vala:70 -msgid "Remove Event" -msgstr "" - -#: src/Grid/EventButton.vala:71 -msgid "Remove Occurrence" -msgstr "" - #: src/Grid/WeekLabels.vala:57 src/Grid/Header.vala:65 msgid "Hide Week Numbers" msgstr "" @@ -687,32 +645,42 @@ msgstr "" msgid "Color:" msgstr "" -#: src/SourceDialog/SourceDialog.vala:172 +#: src/SourceDialog/SourceDialog.vala:183 msgid "Mark as default calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:243 +#: src/SourceDialog/SourceDialog.vala:247 msgid "Create Calendar" msgstr "" -#: src/SourceDialog/SourceDialog.vala:246 +#: src/SourceDialog/SourceDialog.vala:250 #: src/Widgets/ContractorButtonWithMenu.vala:88 msgid "Save" msgstr "" -#: src/SourceDialog/SourceItem.vala:76 +#: src/SourceDialog/SourceItem.vala:75 src/Widgets/AgendaEventRow.vala:141 +#: src/Widgets/EventMenu.vala:49 +msgid "Remove" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:75 msgid "Not Removable" msgstr "" -#: src/SourceDialog/SourceItem.vala:88 +#: src/SourceDialog/SourceItem.vala:87 src/Widgets/AgendaEventRow.vala:140 +#: src/Widgets/EventMenu.vala:36 +msgid "Edit…" +msgstr "" + +#: src/SourceDialog/SourceItem.vala:87 msgid "Not Editable" msgstr "" -#: src/SourceDialog/SourceItem.vala:112 +#: src/SourceDialog/SourceItem.vala:110 msgid "Undo" msgstr "" -#: src/SourceDialog/SourceItem.vala:118 src/SourceDialog/SourceItem.vala:185 +#: src/SourceDialog/SourceItem.vala:116 src/SourceDialog/SourceItem.vala:183 #, c-format msgid "\"%s\" removed" msgstr "" @@ -721,6 +689,26 @@ msgstr "" msgid "Add New Calendar…" msgstr "" +#: src/Widgets/AgendaEventRow.vala:185 src/Widgets/AgendaEventRow.vala:195 +#, c-format +msgid "%s – %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:187 +#, c-format +msgid "%s, %s – %s, %s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:199 +#, c-format +msgid "%s" +msgstr "" + +#: src/Widgets/AgendaEventRow.vala:201 +#, c-format +msgid "%s, %s – %s" +msgstr "" + #: src/Widgets/ContractorButtonWithMenu.vala:72 #: src/Widgets/ContractorButtonWithMenu.vala:82 msgid "Export Calendar…" @@ -730,6 +718,14 @@ msgstr "" msgid "calendar.ics" msgstr "" +#: src/Widgets/EventMenu.vala:41 +msgid "Remove Event" +msgstr "" + +#: src/Widgets/EventMenu.vala:43 +msgid "Remove Occurrence" +msgstr "" + #: src/Widgets/HeaderBar.vala:41 msgid "Create a new event" msgstr "" diff --git a/src/AgendaView.vala b/src/AgendaView.vala index a182af4dc..09a7dfa9b 100644 --- a/src/AgendaView.vala +++ b/src/AgendaView.vala @@ -21,7 +21,6 @@ public class Maya.View.AgendaView : Gtk.ScrolledWindow { public signal void event_removed (E.CalComponent event); - public signal void event_modified (E.CalComponent event); private Gtk.Label day_label; private Gtk.Label weekday_label; @@ -58,43 +57,12 @@ public class Maya.View.AgendaView : Gtk.ScrolledWindow { placeholder_label.show_all (); selected_date_events_list = new Gtk.ListBox (); + selected_date_events_list.activate_on_single_click = false; selected_date_events_list.height_request = 128; selected_date_events_list.selection_mode = Gtk.SelectionMode.SINGLE; selected_date_events_list.set_header_func (header_update_func); selected_date_events_list.set_placeholder (placeholder_label); - selected_date_events_list.set_sort_func ((child1, child2) => { - var row1 = (AgendaEventRow) child1; - var row2 = (AgendaEventRow) child2; - if (row1.is_allday) { - if (row2.is_allday) { - return row1.summary.collate (row2.summary); - } else { - return -1; - } - } else { - if (row2.is_allday) { - return 1; - } else { - unowned iCal.Component ical_event1 = row1.calevent.get_icalcomponent (); - DateTime start_date1, end_date1; - Util.get_local_datetimes_from_icalcomponent (ical_event1, out start_date1, out end_date1); - unowned iCal.Component ical_event2 = row2.calevent.get_icalcomponent (); - DateTime start_date2, end_date2; - Util.get_local_datetimes_from_icalcomponent (ical_event2, out start_date2, out end_date2); - var comp = start_date1.compare (start_date2); - if (comp != 0) { - return comp; - } else { - comp = end_date1.compare (end_date2); - if (comp != 0) { - return comp; - } - } - - return row1.summary.collate (row2.summary); - } - } - }); + selected_date_events_list.set_sort_func (selected_sort_function); selected_date_events_list.set_filter_func ((row) => { if (selected_date == null) { @@ -118,31 +86,11 @@ public class Maya.View.AgendaView : Gtk.ScrolledWindow { }); upcoming_events_list = new Gtk.ListBox (); + upcoming_events_list.activate_on_single_click = false; upcoming_events_list.margin_top = 24; upcoming_events_list.selection_mode = Gtk.SelectionMode.SINGLE; upcoming_events_list.set_header_func (upcoming_header_update_func); - upcoming_events_list.set_sort_func ((child1, child2) => { - var row1 = (AgendaEventRow) child1; - var row2 = (AgendaEventRow) child2; - - unowned iCal.Component ical_event1 = row1.calevent.get_icalcomponent (); - DateTime start_date1, end_date1; - Util.get_local_datetimes_from_icalcomponent (ical_event1, out start_date1, out end_date1); - unowned iCal.Component ical_event2 = row2.calevent.get_icalcomponent (); - DateTime start_date2, end_date2; - Util.get_local_datetimes_from_icalcomponent (ical_event2, out start_date2, out end_date2); - var comp = start_date1.compare (start_date2); - if (comp != 0) { - return comp; - } else { - comp = end_date1.compare (end_date2); - if (comp != 0) { - return comp; - } - } - - return row1.summary.collate (row2.summary); - }); + upcoming_events_list.set_sort_func (upcoming_sort_function); upcoming_events_list.set_filter_func ((row) => { var event_row = (AgendaEventRow) row; @@ -179,6 +127,14 @@ public class Maya.View.AgendaView : Gtk.ScrolledWindow { calmodel.events_updated.connect (on_events_updated); set_selected_date (Settings.SavedState.get_default ().get_selected ()); show_all (); + + selected_date_events_list.row_activated.connect (activate_eventrow); + upcoming_events_list.row_activated.connect (activate_eventrow); + } + + private void activate_eventrow (Gtk.ListBoxRow row) { + var calevent = ((AgendaEventRow) row).calevent; + ((Maya.Application) GLib.Application.get_default ()).window.on_modified (calevent); } private void header_update_func (Gtk.ListBoxRow lbrow, Gtk.ListBoxRow? lbbefore) { @@ -208,6 +164,51 @@ public class Maya.View.AgendaView : Gtk.ScrolledWindow { } } + [CCode (instance_pos = -1)] + private int upcoming_sort_function (Gtk.ListBoxRow child1, Gtk.ListBoxRow child2) { + return compare_rows ((AgendaEventRow) child1, (AgendaEventRow) child2); + } + + [CCode (instance_pos = -1)] + private int selected_sort_function (Gtk.ListBoxRow child1, Gtk.ListBoxRow child2) { + var row1 = (AgendaEventRow) child1; + var row2 = (AgendaEventRow) child2; + + if (row1.is_allday) { + if (row2.is_allday) { + return row1.summary.collate (row2.summary); + } else { + return -1; + } + } else if (row2.is_allday) { + return 1; + } + + return compare_rows (row1, row2); + } + + private int compare_rows (AgendaEventRow row1, AgendaEventRow row2) { + unowned iCal.Component ical_event1 = row1.calevent.get_icalcomponent (); + DateTime start_date1, end_date1; + Util.get_local_datetimes_from_icalcomponent (ical_event1, out start_date1, out end_date1); + + unowned iCal.Component ical_event2 = row2.calevent.get_icalcomponent (); + DateTime start_date2, end_date2; + Util.get_local_datetimes_from_icalcomponent (ical_event2, out start_date2, out end_date2); + + var comp = start_date1.compare (start_date2); + if (comp != 0) { + return comp; + } else { + comp = end_date1.compare (end_date2); + if (comp != 0) { + return comp; + } + } + + return row1.summary.collate (row2.summary); + } + private static int get_event_type (AgendaEventRow row) { unowned iCal.Component comp = row.calevent.get_icalcomponent (); DateTime now = new DateTime.now_local (); @@ -301,7 +302,6 @@ public class Maya.View.AgendaView : Gtk.ScrolledWindow { if (!row_table.contains (comp.get_uid ())) { var row = new AgendaEventRow (source, event, false); - row.modified.connect ((event) => (event_modified (event))); row.removed.connect ((event) => (event_removed (event))); row.show_all (); row_table.set (comp.get_uid (), row); @@ -310,7 +310,6 @@ public class Maya.View.AgendaView : Gtk.ScrolledWindow { if (!row_table2.contains (comp.get_uid ())) { var row2 = new AgendaEventRow (source, event, true); - row2.modified.connect ((event) => (event_modified (event))); row2.removed.connect ((event) => (event_removed (event))); row2.show_all (); row_table2.set (comp.get_uid (), row2); diff --git a/src/Application.vala b/src/Application.vala index 458289c6a..b5fd35302 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -6,12 +6,12 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * 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, see . * @@ -23,7 +23,6 @@ namespace Maya { namespace Option { private static bool ADD_EVENT = false; private static string SHOW_DAY = null; - private static bool PRINT_VERSION = false; } public class Application : Gtk.Application { @@ -39,14 +38,14 @@ namespace Maya { application_id = Build.EXEC_NAME; - Intl.setlocale (LocaleCategory.ALL, ""); - Intl.textdomain (Build.GETTEXT_PACKAGE); + var provider = new Gtk.CssProvider (); + provider.load_from_resource ("/io/elementary/calendar/Application.css"); + Gtk.StyleContext.add_provider_for_screen (Gdk.Screen.get_default (), provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION); } public const OptionEntry[] app_options = { { "add-event", 'a', 0, OptionArg.NONE, out Option.ADD_EVENT, N_("Create an event"), null }, { "show-day", 's', 0, OptionArg.STRING, out Option.SHOW_DAY, N_("Focus the given day"), N_("date") }, - { "version", 'v', 0, OptionArg.NONE, out Option.PRINT_VERSION, N_("Print version info and exit"), null }, { null } }; @@ -79,28 +78,20 @@ namespace Maya { if (Option.ADD_EVENT) { window.on_tb_add_clicked (window.calview.selected_date); } - - Gtk.main (); } public override void open (File[] files, string hint) { - bool first_start = false; if (get_windows () == null) { var calmodel = Model.CalendarModel.get_default (); calmodel.load_all_sources (); init_gui (); window.show_all (); - first_start = true; } var dialog = new Maya.View.ImportDialog (files); dialog.transient_for = window; dialog.show_all (); - - if (first_start) { - Gtk.main (); - } } /** @@ -138,9 +129,8 @@ namespace Maya { set_accels_for_action("app.quit", new string[] { "q" }); } - void on_quit () { + private void on_quit () { Model.CalendarModel.get_default ().delete_trashed_calendars (); - Gtk.main_quit (); } } @@ -155,12 +145,6 @@ namespace Maya { warning (e.message); } - if (Option.PRINT_VERSION) { - stdout.printf("Maya %s\n", Build.VERSION); - stdout.printf("Copyright 2011-2017 elementary LLC.\n"); - return 0; - } - GtkClutter.init (ref args); var app = new Application (); diff --git a/src/EventEdition/EventDialog.vala b/src/EventEdition/EventDialog.vala index 7b91b41cf..d6aa72eaf 100644 --- a/src/EventEdition/EventDialog.vala +++ b/src/EventEdition/EventDialog.vala @@ -166,13 +166,6 @@ public class EventDialog : Gtk.Dialog { stack.set_visible_child_name ("infopanel"); } - public static Gtk.Label make_label (string text) { - var label = new Gtk.Label ("%s".printf (text)); - label.use_markup = true; - label.set_alignment (0.0f, 0.5f); - return label; - } - private void save_dialog () { info_panel.save (); location_panel.save (); diff --git a/src/EventEdition/GuestGrid.vala b/src/EventEdition/GuestGrid.vala new file mode 100644 index 000000000..19f2e5899 --- /dev/null +++ b/src/EventEdition/GuestGrid.vala @@ -0,0 +1,122 @@ +/* + * Copyright 2011-2018 elementary, Inc. (https://elementary.io) + * + * 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, either version 3 of the License, or + * (at your option) any later version. + * + * 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, see . + * + * Authored by: Jaap Broekhuizen + */ + +public class Maya.View.EventEdition.GuestGrid : Gtk.Grid { + public signal void removed (); + public iCal.Property attendee; + private Folks.Individual individual; + private Gtk.Label name_label; + private Gtk.Label mail_label; + private ContactImage icon_image; + + public GuestGrid (iCal.Property attendee) { + this.attendee = new iCal.Property.clone (attendee); + individual = null; + + var status_label = new Gtk.Label (""); + status_label.justify = Gtk.Justification.RIGHT; + + var status_label_context = status_label.get_style_context (); + status_label_context.add_class (Granite.STYLE_CLASS_H4_LABEL); + + unowned iCal.Parameter parameter = attendee.get_first_parameter (iCal.ParameterKind.PARTSTAT); + if (parameter != null) { + switch (parameter.get_partstat ()) { + case iCal.ParameterPartStat.ACCEPTED: + status_label.label = _("Accepted"); + status_label_context.add_class ("success"); + break; + case iCal.ParameterPartStat.DECLINED: + status_label.label = _("Declined"); + status_label_context.add_class (Gtk.STYLE_CLASS_ERROR); + break; + case iCal.ParameterPartStat.TENTATIVE: + status_label.label = _("Maybe"); + status_label_context.add_class (Gtk.STYLE_CLASS_ERROR); + break; + default: + break; + } + } + + icon_image = new ContactImage (Gtk.IconSize.DIALOG); + + var mail = attendee.get_attendee ().replace ("mailto:", ""); + + name_label = new Gtk.Label (Markup.escape_text (mail.split ("@", 2)[0])); + name_label.xalign = 0; + + mail_label = new Gtk.Label (Markup.escape_text (mail)); + mail_label.hexpand = true; + mail_label.xalign = 0; + + var remove_button = new Gtk.Button.from_icon_name ("edit-delete-symbolic", Gtk.IconSize.BUTTON); + remove_button.relief = Gtk.ReliefStyle.NONE; + remove_button.valign = Gtk.Align.CENTER; + + get_contact_by_mail.begin (attendee.get_attendee ().replace ("mailto:", "")); + + column_spacing = 12; + margin = 6; + attach (icon_image, 0, 0, 1, 4); + attach (name_label, 1, 1, 1, 1); + attach (mail_label, 1, 2, 1, 1); + attach (status_label, 2, 1, 1, 2); + attach (remove_button, 3, 1, 1, 2); + + remove_button.clicked.connect (() => { + removed (); + hide (); + destroy (); + }); + } + + private async void get_contact_by_mail (string mail_address) { + Folks.IndividualAggregator aggregator = Folks.IndividualAggregator.dup (); + if (aggregator.is_prepared) { + Gee.MapIterator map_iterator; + map_iterator = aggregator.individuals.map_iterator (); + + while (map_iterator.next ()) { + foreach (var address in map_iterator.get_value ().email_addresses) { + if (address.value == mail_address) { + individual = map_iterator.get_value (); + if (individual != null) { + icon_image.add_contact (individual); + if (individual.full_name != null && individual.full_name != "") { + name_label.label = Markup.escape_text (individual.full_name); + mail_label.label = Markup.escape_text (attendee.get_attendee ()); + } + } + } + } + } + } else { + aggregator.notify["is-quiescent"].connect (() => { + get_contact_by_mail.begin (mail_address); + }); + + try { + yield aggregator.prepare (); + } catch (Error e) { + critical (e.message); + } + } + } +} diff --git a/src/EventEdition/GuestsPanel.vala b/src/EventEdition/GuestsPanel.vala index 8d5f13b6a..7f95d67ac 100644 --- a/src/EventEdition/GuestsPanel.vala +++ b/src/EventEdition/GuestsPanel.vala @@ -50,7 +50,7 @@ public class Maya.View.EventEdition.GuestsPanel : Gtk.Grid { guest_store = new Gtk.ListStore(2, typeof (string), typeof (string)); - var guest_label = Maya.View.EventDialog.make_label (_("Participants:")); + var guest_label = new Granite.HeaderLabel (_("Participants:")); load_contacts.begin (); @@ -215,111 +215,3 @@ public class Maya.View.EventEdition.GuestsPanel : Gtk.Grid { } } } - -public class Maya.View.EventEdition.GuestGrid : Gtk.Grid { - public signal void removed (); - public iCal.Property attendee; - private Folks.Individual individual; - private Gtk.Label name_label; - private Gtk.Label mail_label; - private ContactImage icon_image; - - public GuestGrid (iCal.Property attendee) { - this.attendee = new iCal.Property.clone (attendee); - row_spacing = 6; - column_spacing = 12; - individual = null; - - set_margin_bottom (6); - set_margin_end (6); - set_margin_start (6); - - string status = ""; - unowned iCal.Parameter parameter = attendee.get_first_parameter (iCal.ParameterKind.PARTSTAT); - if (parameter != null) { - switch (parameter.get_partstat ()) { - case iCal.ParameterPartStat.ACCEPTED: - status = "%s".printf (_("Accepted")); - break; - case iCal.ParameterPartStat.DECLINED: - status = "%s".printf (_("Declined")); - break; - default: - status = ""; - break; - } - } - - var status_label = new Gtk.Label (""); - status_label.set_markup (status); - status_label.justify = Gtk.Justification.RIGHT; - icon_image = new ContactImage (Gtk.IconSize.DIALOG); - - var mail = attendee.get_attendee ().replace ("mailto:", ""); - - name_label = new Gtk.Label (""); - ((Gtk.Misc) name_label).xalign = 0.0f; - set_name_label (mail.split ("@", 2)[0]); - - mail_label = new Gtk.Label (""); - mail_label.hexpand = true; - ((Gtk.Misc) mail_label).xalign = 0.0f; - set_mail_label (mail); - - var remove_button = new Gtk.Button.from_icon_name ("edit-delete-symbolic", Gtk.IconSize.BUTTON); - remove_button.relief = Gtk.ReliefStyle.NONE; - remove_button.clicked.connect (() => {removed (); hide (); destroy ();}); - var remove_grid = new Gtk.Grid (); - remove_grid.add (remove_button); - remove_grid.valign = Gtk.Align.CENTER; - - get_contact_by_mail.begin (attendee.get_attendee ().replace ("mailto:", "")); - - attach (icon_image, 0, 0, 1, 4); - attach (name_label, 1, 1, 1, 1); - attach (mail_label, 1, 2, 1, 1); - attach (status_label, 2, 1, 1, 2); - attach (remove_grid, 3, 1, 1, 2); - } - - private async void get_contact_by_mail (string mail_address) { - Folks.IndividualAggregator aggregator = Folks.IndividualAggregator.dup (); - if (aggregator.is_prepared) { - Gee.MapIterator map_iterator; - map_iterator = aggregator.individuals.map_iterator (); - - while (map_iterator.next ()) { - foreach (var address in map_iterator.get_value ().email_addresses) { - if(address.value == mail_address) { - individual = map_iterator.get_value (); - if (individual != null) { - icon_image.add_contact (individual); - if (individual.full_name != null && individual.full_name != "") { - set_name_label (individual.full_name); - set_mail_label (attendee.get_attendee ()); - } - } - } - } - } - } else { - aggregator.notify["is-quiescent"].connect (() => { - get_contact_by_mail.begin (mail_address); - }); - - try { - yield aggregator.prepare (); - } catch (Error e) { - critical (e.message); - } - } - } - - private void set_name_label (string name) { - name_label.set_markup ("%s".printf (Markup.escape_text (name))); - } - - private void set_mail_label (string mail) { - mail_label.set_markup ("%s".printf (Markup.escape_text (mail))); - } -} diff --git a/src/EventEdition/InfoPanel.vala b/src/EventEdition/InfoPanel.vala index becda9b60..e976f4848 100644 --- a/src/EventEdition/InfoPanel.vala +++ b/src/EventEdition/InfoPanel.vala @@ -71,11 +71,10 @@ public class Maya.View.EventEdition.InfoPanel : Gtk.Grid { margin_start = 12; margin_end = 12; - row_spacing = 6; column_spacing = 12; sensitive = parent_dialog.can_edit; - var from_label = Maya.View.EventDialog.make_label (_("From:")); + var from_label = new Granite.HeaderLabel (_("From:")); from_date_picker = make_date_picker (); from_date_picker.notify["date"].connect ( () => {on_date_modified(0);} ); from_time_picker = make_time_picker (); @@ -86,7 +85,7 @@ public class Maya.View.EventEdition.InfoPanel : Gtk.Grid { allday_switch = new Gtk.Switch (); - var to_label = Maya.View.EventDialog.make_label (_("To:")); + var to_label = new Granite.HeaderLabel (_("To:")); var allday_switch_grid = new Gtk.Grid (); @@ -104,7 +103,7 @@ public class Maya.View.EventEdition.InfoPanel : Gtk.Grid { to_time_picker.sensitive = !allday_switch.get_active (); }); - var title_label = Maya.View.EventDialog.make_label (_("Title:")); + var title_label = new Granite.HeaderLabel (_("Title:")); title_entry = new Gtk.Entry (); title_entry.placeholder_text = _("Name of Event"); title_entry.changed.connect (on_title_entry_modified); @@ -131,14 +130,14 @@ public class Maya.View.EventEdition.InfoPanel : Gtk.Grid { }); }); - var calendar_label = Maya.View.EventDialog.make_label (_("Calendar:")); + var calendar_label = new Granite.HeaderLabel (_("Calendar:")); calendar_button = new Maya.View.Widgets.CalendarButton (); // Select the first calendar we can find, if none is default if (parent_dialog.source == null) { parent_dialog.source = calendar_button.current_source; } - var comment_label = Maya.View.EventDialog.make_label (_("Comments:")); + var comment_label = new Granite.HeaderLabel (_("Comments:")); comment_textview = new Gtk.TextView (); comment_textview.set_wrap_mode (Gtk.WrapMode.WORD_CHAR); comment_textview.accepts_tab = false; diff --git a/src/EventEdition/LocationPanel.vala b/src/EventEdition/LocationPanel.vala index 3d307cac6..93921ab17 100644 --- a/src/EventEdition/LocationPanel.vala +++ b/src/EventEdition/LocationPanel.vala @@ -47,7 +47,7 @@ public class Maya.View.EventEdition.LocationPanel : Gtk.Grid { location_store = new Gtk.ListStore (2, typeof (string), typeof (string)); - var location_label = Maya.View.EventDialog.make_label (_("Location:")); + var location_label = new Granite.HeaderLabel (_("Location:")); location_entry = new Gtk.SearchEntry (); location_entry.placeholder_text = _("John Smith OR Example St."); location_entry.hexpand = true; diff --git a/src/EventEdition/ReminderPanel.vala b/src/EventEdition/ReminderPanel.vala index c4722eaa0..23de01fdd 100644 --- a/src/EventEdition/ReminderPanel.vala +++ b/src/EventEdition/ReminderPanel.vala @@ -1,6 +1,5 @@ -// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*- -/*- - * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya) +/* + * Copyright 2011-2018 elementary, Inc. (https://elementary.io) * * 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 @@ -26,18 +25,21 @@ public class Maya.View.EventEdition.ReminderPanel : Gtk.Grid { public ReminderPanel (EventDialog parent_dialog) { this.parent_dialog = parent_dialog; + expand = true; + margin_start = margin_end = 12; orientation = Gtk.Orientation.VERTICAL; sensitive = parent_dialog.can_edit; - var reminder_label = Maya.View.EventDialog.make_label (_("Reminders:")); - reminder_label.margin_start = 12; + var reminder_label = new Granite.HeaderLabel (_("Reminders:")); - var no_reminder_label = new Gtk.Label (""); - no_reminder_label.set_markup (_("No Reminders")); - no_reminder_label.sensitive = false; + var no_reminder_label = new Gtk.Label (_("No Reminders")); no_reminder_label.show (); + var no_reminder_label_context = no_reminder_label.get_style_context (); + no_reminder_label_context.add_class (Granite.STYLE_CLASS_H2_LABEL); + no_reminder_label_context.add_class (Gtk.STYLE_CLASS_DIM_LABEL); + reminders = new Gee.ArrayList (); reminders_to_remove = new Gee.ArrayList (); @@ -46,52 +48,45 @@ public class Maya.View.EventEdition.ReminderPanel : Gtk.Grid { reminder_list.set_selection_mode (Gtk.SelectionMode.NONE); reminder_list.set_placeholder (no_reminder_label); - var fake_grid_left = new Gtk.Grid (); - fake_grid_left.hexpand = true; - var fake_grid_right = new Gtk.Grid (); - fake_grid_right.hexpand = true; - var scrolled = new Gtk.ScrolledWindow (null, null); scrolled.add (reminder_list); scrolled.expand = true; var frame = new Gtk.Frame (null); frame.margin_top = 6; - frame.margin_start = 12; - frame.margin_end = 12; frame.add (scrolled); - var inline_toolbar = new Gtk.Toolbar (); - inline_toolbar.margin_start = 12; - inline_toolbar.margin_end = 12; - inline_toolbar.get_style_context ().add_class (Gtk.STYLE_CLASS_INLINE_TOOLBAR); - inline_toolbar.icon_size = Gtk.IconSize.SMALL_TOOLBAR; - var add_button = new Gtk.ToolButton (new Gtk.Image.from_icon_name ("list-add-symbolic", Gtk.IconSize.BUTTON), null); add_button.tooltip_text = _("Add Reminder"); - add_button.clicked.connect (() => { - add_reminder (""); - }); + var inline_toolbar = new Gtk.Toolbar (); + inline_toolbar.get_style_context ().add_class (Gtk.STYLE_CLASS_INLINE_TOOLBAR); + inline_toolbar.icon_size = Gtk.IconSize.SMALL_TOOLBAR; inline_toolbar.add (add_button); add (reminder_label); add (frame); add (inline_toolbar); load (); + + add_button.clicked.connect (() => { + add_reminder (""); + }); } private ReminderGrid add_reminder (string uid) { var reminder = new ReminderGrid (uid); - var row = new Gtk.ListBoxRow (); + reminder.show_all (); + reminder_list.add (reminder); + reminders.add (reminder); - reminder.show_all (); + reminder.removed.connect (() => { reminders.remove (reminder); reminders_to_remove.add (reminder.uid); }); - row.show_all (); + return reminder; } @@ -158,56 +153,53 @@ public class Maya.View.EventEdition.ReminderGrid : Gtk.ListBoxRow { private bool is_human_change = true; - Gtk.Label label; - Gtk.ComboBoxText time; + private Gtk.ComboBoxText time; public ReminderGrid (string uid) { this.uid = uid; - set_margin_top (6); - set_margin_start (6); - set_margin_end (6); - time = new Gtk.ComboBoxText (); - time.append_text (_("0 minutes")); - time.append_text (_("1 minute")); - time.append_text (_("5 minutes")); - time.append_text (_("10 minutes")); - time.append_text (_("15 minutes")); - time.append_text (_("20 minutes")); - time.append_text (_("25 minutes")); - time.append_text (_("30 minutes")); - time.append_text (_("45 minutes")); - time.append_text (_("1 hour")); - time.append_text (_("2 hours")); - time.append_text (_("3 hours")); - time.append_text (_("12 hours")); - time.append_text (_("24 hours")); - time.append_text (_("2 days")); - time.append_text (_("1 week")); + time.hexpand = true; + time.append_text (_("At time of event")); + time.append_text (_("1 minute before")); + time.append_text (_("5 minutes before")); + time.append_text (_("10 minutes before")); + time.append_text (_("15 minutes before")); + time.append_text (_("20 minutes before")); + time.append_text (_("25 minutes before")); + time.append_text (_("30 minutes before")); + time.append_text (_("45 minutes before")); + time.append_text (_("1 hour before")); + time.append_text (_("2 hours before")); + time.append_text (_("3 hours before")); + time.append_text (_("12 hours before")); + time.append_text (_("24 hours before")); + time.append_text (_("2 days before")); + time.append_text (_("1 week before")); time.active = 3; + time.changed.connect (() => { if (is_human_change == true) { change = true; } }); - label = new Gtk.Label (_("Notification")); - label.hexpand = true; - label.halign = Gtk.Align.START; - var remove_button = new Gtk.Button.from_icon_name ("edit-delete-symbolic", Gtk.IconSize.BUTTON); remove_button.relief = Gtk.ReliefStyle.NONE; - remove_button.clicked.connect (() => {removed (); hide (); destroy ();}); + remove_button.get_style_context ().add_class (Gtk.STYLE_CLASS_DESTRUCTIVE_ACTION); var grid = new Gtk.Grid (); - grid.row_spacing = 6; - grid.column_spacing = 12; + grid.margin = 6; + grid.column_spacing = 6; grid.attach (time, 0, 0, 1, 1); - grid.attach (label, 1, 0, 1, 1); grid.attach (remove_button, 2, 0, 1, 1); add (grid); + + remove_button.clicked.connect (() => { + removed (); + destroy (); + }); } public void set_duration (iCal.DurationType duration) { diff --git a/src/EventEdition/RepeatPanel.vala b/src/EventEdition/RepeatPanel.vala index b3f1e9f4e..13e30638f 100644 --- a/src/EventEdition/RepeatPanel.vala +++ b/src/EventEdition/RepeatPanel.vala @@ -50,7 +50,7 @@ public class Maya.View.EventEdition.RepeatPanel : Gtk.Grid { column_spacing = 12; sensitive = parent_dialog.can_edit; - var reminder_label = Maya.View.EventDialog.make_label (_("Repeat:")); + var reminder_label = new Granite.HeaderLabel (_("Repeat:")); repeat_switch = new Gtk.Switch (); @@ -101,7 +101,7 @@ public class Maya.View.EventEdition.RepeatPanel : Gtk.Grid { repeat_grid.add (repeat_switch_grid); repeat_grid.add (repeat_combobox); - var every_label = Maya.View.EventDialog.make_label (_("Every:")); + var every_label = new Granite.HeaderLabel (_("Every:")); every_entry = new Gtk.SpinButton.with_range (1, 99, 1); every_entry.hexpand = true; @@ -132,7 +132,7 @@ public class Maya.View.EventEdition.RepeatPanel : Gtk.Grid { every_grid.add (every_entry); every_grid.add (every_unit_label); - var ends_label = Maya.View.EventDialog.make_label (_("Ends:")); + var ends_label = new Granite.HeaderLabel (_("Ends:")); var end_label = new Gtk.Label (ngettext ("Repeat", "Repeats", 1)); end_label.no_show_all = true; @@ -197,7 +197,7 @@ public class Maya.View.EventEdition.RepeatPanel : Gtk.Grid { month_grid.add (same_radiobutton); month_grid.add (every_radiobutton); - var exceptions_label = Maya.View.EventDialog.make_label (_("Exceptions:")); + var exceptions_label = new Granite.HeaderLabel (_("Exceptions:")); var no_exceptions_label = new Gtk.Label (""); no_exceptions_label.set_markup (_("No Exceptions")); diff --git a/src/Grid/CalendarView.vala b/src/Grid/CalendarView.vala index ad1dfcc0a..44062c04c 100644 --- a/src/Grid/CalendarView.vala +++ b/src/Grid/CalendarView.vala @@ -27,7 +27,6 @@ public class Maya.View.CalendarView : Gtk.Grid { * Event emitted when the day is double clicked or the ENTER key is pressed. */ public signal void on_event_add (DateTime date); - public signal void edition_request (E.CalComponent comp); public signal void selection_changed (DateTime new_date); public DateTime? selected_date { get; private set; } @@ -97,7 +96,6 @@ public class Maya.View.CalendarView : Gtk.Grid { grid = new Grid (); grid.focus_date (selected_date); grid.on_event_add.connect ((date) => on_event_add (date)); - grid.edition_request.connect ((comp) => edition_request (comp)); grid.selection_changed.connect ((date) => { selected_date = date; selection_changed (date); diff --git a/src/Grid/EventButton.vala b/src/Grid/EventButton.vala index 8e60bf60f..ccab90054 100644 --- a/src/Grid/EventButton.vala +++ b/src/Grid/EventButton.vala @@ -19,8 +19,6 @@ */ public class Maya.View.EventButton : Gtk.Revealer { - public signal void edition_request (); - public E.CalComponent comp { get; construct set; } public GLib.DateTime date { get; construct; } @@ -63,37 +61,14 @@ public class Maya.View.EventButton : Gtk.Revealer { event_box.button_press_event.connect ((event) => { if (event.type == Gdk.EventType.2BUTTON_PRESS && event.button == Gdk.BUTTON_PRIMARY) { - edition_request (); + ((Maya.Application) GLib.Application.get_default ()).window.on_modified (comp); } else if (event.type == Gdk.EventType.BUTTON_PRESS && event.button == Gdk.BUTTON_SECONDARY) { E.Source src = comp.get_data ("source"); bool sensitive = src.writable == true && Model.CalendarModel.get_default ().calclient_is_readonly (src) == false; - var edit_item = new Gtk.MenuItem.with_label (_("Edit…")); - edit_item.activate.connect (() => { edition_request (); }); - edit_item.sensitive = sensitive; - - Gtk.Menu menu = new Gtk.Menu (); + var menu = new Maya.EventMenu (comp, date); menu.attach_to_widget (this, null); - menu.append (edit_item); - - Gtk.MenuItem remove_item; - if (comp.has_recurrences ()) { - remove_item = new Gtk.MenuItem.with_label (_("Remove Event")); - - var exception_item = new Gtk.MenuItem.with_label (_("Remove Occurrence")); - exception_item.activate.connect (add_exception); - exception_item.sensitive = sensitive; - - menu.append (exception_item); - } else { - remove_item = new Gtk.MenuItem.with_label (_("Remove")); - } - - remove_item.sensitive = sensitive; - remove_item.activate.connect (remove_event); - - menu.append (remove_item); menu.popup_at_pointer (event); menu.show_all (); @@ -143,24 +118,6 @@ public class Maya.View.EventButton : Gtk.Revealer { return comp.get_summary ().value; } - private void remove_event () { - var calmodel = Model.CalendarModel.get_default (); - calmodel.remove_event (comp.get_data ("source"), comp, E.CalObjModType.ALL); - } - - private void add_exception () { - unowned iCal.Component comp_ical = comp.get_icalcomponent (); - iCal.Component ical = new iCal.Component.clone (comp_ical); - - var exdate = new iCal.Property (iCal.PropertyKind.EXDATE); - exdate.set_exdate (Util.date_time_to_ical (date, null)); - ical.add_property (exdate); - comp.set_icalcomponent ((owned) ical); - - var calmodel = Model.CalendarModel.get_default (); - calmodel.update_event (comp.get_data ("source"), comp, E.CalObjModType.ALL); - } - private void reload_css (string background_color) { var provider = new Gtk.CssProvider (); try { diff --git a/src/Grid/Grid.vala b/src/Grid/Grid.vala index 0e1a3699b..c5461e236 100644 --- a/src/Grid/Grid.vala +++ b/src/Grid/Grid.vala @@ -34,7 +34,6 @@ public class Grid : Gtk.Grid { * Event emitted when the day is double clicked or the ENTER key is pressed. */ public signal void on_event_add (DateTime date); - public signal void edition_request (E.CalComponent comp); public signal void selection_changed (DateTime new_date); private GridDay selected_gridday; @@ -188,9 +187,6 @@ public class Grid : Gtk.Grid { foreach (var date in dt_range) { EventButton button = new EventButton (event, date); add_button_for_day (date, button); - button.edition_request.connect (() => { - edition_request (event); - }); } } @@ -231,10 +227,6 @@ public class Grid : Gtk.Grid { if (!grid_day.update_event (event)) { EventButton button = new EventButton (event, grid_day.date); add_button_for_day (grid_day.date, button); - - button.edition_request.connect (() => { - edition_request (event); - }); } } else { grid_day.remove_event (event); diff --git a/src/MainWindow.vala b/src/MainWindow.vala index b074264a3..6192fe740 100644 --- a/src/MainWindow.vala +++ b/src/MainWindow.vala @@ -90,13 +90,11 @@ public class Maya.MainWindow : Gtk.ApplicationWindow { set_titlebar (headerbar); calview.on_event_add.connect ((date) => on_tb_add_clicked (date)); - calview.edition_request.connect (on_modified); calview.selection_changed.connect ((date) => sidebar.set_selected_date (date)); infobar.response.connect ((id) => infobar.hide ()); sidebar.event_removed.connect (on_remove); - sidebar.event_modified.connect (on_modified); Maya.Application.saved_state.bind ("hpaned-position", hpaned, "position", GLib.SettingsBindFlags.DEFAULT); @@ -127,10 +125,16 @@ public class Maya.MainWindow : Gtk.ApplicationWindow { Model.CalendarModel.get_default ().remove_event (comp.get_data ("source"), comp, E.CalObjModType.THIS); } - private void on_modified (E.CalComponent comp) { - var dialog = new Maya.View.EventDialog (comp, null); - dialog.transient_for = this; - dialog.present (); + public void on_modified (E.CalComponent comp) { + E.Source src = comp.get_data ("source"); + + if (src.writable == true && Model.CalendarModel.get_default ().calclient_is_readonly (src) == false) { + var dialog = new Maya.View.EventDialog (comp, null); + dialog.transient_for = this; + dialog.present (); + } else { + Gdk.beep (); + } } public override bool configure_event (Gdk.EventConfigure event) { diff --git a/src/SourceDialog/SourceItem.vala b/src/SourceDialog/SourceItem.vala index 288fa0e03..8140aff12 100644 --- a/src/SourceDialog/SourceItem.vala +++ b/src/SourceDialog/SourceItem.vala @@ -35,7 +35,6 @@ public class Maya.View.SourceItem : Gtk.ListBoxRow { private Gtk.Revealer edit_revealer; private Gtk.Label calendar_name_label; - private Gtk.Label calendar_color_label; private Gtk.Label message_label; private Gtk.CheckButton visible_checkbutton; @@ -100,7 +99,6 @@ public class Maya.View.SourceItem : Gtk.ListBoxRow { calendar_grid.margin_start = 8; calendar_grid.margin_end = 6; calendar_grid.attach (visible_checkbutton, 0, 0, 1, 1); - calendar_grid.attach (calendar_color_label, 1, 0, 1, 1); calendar_grid.attach (calendar_name_label, 2, 0, 1, 1); calendar_grid.attach (delete_revealer, 3, 0, 1, 1); calendar_grid.attach (edit_revealer, 4, 0, 1, 1); @@ -195,16 +193,3 @@ public class Maya.View.SourceItem : Gtk.ListBoxRow { stack.set_visible_child_name ("info"); } } - -public class Maya.View.SourceItemHeader : Gtk.ListBoxRow { - public string label { public get; private set; } - public uint children = 1; - public SourceItemHeader (string label) { - this.label = label; - var header_label = new Gtk.Label (label); - header_label.get_style_context ().add_class ("h4"); - header_label.xalign = 0.0f; - header_label.hexpand = true; - add (header_label); - } -} diff --git a/src/SourceDialog/SourceSelector.vala b/src/SourceDialog/SourceSelector.vala index f9c374560..658567bcb 100644 --- a/src/SourceDialog/SourceSelector.vala +++ b/src/SourceDialog/SourceSelector.vala @@ -42,8 +42,8 @@ public class Maya.View.SourceSelector : Gtk.Popover { scroll = new Gtk.ScrolledWindow (null, null); scroll.hscrollbar_policy = Gtk.PolicyType.NEVER; - scroll.vscrollbar_policy = Gtk.PolicyType.AUTOMATIC; - scroll.expand = true; + scroll.max_content_height = 300; + scroll.propagate_natural_height = true; scroll.add (calendar_box); src_map = new GLib.HashTable(str_hash, str_equal); @@ -101,7 +101,7 @@ public class Maya.View.SourceSelector : Gtk.Popover { } } - var header = new SourceItemHeader (row_location); + var header = new Granite.HeaderLabel (row_location); row.set_header (header); header.show_all (); } diff --git a/src/Widgets/AgendaEventRow.vala b/src/Widgets/AgendaEventRow.vala index 78f9d639a..8711abc09 100644 --- a/src/Widgets/AgendaEventRow.vala +++ b/src/Widgets/AgendaEventRow.vala @@ -25,13 +25,11 @@ const string EVENT_CSS = """ public class Maya.View.AgendaEventRow : Gtk.ListBoxRow { public signal void removed (E.CalComponent event); - public signal void modified (E.CalComponent event); public E.CalComponent calevent { get; construct; } public E.Source source { get; construct; } public bool is_upcoming { get; construct; } - public string uid { public get; private set; } public string summary { public get; private set; } public bool is_allday { public get; private set; default = false; } public bool is_multiday { public get; private set; default = false; } @@ -40,6 +38,7 @@ public class Maya.View.AgendaEventRow : Gtk.ListBoxRow { private Gtk.Label name_label; private Gtk.Label datatime_label; private Gtk.Label location_label; + private Gtk.StyleContext event_image_context; private Gtk.StyleContext main_grid_context; public AgendaEventRow (E.Source source, E.CalComponent calevent, bool is_upcoming) { @@ -51,19 +50,17 @@ public class Maya.View.AgendaEventRow : Gtk.ListBoxRow { } construct { - unowned iCal.Component ical_event = calevent.get_icalcomponent (); - uid = ical_event.get_uid (); - var css_provider = new Gtk.CssProvider (); css_provider.load_from_resource ("/io/elementary/calendar/AgendaEventRow.css"); - E.SourceCalendar cal = (E.SourceCalendar)source.get_extension (E.SOURCE_EXTENSION_CALENDAR); - var event_image = new Gtk.Image.from_icon_name ("office-calendar-symbolic", Gtk.IconSize.MENU); event_image.valign = Gtk.Align.START; + event_image_context = event_image.get_style_context (); + event_image_context.add_provider (css_provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION); + name_label = new Gtk.Label (""); - name_label.hexpand = true; + name_label.selectable = true; name_label.wrap = true; name_label.wrap_mode = Pango.WrapMode.WORD_CHAR; name_label.xalign = 0; @@ -74,24 +71,29 @@ public class Maya.View.AgendaEventRow : Gtk.ListBoxRow { datatime_label = new Gtk.Label (""); datatime_label.ellipsize = Pango.EllipsizeMode.END; + datatime_label.halign = Gtk.Align.START; + datatime_label.selectable = true; datatime_label.use_markup = true; datatime_label.xalign = 0; datatime_label.get_style_context ().add_class (Gtk.STYLE_CLASS_DIM_LABEL); location_label = new Gtk.Label (""); - location_label.no_show_all = true; + location_label.margin_top = 6; + location_label.selectable = true; location_label.wrap = true; location_label.xalign = 0; + var location_revealer = new Gtk.Revealer (); + location_revealer.add (location_label); + var main_grid = new Gtk.Grid (); main_grid.column_spacing = 6; - main_grid.row_spacing = 6; main_grid.margin = 6; main_grid.margin_start = main_grid.margin_end = 12; main_grid.attach (event_image, 0, 0, 1, 1); main_grid.attach (name_label, 1, 0, 1, 1); main_grid.attach (datatime_label, 1, 1, 1, 1); - main_grid.attach (location_label, 1, 2, 1, 1); + main_grid.attach (location_revealer, 1, 2); main_grid_context = main_grid.get_style_context (); main_grid_context.add_class ("event"); @@ -105,12 +107,18 @@ public class Maya.View.AgendaEventRow : Gtk.ListBoxRow { revealer.add (event_box); add (revealer); + var cal = (E.SourceCalendar)source.get_extension (E.SOURCE_EXTENSION_CALENDAR); + reload_css (cal.dup_color ()); cal.notify["color"].connect (() => { reload_css (cal.dup_color ()); }); + location_label.notify["label"].connect (() => { + location_revealer.reveal_child = location_label.label != null && location_label.label != ""; + }); + show.connect (() => { revealer.set_reveal_child (true); }); @@ -127,30 +135,16 @@ public class Maya.View.AgendaEventRow : Gtk.ListBoxRow { } private bool on_button_press (Gdk.EventButton event) { - if (event.type == Gdk.EventType.@2BUTTON_PRESS) { - modified (calevent); - } else if (event.type == Gdk.EventType.BUTTON_PRESS && event.button == Gdk.BUTTON_SECONDARY) { - Gtk.Menu menu = new Gtk.Menu (); - menu.attach_to_widget (this, null); - var edit_item = new Gtk.MenuItem.with_label (_("Edit…")); - var remove_item = new Gtk.MenuItem.with_label (_("Remove")); - edit_item.activate.connect (() => { modified (calevent); }); - remove_item.activate.connect (() => { removed (calevent); }); - - E.Source src = calevent.get_data ("source"); - if (src.writable != true && Model.CalendarModel.get_default ().calclient_is_readonly (src) != false) { - edit_item.sensitive = false; - remove_item.sensitive = false; - } - - menu.append (edit_item); - menu.append (remove_item); + if (event.type == Gdk.EventType.BUTTON_PRESS && event.button == Gdk.BUTTON_SECONDARY) { + var start_date = Util.ical_to_date_time (calevent.get_icalcomponent ().get_dtstart ()); + var menu = new Maya.EventMenu (calevent, start_date); + menu.attach_to_widget (this, null); menu.popup_at_pointer (event); menu.show_all (); } - return true; + return Gdk.EVENT_PROPAGATE; } /** @@ -177,8 +171,10 @@ public class Maya.View.AgendaEventRow : Gtk.ListBoxRow { datatime_label.no_show_all = false; if (is_multiday) { if (is_allday) { - datetime_string = _("%s – %s").printf (start_date_string, end_date_string); + // TRANSLATORS: A range from start date to end date i.e. "Friday, Dec 21 – Saturday, Dec 22" + datetime_string = C_("date-range", "%s – %s").printf (start_date_string, end_date_string); } else { + // TRANSLATORS: A range from start date and time to end date and time i.e. "Friday, Dec 21, 7:00 PM – Saturday, Dec 22, 12:00 AM" datetime_string = _("%s, %s – %s, %s").printf (start_date_string, start_time_string, end_date_string, end_time_string); } } else { @@ -187,27 +183,21 @@ public class Maya.View.AgendaEventRow : Gtk.ListBoxRow { datatime_label.hide (); datatime_label.no_show_all = true; } else { - datetime_string = _("%s – %s").printf (start_time_string, end_time_string); + // TRANSLATORS: A range from start time to end time i.e. "7:00 PM – 9:00 PM" + datetime_string = C_("time-range", "%s – %s").printf (start_time_string, end_time_string); } } else { if (is_allday) { - datetime_string = _("%s").printf (start_date_string); + datetime_string = "%s".printf (start_date_string); } else { + // TRANSLATORS: A range from start date and time to end time i.e. "Friday, Dec 21, 7:00 PM – 9:00 PM" datetime_string = _("%s, %s – %s").printf (start_date_string, start_time_string, end_time_string); } } } datatime_label.label = "%s".printf (datetime_string); - - string location = ical_event.get_location (); - if (location != null && location != "") { - location_label.label = location; - location_label.show (); - } else { - location_label.hide (); - location_label.no_show_all = true; - } + location_label.label = ical_event.get_location (); } private void reload_css (string background_color) { @@ -216,6 +206,7 @@ public class Maya.View.AgendaEventRow : Gtk.ListBoxRow { var colored_css = EVENT_CSS.printf (background_color); provider.load_from_data (colored_css, colored_css.length); + event_image_context.add_provider (provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION); main_grid_context.add_provider (provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION); } catch (GLib.Error e) { critical (e.message); diff --git a/src/Widgets/CalendarButton.vala b/src/Widgets/CalendarButton.vala index 29cdecf42..fc2bd6467 100644 --- a/src/Widgets/CalendarButton.vala +++ b/src/Widgets/CalendarButton.vala @@ -18,6 +18,13 @@ */ public class Maya.View.Widgets.CalendarButton : Gtk.MenuButton { + private static string STYLE = """ + .cal-color { + background-color: %s; + border-radius: 50%; + } + """; + public GLib.List sources; private E.Source _current_source; public E.Source current_source { @@ -31,6 +38,7 @@ public class Maya.View.Widgets.CalendarButton : Gtk.MenuButton { } } + private Gtk.SearchEntry search_entry; private CalendarGrid calendar_grid; construct { @@ -58,22 +66,39 @@ public class Maya.View.Widgets.CalendarButton : Gtk.MenuButton { current_source = registry.default_calendar; + search_entry = new Gtk.SearchEntry (); + search_entry.margin = 12; + search_entry.margin_bottom = 6; + search_entry.placeholder_text = _("Search Calendars"); + + var placeholder = new Granite.Widgets.AlertView ( + _("No Results"), + _("Try changing search terms."), + "" + ); + placeholder.show_all (); + var list_box = new Gtk.ListBox (); list_box.activate_on_single_click = true; + list_box.set_placeholder (placeholder); var scrolled = new Gtk.ScrolledWindow (null, null); scrolled.hscrollbar_policy = Gtk.PolicyType.NEVER; scrolled.add (list_box); - scrolled.margin_top = 6; - scrolled.margin_bottom = 6; scrolled.max_content_height = 300; scrolled.propagate_natural_height = true; - scrolled.show_all (); + + var popover_grid = new Gtk.Grid (); + popover_grid.margin_bottom = 6; + popover_grid.attach (search_entry, 0, 0); + popover_grid.attach (scrolled, 0, 1); + popover_grid.show_all (); popover = new Gtk.Popover (this); popover.width_request = 310; - popover.add (scrolled); + popover.add (popover_grid); + list_box.set_filter_func (filter_function); list_box.set_header_func (header_update_func); list_box.set_sort_func ((row1, row2) => { @@ -87,11 +112,35 @@ public class Maya.View.Widgets.CalendarButton : Gtk.MenuButton { } }); + list_box.move_cursor.connect ((mvmt, count) => { + var row = list_box.get_selected_row ().get_index (); + if (row == 0 && count == -1) { + search_entry.grab_focus (); + } + }); + list_box.row_activated.connect ((row) => { current_source = ((CalendarGrid)row.get_child ()).source; popover.popdown (); }); + popover.unmap.connect (() => { + search_entry.text = ""; + }); + + search_entry.activate.connect (() => { + foreach (unowned Gtk.Widget child in list_box.get_children ()) { + if (child.get_child_visible ()) { + ((Gtk.ListBoxRow) child).activate (); + } + } + }); + + search_entry.search_changed.connect (() => { + list_box.invalidate_filter (); + list_box.unselect_all (); + }); + foreach (var source in sources) { var calgrid = new CalendarGrid (source); calgrid.margin = 6; @@ -109,6 +158,17 @@ public class Maya.View.Widgets.CalendarButton : Gtk.MenuButton { } } + [CCode (instance_pos = -1)] + private bool filter_function (Gtk.ListBoxRow row) { + var search_term = search_entry.text.down (); + + if (search_term in ((CalendarGrid)row.get_child ()).label.down ()) { + return true; + } + + return false; + } + private void header_update_func (Gtk.ListBoxRow row, Gtk.ListBoxRow? before) { var row_location = ((CalendarGrid)row.get_child ()).location; if (before != null) { @@ -119,7 +179,7 @@ public class Maya.View.Widgets.CalendarButton : Gtk.MenuButton { } } - var header = new SourceItemHeader (row_location); + var header = new Granite.HeaderLabel (row_location); header.margin = 6; header.margin_bottom = 0; @@ -146,34 +206,48 @@ public class Maya.View.Widgets.CalendarButton : Gtk.MenuButton { } } - private Gtk.Label calendar_name_label; - private Gtk.Label calendar_color_label; + private Gtk.StyleContext calendar_color_context; public CalendarGrid (E.Source source) { + Object (source: source); + } + + construct { column_spacing = 6; - calendar_color_label = new Gtk.Label (""); - calendar_color_label.width_request = 6; + var calendar_color = new Gtk.Grid (); + calendar_color.height_request = 12; + calendar_color.valign = Gtk.Align.CENTER; + calendar_color.width_request = 12; + + calendar_color_context = calendar_color.get_style_context (); + calendar_color_context.add_class ("cal-color"); - calendar_name_label = new Gtk.Label (""); + var calendar_name_label = new Gtk.Label (""); calendar_name_label.xalign = 0; calendar_name_label.hexpand = true; calendar_name_label.ellipsize = Pango.EllipsizeMode.MIDDLE; - add (calendar_color_label); + add (calendar_color); add (calendar_name_label); - show_all (); - _source = source; - apply_source (); + bind_property ("label", calendar_name_label, "label"); } private void apply_source () { E.SourceCalendar cal = (E.SourceCalendar)_source.get_extension (E.SOURCE_EXTENSION_CALENDAR); - calendar_name_label.label = _source.dup_display_name (); - label = calendar_name_label.label; + label = _source.dup_display_name (); location = Maya.Util.get_source_location (_source); - Util.style_calendar_color (calendar_color_label, cal.dup_color (), true); + + var css_color = STYLE.printf (cal.dup_color ()); + var style_provider = new Gtk.CssProvider (); + + try { + style_provider.load_from_data (css_color, css_color.length); + calendar_color_context.add_provider (style_provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION); + } catch (Error e) { + warning ("Could not create CSS Provider: %s\nStylesheet:\n%s", e.message, css_color); + } } } } diff --git a/src/Widgets/DynamicSpinner.vala b/src/Widgets/DynamicSpinner.vala index 4276cdff6..9ae93cf8e 100644 --- a/src/Widgets/DynamicSpinner.vala +++ b/src/Widgets/DynamicSpinner.vala @@ -19,29 +19,30 @@ */ public class Maya.View.Widgets.DynamicSpinner : Gtk.Revealer { - private Gtk.Popover info_popover; - private Gtk.Spinner spinner; private Gtk.ListBox list_box; + HashTable children_matcher; - public DynamicSpinner () { + + construct { transition_type = Gtk.RevealerTransitionType.CROSSFADE; children_matcher = new HashTable (str_hash, str_equal); - spinner = new Gtk.Spinner (); - var button = new Gtk.Button (); - button.image = spinner; - button.clicked.connect (() => { - info_popover.show_all (); - }); + var spinner = new Gtk.Spinner (); + spinner.start (); list_box = new Gtk.ListBox (); list_box.selection_mode = Gtk.SelectionMode.NONE; - info_popover = new Gtk.Popover (button); + var info_popover = new Gtk.Popover (null); info_popover.position = Gtk.PositionType.BOTTOM; info_popover.add (list_box); + var button = new Gtk.MenuButton (); + button.image = spinner; + button.popover = info_popover; + button.valign = Gtk.Align.CENTER; + var calmodel = Model.CalendarModel.get_default (); calmodel.connecting.connect ((source, cancellable) => add_source.begin (source, cancellable)); calmodel.connected.connect ((source) => remove_source.begin (source)); @@ -49,7 +50,6 @@ public class Maya.View.Widgets.DynamicSpinner : Gtk.Revealer { add (button); show_all (); - spinner.start (); } public async void add_source (E.Source source, Cancellable cancellable) { @@ -57,8 +57,13 @@ public class Maya.View.Widgets.DynamicSpinner : Gtk.Revealer { set_reveal_child (true); var label = new Gtk.Label (source.get_display_name ()); - var stop_button = new Gtk.Button.from_icon_name ("process-stop", Gtk.IconSize.BUTTON); - stop_button.clicked.connect (() => {cancellable.cancel ();}); + + var stop_button = new Gtk.Button.from_icon_name ("process-stop-symbolic", Gtk.IconSize.BUTTON); + stop_button.get_style_context ().add_class (Gtk.STYLE_CLASS_FLAT); + + stop_button.clicked.connect (() => { + cancellable.cancel (); + }); var grid = new Gtk.Grid (); grid.margin = 6; @@ -70,7 +75,10 @@ public class Maya.View.Widgets.DynamicSpinner : Gtk.Revealer { lock (children_matcher) { children_matcher.insert (source.dup_uid (), grid); } + list_box.add (grid); + list_box.show_all (); + return false; }); } diff --git a/src/Widgets/EventMenu.vala b/src/Widgets/EventMenu.vala new file mode 100644 index 000000000..45fe13b80 --- /dev/null +++ b/src/Widgets/EventMenu.vala @@ -0,0 +1,82 @@ +/* + * Copyright 2011-2018 elementary, Inc. (https://elementary.io) + * + * 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, either version 3 of the License, or + * (at your option) any later version. + * + * 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, see . + * + * Authored by: Maxwell Barvian + * Corentin Noël + */ + +public class Maya.EventMenu : Gtk.Menu { + public E.CalComponent comp { get; construct set; } + public GLib.DateTime date { get; construct; } + + public EventMenu (E.CalComponent comp, GLib.DateTime date) { + Object ( + comp: comp, + date: date + ); + } + + construct { + E.Source src = comp.get_data ("source"); + bool sensitive = src.writable == true && Model.CalendarModel.get_default ().calclient_is_readonly (src) == false; + + var edit_item = new Gtk.MenuItem.with_label (_("Edit…")); + edit_item.sensitive = sensitive; + + Gtk.MenuItem remove_item; + if (comp.has_recurrences ()) { + remove_item = new Gtk.MenuItem.with_label (_("Remove Event")); + + var exception_item = new Gtk.MenuItem.with_label (_("Remove Occurrence")); + exception_item.activate.connect (add_exception); + exception_item.sensitive = sensitive; + + append (exception_item); + } else { + remove_item = new Gtk.MenuItem.with_label (_("Remove")); + } + + remove_item.sensitive = sensitive; + remove_item.activate.connect (remove_event); + + append (remove_item); + append (edit_item); + + remove_item.activate.connect (remove_event); + + edit_item.activate.connect (() => { + ((Maya.Application) GLib.Application.get_default ()).window.on_modified (comp); + }); + } + + private void remove_event () { + var calmodel = Model.CalendarModel.get_default (); + calmodel.remove_event (comp.get_data ("source"), comp, E.CalObjModType.ALL); + } + + private void add_exception () { + unowned iCal.Component comp_ical = comp.get_icalcomponent (); + iCal.Component ical = new iCal.Component.clone (comp_ical); + + var exdate = new iCal.Property (iCal.PropertyKind.EXDATE); + exdate.set_exdate (Util.date_time_to_ical (date, null)); + ical.add_property (exdate); + comp.set_icalcomponent ((owned) ical); + + var calmodel = Model.CalendarModel.get_default (); + calmodel.update_event (comp.get_data ("source"), comp, E.CalObjModType.ALL); + } +} diff --git a/src/meson.build b/src/meson.build index 75b860855..8c34f838a 100644 --- a/src/meson.build +++ b/src/meson.build @@ -6,6 +6,7 @@ calendar_files = files( 'MainWindow.vala', 'EventEdition/ContactImage.vala', 'EventEdition/EventDialog.vala', + 'EventEdition/GuestGrid.vala', 'EventEdition/GuestsPanel.vala', 'EventEdition/InfoPanel.vala', 'EventEdition/LocationPanel.vala', @@ -32,6 +33,7 @@ calendar_files = files( 'Widgets/DateSwitcher.vala', 'Widgets/DateTimePicker.vala', 'Widgets/DynamicSpinner.vala', + 'Widgets/EventMenu.vala', 'Widgets/HeaderBar.vala' )