pull/7/head
parent aa2930608d
commit 973fb80f5f

@ -136,6 +136,8 @@ install: check uninstall
@install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/status/" "icons/com.ublinux.${PKGNAME}.calendar-symbolic.svg" @install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/status/" "icons/com.ublinux.${PKGNAME}.calendar-symbolic.svg"
@install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/status/" "icons/com.ublinux.${PKGNAME}.key-symbolic.svg" @install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/status/" "icons/com.ublinux.${PKGNAME}.key-symbolic.svg"
@install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/status/" "icons/com.ublinux.${PKGNAME}.funnel-symbolic.svg" @install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/status/" "icons/com.ublinux.${PKGNAME}.funnel-symbolic.svg"
@install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/status/" "icons/com.ublinux.${PKGNAME}.accept-symbolic.svg"
@install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/status/" "icons/com.ublinux.${PKGNAME}.cancel-symbolic.svg"
@install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/status/" "icons/com.ublinux.${PKGNAME}.profile-settings-symbolic.svg" @install -Dm644 -t "${DESTDIR}/usr/share/icons/hicolor/scalable/status/" "icons/com.ublinux.${PKGNAME}.profile-settings-symbolic.svg"
@install -Dm644 -t "${DESTDIR}/usr/share/polkit-1/actions/" "${CMAKE_BUILD_DIR}/com.ublinux.${PKGNAME}${PKGIDENT}.policy" @install -Dm644 -t "${DESTDIR}/usr/share/polkit-1/actions/" "${CMAKE_BUILD_DIR}/com.ublinux.${PKGNAME}${PKGIDENT}.policy"
@if [ -z ${DESTDIR} ]; then \ @if [ -z ${DESTDIR} ]; then \

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
<path d="m 15 3.484375 l -1 -1 l -7.46875 7.515625 l -3.414062 -3.476562 l -2 2 l 5.414062 5.476562 l 9.46875 -9.515625 z m 0 0" fill="#2e3436"/>
</svg>

After

Width:  |  Height:  |  Size: 284 B

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="3.175mm"
height="3.175mm"
viewBox="0 0 3.175 3.175"
version="1.1"
id="svg36"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04, custom)"
sodipodi:docname="com.ublinux.ubl-settings-usergroups.cancel-symbolic.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview38"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="29.309298"
inkscape:cx="17.74181"
inkscape:cy="7.3867343"
inkscape:window-width="1920"
inkscape:window-height="1056"
inkscape:window-x="1920"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs33" />
<g
inkscape:label="Слой 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-75.62433,-104.22131)">
<path
style="fill:#d40000;fill-opacity:1;stroke:none;stroke-width:0.264583"
d="m 77.21183,104.22131 c -0.8763,0 -1.5875,0.7112 -1.5875,1.5875 0,0.8763 0.7112,1.5875 1.5875,1.5875 0.8763,0 1.5875,-0.7112 1.5875,-1.5875 0,-0.8763 -0.7112,-1.5875 -1.5875,-1.5875 z m 0,0.56696 c 0.563335,0 1.020535,0.4572 1.020535,1.02054 0,0.15224 -0.03405,0.2963 -0.0939,0.42611 l -1.353627,-1.35275 c 0.129997,-0.0601 0.274468,-0.0939 0.426995,-0.0939 z m -0.91423,0.56874 1.366915,1.36603 c -0.136513,0.0678 -0.290022,0.1063 -0.452685,0.1063 -0.563336,0 -1.020536,-0.4572 -1.020536,-1.02053 0,-0.16238 0.03874,-0.31547 0.106306,-0.4518 z"
id="Symbol"
inkscape:label="#path2424"
class="error"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

