Removed repeating localisation #79

Merged
asmeron merged 1 commits from YanTheKaller/ubl-settings-resourcequota:master into master 1 month ago

@ -23,7 +23,7 @@
// #define HELP_ALWAYS_OPEN_LABEL _("Always redirect to online documentation") // #define HELP_ALWAYS_OPEN_LABEL _("Always redirect to online documentation")
// #define OPEN_HELP_LABEL _("Open documentation") // #define OPEN_HELP_LABEL _("Open documentation")
// #define PROJECT_HOME_LABEL _("Project homepage") // #define PROJECT_HOME_LABEL _("Project homepage")
#define NOTHING_CHOSEN_LABEL _("Nothing were chosen") // #define NOTHING_CHOSEN_LABEL _("Nothing were chosen")
#define STR_USER _("User") #define STR_USER _("User")
#define STR_GROUP _("Group") #define STR_GROUP _("Group")
@ -38,16 +38,16 @@
#define GLOBAL_LOAD_SUCCESS _("Global configuration loading succeeded.") #define GLOBAL_LOAD_SUCCESS _("Global configuration loading succeeded.")
#define LOCAL_LOAD_SUCCESS _("Local configuration loading succeeded.") #define LOCAL_LOAD_SUCCESS _("Local configuration loading succeeded.")
#define GLOBAL_LOCAL_SAVE_SUCCESS _("Local and global configuration saving succeeded.") // #define GLOBAL_LOCAL_SAVE_SUCCESS _("Local and global configuration saving succeeded.")
#define GLOBAL_SAVE_SUCCESS _("Global configuration saving succeeded.") // #define GLOBAL_SAVE_SUCCESS _("Global configuration saving succeeded.")
#define LOCAL_SAVE_SUCCESS _("Local configuration saving succeeded.") // #define LOCAL_SAVE_SUCCESS _("Local configuration saving succeeded.")
#define STR_DEL_TABLE _("Quota deleted") #define STR_DEL_TABLE _("Quota deleted")
#define STR_NO_SELECT_TABLE _("Quota deleted") #define STR_NO_SELECT_TABLE _("Quota deleted")
#define STR_QUOTAS_ADD _("Quota deleted") #define STR_QUOTAS_ADD _("Quota deleted")
#define ALL_SAVE_SUCCESS _("Save configuration") #define ALL_SAVE_SUCCESS _("Save configuration")
#define MESS_NOTHING_SAVE _("Nothing to save!") #define MESS_NOTHING_SAVE _("Nothing to save!")
#define LOCAL_SAVE_SUCCESS_LABEL _("Local configuration saving succeeded.") // #define LOCAL_SAVE_SUCCESS_LABEL _("Local configuration saving succeeded.")
#define LOAD_FAILED_LABEL _("Config loading failed") // #define LOAD_FAILED_LABEL _("Config loading failed")
#define LIST_QUOTAS_LABEL _("Quotas list") #define LIST_QUOTAS_LABEL _("Quotas list")
#define DISPATCHER_LABEL _("Dispatcher") #define DISPATCHER_LABEL _("Dispatcher")
@ -70,7 +70,7 @@
#define CPU_LIMIT_LABEL _("CPU limit (%)") #define CPU_LIMIT_LABEL _("CPU limit (%)")
#define READ_LIMIT_LABEL _("I/O limit (read)") #define READ_LIMIT_LABEL _("I/O limit (read)")
#define WRITE_LIMIT_LABEL _("I/O limit (write)") #define WRITE_LIMIT_LABEL _("I/O limit (write)")
#define ACCEPT_LABEL _("Accept") // #define ACCEPT_LABEL _("Accept")
#define FILTERS_LABEL _("Filters") #define FILTERS_LABEL _("Filters")
#define INFORMATION_LABEL _("Information") #define INFORMATION_LABEL _("Information")

Loading…
Cancel
Save