Localisation update

pull/17/head
parent cfcd154d73
commit 71acaf8a15

@ -246,3 +246,7 @@ msgstr ""
#: source/libublsettingsui-gtk3.h:96 #: source/libublsettingsui-gtk3.h:96
msgid "HDD sandbox with profile saving" msgid "HDD sandbox with profile saving"
msgstr "" msgstr ""
#: source/libublsettingsui-gtk3.h:98
msgid "Upgrade to root"
msgstr ""

@ -252,3 +252,7 @@ msgstr "Полная песочница на HDD"
#: source/libublsettingsui-gtk3.h:96 #: source/libublsettingsui-gtk3.h:96
msgid "HDD sandbox with profile saving" msgid "HDD sandbox with profile saving"
msgstr "Полная песочница на HDD с сохранением профиля пользователя" msgstr "Полная песочница на HDD с сохранением профиля пользователя"
#: source/libublsettingsui-gtk3.h:98
msgid "Upgrade to root"
msgstr "Повысить права до root"

@ -116,6 +116,11 @@ void on_about(GtkWidget *self, char *version_application){
} }
//functions //functions
/**function and argument, which called after successful config saving.
* Example:
* void on_save_done(main_window *widgets, config_str output, int size)
*/
void (*save_success_function)(void*,config_str,int)=NULL; void (*save_success_function)(void*,config_str,int)=NULL;
void *save_success_argument=NULL; void *save_success_argument=NULL;

@ -95,6 +95,7 @@
#define SAVE_MODE_HDD_LABEL _("HDD sandbox") #define SAVE_MODE_HDD_LABEL _("HDD sandbox")
#define SAVE_MODE_HDD_HOME_LABEL _("HDD sandbox with profile saving") #define SAVE_MODE_HDD_HOME_LABEL _("HDD sandbox with profile saving")
#define CUSTOM_CONFIG_CREATION_ERROR_LABEL _("New configuration file creation failed") #define CUSTOM_CONFIG_CREATION_ERROR_LABEL _("New configuration file creation failed")
#define ROOT_CHECK_LABEL _("Upgrade to root")
#endif #endif
#define dull_parameter_get_command "ubconfig --source global get users PARAMETER" #define dull_parameter_get_command "ubconfig --source global get users PARAMETER"

Loading…
Cancel
Save