@ -25,4 +25,65 @@
#define ADDITIONAL_GROUPS_USER_LABEL _("Additional groups") #define ADDITIONAL_GROUPS_USER_LABEL _("Additional groups")
#define PASSWORD_HASH_USER_LABEL _("Password hash algorythm:") #define PASSWORD_HASH_USER_LABEL _("Password hash algorythm:")
#define SYNC_SAMBA_USER_LABEL _("Sync with SAMBA user") #define SYNC_SAMBA_USER_LABEL _("Sync with SAMBA user")
#define EXTRA_OPTIONS_USER_LABEL _("Extra options:") #define EXTRA_OPTIONS_USER_LABEL _("Extra options:")
#define CANCEL_LABEL _("Cancel")
#define OK_LABEL _("Ok")
#define BLOCK_LABEL _("Block")
#define MAIN_GROUP_LABEL _("Main group")
#define ADDITIONAL_PARAMETERS_LABEL _("Additional parameters")
#define PASSWORD_STATUS_LABEL _("Password status")
#define USERS_LABEL _("Users")
#define GID_LABEL _("GID")
#define GROUP_NAME_LABEL _("Group name")
#define GROUPS_USERS_LABEL _("Group users")
#define GROUPS_LABEL _("Groups")
//ubl-settings-usergroups-additional-settings.glade
#define SET_PASSWORD_LABEL _("Set a password")
#define ENDRYPTED_LABEL _("Endrypted password")
#define MD5_LABEL "md5"
#define YESCRYPT_LABEL "yescrypt"
#define NO_PASSWORD_LABEL _("No password required")
#define SCRYPT_LABEL "scrypt"
#define BF_LABEL "bf"
#define BCRYPT_LABEL "bcrypt"
#define SHA512_LABEL "sha512crypt"
#define SHA256_LABEL "sha256crypt"
#define SUNMD_LABEL "sunmd5"
#define MD5CRYPT_LABEL "md5crypt"
#define BSDICRYPT_LABEL "bsdicrypt"
#define DESCTRYPT_LABEL "desctrypt"
#define NT_LABEL "nt"
#define ACCEPT_LABEL _("Accept")
//ubl-settings-usergroups-group-creation.glade
#define AUTOMATICALLY_LABEL _("Automatically")
#define LOGIN_GROUP_LABEL _("login")
#define CREATE_GROUP_UNUNIQUE_LABEL _("Create group with ununique GID")
#define CREATE_SYSTEM_GROUP_LABEL _("Create system group")
#define ENCRYPTED_PASSWORD_LABEL _("Encrypted password")
#define ADDITIONAL_CONFIGURATION_LABEL _("Additional configuration")
//ubl-settings-usergroups-group.glade
#define ADM_LABEL "adm"
#define AUDIO_LABEL "audio"
#define AUTOLIGIN_LABEL "autologin"
#define AVAHI_LABEL "avahi"
#define BIN_LABEL "bin"
#define BRLAPI_LABEL "brlapi"
#define BRITTY_LABEL "britty"
#define BUMBLBEE_LABEL "bumblbee"
#define CHRONY_LABEL "chrony"
#define CLAMAV_LABEL "clamav"
#define COLORD_LABEL "colord"
//ubl-settings-usergroups-system.glade
#define BLOCKED_LABEL _("Blocked")
#define USERNAME_LABEL _("Username")
#define PRIMARY_GROUP_LABEL _("Primary group")
#define HOME_DIRECTORY_LABEL _("Home directory")
#define GROUP_LABEL _("Group")
#define GROUP_LABEL _("Group")
#define GROUP_LABEL _("Group")

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 --> <!-- Generated with glade 3.38.2 -->
<interface> <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 -->
<object class="GtkImage" id="image1"> <object class="GtkImage" id="image1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>

@ -16,12 +16,12 @@
<object class="GtkImage" id="image4"> <object class="GtkImage" id="image4">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="icon-name">process-stop-symbolic</property> <property name="icon-name">com.ublinux.ubl-settings-usergroups.cancel-symbolic</property>
</object> </object>
<object class="GtkImage" id="image5"> <object class="GtkImage" id="image5">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="icon-name">emblem-ok-symbolic</property> <property name="icon-name">com.ublinux.ubl-settings-usergroups.accept-symbolic</property>
</object> </object>
<object class="GtkApplicationWindow" id="CreateGroupWindow"> <object class="GtkApplicationWindow" id="CreateGroupWindow">
<property name="can-focus">False</property> <property name="can-focus">False</property>

