You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.5 KiB
33 lines
1.5 KiB
#define TITLE_LABEL _("Settings manager for the system")
|
|
#define TITLE_INFO_LABEL _("About UBLinux Settings Manager")
|
|
|
|
#define WIKI_LINK _("https://wiki.ublinux.ru/software/programs_and_utilities/all/ubl-settings-manager")
|
|
|
|
#define ABOUT_PROJECT_COMMENTS_LABEL _("Settings manager for UBLinux")
|
|
#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 _("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") |