#define TITLE_LABEL _("Settings manager for the system") #define TITLE_INFO_LABEL _("About Settings manager for the system") #define WIKI_LINK _("https://wiki.ublinux.ru/software/programs_and_utilities/all/ubl-settings-manager") #define ABOUT_PROJECT_COMMENTS_LABEL _("Settings manager for the system") #define BACK_TO_SETTINGS_LABEL _("Back to settings") #define CONFIG_LOAD_ERROR _("Config loading failed!\n") #define DOUBLE_CLICK_SELECTION_LABEL _("Double click selection") #define SECTIONS_MANAGEMENT_LABEL _("Sections management") #define UNDERSTOOD_LABEL _("Understood") #define SETTINGS_LABEL _("Manager settings") #define APPLY_LABEL _("Apply") #define CLOSE_LABEL _("Close") #define CANCEL_LABEL _("Cancel") #define ABOUT__LABEL _("About...") #define DOCUMENTATION__LABEL _("Documentation") #define WINDOW_THEME_LABEL _("Window theme") #define ICON_SIZE_LABEL _("Icon size") #define BACK_TO_ALL_SETTINGS_LABEL _("All settings") #define THEME_ERROR_LABEL _("Failed to load theme") #define MAIN_THEME_LABEL _("Main theme") #define GNOME_THEME_LABEL _("GNOME theme") #define DEFAULT_LABEL _("Default") #define SECTION_NAME_LABEL _("Section name") #define IDENTIFIER_LABEL _("Identifier") #define ADD_SECTION_TOOLTIP_LABEL _("Add section") #define CLEAR_SECTION_TOOLTIP_LABEL _("Clear fields") #define REMOVE_SECTION_TOOLTIP_LABEL _("Remove section") #define PERSONAL_SECTION_LABEL _("Personal") #define HARDWARE_SECTION_LABEL _("Hardware") #define SYSTEM_SECTION_LABEL _("System") #define MISC_SECTION_LABEL _("Misc") #define CONFIG_FILE_DESCRIPTION_LABEL _("Select the configuration file that the applications will use to save the settings. The selected file will be sent to the applications as an argument.") #define CONFIG_FILE_LABEL _("Configuration file:") #define CONFIG_MODE_LABEL(path) yon_char_unite(_("Attention! Configuration mode was enabled"),"\n",_("Configuration will be saved in configuration file")," ",path,NULL)