@ -193,12 +193,12 @@
<object class="GtkImage" id="image5"> <object class="GtkImage" id="image5">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="icon-name">process-stop-symbolic</property> <property name="icon-name">com.ublinux.ubl-settings-usergroups.cancel-symbolic</property>
</object> </object>
<object class="GtkImage" id="image6"> <object class="GtkImage" id="image6">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="icon-name">emblem-ok-symbolic</property> <property name="icon-name">com.ublinux.ubl-settings-usergroups.accept-symbolic</property>
</object> </object>
<object class="GtkApplicationWindow" id="GroupsWindow"> <object class="GtkApplicationWindow" id="GroupsWindow">
<property name="width-request">250</property> <property name="width-request">250</property>

@ -21,12 +21,12 @@
<object class="GtkImage" id="image4"> <object class="GtkImage" id="image4">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="icon-name">process-stop-symbolic</property> <property name="icon-name">com.ublinux.ubl-settings-usergroups.cancel-symbolic</property>
</object> </object>
<object class="GtkImage" id="image5"> <object class="GtkImage" id="image5">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="icon-name">emblem-ok-symbolic</property> <property name="icon-name">com.ublinux.ubl-settings-usergroups.accept-symbolic</property>
</object> </object>
<object class="GtkApplicationWindow" id="CreateGroupWindow"> <object class="GtkApplicationWindow" id="CreateGroupWindow">
<property name="can-focus">False</property> <property name="can-focus">False</property>

@ -4,6 +4,26 @@
<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 -->
<object class="GtkSizeGroup"/> <object class="GtkSizeGroup"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">100</property>
<property name="step-increment">1</property>
<property name="page-increment">10</property>
</object>
<object class="GtkAdjustment" id="adjustment2">
<property name="upper">100</property>
<property name="step-increment">1</property>
<property name="page-increment">10</property>
</object>
<object class="GtkAdjustment" id="adjustment3">
<property name="upper">100</property>
<property name="step-increment">1</property>
<property name="page-increment">10</property>
</object>
<object class="GtkAdjustment" id="adjustment4">
<property name="upper">100</property>
<property name="step-increment">1</property>
<property name="page-increment">10</property>
</object>
<object class="GtkImage" id="image1"> <object class="GtkImage" id="image1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
@ -12,7 +32,7 @@
<object class="GtkImage" id="image10"> <object class="GtkImage" id="image10">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="icon-name">emblem-ok-symbolic</property> <property name="icon-name">com.ublinux.ubl-settings-usergroups.accept-symbolic</property>
</object> </object>
<object class="GtkImage" id="image2"> <object class="GtkImage" id="image2">
<property name="visible">True</property> <property name="visible">True</property>
@ -37,7 +57,7 @@
<object class="GtkImage" id="image7"> <object class="GtkImage" id="image7">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="icon-name">process-stop-symbolic</property> <property name="icon-name">com.ublinux.ubl-settings-usergroups.cancel-symbolic</property>
</object> </object>
<object class="GtkApplicationWindow" id="CreateUserWindow"> <object class="GtkApplicationWindow" id="CreateUserWindow">
<property name="height-request">500</property> <property name="height-request">500</property>
@ -520,6 +540,7 @@
<object class="GtkSpinButton" id="userPasswordChangeDelayMinimumSpin"> <object class="GtkSpinButton" id="userPasswordChangeDelayMinimumSpin">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="adjustment">adjustment1</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
@ -543,6 +564,7 @@
<object class="GtkSpinButton" id="userPasswordChangeDelayMaximumSpin"> <object class="GtkSpinButton" id="userPasswordChangeDelayMaximumSpin">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="adjustment">adjustment2</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
@ -590,6 +612,7 @@
<object class="GtkSpinButton" id="userWarningSpin"> <object class="GtkSpinButton" id="userWarningSpin">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="adjustment">adjustment3</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
@ -625,6 +648,7 @@
<object class="GtkSpinButton" id="userActivitySpin"> <object class="GtkSpinButton" id="userActivitySpin">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="adjustment">adjustment4</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>

