Moved translatable strings to separate header file

pull/4/head
parent 932e2b39aa
commit baf70daba3

@ -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")
Loading…
Cancel
Save