From 7e791a6bdd5d6a01497b4958e0dd7b3eb6f02fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 16 Nov 2023 13:46:44 -0800 Subject: [PATCH 1/7] Meson: remove GNOME Desktop (#379) --- .github/workflows/main.yml | 2 +- README.md | 1 - meson.build | 6 - src/meson.build | 1 - vapi/gdesktopenums-3.0.vapi | 119 -------------- vapi/gnome-desktop-3.0.deps | 7 - vapi/gnome-desktop-3.0.vapi | 319 ------------------------------------ 7 files changed, 1 insertion(+), 454 deletions(-) delete mode 100644 vapi/gdesktopenums-3.0.vapi delete mode 100644 vapi/gnome-desktop-3.0.deps delete mode 100644 vapi/gnome-desktop-3.0.vapi diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 15e660342..a2f2ffc09 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - name: Install Dependencies run: | apt update - apt install -y libgnome-desktop-3-dev libgranite-dev libgranite-7-dev libgtk-3-dev libgtk-4-dev libswitchboard-2.0-dev libgexiv2-dev meson valac + apt install -y libgranite-dev libgranite-7-dev libgtk-3-dev libgtk-4-dev libswitchboard-2.0-dev libgexiv2-dev meson valac - name: Build env: DESTDIR: out diff --git a/README.md b/README.md index eacde5634..695e098e9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ You'll need the following dependencies: * gnome-settings-daemon-dev * libswitchboard-2.0-dev -* libgnome-desktop-3-dev * libgee-0.8-dev * libgexiv2-dev * libgtk-3-dev (>= 3.22) diff --git a/meson.build b/meson.build index a8eaa1de1..9bac300f4 100644 --- a/meson.build +++ b/meson.build @@ -14,15 +14,9 @@ libexecdir = join_paths(prefix, get_option('libexecdir')) add_project_arguments( '-DGETTEXT_PACKAGE="@0@"'.format(gettext_name), - '-DGNOME_DESKTOP_USE_UNSTABLE_API', language: 'c' ) -add_project_arguments( - ['--vapidir', join_paths(meson.current_source_dir(), 'vapi')], - language: 'vala' -) - gio_dep = dependency('gio-2.0') glib_dep = dependency('glib-2.0') gobject_dep = dependency('gobject-2.0') diff --git a/src/meson.build b/src/meson.build index 640a4e27d..b4c7d2917 100644 --- a/src/meson.build +++ b/src/meson.build @@ -39,7 +39,6 @@ shared_module( gtk_dep, hdy_dep, dependency('gexiv2'), - dependency('gnome-desktop-3.0'), posix_dep, switchboard_dep ], diff --git a/vapi/gdesktopenums-3.0.vapi b/vapi/gdesktopenums-3.0.vapi deleted file mode 100644 index dda473547..000000000 --- a/vapi/gdesktopenums-3.0.vapi +++ /dev/null @@ -1,119 +0,0 @@ -/* gdesktopenums-3.0.vapi generated by vapigen, do not modify. */ - -[CCode (cprefix = "GDesktop", gir_namespace = "GDesktopEnums", gir_version = "3.0", lower_case_cprefix = "g_desktop_")] -namespace GDesktop { - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_BACKGROUND_SHADING_", has_type_id = false)] - public enum BackgroundShading { - SOLID, - VERTICAL, - HORIZONTAL - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_BACKGROUND_STYLE_", has_type_id = false)] - public enum BackgroundStyle { - NONE, - WALLPAPER, - CENTERED, - SCALED, - STRETCHED, - ZOOM, - SPANNED - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_CLOCK_FORMAT_", has_type_id = false)] - public enum ClockFormat { - @24H, - @12H - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_FOCUS_MODE_", has_type_id = false)] - public enum FocusMode { - CLICK, - SLOPPY, - MOUSE - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_FOCUS_NEW_WINDOWS_", has_type_id = false)] - public enum FocusNewWindows { - SMART, - STRICT - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_MAGNIFIER_CARET_TRACKING_MODE_", has_type_id = false)] - public enum MagnifierCaretTrackingMode { - NONE, - CENTERED, - PROPORTIONAL, - PUSH - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_MAGNIFIER_FOCUS_TRACKING_MODE_", has_type_id = false)] - public enum MagnifierFocusTrackingMode { - NONE, - CENTERED, - PROPORTIONAL, - PUSH - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_MAGNIFIER_MOUSE_TRACKING_MODE_", has_type_id = false)] - public enum MagnifierMouseTrackingMode { - NONE, - CENTERED, - PROPORTIONAL, - PUSH - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_MAGNIFIER_SCREEN_POSITION_", has_type_id = false)] - public enum MagnifierScreenPosition { - NONE, - FULL_SCREEN, - TOP_HALF, - BOTTOM_HALF, - LEFT_HALF, - RIGHT_HALF - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_MOUSE_DWELL_DIRECTION_", has_type_id = false)] - public enum MouseDwellDirection { - LEFT, - RIGHT, - UP, - DOWN - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_MOUSE_DWELL_MODE_", has_type_id = false)] - public enum MouseDwellMode { - WINDOW, - GESTURE - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_PROXY_MODE_", has_type_id = false)] - public enum ProxyMode { - NONE, - MANUAL, - AUTO - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_SCREENSAVER_MODE_", has_type_id = false)] - public enum ScreensaverMode { - BLANK_ONLY, - RANDOM, - SINGLE - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_TITLEBAR_ACTION_", has_type_id = false)] - public enum TitlebarAction { - TOGGLE_SHADE, - TOGGLE_MAXIMIZE, - TOGGLE_MAXIMIZE_HORIZONTALLY, - TOGGLE_MAXIMIZE_VERTICALLY, - MINIMIZE, - NONE, - LOWER, - MENU - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_TOOLBAR_ICON_SIZE_", has_type_id = false)] - public enum ToolbarIconSize { - SMALL, - LARGE - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_TOOLBAR_STYLE_", has_type_id = false)] - public enum ToolbarStyle { - BOTH, - BOTH_HORIZ, - ICONS, - TEXT - } - [CCode (cheader_filename = "gsettings-desktop-schemas/gdesktop-enums.h", cprefix = "G_DESKTOP_VISUAL_BELL_", has_type_id = false)] - public enum VisualBellType { - FULLSCREEN_FLASH, - FRAME_FLASH - } -} diff --git a/vapi/gnome-desktop-3.0.deps b/vapi/gnome-desktop-3.0.deps deleted file mode 100644 index 32804f83f..000000000 --- a/vapi/gnome-desktop-3.0.deps +++ /dev/null @@ -1,7 +0,0 @@ -atk -cairo -gio-2.0 -gdesktopenums-3.0 -gdk-pixbuf-2.0 -gdk-3.0 -gtk+-3.0 diff --git a/vapi/gnome-desktop-3.0.vapi b/vapi/gnome-desktop-3.0.vapi deleted file mode 100644 index 2ef7b43c6..000000000 --- a/vapi/gnome-desktop-3.0.vapi +++ /dev/null @@ -1,319 +0,0 @@ -/* gnome-desktop-3.0.vapi generated by vapigen, do not modify. */ - -[CCode (cprefix = "Gnome", gir_namespace = "GnomeDesktop", gir_version = "3.0", lower_case_cprefix = "gnome_")] -namespace Gnome { - namespace DesktopThumbnail { - [CCode (cheader_filename = "libgnome-desktop/gnome-desktop-thumbnail.h")] - public static bool has_uri (Gdk.Pixbuf pixbuf, string uri); - [CCode (cheader_filename = "libgnome-desktop/gnome-desktop-thumbnail.h")] - public static bool is_valid (Gdk.Pixbuf pixbuf, string uri, long mtime); - [CCode (cheader_filename = "libgnome-desktop/gnome-desktop-thumbnail.h")] - [Version (deprecated = true, since = "2.22")] - public static string md5 (string uri); - [CCode (cheader_filename = "libgnome-desktop/gnome-desktop-thumbnail.h")] - public static string path_for_uri (string uri, Gnome.DesktopThumbnailSize size); - [CCode (cheader_filename = "libgnome-desktop/gnome-desktop-thumbnail.h")] - public static Gdk.Pixbuf scale_down_pixbuf (Gdk.Pixbuf pixbuf, int dest_width, int dest_height); - } - namespace Languages { - [CCode (array_length = false, array_null_terminated = true, cheader_filename = "libgnome-desktop/gnome-languages.h", cname = "gnome_get_all_languages")] - public static string[] get_all_languages (); - [CCode (array_length = false, array_null_terminated = true, cheader_filename = "libgnome-desktop/gnome-languages.h", cname = "gnome_get_all_locales")] - public static string[] get_all_locales (); - [CCode (cheader_filename = "libgnome-desktop/gnome-languages.h", cname = "gnome_get_country_from_code")] - public static string get_country_from_code (string code, string? translation); - [CCode (cheader_filename = "libgnome-desktop/gnome-languages.h", cname = "gnome_get_country_from_locale")] - public static string get_country_from_locale (string locale, string? translation); - [CCode (cheader_filename = "libgnome-desktop/gnome-languages.h", cname = "gnome_get_input_source_from_locale")] - public static bool get_input_source_from_locale (string locale, out unowned string type, out unowned string id); - [CCode (cheader_filename = "libgnome-desktop/gnome-languages.h", cname = "gnome_get_language_from_code")] - public static string get_language_from_code (string code, string? translation); - [CCode (cheader_filename = "libgnome-desktop/gnome-languages.h", cname = "gnome_get_language_from_locale")] - public static string get_language_from_locale (string locale, string? translation); - [CCode (cheader_filename = "libgnome-desktop/gnome-languages.h", cname = "gnome_language_has_translations")] - public static bool language_has_translations (string code); - [CCode (cheader_filename = "libgnome-desktop/gnome-languages.h", cname = "gnome_normalize_locale")] - public static string normalize_locale (string locale); - [CCode (cheader_filename = "libgnome-desktop/gnome-languages.h", cname = "gnome_parse_locale")] - public static bool parse_locale (string locale, out string language_codep, out string country_codep, out string codesetp, out string modifierp); - } - [CCode (cheader_filename = "libgnome-desktop/gnome-bg.h", type_id = "gnome_bg_get_type ()")] - public class BG : GLib.Object { - [CCode (has_construct_function = false)] - public BG (); - public bool changes_with_time (); - public Gdk.Pixbuf create_frame_thumbnail (Gnome.DesktopThumbnailFactory factory, Gdk.Screen screen, int dest_width, int dest_height, int frame_num); - public Cairo.Surface create_surface (Gdk.Window window, int width, int height, bool root); - public Gdk.Pixbuf create_thumbnail (Gnome.DesktopThumbnailFactory factory, Gdk.Screen screen, int dest_width, int dest_height); - public void draw (Gdk.Pixbuf dest, Gdk.Screen screen, bool is_root); - public void get_color (GDesktop.BackgroundShading type, Gdk.Color primary, Gdk.Color secondary); - public bool get_draw_background (); - public unowned string get_filename (); - public bool get_image_size (Gnome.DesktopThumbnailFactory factory, int best_width, int best_height, int width, int height); - public GDesktop.BackgroundStyle get_placement (); - public static Cairo.Surface get_surface_from_root (Gdk.Screen screen); - public bool has_multiple_sizes (); - public bool is_dark (int dest_width, int dest_height); - public void load_from_preferences (GLib.Settings settings); - public void save_to_preferences (GLib.Settings settings); - public void set_color (GDesktop.BackgroundShading type, Gdk.Color primary, Gdk.Color secondary); - public void set_draw_background (bool draw_background); - public void set_filename (string filename); - public void set_placement (GDesktop.BackgroundStyle placement); - public static void set_surface_as_root (Gdk.Screen screen, Cairo.Surface surface); - public static Gnome.BGCrossfade set_surface_as_root_with_crossfade (Gdk.Screen screen, Cairo.Surface surface); - public signal void changed (); - public signal void transitioned (); - } - [CCode (cheader_filename = "libgnome-desktop/gnome-bg-crossfade.h", type_id = "gnome_bg_crossfade_get_type ()")] - public class BGCrossfade : GLib.Object { - [CCode (has_construct_function = false)] - public BGCrossfade (int width, int height); - public bool is_started (); - public bool set_end_surface (Cairo.Surface surface); - public bool set_start_surface (Cairo.Surface surface); - public void start (Gdk.Window window); - public void stop (); - [NoAccessorMethod] - public int height { get; construct; } - [NoAccessorMethod] - public int width { get; construct; } - public virtual signal void finished (GLib.Object window); - } - [CCode (cheader_filename = "libgnome-desktop/gnome-bg-slide-show.h", type_id = "gnome_bg_slide_show_get_type ()")] - public class BGSlideShow : GLib.Object { - [CCode (has_construct_function = false)] - public BGSlideShow (string filename); - public void get_current_slide (int width, int height, out double progress, out double duration, out bool is_fixed, out unowned string file1, out unowned string file2); - public bool get_has_multiple_sizes (); - public int get_num_slides (); - public bool get_slide (int frame_number, int width, int height, double progress, out double duration, out bool is_fixed, out unowned string file1, out unowned string file2); - public double get_start_time (); - public double get_total_duration (); - public bool load () throws GLib.Error; - public void load_async (GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback); - [NoAccessorMethod] - public string filename { owned get; construct; } - public bool has_multiple_sizes { get; } - public double start_time { get; } - public double total_duration { get; } - } - [CCode (cheader_filename = "libgnome-desktop/gnome-desktop-thumbnail.h", type_id = "gnome_desktop_thumbnail_factory_get_type ()")] - public class DesktopThumbnailFactory : GLib.Object { - [CCode (has_construct_function = false)] - public DesktopThumbnailFactory (Gnome.DesktopThumbnailSize size); - public bool can_thumbnail (string uri, string mime_type, long mtime); - public void create_failed_thumbnail (string uri, long mtime); - public Gdk.Pixbuf generate_thumbnail (string uri, string mime_type); - public bool has_valid_failed_thumbnail (string uri, long mtime); - public string lookup (string uri, long mtime); - public void save_thumbnail (Gdk.Pixbuf thumbnail, string uri, long original_mtime); - } - [CCode (cheader_filename = "libgnome-desktop/gnome-idle-monitor.h", type_id = "gnome_idle_monitor_get_type ()")] - public class IdleMonitor : GLib.Object, GLib.Initable { - [CCode (has_construct_function = false)] - public IdleMonitor (); - public uint add_idle_watch (uint64 interval_msec, owned Gnome.IdleMonitorWatchFunc? callback); - public uint add_user_active_watch (owned Gnome.IdleMonitorWatchFunc? callback); - [CCode (has_construct_function = false)] - public IdleMonitor.for_device (Gdk.Device device) throws GLib.Error; - public uint64 get_idletime (); - public void remove_watch (uint id); - [NoAccessorMethod] - public Gdk.Device device { owned get; construct; } - } - [CCode (cheader_filename = "libgnome-desktop/gnome-pnp-ids.h", type_id = "gnome_pnp_ids_get_type ()")] - public class PnpIds : GLib.Object { - [CCode (has_construct_function = false)] - public PnpIds (); - public string get_pnp_id (string pnp_id); - } - [CCode (cheader_filename = "libgnome-desktop/gnome-rr-config.h", type_id = "gnome_rr_config_get_type ()")] - public class RRConfig : GLib.Object { - [CCode (has_construct_function = false)] - protected RRConfig (); - public bool applicable (Gnome.RRScreen screen) throws GLib.Error; - public bool apply (Gnome.RRScreen screen) throws GLib.Error; -#if HAS_GNOME312 - public bool apply_persistent (Gnome.RRScreen screen) throws GLib.Error; -#else - public bool save () throws GLib.Error; -#endif - [CCode (has_construct_function = false)] - public RRConfig.current (Gnome.RRScreen screen) throws GLib.Error; - public bool ensure_primary (); - public bool equal (Gnome.RRConfig config2); - public bool get_clone (); - [CCode (array_length = false, array_null_terminated = true)] - public unowned Gnome.RROutputInfo[] get_outputs (); - public bool load_current () throws GLib.Error; - public bool match (Gnome.RRConfig config2); - public void sanitize (); - public void set_clone (bool clone); - public Gnome.RRScreen screen { construct; } - } - [CCode (cheader_filename = "libgnome-desktop/gnome-rr.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gnome_rr_crtc_get_type ()")] - [Compact] - public class RRCrtc { - public bool can_drive_output (Gnome.RROutput output); - public Gnome.RRMode get_current_mode (); - public Gnome.RRRotation get_current_rotation (); - public bool get_gamma (int size, ushort red, ushort green, ushort blue); - public uint32 get_id (); - public void get_position (out int x, out int y); - public Gnome.RRRotation get_rotations (); - public bool set_gamma (int size, ushort red, ushort green, ushort blue); - public bool supports_rotation (Gnome.RRRotation rotation); - } - [CCode (cheader_filename = "libgnome-desktop/gnome-rr.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gnome_rr_mode_get_type ()")] - [Compact] - public class RRMode { - public int get_freq (); - public uint get_height (); - public uint32 get_id (); - public uint get_width (); - } - [CCode (cheader_filename = "libgnome-desktop/gnome-rr.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gnome_rr_output_get_type ()")] - [Compact] - public class RROutput { - public bool can_clone (Gnome.RROutput clone); - public int get_backlight (); - public Gnome.RRCrtc get_crtc (); - public unowned Gnome.RRMode get_current_mode (); - public unowned string get_display_name (); - public uint8 get_edid_data (size_t size); - public uint32 get_id (); - public void get_ids_from_edid (out string vendor, out string product, out string serial); - public bool get_is_primary (); - public int get_min_backlight_step (); - public unowned string get_name (); - public void get_physical_size (out int width_mm, out int height_mm); - public void get_position (out int x, out int y); - public Gnome.RRCrtc get_possible_crtcs (); - public Gnome.RRMode get_preferred_mode (); - public bool is_builtin_display (); - [CCode (array_length = false, array_null_terminated = true)] - public unowned Gnome.RRMode[] list_modes (); - public bool set_backlight (int value) throws GLib.Error; - public bool supports_mode (Gnome.RRMode mode); - } - [CCode (cheader_filename = "libgnome-desktop/gnome-rr-config.h", type_id = "gnome_rr_output_info_get_type ()")] - public class RROutputInfo : GLib.Object { - [CCode (has_construct_function = false)] - protected RROutputInfo (); - public double get_aspect_ratio (); - public unowned string get_display_name (); - public void get_geometry (out int x, out int y, out int width, out int height); - public unowned string get_name (); - public int get_preferred_height (); - public int get_preferred_width (); - public bool get_primary (); - public unowned string get_product (); - public int get_refresh_rate (); - public Gnome.RRRotation get_rotation (); - public unowned string get_serial (); - public unowned string get_vendor (); - public bool is_active (); - public bool is_connected (); - public void set_active (bool active); - public void set_geometry (int x, int y, int width, int height); - public void set_primary (bool primary); - public void set_refresh_rate (int rate); - public void set_rotation (Gnome.RRRotation rotation); -#if HAS_GNOME312 - public bool supports_rotation (Gnome.RRRotation rotation); -#endif - } - [CCode (cheader_filename = "libgnome-desktop/gnome-rr.h", type_id = "gnome_rr_screen_get_type ()")] - public class RRScreen : GLib.Object, GLib.AsyncInitable, GLib.Initable { - [CCode (has_construct_function = false)] - public RRScreen (Gdk.Screen screen) throws GLib.Error; - public Gnome.RRMode create_clone_modes (); - [CCode (cname = "gnome_rr_screen_new_async", has_construct_function = false)] - public async RRScreen.from_async (Gdk.Screen screen) throws GLib.Error; - public unowned Gnome.RRCrtc get_crtc_by_id (uint32 id); - public bool get_dpms_mode (out Gnome.RRDpmsMode mode) throws GLib.Error; - public unowned Gnome.RROutput get_output_by_id (uint32 id); - public unowned Gnome.RROutput get_output_by_name (string name); - public void get_ranges (out int min_width, out int max_width, out int min_height, out int max_height); - [CCode (array_length = false, array_null_terminated = true)] - public unowned Gnome.RRMode[] list_clone_modes (); - [CCode (array_length = false, array_null_terminated = true)] - public unowned Gnome.RRCrtc[] list_crtcs (); - [CCode (array_length = false, array_null_terminated = true)] - public unowned Gnome.RRMode[] list_modes (); - [CCode (array_length = false, array_null_terminated = true)] - public unowned Gnome.RROutput[] list_outputs (); - public bool refresh () throws GLib.Error; - public bool set_dpms_mode (Gnome.RRDpmsMode mode) throws GLib.Error; - [NoAccessorMethod] - public Gdk.Screen gdk_screen { owned get; construct; } - public virtual signal void changed (); - public virtual signal void output_connected (void* output); - public virtual signal void output_disconnected (void* output); - } - [CCode (cheader_filename = "libgnome-desktop/gnome-wall-clock.h", type_id = "gnome_wall_clock_get_type ()")] - public class WallClock : GLib.Object { - [CCode (has_construct_function = false)] - public WallClock (); - public unowned string get_clock (); - public unowned GLib.TimeZone get_timezone (); - public string clock { get; } - [NoAccessorMethod] - public bool time_only { get; set; } - public GLib.TimeZone timezone { get; } - } - [CCode (cheader_filename = "libgnome-desktop/gnome-xkb-info.h", type_id = "gnome_xkb_info_get_type ()")] - public class XkbInfo : GLib.Object { - [CCode (has_construct_function = false)] - public XkbInfo (); - public unowned string description_for_group (string group_id); - public unowned string description_for_option (string group_id, string id); - public GLib.List get_all_layouts (); - public GLib.List get_all_option_groups (); - public bool get_layout_info (string id, out unowned string display_name, out unowned string short_name, out unowned string xkb_layout, out unowned string xkb_variant); - public GLib.List get_layouts_for_country (string country_code); - public GLib.List get_layouts_for_language (string language_code); - public GLib.List get_options_for_group (string group_id); - } - [CCode (cheader_filename = "libgnome-desktop/gnome-desktop-thumbnail.h", cprefix = "GNOME_DESKTOP_THUMBNAIL_SIZE_", has_type_id = false)] - public enum DesktopThumbnailSize { - NORMAL, - LARGE - } - [CCode (cheader_filename = "libgnome-desktop/gnome-rr.h", cprefix = "GNOME_RR_DPMS_", has_type_id = false)] - public enum RRDpmsMode { - ON, - STANDBY, - SUSPEND, - OFF, - DISABLED, - UNKNOWN - } - [CCode (cheader_filename = "libgnome-desktop/gnome-rr.h", cprefix = "GNOME_RR_", has_type_id = false)] - [Flags] - public enum RRRotation { - ROTATION_NEXT, - ROTATION_0, - ROTATION_90, - ROTATION_180, - ROTATION_270, - REFLECT_X, - REFLECT_Y - } - [CCode (cheader_filename = "libgnome-desktop/gnome-rr.h", cprefix = "GNOME_RR_ERROR_")] - public errordomain RRError { - UNKNOWN, - NO_RANDR_EXTENSION, - RANDR_ERROR, - BOUNDS_ERROR, - CRTC_ASSIGNMENT, - NO_MATCHING_CONFIG, - NO_DPMS_EXTENSION; - public static GLib.Quark quark (); - } - [CCode (cheader_filename = "libgnome-desktop/gnome-idle-monitor.h", instance_pos = 2.9)] - public delegate void IdleMonitorWatchFunc (Gnome.IdleMonitor monitor, uint id); - [CCode (cheader_filename = "libgnome-desktop/gnome-rr.h", cname = "GNOME_RR_CONNECTOR_TYPE_PANEL")] - public const string RR_CONNECTOR_TYPE_PANEL; -} \ No newline at end of file From d06b87ad066e48aed5997ecf1e62dd682b49eaa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 16 Nov 2023 18:29:00 -0800 Subject: [PATCH 2/7] CSS: Gt4 prep (#378) --- data/Check.css | 5 ----- data/icons.gresource.xml | 3 +-- data/plug.css | 24 +++++++++++++++--------- src/Widgets/WallpaperContainer.vala | 4 ---- 4 files changed, 16 insertions(+), 20 deletions(-) delete mode 100644 data/Check.css diff --git a/data/Check.css b/data/Check.css deleted file mode 100644 index 6c755c857..000000000 --- a/data/Check.css +++ /dev/null @@ -1,5 +0,0 @@ -radio { - min-height: 20px; - min-width: 20px; - -gtk-icon-transform: scale(0.6); -} diff --git a/data/icons.gresource.xml b/data/icons.gresource.xml index c2774bf72..803f64fbf 100644 --- a/data/icons.gresource.xml +++ b/data/icons.gresource.xml @@ -3,8 +3,7 @@ appearance-default.svg appearance-dark.svg - Check.css - plug.css + plug.css icons/32.svg diff --git a/data/plug.css b/data/plug.css index e5b343a48..177df41a2 100644 --- a/data/plug.css +++ b/data/plug.css @@ -26,8 +26,8 @@ ), linear-gradient( to bottom, - alpha (@accent_color_500, 0.1), - alpha (@accent_color_500, 0.1) + alpha(@accent_color_500, 0.1), + alpha(@accent_color_500, 0.1) ); background-repeat: no-repeat; background-size: 48px 48px, cover; @@ -64,23 +64,29 @@ .wallpaper-container .card:checked { box-shadow: - 0 0 0 4px alpha (@text_color, 0.2), - 0 0 0 1px alpha (#000, 0.05), - 0 3px 3px alpha (#000, 0.22); + 0 0 0 4px alpha(@text_color, 0.2), + 0 0 0 1px alpha(#000, 0.05), + 0 3px 3px alpha(#000, 0.22); } .wallpaper-container:focus .card { box-shadow: 0 0 0 4px @accent_color, - 0 0 0 1px alpha (#000, 0.05), - 0 3px 3px alpha (#000, 0.22); + 0 0 0 1px alpha(#000, 0.05), + 0 3px 3px alpha(#000, 0.22); +} + +.wallpaper-container radio { + min-height: 20px; + min-width: 20px; + -gtk-icon-transform: scale(0.6); } radiobutton .card { background-image: linear-gradient( to bottom, - alpha (@accent_color_300, 0.1), - alpha (@accent_color_500, 0.1) + alpha(@accent_color_300, 0.1), + alpha(@accent_color_500, 0.1) ); } diff --git a/src/Widgets/WallpaperContainer.vala b/src/Widgets/WallpaperContainer.vala index 1c333aa92..0e876916d 100644 --- a/src/Widgets/WallpaperContainer.vala +++ b/src/Widgets/WallpaperContainer.vala @@ -92,15 +92,11 @@ public class PantheonShell.WallpaperContainer : Gtk.FlowBoxChild { card_box.add (image); card_box.margin = 9; - var check_provider = new Gtk.CssProvider (); - check_provider.load_from_resource ("/io/elementary/switchboard/plug/pantheon-shell/Check.css"); - var check = new Gtk.RadioButton (null) { halign = Gtk.Align.START, valign = Gtk.Align.START, can_focus = false }; - check.get_style_context ().add_provider (check_provider, Gtk.STYLE_PROVIDER_PRIORITY_USER); check_revealer = new Gtk.Revealer (); check_revealer.transition_type = Gtk.RevealerTransitionType.CROSSFADE; From 3b61d6a0dc11366982f8ae3e1411849dfca4ad25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 16 Nov 2023 18:30:08 -0800 Subject: [PATCH 3/7] Gtk 4 prep (#380) --- src/Views/Dock.vala | 120 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 119 insertions(+), 1 deletion(-) diff --git a/src/Views/Dock.vala b/src/Views/Dock.vala index 9996ed0ae..419fcd974 100644 --- a/src/Views/Dock.vala +++ b/src/Views/Dock.vala @@ -7,8 +7,54 @@ public class PantheonShell.Dock : Gtk.Box { private const string PANEL_SCHEMA = "io.elementary.desktop.wingpanel"; private const string TRANSLUCENCY_KEY = "use-transparency"; - construct { + var icon_header = new Granite.HeaderLabel (_("Dock Icon Size")); + + var image_32 = new Gtk.Image () { + icon_name = "dock-icon-symbolic", + pixel_size = 32 + }; + + var icon_size_32 = new Gtk.RadioButton (null) { + image = image_32, + tooltip_text = _("Small") + }; + + var image_48 = new Gtk.Image () { + icon_name = "dock-icon-symbolic", + pixel_size = 48 + }; + + var icon_size_48 = new Gtk.RadioButton (null) { + group = icon_size_32, + image = image_48, + tooltip_text = _("Default") + }; + + var image_64 = new Gtk.Image () { + icon_name = "dock-icon-symbolic", + pixel_size = 64 + }; + + var icon_size_64 = new Gtk.RadioButton (null) { + group = icon_size_32, + image = image_64, + tooltip_text = _("Large") + }; + + var icon_size_unsupported = new Gtk.RadioButton (null) { + group = icon_size_32 + }; + + var icon_size_box = new Gtk.Box (HORIZONTAL, 24); + icon_size_box.add (icon_size_32); + icon_size_box.add (icon_size_48); + icon_size_box.add (icon_size_64); + + var icon_box = new Gtk.Box (VERTICAL, 0); + icon_box.add (icon_header); + icon_box.add (icon_size_box); + var translucency_header = new Granite.HeaderLabel (_("Panel Translucency")); var translucency_subtitle = new Gtk.Label (_("Automatically transparent or opaque based on the wallpaper")) { @@ -63,6 +109,7 @@ public class PantheonShell.Dock : Gtk.Box { margin_end = 12, margin_bottom = 12 }; + box.add (icon_box); box.add (translucency_grid); // Only add this box if it has more than the header in it @@ -80,6 +127,77 @@ public class PantheonShell.Dock : Gtk.Box { add (scrolled); + var dock_schema = SettingsSchemaSource.get_default ().lookup ("io.elementary.dock", true); + if (dock_schema != null && dock_schema.has_key ("icon-size")) { + var dock_settings = new Settings ("io.elementary.dock"); + dock_settings.bind_with_mapping ( + "icon-size", icon_size_32, "active", DEFAULT, + (value, variant, user_data) => { + value.set_boolean (variant.get_int32 () == 32); + return true; + }, + (value, expected_type, user_data) => { + if (value.get_boolean ()) { + return new Variant.int32 (32); + } + + return null; + }, + null, null + ); + + dock_settings.bind_with_mapping ( + "icon-size", icon_size_48, "active", DEFAULT, + (value, variant, user_data) => { + value.set_boolean (variant.get_int32 () == 48); + return true; + }, + (value, expected_type, user_data) => { + if (value.get_boolean ()) { + return new Variant.int32 (48); + } + + return null; + }, + null, null + ); + + dock_settings.bind_with_mapping ( + "icon-size", icon_size_64, "active", DEFAULT, + (value, variant, user_data) => { + value.set_boolean (variant.get_int32 () == 64); + return true; + }, + (value, expected_type, user_data) => { + if (value.get_boolean ()) { + return new Variant.int32 (64); + } + + return null; + }, + null, null + ); + + dock_settings.bind_with_mapping ( + "icon-size", icon_size_unsupported, "active", DEFAULT, + (value, variant, user_data) => { + var icon_size = variant.get_int32 (); + value.set_boolean ( + icon_size != 32 && + icon_size != 48 && + icon_size != 64 + ); + return true; + }, + (value, expected_type, user_data) => { + return null; + }, + null, null + ); + } else { + box.remove (icon_box); + } + var panel_settings = new GLib.Settings (PANEL_SCHEMA); panel_settings.bind (TRANSLUCENCY_KEY, translucency_switch, "active", SettingsBindFlags.DEFAULT); } From cbb5ea98596fb3703a241dc7a31482bc2dd1ebee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 16 Nov 2023 18:31:27 -0800 Subject: [PATCH 4/7] Wallpaper: Gtk4 prep (#381) --- src/Views/Wallpaper.vala | 100 ++++++++++++++++----------------------- 1 file changed, 41 insertions(+), 59 deletions(-) diff --git a/src/Views/Wallpaper.vala b/src/Views/Wallpaper.vala index d41675760..07251444a 100644 --- a/src/Views/Wallpaper.vala +++ b/src/Views/Wallpaper.vala @@ -1,22 +1,9 @@ -/*- - * Copyright (c) 2015-2016 elementary LLC. - * - * 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 . - * +/* + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2015-2023 elementary, Inc. (https://elementary.io) */ -public class PantheonShell.Wallpaper : Gtk.Grid { +public class PantheonShell.Wallpaper : Gtk.Box { public enum ColumnType { ICON, NAME @@ -67,11 +54,12 @@ public class PantheonShell.Wallpaper : Gtk.Grid { construct { var separator = new Gtk.Separator (Gtk.Orientation.HORIZONTAL); - wallpaper_view = new Gtk.FlowBox (); - wallpaper_view.activate_on_single_click = true; + wallpaper_view = new Gtk.FlowBox () { + activate_on_single_click = true, + homogeneous = true, + selection_mode = SINGLE + }; wallpaper_view.get_style_context ().add_class (Gtk.STYLE_CLASS_VIEW); - wallpaper_view.homogeneous = true; - wallpaper_view.selection_mode = Gtk.SelectionMode.SINGLE; wallpaper_view.child_activated.connect (update_checked_wallpaper); wallpaper_view.set_sort_func (wallpapers_sort_function); @@ -82,26 +70,33 @@ public class PantheonShell.Wallpaper : Gtk.Grid { wallpaper_view.drag_data_received.connect (on_drag_data_received); Gtk.drag_dest_set (wallpaper_view, Gtk.DestDefaults.ALL, {e}, Gdk.DragAction.COPY); - wallpaper_scrolled_window = new Gtk.ScrolledWindow (null, null); - wallpaper_scrolled_window.expand = true; - wallpaper_scrolled_window.add (wallpaper_view); + wallpaper_scrolled_window = new Gtk.ScrolledWindow (null, null) { + child = wallpaper_view, + hexpand = true, + vexpand = true + }; - view_overlay = new Gtk.Overlay (); - view_overlay.add (wallpaper_scrolled_window); + view_overlay = new Gtk.Overlay () { + child = wallpaper_scrolled_window + }; - var add_wallpaper_button = new Gtk.Button.with_label (_("Import Photo…")); - add_wallpaper_button.margin = 12; + var add_wallpaper_button = new Gtk.Button.with_label (_("Import Photo…")) { + margin_top = 12, + margin_end = 12, + margin_bottom = 12, + margin_start = 12 + }; var dim_label = new Gtk.Label (_("Dim with dark style:")); dim_switch = new Gtk.Switch () { margin_end = 6, - valign = Gtk.Align.CENTER + valign = CENTER }; combo = new Gtk.ComboBoxText () { margin_end = 6, - valign = Gtk.Align.CENTER + valign = CENTER }; combo.append ("centered", _("Centered")); combo.append ("zoom", _("Zoom")); @@ -113,13 +108,16 @@ public class PantheonShell.Wallpaper : Gtk.Grid { rgba_color = { 1, 1, 1, 1 }; } - color_button = new Gtk.ColorButton (); - color_button.margin = 12; - color_button.margin_start = 0; - color_button.rgba = rgba_color; + color_button = new Gtk.ColorButton () { + margin_top = 12, + margin_end = 12, + margin_bottom = 12, + margin_start = 0, + rgba = rgba_color + }; color_button.color_set.connect (update_color); - var size_group = new Gtk.SizeGroup (Gtk.SizeGroupMode.HORIZONTAL); + var size_group = new Gtk.SizeGroup (HORIZONTAL); size_group.add_widget (add_wallpaper_button); size_group.add_widget (combo); size_group.add_widget (color_button); @@ -127,16 +125,17 @@ public class PantheonShell.Wallpaper : Gtk.Grid { load_settings (); var actionbar = new Gtk.ActionBar (); - actionbar.get_style_context ().add_class (Gtk.STYLE_CLASS_INLINE_TOOLBAR); + actionbar.get_style_context ().add_class (Gtk.STYLE_CLASS_FLAT); actionbar.pack_start (add_wallpaper_button); actionbar.pack_end (color_button); actionbar.pack_end (combo); actionbar.pack_end (dim_switch); actionbar.pack_end (dim_label); - attach (separator, 0, 0, 1, 1); - attach (view_overlay, 0, 1, 1, 1); - attach (actionbar, 0, 2, 1, 1); + orientation = VERTICAL; + add (separator); + add (view_overlay); + add (actionbar); add_wallpaper_button.clicked.connect (show_wallpaper_chooser); } @@ -145,10 +144,6 @@ public class PantheonShell.Wallpaper : Gtk.Grid { var filter = new Gtk.FileFilter (); filter.add_mime_type ("image/*"); - var preview_area = new Granite.AsyncImage (false); - preview_area.pixel_size = 256; - preview_area.margin_end = 12; - var chooser = new Gtk.FileChooserNative ( _("Import Photo"), null, Gtk.FileChooserAction.OPEN, _("Import"), @@ -156,19 +151,6 @@ public class PantheonShell.Wallpaper : Gtk.Grid { ); chooser.filter = filter; chooser.select_multiple = true; - chooser.set_preview_widget (preview_area); - - chooser.update_preview.connect (() => { - string uri = chooser.get_preview_uri (); - - if (uri != null && uri.has_prefix ("file://") == true) { - var file = GLib.File.new_for_uri (uri); - preview_area.set_from_gicon_async.begin (new FileIcon (file), 256); - preview_area.show (); - } else { - preview_area.hide (); - } - }); if (chooser.run () == Gtk.ResponseType.ACCEPT) { SList uris = chooser.get_uris (); @@ -199,7 +181,7 @@ public class PantheonShell.Wallpaper : Gtk.Grid { // about it anymore. The previous state should be loaded instead here. string picture_options = gnome_background_settings.get_string ("picture-options"); if (picture_options == "none") { - combo.set_sensitive (false); + combo.sensitive = false; picture_options = "zoom"; } @@ -234,7 +216,7 @@ public class PantheonShell.Wallpaper : Gtk.Grid { update_accountsservice (); if (active_wallpaper == solid_color) { - combo.set_sensitive (true); + combo.sensitive = true; gnome_background_settings.set_string ("picture-options", combo.get_active_id ()); } @@ -298,7 +280,7 @@ public class PantheonShell.Wallpaper : Gtk.Grid { private void set_combo_disabled_if_necessary () { if (active_wallpaper != solid_color) { - combo.set_sensitive (false); + combo.sensitive = false; gnome_background_settings.set_string ("picture-options", "none"); } } From f9a850e6f588516ce77e4226741a256bfa702c87 Mon Sep 17 00:00:00 2001 From: elementaryBot Date: Fri, 17 Nov 2023 02:33:20 +0000 Subject: [PATCH 5/7] Update translation template --- po/extra/extra.pot | 2 +- po/pantheon-desktop-plug.pot | 52 ++++++++++++++++++++++-------------- 2 files changed, 33 insertions(+), 21 deletions(-) diff --git a/po/extra/extra.pot b/po/extra/extra.pot index 1d276aef0..cc1258f39 100644 --- a/po/extra/extra.pot +++ b/po/extra/extra.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/pantheon-desktop-plug.pot b/po/pantheon-desktop-plug.pot index f0ac453f3..9eb506e33 100644 --- a/po/pantheon-desktop-plug.pot +++ b/po/pantheon-desktop-plug.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-desktop-plug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -130,7 +130,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -227,27 +227,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -321,51 +333,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" From 8a8a48d46edd5090bc8378b9803404595517cae7 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 17 Nov 2023 02:33:25 +0000 Subject: [PATCH 6/7] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: Switchboard/Desktop Plug Translate-URL: https://l10n.elementary.io/projects/switchboard/switchboard-plug-pantheon-shell/ --- po/aa.po | 52 +++++++++++++++++++++++++----------------- po/ab.po | 52 +++++++++++++++++++++++++----------------- po/ae.po | 52 +++++++++++++++++++++++++----------------- po/af.po | 55 ++++++++++++++++++++++++++------------------- po/ak.po | 52 +++++++++++++++++++++++++----------------- po/am.po | 55 ++++++++++++++++++++++++++------------------- po/an.po | 52 +++++++++++++++++++++++++----------------- po/ar.po | 59 +++++++++++++++++++++++++++--------------------- po/as.po | 52 +++++++++++++++++++++++++----------------- po/ast.po | 52 +++++++++++++++++++++++++----------------- po/av.po | 52 +++++++++++++++++++++++++----------------- po/ay.po | 52 +++++++++++++++++++++++++----------------- po/az.po | 52 +++++++++++++++++++++++++----------------- po/ba.po | 52 +++++++++++++++++++++++++----------------- po/be.po | 55 ++++++++++++++++++++++++++------------------- po/bg.po | 62 +++++++++++++++++++++++++++----------------------- po/bh.po | 52 +++++++++++++++++++++++++----------------- po/bi.po | 52 +++++++++++++++++++++++++----------------- po/bm.po | 52 +++++++++++++++++++++++++----------------- po/bn.po | 52 +++++++++++++++++++++++++----------------- po/bo.po | 52 +++++++++++++++++++++++++----------------- po/br.po | 52 +++++++++++++++++++++++++----------------- po/bs.po | 65 ++++++++++++++++++++++++++++------------------------- po/btk.po | 52 +++++++++++++++++++++++++----------------- po/ca.po | 61 +++++++++++++++++++++++++------------------------ po/ce.po | 52 +++++++++++++++++++++++++----------------- po/ch.po | 52 +++++++++++++++++++++++++----------------- po/ckb.po | 65 ++++++++++++++++++++++++++++------------------------- po/co.po | 52 +++++++++++++++++++++++++----------------- po/cr.po | 52 +++++++++++++++++++++++++----------------- po/cs.po | 65 ++++++++++++++++++++++++++++------------------------- po/cu.po | 52 +++++++++++++++++++++++++----------------- po/cv.po | 52 +++++++++++++++++++++++++----------------- po/cy.po | 52 +++++++++++++++++++++++++----------------- po/da.po | 65 ++++++++++++++++++++++++++++------------------------- po/de.po | 61 +++++++++++++++++++++++++------------------------ po/dv.po | 52 +++++++++++++++++++++++++----------------- po/dz.po | 52 +++++++++++++++++++++++++----------------- po/ee.po | 52 +++++++++++++++++++++++++----------------- po/el.po | 65 ++++++++++++++++++++++++++++------------------------- po/en_AU.po | 52 +++++++++++++++++++++++++----------------- po/en_CA.po | 65 ++++++++++++++++++++++++++++------------------------- po/en_GB.po | 61 +++++++++++++++++++++++++------------------------ po/eo.po | 65 ++++++++++++++++++++++++++++------------------------- po/es.po | 65 ++++++++++++++++++++++++++++------------------------- po/et.po | 62 +++++++++++++++++++++++++++----------------------- po/eu.po | 55 ++++++++++++++++++++++++++------------------- po/fa.po | 52 +++++++++++++++++++++++++----------------- po/ff.po | 52 +++++++++++++++++++++++++----------------- po/fi.po | 61 +++++++++++++++++++++++++------------------------ po/fj.po | 52 +++++++++++++++++++++++++----------------- po/fo.po | 52 +++++++++++++++++++++++++----------------- po/fr.po | 61 +++++++++++++++++++++++++------------------------ po/fr_CA.po | 52 +++++++++++++++++++++++++----------------- po/fy.po | 52 +++++++++++++++++++++++++----------------- po/ga.po | 52 +++++++++++++++++++++++++----------------- po/gd.po | 52 +++++++++++++++++++++++++----------------- po/gl.po | 55 ++++++++++++++++++++++++++------------------- po/gn.po | 52 +++++++++++++++++++++++++----------------- po/gu.po | 52 +++++++++++++++++++++++++----------------- po/gv.po | 52 +++++++++++++++++++++++++----------------- po/ha.po | 52 +++++++++++++++++++++++++----------------- po/he.po | 61 +++++++++++++++++++++++++------------------------ po/hi.po | 55 ++++++++++++++++++++++++++------------------- po/ho.po | 52 +++++++++++++++++++++++++----------------- po/hr.po | 65 ++++++++++++++++++++++++++++------------------------- po/ht.po | 52 +++++++++++++++++++++++++----------------- po/hu.po | 61 +++++++++++++++++++++++++------------------------ po/hy.po | 52 +++++++++++++++++++++++++----------------- po/hz.po | 52 +++++++++++++++++++++++++----------------- po/ia.po | 52 +++++++++++++++++++++++++----------------- po/id.po | 65 ++++++++++++++++++++++++++++------------------------- po/ie.po | 52 +++++++++++++++++++++++++----------------- po/ig.po | 52 +++++++++++++++++++++++++----------------- po/ii.po | 52 +++++++++++++++++++++++++----------------- po/ik.po | 52 +++++++++++++++++++++++++----------------- po/io.po | 52 +++++++++++++++++++++++++----------------- po/is.po | 52 +++++++++++++++++++++++++----------------- po/it.po | 65 ++++++++++++++++++++++++++++------------------------- po/iu.po | 52 +++++++++++++++++++++++++----------------- po/ja.po | 61 +++++++++++++++++++++++++------------------------ po/jv.po | 52 +++++++++++++++++++++++++----------------- po/ka.po | 61 +++++++++++++++++++++++++------------------------ po/kg.po | 52 +++++++++++++++++++++++++----------------- po/ki.po | 52 +++++++++++++++++++++++++----------------- po/kj.po | 52 +++++++++++++++++++++++++----------------- po/kk.po | 52 +++++++++++++++++++++++++----------------- po/kl.po | 52 +++++++++++++++++++++++++----------------- po/km.po | 52 +++++++++++++++++++++++++----------------- po/kn.po | 52 +++++++++++++++++++++++++----------------- po/ko.po | 65 ++++++++++++++++++++++++++++------------------------- po/kr.po | 52 +++++++++++++++++++++++++----------------- po/ks.po | 52 +++++++++++++++++++++++++----------------- po/ku.po | 65 ++++++++++++++++++++++++++++------------------------- po/kv.po | 52 +++++++++++++++++++++++++----------------- po/kw.po | 52 +++++++++++++++++++++++++----------------- po/ky.po | 52 +++++++++++++++++++++++++----------------- po/la.po | 52 +++++++++++++++++++++++++----------------- po/lb.po | 52 +++++++++++++++++++++++++----------------- po/lg.po | 52 +++++++++++++++++++++++++----------------- po/li.po | 52 +++++++++++++++++++++++++----------------- po/ln.po | 52 +++++++++++++++++++++++++----------------- po/lo.po | 52 +++++++++++++++++++++++++----------------- po/lt.po | 65 ++++++++++++++++++++++++++++------------------------- po/lu.po | 52 +++++++++++++++++++++++++----------------- po/lv.po | 62 +++++++++++++++++++++++++++----------------------- po/mg.po | 52 +++++++++++++++++++++++++----------------- po/mh.po | 52 +++++++++++++++++++++++++----------------- po/mi.po | 52 +++++++++++++++++++++++++----------------- po/mk.po | 52 +++++++++++++++++++++++++----------------- po/ml.po | 52 +++++++++++++++++++++++++----------------- po/mn.po | 52 +++++++++++++++++++++++++----------------- po/mo.po | 65 ++++++++++++++++++++++++++++------------------------- po/mr.po | 65 ++++++++++++++++++++++++++++------------------------- po/ms.po | 62 +++++++++++++++++++++++++++----------------------- po/mt.po | 52 +++++++++++++++++++++++++----------------- po/my.po | 52 +++++++++++++++++++++++++----------------- po/na.po | 52 +++++++++++++++++++++++++----------------- po/nb.po | 65 ++++++++++++++++++++++++++++------------------------- po/nd.po | 52 +++++++++++++++++++++++++----------------- po/ne.po | 52 +++++++++++++++++++++++++----------------- po/ng.po | 52 +++++++++++++++++++++++++----------------- po/nl.po | 61 +++++++++++++++++++++++++------------------------ po/nn.po | 65 ++++++++++++++++++++++++++++------------------------- po/no.po | 52 +++++++++++++++++++++++++----------------- po/nr.po | 52 +++++++++++++++++++++++++----------------- po/nv.po | 52 +++++++++++++++++++++++++----------------- po/ny.po | 52 +++++++++++++++++++++++++----------------- po/oc.po | 52 +++++++++++++++++++++++++----------------- po/oj.po | 52 +++++++++++++++++++++++++----------------- po/om.po | 52 +++++++++++++++++++++++++----------------- po/or.po | 52 +++++++++++++++++++++++++----------------- po/os.po | 52 +++++++++++++++++++++++++----------------- po/pa.po | 52 +++++++++++++++++++++++++----------------- po/pi.po | 52 +++++++++++++++++++++++++----------------- po/pl.po | 61 +++++++++++++++++++++++++------------------------ po/ps.po | 52 +++++++++++++++++++++++++----------------- po/pt.po | 65 ++++++++++++++++++++++++++++------------------------- po/pt_BR.po | 65 ++++++++++++++++++++++++++++------------------------- po/qu.po | 52 +++++++++++++++++++++++++----------------- po/rm.po | 52 +++++++++++++++++++++++++----------------- po/rn.po | 52 +++++++++++++++++++++++++----------------- po/ro.po | 62 +++++++++++++++++++++++++++----------------------- po/ru.po | 61 +++++++++++++++++++++++++------------------------ po/rue.po | 52 +++++++++++++++++++++++++----------------- po/rw.po | 52 +++++++++++++++++++++++++----------------- po/sa.po | 52 +++++++++++++++++++++++++----------------- po/sc.po | 52 +++++++++++++++++++++++++----------------- po/sd.po | 52 +++++++++++++++++++++++++----------------- po/se.po | 52 +++++++++++++++++++++++++----------------- po/sg.po | 52 +++++++++++++++++++++++++----------------- po/si.po | 52 +++++++++++++++++++++++++----------------- po/sk.po | 61 +++++++++++++++++++++++++------------------------ po/sl.po | 65 ++++++++++++++++++++++++++++------------------------- po/sm.po | 52 +++++++++++++++++++++++++----------------- po/sma.po | 55 ++++++++++++++++++++++++++------------------- po/sn.po | 52 +++++++++++++++++++++++++----------------- po/so.po | 52 +++++++++++++++++++++++++----------------- po/sq.po | 62 +++++++++++++++++++++++++++----------------------- po/sr.po | 65 ++++++++++++++++++++++++++++------------------------- po/ss.po | 52 +++++++++++++++++++++++++----------------- po/st.po | 52 +++++++++++++++++++++++++----------------- po/su.po | 52 +++++++++++++++++++++++++----------------- po/sv.po | 65 ++++++++++++++++++++++++++++------------------------- po/sw.po | 52 +++++++++++++++++++++++++----------------- po/szl.po | 52 +++++++++++++++++++++++++----------------- po/ta.po | 55 ++++++++++++++++++++++++++------------------- po/te.po | 52 +++++++++++++++++++++++++----------------- po/tg.po | 52 +++++++++++++++++++++++++----------------- po/th.po | 62 +++++++++++++++++++++++++++----------------------- po/ti.po | 52 +++++++++++++++++++++++++----------------- po/tk.po | 52 +++++++++++++++++++++++++----------------- po/tl.po | 62 +++++++++++++++++++++++++++----------------------- po/tn.po | 52 +++++++++++++++++++++++++----------------- po/to.po | 52 +++++++++++++++++++++++++----------------- po/tr.po | 65 ++++++++++++++++++++++++++++------------------------- po/ts.po | 52 +++++++++++++++++++++++++----------------- po/tt.po | 52 +++++++++++++++++++++++++----------------- po/tw.po | 52 +++++++++++++++++++++++++----------------- po/ty.po | 52 +++++++++++++++++++++++++----------------- po/ug.po | 62 +++++++++++++++++++++++++++----------------------- po/uk.po | 61 +++++++++++++++++++++++++------------------------ po/ur.po | 62 +++++++++++++++++++++++++++----------------------- po/uz.po | 52 +++++++++++++++++++++++++----------------- po/ve.po | 52 +++++++++++++++++++++++++----------------- po/vi.po | 52 +++++++++++++++++++++++++----------------- po/vo.po | 52 +++++++++++++++++++++++++----------------- po/wa.po | 52 +++++++++++++++++++++++++----------------- po/wo.po | 52 +++++++++++++++++++++++++----------------- po/xh.po | 52 +++++++++++++++++++++++++----------------- po/yi.po | 52 +++++++++++++++++++++++++----------------- po/yo.po | 52 +++++++++++++++++++++++++----------------- po/za.po | 52 +++++++++++++++++++++++++----------------- po/zh.po | 52 +++++++++++++++++++++++++----------------- po/zh_CN.po | 65 ++++++++++++++++++++++++++++------------------------- po/zh_HK.po | 52 +++++++++++++++++++++++++----------------- po/zh_TW.po | 65 ++++++++++++++++++++++++++++------------------------- po/zu.po | 52 +++++++++++++++++++++++++----------------- 198 files changed, 6410 insertions(+), 4481 deletions(-) diff --git a/po/aa.po b/po/aa.po index 7bddb4f4a..fb75e2484 100644 --- a/po/aa.po +++ b/po/aa.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -214,27 +214,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -308,51 +320,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/ab.po b/po/ab.po index 7bddb4f4a..fb75e2484 100644 --- a/po/ab.po +++ b/po/ab.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -214,27 +214,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -308,51 +320,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/ae.po b/po/ae.po index 7bddb4f4a..fb75e2484 100644 --- a/po/ae.po +++ b/po/ae.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -214,27 +214,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -308,51 +320,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/af.po b/po/af.po index 7fffc8eac..d9b44d7ed 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: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2023-07-01 08:07+0000\n" "Last-Translator: anonymous \n" "Language-Team: Afrikaans \n" "Language-Team: Akan \n" "Language-Team: Amharic \n" "Language-Team: Arabic \n" "Language-Team: Assamese \n" "Language-Team: LANGUAGE \n" @@ -126,7 +126,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -223,27 +223,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -317,51 +329,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/av.po b/po/av.po index 7bddb4f4a..fb75e2484 100644 --- a/po/av.po +++ b/po/av.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -214,27 +214,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -308,51 +320,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/ay.po b/po/ay.po index 7bddb4f4a..fb75e2484 100644 --- a/po/ay.po +++ b/po/ay.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -214,27 +214,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -308,51 +320,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/az.po b/po/az.po index c3b32a2a5..fa7ee7323 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: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2020-10-02 07:14+0000\n" "Last-Translator: anonymous \n" "Language-Team: Azerbaijani \n" "Language-Team: Belarusian \n" "Language-Team: Bulgarian \n" "Language-Team: Bengali \n" "Language-Team: Bosnian \n" "Language-Team: Batak (Indonesia) \n" @@ -131,7 +131,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -228,27 +228,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -322,51 +334,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/ca.po b/po/ca.po index 80d8d552e..aeec6ba00 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2023-07-01 08:07+0000\n" "Last-Translator: anonymous \n" "Language-Team: Catalan \n" "Language-Team: Kurdish (Central) \n" "Language-Team: Czech \n" "Language-Team: Danish \n" "Language-Team: German \n" "Language-Team: Greek \n" "Language-Team: English (Australia) \n" "Language-Team: English (Canada) \n" "Language-Team: English (United Kingdom) \n" "Language-Team: Esperanto \n" "Language-Team: Spanish \n" "Language-Team: Estonian \n" "Language-Team: Basque \n" "Language-Team: Persian \n" "Language-Team: Finnish \n" "Language-Team: French \n" "Language-Team: French (Canada) \n" "Language-Team: Galician \n" "Language-Team: Hebrew \n" "Language-Team: Hindi \n" "Language-Team: Croatian \n" "Language-Team: Hungarian \n" "Language-Team: Armenian \n" "Language-Team: Indonesian \n" "Language-Team: Icelandic \n" "Language-Team: Italian \n" "Language-Team: Japanese \n" "Language-Team: Georgian \n" "Language-Team: Korean \n" "Language-Team: Kurdish \n" "Language-Team: LANGUAGE \n" @@ -126,7 +126,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -223,27 +223,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -317,51 +329,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/la.po b/po/la.po index 7bddb4f4a..fb75e2484 100644 --- a/po/la.po +++ b/po/la.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -214,27 +214,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -308,51 +320,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/lb.po b/po/lb.po index 2960cc687..28f58b71e 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: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2023-07-01 08:07+0000\n" "Last-Translator: anonymous \n" "Language-Team: Luxembourgish \n" "Language-Team: Lao \n" @@ -131,7 +131,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -228,27 +228,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -322,51 +334,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/lt.po b/po/lt.po index 4f30db8e5..83eecff57 100644 --- a/po/lt.po +++ b/po/lt.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2023-07-01 08:07+0000\n" "Last-Translator: anonymous \n" "Language-Team: Lithuanian \n" "Language-Team: Latvian \n" "Language-Team: Macedonian \n" "Language-Team: Malayalam \n" "Language-Team: Moldovan \n" "Language-Team: Marathi \n" "Language-Team: Malay \n" "Language-Team: Burmese \n" @@ -131,7 +131,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -228,27 +228,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -322,51 +334,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/na.po b/po/na.po index 7bddb4f4a..fb75e2484 100644 --- a/po/na.po +++ b/po/na.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -214,27 +214,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -308,51 +320,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/nb.po b/po/nb.po index 7332337e0..0de35e956 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: maya\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2023-07-26 20:07+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" "Language-Team: Dutch \n" "Language-Team: Norwegian Nynorsk \n" "Language-Team: Oromo \n" "Language-Team: Polish \n" "Language-Team: Portuguese \n" "Language-Team: Portuguese (Brazil) \n" "Language-Team: Romanian \n" "Language-Team: Russian \n" "Language-Team: Rusyn \n" "Language-Team: Sinhala \n" "Language-Team: Slovak \n" "Language-Team: Slovenian \n" "Language-Team: Southern Sami \n" @@ -131,7 +131,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -228,27 +228,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "Storre" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -322,53 +334,53 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 #, fuzzy #| msgid "Wallpaper" msgid "Wallpaper Deleted" msgstr "viedtje-guvvie" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" @@ -410,9 +422,6 @@ msgstr "" msgid "Create Slideshow" msgstr "" -#~ msgid "Large" -#~ msgstr "Storre" - #, fuzzy #~| msgid "Dock" #~ msgid "Hide Dock" diff --git a/po/sn.po b/po/sn.po index 7bddb4f4a..fb75e2484 100644 --- a/po/sn.po +++ b/po/sn.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -214,27 +214,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -308,51 +320,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/so.po b/po/so.po index 7bddb4f4a..fb75e2484 100644 --- a/po/so.po +++ b/po/so.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -214,27 +214,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -308,51 +320,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/sq.po b/po/sq.po index 1afd22036..65916218c 100644 --- a/po/sq.po +++ b/po/sq.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2023-07-01 08:07+0000\n" "Last-Translator: anonymous \n" "Language-Team: Albanian \n" "Language-Team: Serbian \n" "Language-Team: Swedish \n" "Language-Team: Swahili \n" "Language-Team: Tamil \n" "Language-Team: LANGUAGE \n" @@ -126,7 +126,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -223,27 +223,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -317,51 +329,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/tg.po b/po/tg.po index 7bddb4f4a..fb75e2484 100644 --- a/po/tg.po +++ b/po/tg.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Style" msgstr "" -#: src/Views/Appearance.vala:86 +#: src/Views/Appearance.vala:86 src/Views/Dock.vala:31 msgid "Default" msgstr "" @@ -214,27 +214,39 @@ msgid "" "Disable animations in the window manager and some other interface elements." msgstr "" -#: src/Views/Dock.vala:12 +#: src/Views/Dock.vala:11 +msgid "Dock Icon Size" +msgstr "" + +#: src/Views/Dock.vala:20 +msgid "Small" +msgstr "" + +#: src/Views/Dock.vala:42 +msgid "Large" +msgstr "" + +#: src/Views/Dock.vala:58 msgid "Panel Translucency" msgstr "" -#: src/Views/Dock.vala:14 +#: src/Views/Dock.vala:60 msgid "Automatically transparent or opaque based on the wallpaper" msgstr "" -#: src/Views/Dock.vala:33 +#: src/Views/Dock.vala:79 msgid "Show in Panel" msgstr "" -#: src/Views/Dock.vala:40 +#: src/Views/Dock.vala:86 msgid "Accessibility" msgstr "" -#: src/Views/Dock.vala:50 +#: src/Views/Dock.vala:96 msgid "Caps Lock ⇪" msgstr "" -#: src/Views/Dock.vala:51 +#: src/Views/Dock.vala:97 msgid "Num Lock" msgstr "" @@ -308,51 +320,51 @@ msgid "" "legibility and reading speed." msgstr "" -#: src/Views/Wallpaper.vala:92 +#: src/Views/Wallpaper.vala:83 msgid "Import Photo…" msgstr "" -#: src/Views/Wallpaper.vala:95 +#: src/Views/Wallpaper.vala:90 msgid "Dim with dark style:" msgstr "" -#: src/Views/Wallpaper.vala:106 +#: src/Views/Wallpaper.vala:101 msgid "Centered" msgstr "" -#: src/Views/Wallpaper.vala:107 +#: src/Views/Wallpaper.vala:102 msgid "Zoom" msgstr "" -#: src/Views/Wallpaper.vala:108 +#: src/Views/Wallpaper.vala:103 msgid "Spanned" msgstr "" -#: src/Views/Wallpaper.vala:153 +#: src/Views/Wallpaper.vala:148 msgid "Import Photo" msgstr "" -#: src/Views/Wallpaper.vala:154 +#: src/Views/Wallpaper.vala:149 msgid "Import" msgstr "" -#: src/Views/Wallpaper.vala:155 +#: src/Views/Wallpaper.vala:150 msgid "Cancel" msgstr "" -#: src/Views/Wallpaper.vala:530 +#: src/Views/Wallpaper.vala:512 msgid "Wallpaper Deleted" msgstr "" -#: src/Views/Wallpaper.vala:531 +#: src/Views/Wallpaper.vala:513 msgid "Undo" msgstr "" -#: src/Widgets/WallpaperContainer.vala:138 +#: src/Widgets/WallpaperContainer.vala:134 msgid "Remove" msgstr "" -#: src/Widgets/WallpaperContainer.vala:202 +#: src/Widgets/WallpaperContainer.vala:198 #, c-format msgid "Artist: %s" msgstr "" diff --git a/po/th.po b/po/th.po index 057d17b9f..e8fa52318 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: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2023-07-01 08:07+0000\n" "Last-Translator: anonymous \n" "Language-Team: Thai \n" "Language-Team: Tagalog \n" "Language-Team: Turkish \n" "Language-Team: Uyghur \n" "Language-Team: Ukrainian \n" "Language-Team: Urdu \n" "Language-Team: Vietnamese \n" "Language-Team: Chinese (Simplified) \n" "Language-Team: zh (generated) \n" "Language-Team: Chinese (Traditional) Date: Fri, 17 Nov 2023 02:33:26 +0000 Subject: [PATCH 7/7] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: Switchboard/Desktop Plug (Extra) Translate-URL: https://l10n.elementary.io/projects/switchboard/desktop-plug-extra/ --- po/extra/aa.po | 2 +- po/extra/ab.po | 2 +- po/extra/ae.po | 2 +- po/extra/af.po | 2 +- po/extra/ak.po | 2 +- po/extra/am.po | 2 +- po/extra/an.po | 2 +- po/extra/ar.po | 2 +- po/extra/as.po | 2 +- po/extra/ast.po | 2 +- po/extra/av.po | 2 +- po/extra/ay.po | 2 +- po/extra/az.po | 2 +- po/extra/ba.po | 2 +- po/extra/be.po | 2 +- po/extra/bg.po | 2 +- po/extra/bh.po | 2 +- po/extra/bi.po | 2 +- po/extra/bm.po | 2 +- po/extra/bn.po | 2 +- po/extra/bo.po | 2 +- po/extra/br.po | 2 +- po/extra/bs.po | 2 +- po/extra/ca.po | 2 +- po/extra/ce.po | 2 +- po/extra/ch.po | 2 +- po/extra/ckb.po | 2 +- po/extra/co.po | 2 +- po/extra/cr.po | 2 +- po/extra/cs.po | 2 +- po/extra/cu.po | 2 +- po/extra/cv.po | 2 +- po/extra/cy.po | 2 +- po/extra/da.po | 2 +- po/extra/de.po | 2 +- po/extra/dv.po | 2 +- po/extra/dz.po | 2 +- po/extra/ee.po | 2 +- po/extra/el.po | 2 +- po/extra/en_AU.po | 2 +- po/extra/en_CA.po | 2 +- po/extra/en_GB.po | 2 +- po/extra/eo.po | 2 +- po/extra/es.po | 2 +- po/extra/et.po | 2 +- po/extra/eu.po | 2 +- po/extra/fa.po | 2 +- po/extra/ff.po | 2 +- po/extra/fi.po | 2 +- po/extra/fj.po | 2 +- po/extra/fo.po | 2 +- po/extra/fr.po | 2 +- po/extra/fr_CA.po | 2 +- po/extra/fy.po | 2 +- po/extra/ga.po | 2 +- po/extra/gd.po | 2 +- po/extra/gl.po | 2 +- po/extra/gn.po | 2 +- po/extra/gu.po | 2 +- po/extra/gv.po | 2 +- po/extra/ha.po | 2 +- po/extra/he.po | 2 +- po/extra/hi.po | 2 +- po/extra/ho.po | 2 +- po/extra/hr.po | 2 +- po/extra/ht.po | 2 +- po/extra/hu.po | 2 +- po/extra/hy.po | 2 +- po/extra/hz.po | 2 +- po/extra/ia.po | 2 +- po/extra/id.po | 2 +- po/extra/ie.po | 2 +- po/extra/ig.po | 2 +- po/extra/ii.po | 2 +- po/extra/ik.po | 2 +- po/extra/io.po | 2 +- po/extra/is.po | 2 +- po/extra/it.po | 2 +- po/extra/iu.po | 2 +- po/extra/ja.po | 2 +- po/extra/jv.po | 2 +- po/extra/ka.po | 2 +- po/extra/kg.po | 2 +- po/extra/ki.po | 2 +- po/extra/kj.po | 2 +- po/extra/kk.po | 2 +- po/extra/kl.po | 2 +- po/extra/km.po | 2 +- po/extra/kn.po | 2 +- po/extra/ko.po | 2 +- po/extra/kr.po | 2 +- po/extra/ks.po | 2 +- po/extra/ku.po | 2 +- po/extra/kv.po | 2 +- po/extra/kw.po | 2 +- po/extra/ky.po | 2 +- po/extra/la.po | 2 +- po/extra/lb.po | 2 +- po/extra/lg.po | 2 +- po/extra/li.po | 2 +- po/extra/ln.po | 2 +- po/extra/lo.po | 2 +- po/extra/lt.po | 2 +- po/extra/lu.po | 2 +- po/extra/lv.po | 2 +- po/extra/mg.po | 2 +- po/extra/mh.po | 2 +- po/extra/mi.po | 2 +- po/extra/mk.po | 2 +- po/extra/ml.po | 2 +- po/extra/mn.po | 2 +- po/extra/mo.po | 2 +- po/extra/mr.po | 2 +- po/extra/ms.po | 2 +- po/extra/mt.po | 2 +- po/extra/my.po | 2 +- po/extra/na.po | 2 +- po/extra/nb.po | 2 +- po/extra/nd.po | 2 +- po/extra/ne.po | 2 +- po/extra/ng.po | 2 +- po/extra/nl.po | 2 +- po/extra/nn.po | 2 +- po/extra/no.po | 2 +- po/extra/nr.po | 2 +- po/extra/nv.po | 2 +- po/extra/ny.po | 2 +- po/extra/oc.po | 2 +- po/extra/oj.po | 2 +- po/extra/om.po | 2 +- po/extra/or.po | 2 +- po/extra/os.po | 2 +- po/extra/pa.po | 2 +- po/extra/pi.po | 2 +- po/extra/pl.po | 2 +- po/extra/ps.po | 2 +- po/extra/pt.po | 2 +- po/extra/pt_BR.po | 2 +- po/extra/qu.po | 2 +- po/extra/rm.po | 2 +- po/extra/rn.po | 2 +- po/extra/ro.po | 2 +- po/extra/ru.po | 2 +- po/extra/rue.po | 2 +- po/extra/rw.po | 2 +- po/extra/sa.po | 2 +- po/extra/sc.po | 2 +- po/extra/sd.po | 2 +- po/extra/se.po | 2 +- po/extra/sg.po | 2 +- po/extra/si.po | 2 +- po/extra/sk.po | 2 +- po/extra/sl.po | 2 +- po/extra/sm.po | 2 +- po/extra/sma.po | 2 +- po/extra/sn.po | 2 +- po/extra/so.po | 2 +- po/extra/sq.po | 2 +- po/extra/sr.po | 2 +- po/extra/ss.po | 2 +- po/extra/st.po | 2 +- po/extra/su.po | 2 +- po/extra/sv.po | 2 +- po/extra/sw.po | 2 +- po/extra/szl.po | 2 +- po/extra/ta.po | 2 +- po/extra/te.po | 2 +- po/extra/tg.po | 2 +- po/extra/th.po | 2 +- po/extra/ti.po | 2 +- po/extra/tk.po | 2 +- po/extra/tl.po | 2 +- po/extra/tn.po | 2 +- po/extra/to.po | 2 +- po/extra/tr.po | 2 +- po/extra/ts.po | 2 +- po/extra/tt.po | 2 +- po/extra/tw.po | 2 +- po/extra/ty.po | 2 +- po/extra/ug.po | 2 +- po/extra/uk.po | 2 +- po/extra/ur.po | 2 +- po/extra/uz.po | 2 +- po/extra/ve.po | 2 +- po/extra/vi.po | 2 +- po/extra/vo.po | 2 +- po/extra/wa.po | 2 +- po/extra/wo.po | 2 +- po/extra/xh.po | 2 +- po/extra/yi.po | 2 +- po/extra/yo.po | 2 +- po/extra/za.po | 2 +- po/extra/zh.po | 2 +- po/extra/zh_CN.po | 2 +- po/extra/zh_HK.po | 2 +- po/extra/zh_TW.po | 2 +- po/extra/zu.po | 2 +- 197 files changed, 197 insertions(+), 197 deletions(-) diff --git a/po/extra/aa.po b/po/extra/aa.po index 5f78b2fad..581a94f4a 100644 --- a/po/extra/aa.po +++ b/po/extra/aa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/ab.po b/po/extra/ab.po index 88b422a8e..f61d4d2ad 100644 --- a/po/extra/ab.po +++ b/po/extra/ab.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/ae.po b/po/extra/ae.po index e58490b34..07c0c435b 100644 --- a/po/extra/ae.po +++ b/po/extra/ae.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/af.po b/po/extra/af.po index 2f24ad785..92543424d 100644 --- a/po/extra/af.po +++ b/po/extra/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/ak.po b/po/extra/ak.po index 6d3f5df93..7276d43e0 100644 --- a/po/extra/ak.po +++ b/po/extra/ak.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/am.po b/po/extra/am.po index cbdf10600..2f74fb97f 100644 --- a/po/extra/am.po +++ b/po/extra/am.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/an.po b/po/extra/an.po index fcb263a97..c05d63916 100644 --- a/po/extra/an.po +++ b/po/extra/an.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/ar.po b/po/extra/ar.po index cfba582a6..4791617f9 100644 --- a/po/extra/ar.po +++ b/po/extra/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2020-04-08 20:19+0000\n" "Last-Translator: nasserbinlaboun \n" "Language-Team: Arabic \n" "Language-Team: Catalan \n" "Language-Team: Kurdish (Central) \n" "Language-Team: Czech \n" "Language-Team: Danish \n" "Language-Team: German \n" "Language-Team: English (United Kingdom) \n" "Language-Team: Esperanto \n" "Language-Team: Spanish \n" "Language-Team: Finnish \n" "Language-Team: French \n" "Language-Team: French (Canada) \n" "Language-Team: Galician \n" "Language-Team: Hebrew \n" "Language-Team: Croatian \n" "Language-Team: Hungarian \n" diff --git a/po/extra/ie.po b/po/extra/ie.po index 77fcab365..2385a47dd 100644 --- a/po/extra/ie.po +++ b/po/extra/ie.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/ig.po b/po/extra/ig.po index b5e42d5b3..832cc27aa 100644 --- a/po/extra/ig.po +++ b/po/extra/ig.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/ii.po b/po/extra/ii.po index 3259428a0..29e7a9f26 100644 --- a/po/extra/ii.po +++ b/po/extra/ii.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/ik.po b/po/extra/ik.po index 0586a4c27..5d992b92a 100644 --- a/po/extra/ik.po +++ b/po/extra/ik.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/io.po b/po/extra/io.po index 90c44442d..f16cb45b8 100644 --- a/po/extra/io.po +++ b/po/extra/io.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/is.po b/po/extra/is.po index f5c121870..f4620814d 100644 --- a/po/extra/is.po +++ b/po/extra/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2018-05-09 16:23-0700\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/extra/it.po b/po/extra/it.po index 6ecfc22a7..b7b5ea0be 100644 --- a/po/extra/it.po +++ b/po/extra/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 09:47+0000\n" +"POT-Creation-Date: 2023-11-17 02:33+0000\n" "PO-Revision-Date: 2020-10-24 12:15+0000\n" "Last-Translator: Fabio Zaramella \n" "Language-Team: Italian \n" "Language-Team: Japanese \n" "Language-Team: Georgian \n" "Language-Team: Korean \n" "Language-Team: Lithuanian \n" "Language-Team: Marathi \n" "Language-Team: Norwegian Bokmål \n" "Language-Team: Dutch \n" "Language-Team: Norwegian Nynorsk \n" "Language-Team: Polish \n" "Language-Team: Portuguese \n" "Language-Team: Portuguese (Brazil) \n" "Language-Team: Russian \n" "Language-Team: Slovak \n" "Language-Team: Slovenian \n" "Language-Team: Serbian \n" "Language-Team: Turkish \n" "Language-Team: Ukrainian \n" "Language-Team: Chinese (Simplified) \n" "Language-Team: Chinese (Traditional)