@ -74,177 +74,181 @@ msgid "System users and groups configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:7 #: source/ubl-strings.h:7
msgid "Operation succeeded" msgid "Default user groups:"
msgstr "" msgstr ""
#: source/ubl-strings.h:8 #: source/ubl-strings.h:8
msgid "" msgid "Default user name (if there's no another):"
"Warning! Application was launched without root - root-dependent actions are " msgstr ""
"locked"
#: source/ubl-strings.h:9
msgid "User with ID 1000 is administrator"
msgstr "" msgstr ""
#: source/ubl-strings.h:10 #: source/ubl-strings.h:10
msgid "About" msgid "Default user password:"
msgstr "" msgstr ""
#: source/ubl-strings.h:11 #: source/ubl-strings.h:11
msgid "Documentation" msgid "Root user password:"
msgstr "" msgstr ""
#: source/ubl-strings.h:13 #: source/ubl-strings.h:12 source/ubl-strings.h:26
msgid "Save to local configuration" msgid "Password hash algorythm:"
msgstr "" msgstr ""
#: source/ubl-strings.h:14 #: source/ubl-strings.h:14
msgid "Save to global configuration" msgid "UID"
msgstr "" msgstr ""
#: source/ubl-strings.h:15 #: source/ubl-strings.h:15
msgid "Save configuration" msgid "Login"
msgstr "" msgstr ""
#: source/ubl-strings.h:16 #: source/ubl-strings.h:16
msgid "Save" msgid "Password"
msgstr "" msgstr ""
#: source/ubl-strings.h:18 #: source/ubl-strings.h:17
msgid "Load local configuration" msgid "User name"
msgstr "" msgstr ""
#: source/ubl-strings.h:19 #: source/ubl-strings.h:19
msgid "Load global configuration" msgid "UID:"
msgstr "" msgstr ""
#: source/ubl-strings.h:20 #: source/ubl-strings.h:20
msgid "Load" msgid "User name:"
msgstr ""
#: source/ubl-strings.h:21
msgid "Login:"
msgstr "" msgstr ""
#: source/ubl-strings.h:22 #: source/ubl-strings.h:22
msgid "Cancel" msgid "Password:"
msgstr "" msgstr ""
#: source/ubl-strings.h:24 #: source/ubl-strings.h:23
msgid "Would you like to read documentation in the Web?" msgid "Default"
msgstr "" msgstr ""
#: source/ubl-strings.h:25 #: source/ubl-strings.h:24
msgid "" msgid "Main group:"
"You will be redirected to documentation website where documentation is\n"
"translated and supported by community."
msgstr "" msgstr ""
#: source/ubl-strings.h:26 #: source/ubl-strings.h:25
msgid "Always redirect to online documentation" msgid "Additional groups"
msgstr "" msgstr ""
#: source/ubl-strings.h:27 #: source/ubl-strings.h:27
msgid "Open documentation" msgid "Sync with SAMBA user"
msgstr "" msgstr ""
#: source/ubl-strings.h:28 #: source/ubl-strings.h:28
msgid "Project Home Page" msgid "Extra options:"
msgstr "" msgstr ""
#: source/ubl-strings.h:29 #: source/ubl-strings.h:29
msgid "Nothing were chosen" msgid "Cancel"
msgstr ""
#: source/ubl-strings.h:30
msgid "Ok"
msgstr "" msgstr ""
#: source/ubl-strings.h:32 #: source/ubl-strings.h:32
msgid "Global configuration loading succseeded." msgid "Block"
msgstr "" msgstr ""
#: source/ubl-strings.h:33 #: source/ubl-strings.h:33
msgid "Local configuration loading succseeded." msgid "Main group"
msgstr "" msgstr ""
#: source/ubl-strings.h:34 #: source/ubl-strings.h:34
msgid "Config loading failed" msgid "Additional parameters"
msgstr ""
#: source/ubl-strings.h:35
msgid "Password status"
msgstr "" msgstr ""
#: source/ubl-strings.h:36 #: source/ubl-strings.h:36
msgid "Local and global configuration saving succseeded." msgid "Users"
msgstr "" msgstr ""
#: source/ubl-strings.h:37 #: source/ubl-strings.h:37
msgid "Global configuration saving succseeded." msgid "GID"
msgstr "" msgstr ""
#: source/ubl-strings.h:38 #: source/ubl-strings.h:38
msgid "Local configuration saving succseeded." msgid "Group name"
msgstr ""
#: source/ubl-strings.h:40
msgid "Default user groups:"
msgstr "" msgstr ""
#: source/ubl-strings.h:41 #: source/ubl-strings.h:39
msgid "Default user name (if there's no another):" msgid "Group users"
msgstr "" msgstr ""
#: source/ubl-strings.h:42 #: source/ubl-strings.h:40
msgid "User with ID 1000 is administrator" msgid "Groups"
msgstr "" msgstr ""
#: source/ubl-strings.h:43 #: source/ubl-strings.h:43
msgid "Default user password:" msgid "Set a password"
msgstr "" msgstr ""
#: source/ubl-strings.h:44 #: source/ubl-strings.h:44
msgid "Root user password:" msgid "Endrypted password"
msgstr ""
#: source/ubl-strings.h:45 source/ubl-strings.h:59
msgid "Password hash algorythm:"
msgstr "" msgstr ""
#: source/ubl-strings.h:47 #: source/ubl-strings.h:47
msgid "UID" msgid "No password required"
msgstr "" msgstr ""
#: source/ubl-strings.h:48 #: source/ubl-strings.h:58
msgid "Login" msgid "Accept"
msgstr "" msgstr ""
#: source/ubl-strings.h:49 #: source/ubl-strings.h:61
msgid "Password" msgid "Automatically"
msgstr "" msgstr ""
#: source/ubl-strings.h:50 #: source/ubl-strings.h:62
msgid "User name" msgid "login"
msgstr "" msgstr ""
#: source/ubl-strings.h:52 #: source/ubl-strings.h:63
msgid "UID:" msgid "Create group with ununique GID"
msgstr "" msgstr ""
#: source/ubl-strings.h:53 #: source/ubl-strings.h:64
msgid "User name:" msgid "Create system group"
msgstr "" msgstr ""
#: source/ubl-strings.h:54 #: source/ubl-strings.h:65
msgid "Login:" msgid "Encrypted password"
msgstr "" msgstr ""
#: source/ubl-strings.h:55 #: source/ubl-strings.h:66
msgid "Password:" msgid "Additional configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:56 #: source/ubl-strings.h:82
msgid "Default" msgid "Blocked"
msgstr "" msgstr ""
#: source/ubl-strings.h:57 #: source/ubl-strings.h:83
msgid "Main group:" msgid "Username"
msgstr "" msgstr ""
#: source/ubl-strings.h:58 #: source/ubl-strings.h:84
msgid "Additional groups" msgid "Primary group"
msgstr "" msgstr ""
#: source/ubl-strings.h:60 #: source/ubl-strings.h:85
msgid "Sync with SAMBA user" msgid "Home directory"
msgstr "" msgstr ""
#: source/ubl-strings.h:61 #: source/ubl-strings.h:86 source/ubl-strings.h:88 source/ubl-strings.h:89
msgid "Extra options:" msgid "Group"
msgstr "" msgstr ""

