From baf70daba3484c6982d4d5bb5c7924955c3ce902 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 19 May 2023 18:10:18 +0600 Subject: [PATCH] Moved translatable strings to separate header file --- source/ubl-settings-update-strings.h | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 source/ubl-settings-update-strings.h diff --git a/source/ubl-settings-update-strings.h b/source/ubl-settings-update-strings.h new file mode 100644 index 0000000..26015da --- /dev/null +++ b/source/ubl-settings-update-strings.h @@ -0,0 +1,32 @@ +#define TITLE_LABEL _("System update") +#define CHECK_FOR_UPDATES_LABEL _("Check for updates") +#define ABOUT_LABEL _("About") +#define DOCUMENTATION_LABEL _("Documentation") +#define SAVE_LOCAL_LABEL _("Save to local configuration") +#define SAVE_GLOBAL_LABEL _("Save to global configuration") +#define SAVE_CONFIGURATION_LABEL _("Save configuration") +#define SAVE_LABEL _("Save") +#define LOAD_LOCAL_LABEL _("Load local configuration") +#define LOAD_GLOBAL_LABEL _("Load global configuration") +#define LOAD_LABEL _("load") +#define LAUNCH_PACKAGE_MANAGER_LABEL _("Launch package manager") +#define CACHE_CLEAN_LABEL _("Cache clean command: ") +#define UPDATE_COMMAND_LABEL _("Update command: ") +#define PACKAGE_MANAGER_LABEL _("Package manager: ") +#define URI_LABEL _("URI") +#define ENABLED_LABEL _("Enabled") +#define UBUR_LABEL _("Activate UBUR") +#define AUR_LABEL _("Activate AUR") +#define EVERY_3_HOURS_LABEL _("Every 3 hours") +#define EVERY_2_HOURS_LABEL _("Every 2 hours") +#define EVERY_1_HOUR_LABEL _("Every 1 hour") +#define AUTO_UPDATE_LABEL _("Download updates automatically") +#define HIDE_NO_UPDATES_LABEL _("Hide icon of no updates found") +#define CHECK_FREQUENCY_LABEL _("Update checking frequency") +#define EXTRA_LABEL _("Extra") +#define REPOSITORIES_LABEL _("Repositories") +#define GENERAL_LABEL _("General") +#define ADRESS_LABEL _("Adress: ") +#define DISTRIBUTION_LABEL _("Distribution: ") +#define CANCEL_LABEL _("Cancel") +#define SAVE_LABEL _("Save") \ No newline at end of file