Merge pull request 'master' (#3) from YanTheKaller/ubl-settings-usergroups:master into master
Reviewed-on: #3pull/7/head v1.0
commit
5bbbb1a736
@ -1 +1,9 @@
|
|||||||
.vscode/
|
.vscode/
|
||||||
|
ubl-settings-TEMPLATE
|
||||||
|
*~
|
||||||
|
build/
|
||||||
|
compile/
|
||||||
|
*#
|
||||||
|
terminal-commands/
|
||||||
|
source/ubl-cmake.h
|
||||||
|
vgcore*
|
||||||
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<gresources>
|
||||||
|
<gresource prefix="/com/ublinux/ui">
|
||||||
|
<file>ubl-settings-usergroups.glade</file>
|
||||||
|
<file>ubl-settings-usergroups-group.glade</file>
|
||||||
|
<file>ubl-settings-usergroups-user.glade</file>
|
||||||
|
</gresource>
|
||||||
|
<gresource prefix="/com/ublinux/css">
|
||||||
|
<file>ubl-settings-usergroups.css</file>
|
||||||
|
</gresource>
|
||||||
|
<gresource prefix="/com/ublinux/images">
|
||||||
|
<file>ubl-settings-usergroups-banner.png</file>
|
||||||
|
</gresource>
|
||||||
|
</gresources>
|
||||||
@ -0,0 +1 @@
|
|||||||
|
#cmakedefine WEBKIT_FOUND
|
||||||
@ -0,0 +1,61 @@
|
|||||||
|
#define VERSION_LABEL yon_char_unite(_("Version:")," ",version_application,"\n",NULL)
|
||||||
|
#define HELP_LABEL yon_char_unite(_("ubl-settings-usergroups version:")," ", version_application,"\n",_("Users and groups"),"\n",_("Usage:"), " ubl-settings-usergroups ",_("[OPTIONS]"),"\n",_("Options:"),"\n\t--help, -h\t\t\t",_("Show this help"),"\n\t--version, -V\t\t\t",_("Show package version"),"\n\t--lock-help\t\t\t",_("Lock this help menu"),"\n\t--lock-save\t\t\t",_("Lock configuration saving"),"\n\t--lock-save-local\t\t",_("Lock local configration saving"),"\n\t--lock-save-global\t\t",_("Lock global configration saving"),"\n\t--lock-load-global\t\t",_("Lock global configration loading"),"\n",NULL)
|
||||||
|
|
||||||
|
#define TITLE_LABEL _("Users and groups")
|
||||||
|
#define TITLE_INFO_LABEL _("System users and groups configuration")
|
||||||
|
|
||||||
|
#define SUCCESS_LABEL _("Operation succeeded")
|
||||||
|
#define ROOT_WARNING_LABEL _("Warning! Application was launched without root - root-dependent actions are locked")
|
||||||
|
|
||||||
|
#define ABOUT_LABEL _("About")
|
||||||
|
#define DOCUMENTATION_LABEL _("Documentation")
|
||||||
|
|
||||||
|
#define SAVE_LOCAL_LABEL _("Save to local configuration")
|
||||||
|
#define SAVE_GLOBAL_LABEL _("Save to global configuration")
|
||||||
|
#define SAVE_CONFIGURATION_LABEL _("Save configuration")
|
||||||
|
#define SAVE_LABEL _("Save")
|
||||||
|
|
||||||
|
#define LOAD_LOCAL_LABEL _("Load local configuration")
|
||||||
|
#define LOAD_GLOBAL_LABEL _("Load global configuration")
|
||||||
|
#define LOAD_LABEL _("Load")
|
||||||
|
|
||||||
|
#define CANCEL_LABEL _("Cancel")
|
||||||
|
|
||||||
|
#define HELP_TITLE_LABEL _("Would you like to read documentation in the Web?")
|
||||||
|
#define HELP_INFO_LABEL _("You will be redirected to documentation website where documentation is\ntranslated and supported by community.")
|
||||||
|
#define HELP_ALWAYS_OPEN_LABEL _("Always redirect to online documentation")
|
||||||
|
#define OPEN_HELP_LABEL _("Open documentation")
|
||||||
|
#define PROJECT_HOME_LABEL _("Project Home Page")
|
||||||
|
#define NOTHING_CHOSEN_LABEL _("Nothing were chosen")
|
||||||
|
|
||||||
|
|
||||||
|
#define GLOBAL_LOAD_SUCCESS_LABEL _("Global configuration loading succseeded.")
|
||||||
|
#define LOCAL_LOAD_SUCCESS_LABEL _("Local configuration loading succseeded.")
|
||||||
|
#define LOAD_FAILED_LABEL _("Config loading failed")
|
||||||
|
|
||||||
|
#define GLOBAL_LOCAL_SAVE_SUCCESS_LABEL _("Local and global configuration saving succseeded.")
|
||||||
|
#define GLOBAL_SAVE_SUCCESS_LABEL _("Global configuration saving succseeded.")
|
||||||
|
#define LOCAL_SAVE_SUCCESS_LABEL _("Local configuration saving succseeded.")
|
||||||
|
|
||||||
|
#define DEFAULT_USER_GROUPS_LABEL _("Default user groups:")
|
||||||
|
#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 DEFAULT_USER_PASSWORD_LABEL _("Default user password:")
|
||||||
|
#define ROOT_USER_PASSWORD_LABEL _("Root user password:")
|
||||||
|
#define PASSWORD_HASH_ALGORYTHM_LABEL _("Password hash algorythm:")
|
||||||
|
|
||||||
|
#define UID_LABEL _("UID")
|
||||||
|
#define LOGIN_LABEL _("Login")
|
||||||
|
#define PASSWORD_LABEL _("Password")
|
||||||
|
#define USER_NAME_LABEL _("User name")
|
||||||
|
|
||||||
|
#define UID_USER_LABEL _("UID:")
|
||||||
|
#define USERNAME_USER_LABEL _("User name:")
|
||||||
|
#define LOGIn_USER_LABEL _("Login:")
|
||||||
|
#define PASSWORD_USER_LABEL _("Password:")
|
||||||
|
#define DEFAULT_USER_LABEL _("Default")
|
||||||
|
#define MAIN_GROUP_USER_LABEL _("Main group:")
|
||||||
|
#define ADDITIONAL_GROUPS_USER_LABEL _("Additional groups")
|
||||||
|
#define PASSWORD_HASH_USER_LABEL _("Password hash algorythm:")
|
||||||
|
#define SYNC_SAMBA_USER_LABEL _("Sync with SAMBA user")
|
||||||
|
#define EXTRA_OPTIONS_USER_LABEL _("Extra options:")
|
||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
@ -0,0 +1,292 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Generated with glade 3.38.2 -->
|
||||||
|
<interface domain="ubl-settings-usergroups">
|
||||||
|
<requires lib="gtk+" version="3.24"/>
|
||||||
|
<object class="GtkImage" id="image5">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="icon-name">process-stop-symbolic</property>
|
||||||
|
</object>
|
||||||
|
<object class="GtkImage" id="image6">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="icon-name">emblem-ok-symbolic</property>
|
||||||
|
</object>
|
||||||
|
<object class="GtkApplicationWindow" id="GroupsWindow">
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="resizable">False</property>
|
||||||
|
<property name="modal">True</property>
|
||||||
|
<property name="icon-name">dialog-question-symbolic</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="margin-left">5</property>
|
||||||
|
<property name="margin-right">5</property>
|
||||||
|
<property name="margin-start">5</property>
|
||||||
|
<property name="margin-end">5</property>
|
||||||
|
<property name="margin-top">5</property>
|
||||||
|
<property name="margin-bottom">5</property>
|
||||||
|
<property name="orientation">vertical</property>
|
||||||
|
<property name="spacing">10</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="orientation">vertical</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">adm</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">audio</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">autologin</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">2</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">avahi</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">3</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">bin</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">4</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">brlapi</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">5</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">britty</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">6</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">bumblbee</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">7</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">chrony</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">8</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">clamav</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">9</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">cockpit-ws</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">10</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">cockpit-wsinstance</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">11</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">colord</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">12</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="spacing">30</property>
|
||||||
|
<property name="homogeneous">True</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkButton" id="GroupsCancelButton">
|
||||||
|
<property name="label" translatable="yes">Cancel</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">True</property>
|
||||||
|
<property name="image">image5</property>
|
||||||
|
<style>
|
||||||
|
<class name="button"/>
|
||||||
|
</style>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkButton" id="GroupsOkButton">
|
||||||
|
<property name="label" translatable="yes">Ok</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">True</property>
|
||||||
|
<property name="image">image6</property>
|
||||||
|
<style>
|
||||||
|
<class name="button"/>
|
||||||
|
</style>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child type="titlebar">
|
||||||
|
<object class="GtkHeaderBar">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<child type="title">
|
||||||
|
<object class="GtkLabel" id="webHeaderNameLabel1">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label" translatable="yes">Users and groups</property>
|
||||||
|
<attributes>
|
||||||
|
<attribute name="weight" value="bold"/>
|
||||||
|
</attributes>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</interface>
|
||||||
@ -0,0 +1,412 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Generated with glade 3.38.2 -->
|
||||||
|
<interface domain="ubl-settings-usergroups">
|
||||||
|
<requires lib="gtk+" version="3.24"/>
|
||||||
|
<object class="GtkImage" id="image10">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="icon-name">emblem-ok-symbolic</property>
|
||||||
|
</object>
|
||||||
|
<object class="GtkImage" id="image7">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="icon-name">process-stop-symbolic</property>
|
||||||
|
</object>
|
||||||
|
<object class="GtkApplicationWindow" id="CreateUserWindow">
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="resizable">False</property>
|
||||||
|
<property name="modal">True</property>
|
||||||
|
<property name="default-width">450</property>
|
||||||
|
<property name="icon-name">com.ublinux.ubl-settings-usergroups</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="margin-left">5</property>
|
||||||
|
<property name="margin-right">5</property>
|
||||||
|
<property name="margin-start">5</property>
|
||||||
|
<property name="margin-end">5</property>
|
||||||
|
<property name="margin-top">5</property>
|
||||||
|
<property name="margin-bottom">5</property>
|
||||||
|
<property name="orientation">vertical</property>
|
||||||
|
<property name="spacing">10</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="orientation">vertical</property>
|
||||||
|
<property name="spacing">5</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="spacing">5</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel" id="label1">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label" translatable="yes">UID:</property>
|
||||||
|
<property name="xalign">0</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkEntry">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="spacing">5</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel" id="label2">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label" translatable="yes">User name:</property>
|
||||||
|
<property name="xalign">0</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkEntry">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="spacing">5</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel" id="label3">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label" translatable="yes">Login:</property>
|
||||||
|
<property name="xalign">0</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkEntry">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">2</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="spacing">5</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel" id="label4">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label" translatable="yes">Password:</property>
|
||||||
|
<property name="xalign">0</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">Default</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkEntry">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">2</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">3</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="spacing">5</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel" id="label5">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label" translatable="yes">Main group:</property>
|
||||||
|
<property name="xalign">0</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkEntry">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkButton" id="UserAdditionalGroupsButton">
|
||||||
|
<property name="label" translatable="yes">Additional groups</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">2</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">4</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="spacing">5</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel" id="label6">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label" translatable="yes">Password hash algorythm:</property>
|
||||||
|
<property name="xalign">0</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkComboBoxText">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<items>
|
||||||
|
<item translatable="yes">sha256</item>
|
||||||
|
<item translatable="yes">AIX md5</item>
|
||||||
|
<item translatable="yes">md5 (apache variant)</item>
|
||||||
|
<item translatable="yes">md5</item>
|
||||||
|
</items>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">5</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton">
|
||||||
|
<property name="label" translatable="yes">Sync with SAMBA user</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">False</property>
|
||||||
|
<property name="draw-indicator">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">6</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="spacing">5</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel" id="label7">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label" translatable="yes">Extra options:</property>
|
||||||
|
<property name="xalign">0</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkEntry">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">7</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="spacing">30</property>
|
||||||
|
<property name="homogeneous">True</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkButton" id="UserCancelButton">
|
||||||
|
<property name="label" translatable="yes">Cancel</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">True</property>
|
||||||
|
<property name="image">image7</property>
|
||||||
|
<style>
|
||||||
|
<class name="button"/>
|
||||||
|
</style>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkButton" id="UserOkButton">
|
||||||
|
<property name="label" translatable="yes">Save</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">True</property>
|
||||||
|
<property name="image">image10</property>
|
||||||
|
<style>
|
||||||
|
<class name="button"/>
|
||||||
|
</style>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="pack-type">end</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child type="titlebar">
|
||||||
|
<object class="GtkHeaderBar">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<child type="title">
|
||||||
|
<object class="GtkLabel" id="webHeaderNameLabel2">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label" translatable="yes">Users and groups</property>
|
||||||
|
<attributes>
|
||||||
|
<attribute name="weight" value="bold"/>
|
||||||
|
</attributes>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</interface>
|
||||||
@ -1,15 +1,15 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Name=ubl-settings-usergroups
|
Name=Users and groups
|
||||||
Name[ru]=Настройки пользователей и групп
|
Name[ru]=Пользователи и группы
|
||||||
GenericName=ubl-settings-usergroups
|
GenericName=ubl-settings-usergroups
|
||||||
GenericName[ru]=Настройки пользователей и групп
|
GenericName[ru]=Пользователи и группы
|
||||||
Comment=ubl-settings-usergroups
|
Comment=System users and groups configuration
|
||||||
Comment[ru]=Приложение для управления настройками пользователей и групп
|
Comment[ru]=Настройка пользователей и групп системы (глобальная настройка, через конфигурационный файл)
|
||||||
Type=Application
|
Type=Application
|
||||||
Exec=ubl-settings-usergroups
|
Exec=pkexec ubl-settings-usergroups
|
||||||
Icon=com.ublinux.ubl-settings-usergroups
|
Icon=com.ublinux.ubl-settings-usergroups
|
||||||
Terminal=false
|
Terminal=false
|
||||||
X-XfcePluggable=true
|
X-XfcePluggable=true
|
||||||
X-UBLPluggable=true
|
X-UBLPluggable=true
|
||||||
Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;
|
Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;X-UBL-SettingsManager;X-UBL-Personal-Settings;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,250 @@
|
|||||||
|
# Language translations for ubl-settings-usergroups package.
|
||||||
|
# Copyright (C) 2022, UBTech LLC
|
||||||
|
# This file is distributed under the same license as the ubl-settings-usergroups package.
|
||||||
|
# UBLinux Team <info@ublinux.com>, 2022
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ubl-settings-usergroups 1.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-05-22 16:12+0600\n"
|
||||||
|
"PO-Revision-Date: \n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"Language: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:1
|
||||||
|
msgid "Version:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:2
|
||||||
|
msgid "ubl-settings-usergroups version:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:2 source/ubl-strings.h:4
|
||||||
|
msgid "Users and groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:2
|
||||||
|
msgid "Usage:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:2
|
||||||
|
msgid "[OPTIONS]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:2
|
||||||
|
msgid "Options:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:2
|
||||||
|
msgid "Show this help"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:2
|
||||||
|
msgid "Show package version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:2
|
||||||
|
msgid "Lock this help menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:2
|
||||||
|
msgid "Lock configuration saving"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:2
|
||||||
|
msgid "Lock local configration saving"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:2
|
||||||
|
msgid "Lock global configration saving"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:2
|
||||||
|
msgid "Lock global configration loading"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:5
|
||||||
|
msgid "System users and groups configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:7
|
||||||
|
msgid "Operation succeeded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:8
|
||||||
|
msgid ""
|
||||||
|
"Warning! Application was launched without root - root-dependent actions are "
|
||||||
|
"locked"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:10
|
||||||
|
msgid "About"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:11
|
||||||
|
msgid "Documentation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:13
|
||||||
|
msgid "Save to local configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:14
|
||||||
|
msgid "Save to global configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:15
|
||||||
|
msgid "Save configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:16
|
||||||
|
msgid "Save"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:18
|
||||||
|
msgid "Load local configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:19
|
||||||
|
msgid "Load global configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:20
|
||||||
|
msgid "Load"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:22
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:24
|
||||||
|
msgid "Would you like to read documentation in the Web?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:25
|
||||||
|
msgid ""
|
||||||
|
"You will be redirected to documentation website where documentation is\n"
|
||||||
|
"translated and supported by community."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:26
|
||||||
|
msgid "Always redirect to online documentation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:27
|
||||||
|
msgid "Open documentation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:28
|
||||||
|
msgid "Project Home Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:29
|
||||||
|
msgid "Nothing were chosen"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:32
|
||||||
|
msgid "Global configuration loading succseeded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:33
|
||||||
|
msgid "Local configuration loading succseeded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:34
|
||||||
|
msgid "Config loading failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:36
|
||||||
|
msgid "Local and global configuration saving succseeded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:37
|
||||||
|
msgid "Global configuration saving succseeded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:38
|
||||||
|
msgid "Local configuration saving succseeded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:40
|
||||||
|
msgid "Default user groups:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:41
|
||||||
|
msgid "Default user name (if there's no another):"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:42
|
||||||
|
msgid "User with ID 1000 is administrator"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:43
|
||||||
|
msgid "Default user password:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:44
|
||||||
|
msgid "Root user password:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:45 source/ubl-strings.h:59
|
||||||
|
msgid "Password hash algorythm:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:47
|
||||||
|
msgid "UID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:48
|
||||||
|
msgid "Login"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:49
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:50
|
||||||
|
msgid "User name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:52
|
||||||
|
msgid "UID:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:53
|
||||||
|
msgid "User name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:54
|
||||||
|
msgid "Login:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:55
|
||||||
|
msgid "Password:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:56
|
||||||
|
msgid "Default"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:57
|
||||||
|
msgid "Main group:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:58
|
||||||
|
msgid "Additional groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:60
|
||||||
|
msgid "Sync with SAMBA user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: source/ubl-strings.h:61
|
||||||
|
msgid "Extra options:"
|
||||||
|
msgstr ""
|
||||||
Loading…
Reference in new issue