Additional settings option label update

pull/288/head
parent 0a145d1613
commit 1d7a433f09
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -34,7 +34,7 @@ msgid "Default user name (if there's no another):"
msgstr "" msgstr ""
#: source/ubl-strings.h:8 #: source/ubl-strings.h:8
msgid "User with ID 1000 is administrator" msgid "A user ID of 1000 is an administrator included in the wheel group"
msgstr "" msgstr ""
#: source/ubl-strings.h:9 #: source/ubl-strings.h:9

@ -34,8 +34,8 @@ msgid "Default user name (if there's no another):"
msgstr "Имя пользователя по умолчанию (если нет других):" msgstr "Имя пользователя по умолчанию (если нет других):"
#: source/ubl-strings.h:8 #: source/ubl-strings.h:8
msgid "User with ID 1000 is administrator" msgid "A user ID of 1000 is an administrator included in the wheel group"
msgstr "Пользователь с ID 1000 является администратором" msgstr "Пользователь с ID 1000 является администратором включённым в группу wheel"
#: source/ubl-strings.h:9 #: source/ubl-strings.h:9
msgid "Default user password:" msgid "Default user password:"

@ -5,7 +5,7 @@
#define DEFAULT_USER_GROUPS_LABEL _("Default user groups:") #define DEFAULT_USER_GROUPS_LABEL _("Default user groups:")
#define DEFAULT_USER_NAME_LABEL _("Default user name (if there's no another):") #define DEFAULT_USER_NAME_LABEL _("Default user name (if there's no another):")
#define USER_1000_IS_ADMIN_LABEL _("User with ID 1000 is administrator") #define USER_1000_IS_ADMIN_LABEL _("A user ID of 1000 is an administrator included in the wheel group")
#define DEFAULT_USER_PASSWORD_LABEL _("Default user password:") #define DEFAULT_USER_PASSWORD_LABEL _("Default user password:")
#define ROOT_USER_PASSWORD_LABEL _("Root user password:") #define ROOT_USER_PASSWORD_LABEL _("Root user password:")
#define PASSWORD_HASH_ALGORYTHM_LABEL _("Password hash algorythm:") #define PASSWORD_HASH_ALGORYTHM_LABEL _("Password hash algorythm:")

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0 --> <!-- Generated with glade 3.38.2 -->
<interface domain="ubl-settings-usergroups"> <interface domain="ubl-settings-usergroups">
<requires lib="gtk+" version="3.24"/> <requires lib="gtk+" version="3.24"/>
<!-- interface-css-provider-path ubl-settings-usergroups.css --> <!-- interface-css-provider-path ubl-settings-usergroups.css -->
@ -76,8 +76,8 @@
<row> <row>
<col id="0">False</col> <col id="0">False</col>
<col id="1" translatable="yes">Group GID range</col> <col id="1" translatable="yes">Group GID range</col>
<col id="2" translatable="yes"></col> <col id="2" translatable="yes"/>
<col id="3" translatable="yes"></col> <col id="3" translatable="yes"/>
<col id="4">True</col> <col id="4">True</col>
<col id="5">True</col> <col id="5">True</col>
<col id="6">False</col> <col id="6">False</col>
@ -90,8 +90,8 @@
<row> <row>
<col id="0">False</col> <col id="0">False</col>
<col id="1" translatable="yes">Group GID in system</col> <col id="1" translatable="yes">Group GID in system</col>
<col id="2" translatable="yes"></col> <col id="2" translatable="yes"/>
<col id="3" translatable="yes"></col> <col id="3" translatable="yes"/>
<col id="4">True</col> <col id="4">True</col>
<col id="5">True</col> <col id="5">True</col>
<col id="6">False</col> <col id="6">False</col>
@ -176,8 +176,8 @@
<row> <row>
<col id="0">False</col> <col id="0">False</col>
<col id="1" translatable="yes">Users UID range</col> <col id="1" translatable="yes">Users UID range</col>
<col id="2" translatable="yes"></col> <col id="2" translatable="yes"/>
<col id="3" translatable="yes"></col> <col id="3" translatable="yes"/>
<col id="4">True</col> <col id="4">True</col>
<col id="5">True</col> <col id="5">True</col>
<col id="6">False</col> <col id="6">False</col>
@ -190,8 +190,8 @@
<row> <row>
<col id="0">False</col> <col id="0">False</col>
<col id="1" translatable="yes">User UID in system</col> <col id="1" translatable="yes">User UID in system</col>
<col id="2" translatable="yes"></col> <col id="2" translatable="yes"/>
<col id="3" translatable="yes"></col> <col id="3" translatable="yes"/>
<col id="4">True</col> <col id="4">True</col>
<col id="5">True</col> <col id="5">True</col>
<col id="6">False</col> <col id="6">False</col>
@ -339,7 +339,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="DefaultUserAdministratorCheck"> <object class="GtkCheckButton" id="DefaultUserAdministratorCheck">
<property name="label" translatable="yes">User with ID 1000 is administrator</property> <property name="label" translatable="yes"> user ID of 1000 is an administrator included in the wheel group</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">False</property> <property name="receives-default">False</property>

Loading…
Cancel
Save