@ -77,181 +77,182 @@ msgstr ""
"конфигурационный файл)" "конфигурационный файл)"
#: source/ubl-strings.h:7 #: source/ubl-strings.h:7
msgid "Operation succeeded" msgid "Default user groups:"
msgstr "Операция завершена" msgstr "Группы пользователей по умлочанию:"
#: source/ubl-strings.h:8 #: source/ubl-strings.h:8
msgid "" msgid "Default user name (if there's no another):"
"Warning! Application was launched without root - root-dependent actions are " msgstr "Имя пользователя по умолчанию (если нет других):"
"locked"
msgstr "" #: source/ubl-strings.h:9
"Внимание! Приложение было запущено без прав суперпользователя - действия, " msgid "User with ID 1000 is administrator"
"требующие их наличия заблокированы" msgstr "Пользователь с ID 1000 является администратором"
#: source/ubl-strings.h:10 #: source/ubl-strings.h:10
msgid "About" msgid "Default user password:"
msgstr "О программе" msgstr "Пароль для пользователя по умолчанию"
#: source/ubl-strings.h:11 #: source/ubl-strings.h:11
msgid "Documentation" msgid "Root user password:"
msgstr "Справка" msgstr "Пароль пользователя root"
#: source/ubl-strings.h:13 #: source/ubl-strings.h:12 source/ubl-strings.h:26
msgid "Save to local configuration" msgid "Password hash algorythm:"
msgstr "Сохранить в локальную конфигурацию" msgstr "Алгоритм хэширования пароля"
#: source/ubl-strings.h:14 #: source/ubl-strings.h:14
msgid "Save to global configuration" msgid "UID"
msgstr "Сохранить в глобальную конфигурацию" msgstr "UID"
#: source/ubl-strings.h:15 #: source/ubl-strings.h:15
msgid "Save configuration" msgid "Login"
msgstr "Сохранить конфигурацию" msgstr "Логин"
#: source/ubl-strings.h:16 #: source/ubl-strings.h:16
msgid "Save" msgid "Password"
msgstr "Сохранить" msgstr "Пароль"
#: source/ubl-strings.h:18 #: source/ubl-strings.h:17
msgid "Load local configuration" msgid "User name"
msgstr "Загрузить локальную конфигуруцию" msgstr "Имя пользователя"
#: source/ubl-strings.h:19 #: source/ubl-strings.h:19
msgid "Load global configuration" msgid "UID:"
msgstr "Загрузить глобальную конфигурацию" msgstr "UID:"
#: source/ubl-strings.h:20 #: source/ubl-strings.h:20
msgid "Load" msgid "User name:"
msgstr "Загрузить" msgstr "Имя пользователя:"
#: source/ubl-strings.h:21
msgid "Login:"
msgstr "Логин:"
#: source/ubl-strings.h:22 #: source/ubl-strings.h:22
msgid "Cancel" msgid "Password:"
msgstr "Отмена" msgstr "Пароль:"
#: source/ubl-strings.h:23
msgid "Default"
msgstr "По умолчанию"
#: source/ubl-strings.h:24 #: source/ubl-strings.h:24
msgid "Would you like to read documentation in the Web?" msgid "Main group:"
msgstr "Вы хотите прочитать справку в Сети?" msgstr "Основная группа:"
#: source/ubl-strings.h:25 #: source/ubl-strings.h:25
msgid "" msgid "Additional groups"
"You will be redirected to documentation website where documentation is\n" msgstr "Дополнительные группы"
"translated and supported by community."
msgstr ""
"Вы будете перенаправлены на сайт с документацией где страницы помощи\n"
"переводятся и поддерживаются сообществом."
#: source/ubl-strings.h:26
msgid "Always redirect to online documentation"
msgstr "Всегда перенаправлять"
#: source/ubl-strings.h:27 #: source/ubl-strings.h:27
msgid "Open documentation" msgid "Sync with SAMBA user"
msgstr "Прочитать справку" msgstr "Синхронизировать с пользователем SAMBA"
#: source/ubl-strings.h:28 #: source/ubl-strings.h:28
msgid "Project Home Page" msgid "Extra options:"
msgstr "Домашняя страница проекта" msgstr "Дополнительный опции:"
#: source/ubl-strings.h:29 #: source/ubl-strings.h:29
msgid "Nothing were chosen" msgid "Cancel"
msgstr "Ничего не было выбрано" msgstr "Отменить"
#: source/ubl-strings.h:30
msgid "Ok"
msgstr "Ок"
#: source/ubl-strings.h:32 #: source/ubl-strings.h:32
msgid "Global configuration loading succseeded." msgid "Block"
msgstr "Успешно загружена глобальная конфигурация" msgstr "Блок"
#: source/ubl-strings.h:33 #: source/ubl-strings.h:33
msgid "Local configuration loading succseeded." msgid "Main group"
msgstr "Успешно загружена локальная конфигурация" msgstr "Основная группа"
#: source/ubl-strings.h:34 #: source/ubl-strings.h:34
msgid "Config loading failed" msgid "Additional parameters"
msgstr "Ошибка загрузки конфигурации" msgstr "Дополнительные группы"
#: source/ubl-strings.h:35
msgid "Password status"
msgstr "Статус пароля"
#: source/ubl-strings.h:36 #: source/ubl-strings.h:36
msgid "Local and global configuration saving succseeded." msgid "Users"
msgstr "Успешно записаны локальная и глобальная конфигурация" msgstr "Пользователи"
#: source/ubl-strings.h:37 #: source/ubl-strings.h:37
msgid "Global configuration saving succseeded." msgid "GID"
msgstr "Успешно записана глобальная конфигурация" msgstr "GID"
#: source/ubl-strings.h:38 #: source/ubl-strings.h:38
msgid "Local configuration saving succseeded." #, fuzzy
msgstr "Успешно записана локальная конфигурация" msgid "Group name"
msgstr "Имя группы"
#: source/ubl-strings.h:40 #: source/ubl-strings.h:39
msgid "Default user groups:" msgid "Group users"
msgstr "Группы пользователей по умлочанию:" msgstr "Пользователи группы"
#: source/ubl-strings.h:41 #: source/ubl-strings.h:40
msgid "Default user name (if there's no another):" msgid "Groups"
msgstr "Имя пользователя по умолчанию (если нет других):" msgstr "Группы"
#: source/ubl-strings.h:42
msgid "User with ID 1000 is administrator"
msgstr "Пользователь с ID 1000 является администратором"
#: source/ubl-strings.h:43 #: source/ubl-strings.h:43
msgid "Default user password:" msgid "Set a password"
msgstr "Пароль для пользователя по умолчанию" msgstr "Установать пароль"
#: source/ubl-strings.h:44 #: source/ubl-strings.h:44
msgid "Root user password:" msgid "Endrypted password"
msgstr "Пароль пользователя root" msgstr "Зашифрованный пароль"
#: source/ubl-strings.h:45 source/ubl-strings.h:59
msgid "Password hash algorythm:"
msgstr "Алгоритм хэширования пароля"
#: source/ubl-strings.h:47 #: source/ubl-strings.h:47
msgid "UID" msgid "No password required"
msgstr "UID" msgstr "Пароль не требуется"
#: source/ubl-strings.h:48 #: source/ubl-strings.h:58
msgid "Login" msgid "Accept"
msgstr "Логин" msgstr "Принять"
#: source/ubl-strings.h:49 #: source/ubl-strings.h:61
msgid "Password" msgid "Automatically"
msgstr "Пароль" msgstr "Автоматически"
#: source/ubl-strings.h:50 #: source/ubl-strings.h:62
msgid "User name" msgid "login"
msgstr "Имя пользователя" msgstr "логин"
#: source/ubl-strings.h:52 #: source/ubl-strings.h:63
msgid "UID:" msgid "Create group with ununique GID"
msgstr "UID:" msgstr "Создать группу с повторяющимися (не уникальными) GID"
#: source/ubl-strings.h:53 #: source/ubl-strings.h:64
msgid "User name:" msgid "Create system group"
msgstr "Имя пользователя:" msgstr "Создать системную группу"
#: source/ubl-strings.h:54 #: source/ubl-strings.h:65
msgid "Login:" msgid "Encrypted password"
msgstr "Логин:" msgstr "Зашифрованный пароль"
#: source/ubl-strings.h:55 #: source/ubl-strings.h:66
msgid "Password:" msgid "Additional configuration"
msgstr "Пароль:" msgstr "Загрузить локальную конфигуруцию"
#: source/ubl-strings.h:56 #: source/ubl-strings.h:82
msgid "Default" msgid "Blocked"
msgstr "По умолчанию" msgstr "Заблокировано"
#: source/ubl-strings.h:57 #: source/ubl-strings.h:83
msgid "Main group:" msgid "Username"
msgstr "Основная группа:" msgstr "Имя пользователя"
#: source/ubl-strings.h:58 #: source/ubl-strings.h:84
msgid "Additional groups" msgid "Primary group"
msgstr "Дополнительные группы" msgstr "Основная группа"
#: source/ubl-strings.h:60 #: source/ubl-strings.h:85
msgid "Sync with SAMBA user" msgid "Home directory"
msgstr "Синхронизировать с пользователем SAMBA" msgstr "Домашний каталог"
#: source/ubl-strings.h:61 #: source/ubl-strings.h:86 source/ubl-strings.h:88 source/ubl-strings.h:89
msgid "Extra options:" msgid "Group"
msgstr "Дополнительный опции:" msgstr "Группа"

Loading…
Cancel
Save