diff -Nru mate-user-admin-1.6.0/data/mate-user-admin/nuconfig mate-user-admin-1.7.0/data/mate-user-admin/nuconfig --- mate-user-admin-1.6.0/data/mate-user-admin/nuconfig 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/data/mate-user-admin/nuconfig 2022-12-23 02:32:30.000000000 +0000 @@ -7,5 +7,8 @@ #Default Type for New User, 0 Ordinary User 1 Manage User nutype = 0 -#Default Add Groups for New Users -nugroups =mail;audio;video;lightdm +#Default Add Groups for New Users (Administrtors) +nuadmingroups =mail;video;lightdm + +#Default Add Groups for New Users (Standard) +nustandgroups =mail;video;cdrom;sshd diff -Nru mate-user-admin-1.6.0/data/meson.build mate-user-admin-1.7.0/data/meson.build --- mate-user-admin-1.6.0/data/meson.build 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/data/meson.build 2022-12-23 02:32:30.000000000 +0000 @@ -6,7 +6,6 @@ i18n = import('i18n') i18n.merge_file( - 'mate-user-admin-desktop', input: 'mate-user-admin.desktop.in', output: 'mate-user-admin.desktop', install: true, @@ -16,7 +15,6 @@ ) polkit = 'org.mate.user.admin.policy' i18n.merge_file( - polkit, input: polkit + '.in', output: polkit, po_dir: join_paths(meson.source_root(), 'po'), @@ -26,7 +24,6 @@ appdata = 'mate-user-admin.appdata.xml' i18n.merge_file( - polkit, input: appdata + '.in', output: appdata, po_dir: join_paths(meson.source_root(), 'po'), diff -Nru mate-user-admin-1.6.0/debian/changelog mate-user-admin-1.7.0/debian/changelog --- mate-user-admin-1.6.0/debian/changelog 2022-07-02 08:33:56.000000000 +0000 +++ mate-user-admin-1.7.0/debian/changelog 2023-01-29 11:46:08.000000000 +0000 @@ -1,3 +1,18 @@ +mate-user-admin (1.7.0-1) unstable; urgency=medium + + * New upstream release. + * debian/patches: + + Drop 00*.patch (cherry-picked upstream changes). All included in this + release. + * debian/control: + + Bump Standards-Version: to 4.6.2. No changes needed. + * debian/copyright: + + Update auto-generated copyright.in file. + + Update copyright attributions for debian/. + + Update copyright attributions. + + -- Mike Gabriel Sun, 29 Jan 2023 12:46:08 +0100 + mate-user-admin (1.6.0-2) unstable; urgency=medium * debian/control: diff -Nru mate-user-admin-1.6.0/debian/control mate-user-admin-1.7.0/debian/control --- mate-user-admin-1.6.0/debian/control 2022-06-19 10:23:42.000000000 +0000 +++ mate-user-admin-1.7.0/debian/control 2023-01-29 11:44:36.000000000 +0000 @@ -15,7 +15,7 @@ libmate-desktop-dev, libpolkit-gobject-1-dev, polkitd, -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Homepage: https://github.com/zhuyaliang/user-admin Vcs-Browser: https://salsa.debian.org/debian-mate-team/user-admin Vcs-Git: https://salsa.debian.org/debian-mate-team/user-admin.git diff -Nru mate-user-admin-1.6.0/debian/copyright mate-user-admin-1.7.0/debian/copyright --- mate-user-admin-1.6.0/debian/copyright 2022-07-02 08:31:11.000000000 +0000 +++ mate-user-admin-1.7.0/debian/copyright 2023-01-29 11:46:08.000000000 +0000 @@ -70,6 +70,7 @@ data/meson.build data/org.mate.user.admin.policy.in meson.build + meson_post_install.sh po/LINGUAS po/POTFILES.in po/meson.build @@ -96,7 +97,7 @@ Files: debian/* Copyright: 2022, N0rbert - 2022, Mike Gabriel + 2022-2023, Mike Gabriel License: GPL-3+ License: GPL-3+ diff -Nru mate-user-admin-1.6.0/debian/copyright.in mate-user-admin-1.7.0/debian/copyright.in --- mate-user-admin-1.6.0/debian/copyright.in 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/copyright.in 2023-01-29 11:45:11.000000000 +0000 @@ -2,9 +2,10 @@ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME -Disclaimer: Autogenerated by CDBS +Disclaimer: Autogenerated by licensecheck -Files: po/af.po +Files: debian/patches/0017-Update-translation.patch + po/af.po po/am.po po/ar.po po/as.po @@ -17,6 +18,7 @@ po/br.po po/bs.po po/ca.po + po/ca@valencia.po po/cmn.po po/crh.po po/cs.po @@ -56,6 +58,7 @@ po/it.po po/ja.po po/ka.po + po/kab.po po/kk.po po/kn.po po/ko.po @@ -80,10 +83,12 @@ po/nl.po po/nn.po po/nso.po + po/oc.po po/or.po po/pa.po po/pl.po po/ps.po + po/pt.po po/pt_BR.po po/ro.po po/ru.po @@ -100,6 +105,7 @@ po/th.po po/tk.po po/tr.po + po/tzm.po po/ug.po po/uk.po po/ur.po @@ -117,6 +123,54 @@ License: UNKNOWN FIXME +Files: README.md + data/face/meson.build + data/hicolor/meson.build + data/icon/meson.build + data/mate-user-admin.appdata.xml.in + data/mate-user-admin.desktop.in + data/mate-user-admin/meson.build + data/mate-user-admin/nuconfig + data/meson.build + data/org.mate.user.admin.policy.in + debian/changelog + debian/control + debian/files + debian/manpages + debian/patches/0001-Modifying-code-alignment-format-for-the-first-time.patch + debian/patches/0002-Fix-memory-leak-GetLoginTimeText.patch + debian/patches/0003-Modifying-code-alignment-format-for-the-second-time.patch + debian/patches/0004-After-freeing-the-memory-assign-null-to-the-pointer.patch + debian/patches/0005-Increase-user-list-width-by-20.patch + debian/patches/0006-Disconnect-permission-signal-after-closing-UserGroup.patch + debian/patches/0007-Remove-the-user-name-validity-check-timer-when-creat.patch + debian/patches/0008-Update-user-info-2500-ms-after-creating-new-user.patch + debian/patches/0009-Invalid-user-name-does-not-show-emblem-ok-symbolic.patch + debian/patches/0010-Displays-the-user-name-of-the-removed-user.patch + debian/patches/0011-Update-po-mate-user-admin.pot-and-po-POTFILES.in.patch + debian/patches/0012-The-unlock-popovers-is-displayed-only-once.patch + debian/patches/0013-Fix-multiple-memory-leaks.patch + debian/patches/0014-user-list-use-default-color.patch + debian/patches/0015-Fix-meson-function-does-not-take-positional-argument.patch + debian/patches/0016-Add-remove_list_element-function.patch + debian/patches/0018-Add-meson-install-script-update-icon-cache-and-deskt.patch + debian/patches/0020-Add-new-users-created-to-different-default-groups-ba.patch + debian/patches/1001_fix-typo.patch + debian/patches/series + debian/rules + debian/source/format + debian/upstream/metadata + debian/watch + meson.build + meson_post_install.sh + po/LINGUAS + po/POTFILES.in + po/meson.build + src/meson.build +Copyright: NONE +License: UNKNOWN + FIXME + Files: src/main.c src/user-admin.c src/user-admin.h @@ -149,56 +203,35 @@ Copyright: 2018, zhuyaliang https:github.com/zhuyaliang/ 2020, zhuyaliang https:github.com/zhuyaliang/ 2021, zhuyaliang https:github.com/zhuyaliang/ -License: GNU General Public License v3.0 or later - FIXME - -Files: README.md - data/face/meson.build - data/hicolor/meson.build - data/icon/meson.build - data/mate-user-admin.appdata.xml.in - data/mate-user-admin.desktop.in - data/mate-user-admin/meson.build - data/mate-user-admin/nuconfig - data/meson.build - data/org.mate.user.admin.policy.in - debian/changelog - debian/control - debian/files - debian/rules - debian/source/format - debian/upstream - debian/watch - meson.build - po/LINGUAS - po/POTFILES.in - po/meson.build - src/meson.build -Copyright: NONE -License: UNKNOWN +License: GPL-3+ FIXME Files: COPYING -Copyright: 2007, Free Software Foundation, Inc. -License: UNKNOWN - FIXME - -Files: po/pt.po -Copyright: Vieira , 2019 - YEAR THE PACKAGE'S COPYRIGHT HOLDER - rgio Marques , 2019 -License: UNKNOWN +Copyright: -like laws that apply to other kinds of + 2007, Free Software Foundation, Inc. + + able work licensed under this + are not + disclaimer" for the program, if necessary. + ed material outside their relationship with you. + if you do + permission, other than the making of an + permission. + treaty adopted on 20 December 1996, or +License: GPL-3 + FIXME + +Files: debian/copyright +Copyright: -format/1.0/ + 2018, zhuyaliang (https:github.com/zhuyaliang/) + 2018-2021, zhuyaliang (https:github.com/zhuyaliang/) + 2022, N0rbert + YEAR, THE PACKAGE'S COPYRIGHT HOLDER +License: GPL-3+ FIXME -Files: po/oc.po -Copyright: YEAR THE PACKAGE'S COPYRIGHT HOLDER - dric Valmary , 2019 -License: UNKNOWN - FIXME - -Files: po/ca@valencia.po -Copyright: YEAR THE PACKAGE'S COPYRIGHT HOLDER - s , 2019 +Files: debian/man/mate-user-admin.1 +Copyright: 2022, Mike Gabriel License: UNKNOWN FIXME diff -Nru mate-user-admin-1.6.0/debian/patches/0001-Modifying-code-alignment-format-for-the-first-time.patch mate-user-admin-1.7.0/debian/patches/0001-Modifying-code-alignment-format-for-the-first-time.patch --- mate-user-admin-1.6.0/debian/patches/0001-Modifying-code-alignment-format-for-the-first-time.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0001-Modifying-code-alignment-format-for-the-first-time.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,771 +0,0 @@ -From 5851bb4f8dd470aea9bf5d34f440dda8ccda17db Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Tue, 23 Mar 2021 16:55:45 +0800 -Subject: [PATCH 01/20] Modifying code alignment format for the first time - -Signed-off-by: Mike Gabriel ---- - src/main.c | 73 +++++------ - src/user-admin.c | 319 ++++++++++++++++++++++++----------------------- - 2 files changed, 200 insertions(+), 192 deletions(-) - -diff --git a/src/main.c b/src/main.c -index c595011..428cc08 100644 ---- a/src/main.c -+++ b/src/main.c -@@ -25,25 +25,27 @@ static void ExitHook (void) - remove(LOCKFILE); - } - --static int RecordPid(void) -+static int record_pid (void) - { -- int pid = 0; -- int fd; -- int Length = 0; -+ int pid; -+ int fd; -+ int Length; - char WriteBuf[30] = { 0 }; -- fd = open(LOCKFILE,O_WRONLY|O_CREAT|O_TRUNC,0777); -- if(fd < 0) -+ -+ fd = open (LOCKFILE, O_WRONLY|O_CREAT|O_TRUNC, 0777); -+ if (fd < 0) - { -- MessageReport(_("open file"),_("Create pid file failed"),ERROR); -+ MessageReport (_("open file"), _("Create pid file failed"), ERROR); - return -1; - } -- chmod(LOCKFILE,0777); -- pid = getpid(); -- sprintf(WriteBuf,"%d",pid); -- Length = write(fd,WriteBuf,strlen(WriteBuf)); -- if(Length <= 0 ) -+ chmod (LOCKFILE, 0777); -+ pid = getpid (); -+ -+ sprintf(WriteBuf, "%d", pid); -+ Length = write (fd, WriteBuf, strlen(WriteBuf)); -+ if (Length <= 0) - { -- MessageReport(_("write file"),_("write pid file failed"),ERROR); -+ MessageReport (_("write file"), _("write pid file failed"), ERROR); - return -1; - } - close(fd); -@@ -66,35 +68,35 @@ static int RecordPid(void) - ******************************************************************************/ - static gboolean ProcessRuning(void) - { -- int fd; -- int pid = 0; -- gboolean Run = FALSE; -- char ReadBuf[30] = { 0 }; -+ int fd; -+ int pid = 0; -+ gboolean run = FALSE; -+ char read_buf[30] = { 0 }; - -- if(access(LOCKFILE,F_OK) == 0) -+ if (access (LOCKFILE, F_OK) == 0) - { -- fd = open(LOCKFILE,O_RDONLY); -- if(fd < 0) -+ fd = open (LOCKFILE, O_RDONLY); -+ if (fd < 0) - { -- MessageReport(_("open file"),_("open pid file failed"),ERROR); -+ MessageReport (_("open file"), _("open pid file failed"), ERROR); - return TRUE; - } -- if(read(fd,ReadBuf,sizeof(ReadBuf)) <= 0) -+ if (read(fd, read_buf, sizeof (read_buf)) <= 0) - { -- MessageReport(_("read file"),_("read pid file failed"),ERROR); -+ MessageReport (_("read file"), _("read pid file failed"), ERROR); - goto ERROREXIT; - } -- pid = atoi(ReadBuf); -- if(kill(pid,0) == 0) -+ pid = atoi (read_buf); -+ if (kill (pid, 0) == 0) - { - goto ERROREXIT; - } - } - -- if(RecordPid() < 0) -- Run = TRUE; -+ if (record_pid () < 0) -+ run = TRUE; - -- return Run; -+ return run; - ERROREXIT: - close(fd); - return TRUE; -@@ -131,7 +133,7 @@ static void SetupUsersList (void) - - g_object_get (manager, "is-loaded", &loaded, NULL); - if (loaded) -- users_loaded (manager,NULL, NULL); -+ users_loaded (manager, NULL, NULL); - else - g_signal_connect(manager, - "notify::is-loaded", -@@ -139,20 +141,21 @@ static void SetupUsersList (void) - NULL); - - } -+ - int main(int argc, char **argv) - { -- bindtextdomain (GETTEXT_PACKAGE,LUNAR_CALENDAR_LOCALEDIR); -- textdomain (GETTEXT_PACKAGE); -+ bindtextdomain (GETTEXT_PACKAGE, LUNAR_CALENDAR_LOCALEDIR); -+ textdomain (GETTEXT_PACKAGE); - -- gtk_init(&argc, &argv); -+ gtk_init (&argc, &argv); - - /* Program exit processing */ - atexit(ExitHook); - /* Check whether the process has been started */ -- if(ProcessRuning() == TRUE) -+ if (ProcessRuning() == TRUE) - { -- mate_uesr_admin_log("Info","The mate-user-admin process already exists"); -- exit(0); -+ mate_uesr_admin_log ("Info","The mate-user-admin process already exists"); -+ exit (0); - } - - SetupUsersList (); -diff --git a/src/user-admin.c b/src/user-admin.c -index 93f25a6..ee79032 100644 ---- a/src/user-admin.c -+++ b/src/user-admin.c -@@ -68,8 +68,7 @@ enum - G_DEFINE_TYPE_WITH_PRIVATE (UserManager, user_manager, GTK_TYPE_DIALOG) - - static void user_manager_response (GtkDialog *dialog, -- gint response_id); -- -+ gint response_id); - - static gboolean user_manager_get_new_user_config (UserManager *dialog) - { -@@ -81,58 +80,58 @@ static gboolean user_manager_get_new_user_config (UserManager *dialog) - g_autofree char *Value = NULL; - gboolean Type; - -- Kconfig = g_key_file_new(); -- if(Kconfig == NULL) -+ Kconfig = g_key_file_new (); -+ if (Kconfig == NULL) - { -- mate_uesr_admin_log("Warning","g_key_file_new fail"); -+ mate_uesr_admin_log ("Warning","g_key_file_new fail"); - return FALSE; - } -- if(!g_key_file_load_from_file (Kconfig, NUCONFIG, G_KEY_FILE_NONE, &error)) -+ if (!g_key_file_load_from_file (Kconfig, NUCONFIG, G_KEY_FILE_NONE, &error)) - { -- mate_uesr_admin_log("Warning","Error loading key file: %s", error->message); -+ mate_uesr_admin_log ("Warning","Error loading key file: %s", error->message); - goto EXIT; - } - ConfigGroups = g_key_file_get_groups (Kconfig, &Length); -- if(g_strv_length(ConfigGroups) <= 0) -+ if (g_strv_length (ConfigGroups) <= 0) - { -- mate_uesr_admin_log("Warning","key file format errors are not grouped"); -+ mate_uesr_admin_log ("Warning","key file format errors are not grouped"); - goto EXIT; - } -- if(g_key_file_has_key(Kconfig,KEYGROUPNAME,LANGKEY,&error) == FALSE) -+ if (g_key_file_has_key (Kconfig, KEYGROUPNAME, LANGKEY,&error) == FALSE) - { -- mate_uesr_admin_log("Warning","key file format errors %s",error->message); -+ mate_uesr_admin_log ("Warning", "key file format errors %s", error->message); - goto EXIT; - } - Value = g_key_file_get_string(Kconfig,KEYGROUPNAME,LANGKEY,&error); - if(Value == NULL) - { -- mate_uesr_admin_log("Warning","key file format errors %s",error->message); -+ mate_uesr_admin_log ("Warning","key file format errors %s",error->message); - goto EXIT; - } - if(mate_get_language_from_locale(Value,NULL) == NULL) - { -- mate_uesr_admin_log("Warning","key file language format errors Language unavailability"); -+ mate_uesr_admin_log ("Warning", "key file language format errors Language unavailability"); - goto EXIT; - } - dialog->priv->user_lang = g_strdup (Value); - -- Type = g_key_file_get_boolean(Kconfig,KEYGROUPNAME,TYPEKEY,&error); -+ Type = g_key_file_get_boolean (Kconfig, KEYGROUPNAME, TYPEKEY, &error); - if(Type == FALSE && error != NULL) - { -- mate_uesr_admin_log("Warning","key file user type format errors %s",error->message); -+ mate_uesr_admin_log ("Warning", "key file user type format errors %s", error->message); - goto EXIT; - } - dialog->priv->user_type = Type; - -- unGroups = g_key_file_get_string_list(Kconfig,KEYGROUPNAME,GROUPKEY,&Length,&error); -- if(unGroups == NULL) -+ unGroups = g_key_file_get_string_list (Kconfig, KEYGROUPNAME, GROUPKEY, &Length, &error); -+ if (unGroups == NULL) - { -- mate_uesr_admin_log("Info","key file No default add group is set for new users"); -- g_key_file_free(Kconfig); -+ mate_uesr_admin_log ("Info", "key file No default add group is set for new users"); -+ g_key_file_free (Kconfig); - return TRUE; - } - dialog->priv->user_groups = g_strdupv (unGroups); -- g_key_file_free(Kconfig); -+ g_key_file_free (Kconfig); - return TRUE; - - EXIT: -@@ -172,37 +171,37 @@ static void DeleteOldUserDone (ActUserManager *manager, - * - * Author: zhuyaliang 09/05/2018 - ******************************************************************************/ --void RemoveUser(ActUser *user) -+void RemoveUser (ActUser *user) - { - int nRet; - gboolean RemoveType = TRUE; - ActUserManager *Manager; - -- Manager = act_user_manager_get_default (); -+ Manager = act_user_manager_get_default (); - if (act_user_get_uid (user) == getuid ()) - { -- MessageReport(_("Remove User"), -- _("You cannot delete your own account."), -+ MessageReport (_("Remove User"), -+ _("You cannot delete your own account."), - ERROR); - return; - - } - else if (act_user_is_logged_in_anywhere (user)) - { -- MessageReport(_("Remove User"), -- _("user is still logged in"), -+ MessageReport (_("Remove User"), -+ _("user is still logged in"), - ERROR); - return; - } -- nRet = MessageReport(_("Remove User"), -- _("Whether to remove the user's home directory"), -+ nRet = MessageRepor t(_("Remove User"), -+ _("Whether to remove the user's home directory"), - QUESTION); -- if(nRet == GTK_RESPONSE_NO) -+ if (nRet == GTK_RESPONSE_NO) - { - RemoveType = FALSE; - } -- else if(nRet == GTK_RESPONSE_DELETE_EVENT || -- nRet == GTK_RESPONSE_ACCEPT) -+ else if (nRet == GTK_RESPONSE_DELETE_EVENT || -+ nRet == GTK_RESPONSE_ACCEPT) - { - return; - } -@@ -266,8 +265,8 @@ static gboolean UserNameValidCheck (const gchar *UserName, gchar **Message) - { - empty = FALSE; - in_use = CheckUserNameUsed (UserName); -- sprintf(HomeName,"/home/%s",UserName); -- home_use = access(HomeName,F_OK ) == 0; -+ sprintf (HomeName, "/home/%s", UserName); -+ home_use = access (HomeName, F_OK ) == 0; - } - valid = TRUE; - if (!in_use && !empty && !home_use) -@@ -356,43 +355,47 @@ static gboolean check_user_name (UserManager *dialog) - SetLableFontType (dialog->priv->label_note, "red", 10, Message, FALSE); - else - { -- gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->name_entry), -- GTK_ENTRY_ICON_SECONDARY, -- "emblem-ok-symbolic"); -+ gtk_entry_set_icon_from_icon_name (GTK_ENTRY(dialog->priv->name_entry), -+ GTK_ENTRY_ICON_SECONDARY, -+ "emblem-ok-symbolic"); - -- SetLableFontType(dialog->priv->label_note,"gray",10,FixedNote,FALSE); -+ SetLableFontType (dialog->priv->label_note, -+ "gray", -+ 10, -+ FixedNote, -+ FALSE); - } - dialog->priv->sensitive = Valid & dialog->priv->sensitive & dialog->priv->success; - gtk_widget_set_sensitive (dialog->priv->button, dialog->priv->sensitive); - return TRUE; - } - --static const gchar *GetNewUserPassword(GtkWidget *EntryPass1,GtkWidget *EntryPass2) -+static const gchar *GetNewUserPassword (GtkWidget *EntryPass1,GtkWidget *EntryPass2) - { - const char *p1 = NULL; - const char *p2 = NULL; - -- p1 = gtk_entry_get_text(GTK_ENTRY(EntryPass1)); -- p2 = gtk_entry_get_text(GTK_ENTRY(EntryPass2)); -+ p1 = gtk_entry_get_text (GTK_ENTRY (EntryPass1)); -+ p2 = gtk_entry_get_text (GTK_ENTRY (EntryPass2)); - -- if(strcmp(p1,p2) != 0 ) -+ if (strcmp (p1, p2) != 0 ) - { - return NULL; - } - return p2; - } - --static const gchar *GetNewUserLang(UserManager *dialog) -+static const gchar *GetNewUserLang (UserManager *dialog) - { - if(dialog->priv->user_lang != NULL) - { -- mate_uesr_admin_log("Debug","nuLang = %s",dialog->priv->user_lang); -+ mate_uesr_admin_log ("Debug","nuLang = %s", dialog->priv->user_lang); - return dialog->priv->user_lang; - } - return "en_US.utf8"; - } - --static void add_user_to_group(const char *name, char **groups) -+static void add_user_to_group (const char *name, char **groups) - { - int groups_num = 0,i; - GasGroup *gas = NULL; -@@ -400,28 +403,28 @@ static void add_user_to_group(const char *name, char **groups) - - if(groups != NULL) - { -- manage = gas_group_manager_get_default(); -- gas_group_manager_list_groups(manage); -- groups_num = g_strv_length(groups); -- for(i = 0;i < groups_num; i++) -+ manage = gas_group_manager_get_default (); -+ gas_group_manager_list_groups (manage); -+ groups_num = g_strv_length (groups); -+ for(i = 0; i < groups_num; i++) - { -- if(getgrnam (groups[i]) == NULL) -+ if (getgrnam (groups[i]) == NULL) - { -- if(g_utf8_strchr(groups[i],-1,' ') != NULL) -+ if (g_utf8_strchr (groups[i],-1,' ') != NULL) - { -- mate_uesr_admin_log("Warning","Configuration file error,Please delete the extra space keys"); -+ mate_uesr_admin_log ("Warning","Configuration file error,Please delete the extra space keys"); - } -- mate_uesr_admin_log("Warning","Configuration file error, no group %s",groups[i]); -+ mate_uesr_admin_log ("Warning","Configuration file error, no group %s",groups[i]); - continue; - } -- gas = gas_group_manager_get_group(manage,groups[i]); -+ gas = gas_group_manager_get_group (manage,groups[i]); - if(gas == NULL) - { -- mate_uesr_admin_log("Warning","Configuration file error, no group %s",groups[i]); -+ mate_uesr_admin_log ("Warning","Configuration file error, no group %s",groups[i]); - continue; - } -- mate_uesr_admin_log("Debug","group name %s",groups[i]); -- gas_group_add_user_group(gas,name); -+ mate_uesr_admin_log ("Debug","group name %s",groups[i]); -+ gas_group_add_user_group (gas, name); - } - - } -@@ -440,9 +443,9 @@ static void NewUserLoaded (ActUser *user, - const char *Password; - const char *un; - -- NewUserLang = GetNewUserLang(dialog); -- act_user_set_account_type(user, dialog->priv->user_type); -- act_user_set_language(user,NewUserLang); -+ NewUserLang = GetNewUserLang (dialog); -+ act_user_set_account_type (user, dialog->priv->user_type); -+ act_user_set_language (user, NewUserLang); - - if(dialog->priv->password_mode == ACT_USER_PASSWORD_MODE_SET_AT_LOGIN) - { -@@ -454,11 +457,11 @@ static void NewUserLoaded (ActUser *user, - act_user_set_password_mode (user, ACT_USER_PASSWORD_MODE_REGULAR); - act_user_set_password (user,Password, ""); - } -- un = gtk_entry_get_text(GTK_ENTRY(dialog->priv->name_entry)); -- mate_uesr_admin_log("Debug","New user: %s lang %s", act_user_get_user_name (user),NewUserLang); -- add_user_to_group(un,dialog->priv->user_groups); -+ un = gtk_entry_get_text (GTK_ENTRY (dialog->priv->name_entry)); -+ mate_uesr_admin_log ("Debug","New user: %s lang %s", act_user_get_user_name (user), NewUserLang); -+ add_user_to_group (un, dialog->priv->user_groups); - -- close_dialog (GTK_WIDGET(dialog)); -+ close_dialog (GTK_WIDGET (dialog)); - } - - static void CreateUserDone (ActUserManager *Manager, -@@ -471,14 +474,14 @@ static void CreateUserDone (ActUserManager *Manager, - user = act_user_manager_create_user_finish (Manager, res, &error); - if(user == NULL) - { -- MessageReport(_("Creating User"),error->message,ERROR); -- g_error_free(error); -+ MessageReport (_("Creating User"), error->message,ERROR); -+ g_error_free (error); - close_dialog (GTK_WIDGET (dialog)); - return; - } -- mate_uesr_admin_log("Debug","Created user: %s success", act_user_get_user_name (user)); -+ mate_uesr_admin_log ("Debug","Created user: %s success", act_user_get_user_name (user)); - if (act_user_is_loaded (user)) -- NewUserLoaded(user,NULL, dialog); -+ NewUserLoaded (user, NULL, dialog); - else - g_signal_connect (user, "notify::is-loaded", G_CALLBACK (NewUserLoaded), dialog); - -@@ -503,12 +506,12 @@ static void CreateLocalNewUser(UserManager *dialog) - const char *rn; - const char *un; - -- rn = gtk_entry_get_text(GTK_ENTRY(dialog->priv->real_entry)); -- un = gtk_entry_get_text(GTK_ENTRY(dialog->priv->name_entry)); -+ rn = gtk_entry_get_text (GTK_ENTRY (dialog->priv->real_entry)); -+ un = gtk_entry_get_text (GTK_ENTRY (dialog->priv->name_entry)); - - Manager = act_user_manager_get_default (); -- mate_uesr_admin_log("Debug","username %s realname %s", -- un,rn); -+ mate_uesr_admin_log ("Debug","username %s realname %s", -+ un, rn); - act_user_manager_create_user_async (Manager, - un, - rn, -@@ -532,7 +535,9 @@ static void CreateLocalNewUser(UserManager *dialog) - * - * Author: zhuyaliang 09/05/2018 - ******************************************************************************/ --static void SetNewUserInfo(GtkWidget *Vbox, UserManager *dialog, gboolean CanConfig) -+static void SetNewUserInfo (GtkWidget *Vbox, -+ UserManager *dialog, -+ gboolean CanConfig) - { - GtkWidget *table; - GtkWidget *LabelUserName; -@@ -546,34 +551,34 @@ static void SetNewUserInfo(GtkWidget *Vbox, UserManager *dialog, gboolean CanCon - gtk_grid_set_column_homogeneous (GTK_GRID (table), TRUE); - - LabelUserName = gtk_label_new (NULL); -- SetLableFontType (LabelUserName, "gray", 11,_("User Name"), TRUE); -+ SetLableFontType (LabelUserName, "gray", 11, _("User Name"), TRUE); - gtk_grid_attach (GTK_GRID (table), LabelUserName , 0, 0, 1, 1); - - dialog->priv->name_entry = gtk_entry_new (); - dialog->priv->name_time_id = g_timeout_add (CHECK_TIME_OUT, (GSourceFunc)check_user_name, dialog); - gtk_entry_set_max_length (GTK_ENTRY (dialog->priv->name_entry),24); -- gtk_grid_attach (GTK_GRID (table) ,dialog->priv->name_entry ,1 ,0 ,3, 1); -+ gtk_grid_attach (GTK_GRID (table), dialog->priv->name_entry,1, 0, 3, 1); - - dialog->priv->label_note = gtk_label_new (NULL); - SetLableFontType (dialog->priv->label_note, "gray", 10, FixedNote, TRUE); -- gtk_grid_attach (GTK_GRID (table) ,dialog->priv->label_note ,0, 1, 4, 1); -+ gtk_grid_attach (GTK_GRID (table) ,dialog->priv->label_note, 0, 1, 4, 1); - - LabelRealName = gtk_label_new (NULL); - SetLableFontType (LabelRealName, "gray", 11, _("Full Name"), TRUE); -- gtk_grid_attach (GTK_GRID (table), LabelRealName , 0, 2, 1, 1); -+ gtk_grid_attach (GTK_GRID (table), LabelRealName, 0, 2, 1, 1); - - dialog->priv->real_entry = gtk_entry_new (); - gtk_entry_set_max_length (GTK_ENTRY (dialog->priv->real_entry), 24); -- gtk_grid_attach (GTK_GRID (table), dialog->priv->real_entry ,1 ,2 ,3 ,1); -+ gtk_grid_attach (GTK_GRID (table), dialog->priv->real_entry, 1 ,2 ,3 ,1); - - LabelUserType = gtk_label_new (NULL); - SetLableFontType (LabelUserType, "gray", 11, _("Account Type"), TRUE); -- gtk_grid_attach(GTK_GRID(table) ,LabelUserType , 0 , 3 , 1 , 1); -+ gtk_grid_attach(GTK_GRID(table), LabelUserType, 0, 3, 1, 1); - - combox = SetComboUserType (_("Standard"), _("Administrators")); - g_object_bind_property (combox, "active", dialog, "user-type", 0); - gtk_combo_box_set_active (GTK_COMBO_BOX (combox), dialog->priv->user_type); -- gtk_grid_attach (GTK_GRID (table), combox, 1 , 3 , 3 , 1); -+ gtk_grid_attach (GTK_GRID (table), combox, 1, 3, 3, 1); - - gtk_grid_set_row_spacing (GTK_GRID (table), 10); - gtk_grid_set_column_spacing (GTK_GRID (table), 10); -@@ -584,23 +589,23 @@ static void ComparePassword (UserManager *dialog) - const gchar *password; - const gchar *NoteMessage = _("The passwords entered twice are different"); - -- password = gtk_entry_get_text(GTK_ENTRY(dialog->priv->check_entry)); -- if(strlen(password) <=0) -+ password = gtk_entry_get_text (GTK_ENTRY (dialog->priv->check_entry)); -+ if (strlen (password) <=0) - return; -- if(GetNewUserPassword(dialog->priv->password_entry,dialog->priv->check_entry) == NULL) -+ if (GetNewUserPassword (dialog->priv->password_entry, dialog->priv->check_entry) == NULL) - { -- gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->check_entry), -- GTK_ENTRY_ICON_SECONDARY, -- NULL); -- SetLableFontType(dialog->priv->label_space,"red",10,NoteMessage,FALSE); -+ gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->priv->check_entry), -+ GTK_ENTRY_ICON_SECONDARY, -+ NULL); -+ SetLableFontType (dialog->priv->label_space, "red", 10, NoteMessage, FALSE); - - dialog->priv->success = FALSE; - return; - } -- gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->check_entry), -- GTK_ENTRY_ICON_SECONDARY, -- "emblem-ok-symbolic"); -- gtk_label_set_markup(GTK_LABEL(dialog->priv->label_space),NULL); -+ gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->priv->check_entry), -+ GTK_ENTRY_ICON_SECONDARY, -+ "emblem-ok-symbolic"); -+ gtk_label_set_markup (GTK_LABEL (dialog->priv->label_space), NULL); - dialog->priv->success = TRUE; - } - /****************************************************************************** -@@ -622,12 +627,12 @@ static gboolean start_check_entry (gpointer data) - const char *Message; - const char *tip = _("Mixed passwords improve security"); - -- s = gtk_entry_get_text(GTK_ENTRY(dialog->priv->password_entry)); -- if(strlen(s) == 0) -+ s = gtk_entry_get_text (GTK_ENTRY (dialog->priv->password_entry)); -+ if (strlen (s) == 0) - { - dialog->priv->success = FALSE; - gtk_entry_set_text (GTK_ENTRY (dialog->priv->check_entry), ""); -- SetLableFontType(dialog->priv->label_pass_note,"gray",10,tip,FALSE); -+ SetLableFontType (dialog->priv->label_pass_note, "gray", 10, tip, FALSE); - return TRUE; - } - Level = GetPassStrength (s, NULL,NULL,&Message); -@@ -635,18 +640,18 @@ static gboolean start_check_entry (gpointer data) - - if(Message == NULL && Level > 1) - { -- gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->password_entry), -- GTK_ENTRY_ICON_SECONDARY, -- "emblem-ok-symbolic"); -- gtk_widget_set_sensitive(dialog->priv->check_entry, TRUE); -- SetLableFontType(dialog->priv->label_pass_note, "gray", 10, tip, FALSE); -- ComparePassword(dialog); -+ gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->priv->password_entry), -+ GTK_ENTRY_ICON_SECONDARY, -+ "emblem-ok-symbolic"); -+ gtk_widget_set_sensitive (dialog->priv->check_entry, TRUE); -+ SetLableFontType (dialog->priv->label_pass_note, "gray", 10, tip, FALSE); -+ ComparePassword (dialog); - return TRUE; - } -- gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->password_entry), -+ gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->priv->password_entry), - GTK_ENTRY_ICON_SECONDARY, - "system-run"); -- SetLableFontType(dialog->priv->label_pass_note,"red",10,Message,FALSE); -+ SetLableFontType (dialog->priv->label_pass_note, "red", 10, Message, FALSE); - - dialog->priv->success = FALSE; - return TRUE; -@@ -667,8 +672,8 @@ static void next_login_set_password (GtkRadioButton *button, gpointer data) - { - UserManager *dialog = USER_MANAGER (data); - -- gtk_widget_set_sensitive(dialog->priv->password_entry, FALSE); //lock widget -- gtk_widget_set_sensitive(dialog->priv->check_entry, FALSE); -+ gtk_widget_set_sensitive (dialog->priv->password_entry, FALSE); //lock widget -+ gtk_widget_set_sensitive (dialog->priv->check_entry, FALSE); - gtk_entry_set_text (GTK_ENTRY (dialog->priv->check_entry), ""); - gtk_entry_set_text (GTK_ENTRY (dialog->priv->password_entry), ""); - gtk_level_bar_set_value (GTK_LEVEL_BAR (dialog->priv->level_bar), 0); -@@ -692,7 +697,7 @@ static void next_login_set_password (GtkRadioButton *button, gpointer data) - * - * Author: zhuyaliang 09/05/2018 - ******************************************************************************/ --static void now_set_password (GtkRadioButton *button,gpointer data) -+static void now_set_password (GtkRadioButton *button, gpointer data) - { - UserManager *dialog = USER_MANAGER (data); - -@@ -715,7 +720,7 @@ static void now_set_password (GtkRadioButton *button,gpointer data) - * - * Author: zhuyaliang 09/05/2018 - ******************************************************************************/ --static void SetNewUserPass(GtkWidget *Vbox,UserManager *dialog) -+static void SetNewUserPass (GtkWidget *Vbox, UserManager *dialog) - { - GtkWidget *Table; - GtkWidget *LabelTitle; -@@ -725,75 +730,75 @@ static void SetNewUserPass(GtkWidget *Vbox,UserManager *dialog) - GtkWidget *LabelPass; - GtkWidget *LabelConfirm; - -- Table = gtk_grid_new(); -- gtk_box_pack_start(GTK_BOX(Vbox), Table,TRUE, TRUE, 20); -- gtk_grid_set_column_homogeneous(GTK_GRID(Table),TRUE); -- LabelTitle = gtk_label_new(_("Password")); -- gtk_grid_attach(GTK_GRID(Table) , LabelTitle , 0 , 0 , 1 , 1); -+ Table = gtk_grid_new (); -+ gtk_box_pack_start (GTK_BOX (Vbox), Table, TRUE, TRUE, 20); -+ gtk_grid_set_column_homogeneous (GTK_GRID (Table), TRUE); -+ LabelTitle = gtk_label_new (_("Password")); -+ gtk_grid_attach (GTK_GRID (Table), LabelTitle, 0, 0, 1, 1); - - //新建两个单选按钮 - radio_button = gtk_radio_button_new_with_label (NULL, _("Set up next time")); - RadioGroup = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radio_button)); -- gtk_grid_attach(GTK_GRID(Table) ,radio_button, 0 , 1 , 5 , 1); -- g_signal_connect(radio_button, -- "released", -- G_CALLBACK (next_login_set_password), -- dialog); -- -- radio_button1 = gtk_radio_button_new_with_label (RadioGroup,_("Now set the password")); -- gtk_grid_attach(GTK_GRID(Table) ,radio_button1 , 0 , 2 , 5 , 1); -- g_signal_connect(radio_button1, -- "released", -- G_CALLBACK(now_set_password), -- dialog); -- -- LabelPass = gtk_label_new(NULL); -- SetLableFontType(LabelPass,"gray",11,_("Password"),TRUE); -- gtk_grid_attach(GTK_GRID(Table) ,LabelPass , 0 , 3 , 1 , 1); -+ gtk_grid_attach (GTK_GRID (Table), radio_button, 0, 1, 5, 1); -+ g_signal_connect (radio_button, -+ "released", -+ G_CALLBACK (next_login_set_password), -+ dialog); -+ -+ radio_button1 = gtk_radio_button_new_with_label (RadioGroup, _("Now set the password")); -+ gtk_grid_attach (GTK_GRID (Table), radio_button1, 0, 2, 5, 1); -+ g_signal_connect (radio_button1, -+ "released", -+ G_CALLBACK (now_set_password), -+ dialog); -+ -+ LabelPass = gtk_label_new (NULL); -+ SetLableFontType (LabelPass, "gray", 11, _("Password"), TRUE); -+ gtk_grid_attach(GTK_GRID(Table), LabelPass, 0, 3, 1, 1); - - dialog->priv->password_entry = gtk_entry_new(); -- gtk_entry_set_visibility(GTK_ENTRY(dialog->priv->password_entry),FALSE); -- gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->password_entry), -+ gtk_entry_set_visibility (GTK_ENTRY (dialog->priv->password_entry), FALSE); -+ gtk_entry_set_icon_from_icon_name(GTK_ENTRY (dialog->priv->password_entry), - GTK_ENTRY_ICON_SECONDARY, - "system-run"); -- gtk_entry_set_max_length(GTK_ENTRY(dialog->priv->password_entry),24); -- gtk_grid_attach(GTK_GRID(Table) , dialog->priv->password_entry , 1 , 3 , 4 , 1); -+ gtk_entry_set_max_length (GTK_ENTRY (dialog->priv->password_entry), 24); -+ gtk_grid_attach (GTK_GRID(Table), dialog->priv->password_entry, 1, 3, 4, 1); - -- gtk_entry_set_icon_tooltip_text (GTK_ENTRY(dialog->priv->password_entry), -+ gtk_entry_set_icon_tooltip_text (GTK_ENTRY (dialog->priv->password_entry), - GTK_ENTRY_ICON_SECONDARY, -- _("generation password")); -+ _("generation password")); - - dialog->priv->level_bar = gtk_level_bar_new (); -- gtk_level_bar_set_min_value(GTK_LEVEL_BAR(dialog->priv->level_bar),0.0); -- gtk_level_bar_set_max_value(GTK_LEVEL_BAR(dialog->priv->level_bar),5.0); -- gtk_level_bar_set_mode(GTK_LEVEL_BAR(dialog->priv->level_bar),GTK_LEVEL_BAR_MODE_DISCRETE); -- gtk_grid_attach(GTK_GRID(Table) ,dialog->priv->level_bar , 1 , 4 , 4 , 1); -+ gtk_level_bar_set_min_value (GTK_LEVEL_BAR (dialog->priv->level_bar), 0.0); -+ gtk_level_bar_set_max_value (GTK_LEVEL_BAR (dialog->priv->level_bar), 5.0); -+ gtk_level_bar_set_mode (GTK_LEVEL_BAR (dialog->priv->level_bar), GTK_LEVEL_BAR_MODE_DISCRETE); -+ gtk_grid_attach (GTK_GRID (Table), dialog->priv->level_bar, 1, 4, 4, 1); - - dialog->priv->label_pass_note = gtk_label_new (NULL); -- gtk_grid_attach(GTK_GRID(Table) ,dialog->priv->label_pass_note , 0 , 5 , 4 , 1); -+ gtk_grid_attach (GTK_GRID (Table) ,dialog->priv->label_pass_note, 0, 5, 4, 1); - - LabelConfirm = gtk_label_new (NULL); -- SetLableFontType(LabelConfirm,"gray",11,_("Confirm"),TRUE); -- gtk_grid_attach(GTK_GRID(Table) ,LabelConfirm , 0 , 6 , 1 , 1); -- -- dialog->priv->check_entry = gtk_entry_new(); -- gtk_entry_set_max_length(GTK_ENTRY(dialog->priv->check_entry),24); -- gtk_entry_set_visibility(GTK_ENTRY(dialog->priv->check_entry),FALSE); -- gtk_grid_attach(GTK_GRID(Table) ,dialog->priv->check_entry, 1 , 6 , 4 , 1); -- g_signal_connect (G_OBJECT(dialog->priv->password_entry), -+ SetLableFontType (LabelConfirm, "gray", 11, _("Confirm"), TRUE); -+ gtk_grid_attach(GTK_GRID(Table) ,LabelConfirm , 0, 6, 1, 1); -+ -+ dialog->priv->check_entry = gtk_entry_new (); -+ gtk_entry_set_max_length (GTK_ENTRY (dialog->priv->check_entry),24); -+ gtk_entry_set_visibility (GTK_ENTRY (dialog->priv->check_entry), FALSE); -+ gtk_grid_attach (GTK_GRID (Table) ,dialog->priv->check_entry, 1, 6, 4, 1); -+ g_signal_connect (G_OBJECT (dialog->priv->password_entry), - "icon-press", -- G_CALLBACK(AutoGenera), -+ G_CALLBACK (AutoGenera), - dialog->priv->check_entry); - -- dialog->priv->label_space = gtk_label_new(""); -- gtk_grid_attach(GTK_GRID(Table) , dialog->priv->label_space , 0 , 7 , 4 , 1); -+ dialog->priv->label_space = gtk_label_new (""); -+ gtk_grid_attach (GTK_GRID (Table) , dialog->priv->label_space , 0 , 7 , 4 , 1); - -- gtk_widget_set_sensitive(dialog->priv->password_entry, FALSE); //lock widget -- gtk_widget_set_sensitive(dialog->priv->check_entry, FALSE); -- gtk_widget_set_sensitive(dialog->priv->level_bar, FALSE); -+ gtk_widget_set_sensitive (dialog->priv->password_entry, FALSE); //lock widget -+ gtk_widget_set_sensitive (dialog->priv->check_entry, FALSE); -+ gtk_widget_set_sensitive (dialog->priv->level_bar, FALSE); - -- gtk_grid_set_row_spacing(GTK_GRID(Table), 10); -- gtk_grid_set_column_spacing(GTK_GRID(Table), 10); -+ gtk_grid_set_row_spacing (GTK_GRID (Table), 10); -+ gtk_grid_set_column_spacing (GTK_GRID (Table), 10); - } - - static void GetPermission (GObject *source_object, -@@ -896,7 +901,7 @@ user_manager_init (UserManager *dialog) - - dialog_add_button_with_icon_name (GTK_DIALOG (dialog), - _("Close"), -- "window-close", -+ "window-close", - GTK_RESPONSE_CANCEL); - - dialog->priv->button = dialog_add_button_with_icon_name (GTK_DIALOG (dialog), -@@ -920,11 +925,11 @@ user_manager_init (UserManager *dialog) - gtk_box_pack_start (GTK_BOX (vbox), Vbox1, TRUE, TRUE, 0); - - Vbox2 = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); -- gtk_box_pack_start(GTK_BOX(vbox), Vbox2, TRUE, TRUE, 0); -+ gtk_box_pack_start (GTK_BOX (vbox), Vbox2, TRUE, TRUE, 0); - - ret = user_manager_get_new_user_config (dialog); -- SetNewUserInfo(Vbox1,dialog,ret); -- SetNewUserPass(Vbox2,dialog); -+ SetNewUserInfo (Vbox1, dialog, ret); -+ SetNewUserPass (Vbox2, dialog); - } - - static void --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0002-Fix-memory-leak-GetLoginTimeText.patch mate-user-admin-1.7.0/debian/patches/0002-Fix-memory-leak-GetLoginTimeText.patch --- mate-user-admin-1.6.0/debian/patches/0002-Fix-memory-leak-GetLoginTimeText.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0002-Fix-memory-leak-GetLoginTimeText.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,226 +0,0 @@ -From 5f28cc0cfd571ba3b7143336e5d273d48f507617 Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Tue, 23 Mar 2021 17:38:08 +0800 -Subject: [PATCH 02/20] Fix memory leak GetLoginTimeText - -Signed-off-by: Mike Gabriel ---- - src/user-admin.c | 2 +- - src/user-avatar.c | 18 +++++++++------- - src/user-base.c | 53 +++++++++++++++++++++++++++-------------------- - 3 files changed, 41 insertions(+), 32 deletions(-) - -diff --git a/src/user-admin.c b/src/user-admin.c -index ee79032..b6696f2 100644 ---- a/src/user-admin.c -+++ b/src/user-admin.c -@@ -193,7 +193,7 @@ void RemoveUser (ActUser *user) - ERROR); - return; - } -- nRet = MessageRepor t(_("Remove User"), -+ nRet = MessageReport (_("Remove User"), - _("Whether to remove the user's home directory"), - QUESTION); - if (nRet == GTK_RESPONSE_NO) -diff --git a/src/user-avatar.c b/src/user-avatar.c -index 71e9964..52e7b52 100644 ---- a/src/user-avatar.c -+++ b/src/user-avatar.c -@@ -359,6 +359,7 @@ user_avatar_dispose (GObject *object) - if (avatar->priv->new_avatar_path != NULL) - { - g_free (avatar->priv->new_avatar_path); -+ avatar->priv->new_avatar_path = NULL; - } - G_OBJECT_CLASS (user_avatar_parent_class)->dispose (object); - } -@@ -443,16 +444,16 @@ static gboolean add_list_faces_file (GListStore *faces) - GFile *file; - char *file_path; - -- if((dp = opendir(FACEDIR)) == NULL) -+ if ((dp = opendir (FACEDIR)) == NULL) - return FALSE; - -- while((entry = readdir(dp)) != NULL) -+ while ((entry = readdir (dp)) != NULL) - { -- lstat(entry->d_name,&statbuf); -- if(S_ISDIR(statbuf.st_mode)) -+ lstat (entry->d_name, &statbuf); -+ if (S_ISDIR (statbuf.st_mode)) - { -- if(strcmp(".",entry->d_name) == 0 ||strcmp("..",entry->d_name) == 0) -- continue; -+ if (strcmp (".", entry->d_name) == 0 ||strcmp ("..", entry->d_name) == 0) -+ continue; - } - file_path = g_strdup_printf ("%s%s", FACEDIR, entry->d_name); - file = g_file_new_for_path (file_path); -@@ -527,6 +528,7 @@ user_avatar_get_file_name (UserAvatar *avatar) - { - if (avatar->priv->new_avatar_path != NULL) - return avatar->priv->new_avatar_path; -+ - return DEFAULT; - } - -@@ -536,8 +538,8 @@ user_avatar_new (GtkWidget *button) - UserAvatar *avatar; - - avatar = g_object_new (USER_TYPE_AVATAR, -- "relative-to", button, -- NULL); -+ "relative-to", button, -+ NULL); - - avatar->priv->button = button; - create_avatar_menus (avatar); -diff --git a/src/user-base.c b/src/user-base.c -index a259786..9bcf6bf 100644 ---- a/src/user-base.c -+++ b/src/user-base.c -@@ -38,6 +38,8 @@ struct _UserBasePrivate - GtkWidget *button_time; - GtkWidget *switch_login; - GtkWidget *button_group; -+ -+ char *time_text; - }; - - G_DEFINE_TYPE_WITH_PRIVATE (UserBase, user_base, GTK_TYPE_GRID) -@@ -52,6 +54,7 @@ static void user_language_set_done (UserLanguage *chooser, GtkButton *button) - - g_free (name); - } -+ - static void - change_language (GtkButton *button, - UserBase *base) -@@ -196,7 +199,6 @@ void user_base_update_user_info (UserBase *base, ActUser *user) - { - char *lang; - const char *lang_id; -- const char *time; - const char *label; - int PasswordType; - -@@ -221,8 +223,8 @@ void user_base_update_user_info (UserBase *base, ActUser *user) - - gtk_switch_set_state (GTK_SWITCH (base->priv->switch_login), GetUserAutoLogin (user)); - -- time = GetLoginTimeText (user); -- gtk_button_set_label (GTK_BUTTON (base->priv->button_time), time); -+ base->priv->time_text = GetLoginTimeText (user); -+ gtk_button_set_label (GTK_BUTTON (base->priv->button_time), base->priv->time_text); - - user_base_unblock_signal (base); - } -@@ -235,24 +237,24 @@ user_base_fill (UserBase *base) - /*user type*/ - label = gtk_label_new (NULL); - SetLableFontType (label, "gray", 11, _("Account Type"), TRUE); -- gtk_grid_attach (GTK_GRID(base), label, 0 , 0 , 1 , 1); -+ gtk_grid_attach (GTK_GRID(base), label, 0, 0, 1, 1); - - /*drop-down select boxes*/ -- base->priv->combox = SetComboUserType (_("Standard"),_("Administrators")); -- gtk_grid_attach(GTK_GRID(base) , base->priv->combox , 1 , 0 , 2 , 1); -+ base->priv->combox = SetComboUserType (_("Standard"), _("Administrators")); -+ gtk_grid_attach (GTK_GRID (base) , base->priv->combox, 1, 0, 2, 1); - g_signal_connect (G_OBJECT (base->priv->combox), -- "changed", -- G_CALLBACK(ComboSelectUserType), -- base); -+ "changed", -+ G_CALLBACK (ComboSelectUserType), -+ base); - - /*select language*/ - label = gtk_label_new (NULL); - SetLableFontType (label, "gray", 11, _("Language"), TRUE); -- gtk_grid_attach (GTK_GRID(base) , label, 0 , 1 , 1 , 1); -+ gtk_grid_attach (GTK_GRID(base), label, 0, 1, 1, 1); - - base->priv->button_lang = gtk_button_new (); -- gtk_grid_attach(GTK_GRID(base) ,base->priv->button_lang, 1 , 1 , 2 , 1); -- g_signal_connect (base->priv->button_lang, -+ gtk_grid_attach (GTK_GRID (base), base->priv->button_lang, 1, 1, 2, 1); -+ g_signal_connect (base->priv->button_lang, - "clicked", - G_CALLBACK (change_language), - base); -@@ -260,7 +262,7 @@ user_base_fill (UserBase *base) - /*set password*/ - label = gtk_label_new (NULL); - SetLableFontType (label, "gray", 11, _("Password"), TRUE); -- gtk_grid_attach (GTK_GRID(base), label, 0, 2, 1, 1); -+ gtk_grid_attach (GTK_GRID (base), label, 0, 2, 1, 1); - - base->priv->button_password = gtk_button_new (); - g_signal_connect (base->priv->button_password, -@@ -272,22 +274,22 @@ user_base_fill (UserBase *base) - /*auto login*/ - label = gtk_label_new (NULL); - SetLableFontType (label, "gray", 11, _("Automatic logon"), TRUE); -- gtk_grid_attach (GTK_GRID (base) ,label, 0 , 3 , 1 , 1); -+ gtk_grid_attach (GTK_GRID (base), label, 0, 3, 1, 1); - - base->priv->switch_login = gtk_switch_new (); -- gtk_grid_attach(GTK_GRID(base), base->priv->switch_login, 1, 3 , 1 , 1); -- g_signal_connect(base->priv->switch_login, -- "state-set", -- G_CALLBACK(SwitchState), -- base); -+ gtk_grid_attach (GTK_GRID (base), base->priv->switch_login, 1, 3, 1, 1); -+ g_signal_connect (base->priv->switch_login, -+ "state-set", -+ G_CALLBACK (SwitchState), -+ base); - - /*login time*/ - label = gtk_label_new (NULL); - SetLableFontType (label, "gray", 11, _("Login time"), TRUE); -- gtk_grid_attach (GTK_GRID (base) ,label, 0 , 4 , 1 , 1); -+ gtk_grid_attach (GTK_GRID (base), label, 0, 4, 1, 1); - - base->priv->button_time = gtk_button_new (); -- gtk_grid_attach(GTK_GRID(base) ,base->priv->button_time, 1 , 4 , 2 , 1); -+ gtk_grid_attach (GTK_GRID (base), base->priv->button_time, 1, 4, 2, 1); - g_signal_connect (base->priv->button_time, - "clicked", - G_CALLBACK (ViewLoginHistory), -@@ -296,7 +298,7 @@ user_base_fill (UserBase *base) - /*Group Manage*/ - label = gtk_label_new (NULL); - SetLableFontType (label, "gray", 11, _("Group Manage"), TRUE); -- gtk_grid_attach(GTK_GRID(base) ,label, 0 , 5 , 1 , 1); -+ gtk_grid_attach (GTK_GRID (base), label, 0, 5, 1, 1); - - base->priv->button_group = gtk_button_new_with_label (_("Setting Groups")); - gtk_grid_attach (GTK_GRID (base), base->priv->button_group, 1, 5, 2, 1); -@@ -333,6 +335,11 @@ user_base_dispose (GObject *object) - UserBase *base = USER_BASE (object); - - g_clear_object (&base->priv->user); -+ if (base->priv->time_text != NULL) -+ { -+ g_free (base->priv->time_text); -+ base->priv->time_text = NULL; -+ } - G_OBJECT_CLASS (user_base_parent_class)->dispose (object); - } - -@@ -365,7 +372,7 @@ user_base_new (void) - { - UserBase *base; - -- base = g_object_new (USER_TYPE_BASE, -+ base = g_object_new (USER_TYPE_BASE, - "column-homogeneous", TRUE, - "row-spacing", 10, - "column-spacing", 10, --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0003-Modifying-code-alignment-format-for-the-second-time.patch mate-user-admin-1.7.0/debian/patches/0003-Modifying-code-alignment-format-for-the-second-time.patch --- mate-user-admin-1.6.0/debian/patches/0003-Modifying-code-alignment-format-for-the-second-time.patch 2022-06-18 14:21:13.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0003-Modifying-code-alignment-format-for-the-second-time.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,1021 +0,0 @@ -From ceb4cd41d764390faa71c6260660d8b9403efb80 Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Wed, 24 Mar 2021 22:25:16 +0800 -Subject: [PATCH 03/20] Modifying code alignment format for the second time - -Signed-off-by: Mike Gabriel ---- - src/user-base.c | 10 +- - src/user-face.c | 14 +-- - src/user-group-window.c | 220 ++++++++++++++++++++-------------------- - src/user-info.c | 57 +++++++---- - src/user-list.c | 16 +-- - src/user-password.c | 68 +++++++------ - 6 files changed, 202 insertions(+), 183 deletions(-) - -diff --git a/src/user-base.c b/src/user-base.c -index 9bcf6bf..a154d55 100644 ---- a/src/user-base.c -+++ b/src/user-base.c -@@ -90,12 +90,12 @@ static void SwitchState (GtkSwitch *switch_login, - gboolean state, - UserBase *base) - { -- GSList *list; -- GSList *l; -+ GSList *list; -+ GSList *l; - ActUserManager *um; - - um = act_user_manager_get_default (); -- if(state == TRUE) -+ if (state == TRUE) - { - list = act_user_manager_list_users (um); - for (l = list; l != NULL; l = l->next) -@@ -110,7 +110,7 @@ static void SwitchState (GtkSwitch *switch_login, - act_user_set_automatic_login (base->priv->user, TRUE); - } - else -- act_user_set_automatic_login (base->priv->user,FALSE); -+ act_user_set_automatic_login (base->priv->user, FALSE); - } - - static void user_password_set_done (UserPassword *dialog, GtkButton *button) -@@ -207,7 +207,7 @@ void user_base_update_user_info (UserBase *base, ActUser *user) - gtk_combo_box_set_active (GTK_COMBO_BOX (base->priv->combox), GetUserType (user)); - - lang_id = GetUserLang (user); -- if(lang_id == NULL) -+ if (lang_id == NULL) - { - gtk_button_set_label (GTK_BUTTON (base->priv->button_lang), _("No Settings")); - } -diff --git a/src/user-face.c b/src/user-face.c -index c41c679..e987574 100644 ---- a/src/user-face.c -+++ b/src/user-face.c -@@ -105,7 +105,7 @@ static gboolean RealNameValidCheck (const gchar *name) - ******************************************************************************/ - static void ModifyName (GtkEntry *entry, gpointer data) - { -- UserFace *face = USER_FACE (data); -+ UserFace *face = USER_FACE (data); - const gchar *NewName; - - NewName = gtk_entry_get_text (entry); -@@ -172,13 +172,13 @@ user_face_init (UserFace *face) - - /* avatar button */ - face->priv->button = gtk_button_new (); -- gtk_grid_attach(GTK_GRID(face) , face->priv->button, 0, 0, 8, 8); -+ gtk_grid_attach (GTK_GRID(face), face->priv->button, 0, 0, 8, 8); - - /*set real name*/ - face->priv->entry = gtk_entry_new (); - gtk_widget_set_tooltip_text (face->priv->entry, _("Use Enter Key to Save Modifications")); - gtk_entry_set_max_length (GTK_ENTRY (face->priv->entry), 48); -- gtk_grid_attach(GTK_GRID(face) ,face->priv->entry, 8, 4, 1, 1); -+ gtk_grid_attach (GTK_GRID (face), face->priv->entry, 8, 4, 1, 1); - } - - void user_face_fill (UserFace *face, ActUser *user) -@@ -190,11 +190,11 @@ void user_face_fill (UserFace *face, ActUser *user) - GdkPixbuf *pb2; - - /*set user icon 96 *96 */ -- pb = gdk_pixbuf_new_from_file (GetUserIcon (user),&error); -- if(pb == NULL) -+ pb = gdk_pixbuf_new_from_file (GetUserIcon (user), &error); -+ if (pb == NULL) - { -- mate_uesr_admin_log("Warning","mate-user-admin user icon %s",error->message); -- g_error_free(error); -+ mate_uesr_admin_log ("Warning","mate-user-admin user icon %s", error->message); -+ g_error_free (error); - } - pb2 = gdk_pixbuf_scale_simple (pb, 96, 96, GDK_INTERP_BILINEAR); - image = gtk_image_new_from_pixbuf (pb2); -diff --git a/src/user-group-window.c b/src/user-group-window.c -index e85413d..e0e2e72 100644 ---- a/src/user-group-window.c -+++ b/src/user-group-window.c -@@ -157,7 +157,7 @@ static void clearconfigdata (UserGroupWindow *win) - GtkTreeModel *model; - - gtk_entry_set_text (GTK_ENTRY (win->priv->EntryGroupName), ""); -- model = gtk_tree_view_get_model(GTK_TREE_VIEW (win->priv->TreeCreate)); -+ model = gtk_tree_view_get_model (GTK_TREE_VIEW (win->priv->TreeCreate)); - gtk_tree_model_foreach (model, - restartlist, - NULL); -@@ -171,28 +171,28 @@ static void clearconfigdata (UserGroupWindow *win) - static void CreateNewGroup(GtkWidget *widget, gpointer data) - { - UserGroupWindow *win = USER_GROUP_WINDOW (data); -- gboolean Valid; -- char *Message = NULL; -- const char *s; -- GasGroup *gas = NULL; -- GError *error = NULL; -+ gboolean Valid; -+ char *Message = NULL; -+ const char *s; -+ GasGroup *gas = NULL; -+ GError *error = NULL; - GasGroupManager *manage; - -- s = gtk_entry_get_text(GTK_ENTRY(win->priv->EntryGroupName)); -- Valid = CheckGroupName(s,&Message); -- if(Valid == FALSE) -+ s = gtk_entry_get_text (GTK_ENTRY (win->priv->EntryGroupName)); -+ Valid = CheckGroupName (s, &Message); -+ if (Valid == FALSE) - { -- MessageReport(_("Create New Group"),Message,ERROR); -+ MessageReport (_("Create New Group"), Message, ERROR); - return; - } -- manage = gas_group_manager_get_default(); -- gas = gas_group_manager_create_group(manage,s,&error); -- if(gas == NULL) -+ manage = gas_group_manager_get_default (); -+ gas = gas_group_manager_create_group (manage, s, &error); -+ if (gas == NULL) - { -- MessageReport(_("Create New Group Faild"),error->message,ERROR); -- if(error != NULL) -+ MessageReport (_("Create New Group Faild"), error->message, ERROR); -+ if (error != NULL) - { -- g_error_free(error); -+ g_error_free (error); - return; - } - } -@@ -200,7 +200,7 @@ static void CreateNewGroup(GtkWidget *widget, gpointer data) - - static UserGroup *user_group_tree_get_group (GtkWidget *widget) - { -- GtkTreeView *treeview = GTK_TREE_VIEW(widget); -+ GtkTreeView *treeview = GTK_TREE_VIEW (widget); - GtkTreeModel *model; - GtkTreeIter iter; - UserGroup *group = NULL; -@@ -218,32 +218,32 @@ static UserGroup *user_group_tree_get_group (GtkWidget *widget) - static void RemoveGroup(GtkWidget *widget, gpointer data) - { - UserGroupWindow *win = USER_GROUP_WINDOW (data); -- UserGroup *group; -- int ret; -+ UserGroup *group; -+ int ret; - GasGroupManager *GroupManager; -- GError *error = NULL; -+ GError *error = NULL; - - group = user_group_tree_get_group (win->priv->TreeRemove); -- if(group != NULL) -+ if (group != NULL) - { -- ret = MessageReport(_("Remove Group"), -- _("Whether to remove the selected group"), -+ ret = MessageReport (_("Remove Group"), -+ _("Whether to remove the selected group"), - QUESTIONNORMAL); -- if(ret == GTK_RESPONSE_NO) -+ if (ret == GTK_RESPONSE_NO) - { - return; - } - GroupManager = gas_group_manager_get_default (); -- if(!user_group_remove_group(GroupManager, -- group, -+ if(!user_group_remove_group (GroupManager, -+ group, - &error)) - { -- MessageReport(_("Remove Group"), -+ MessageReport (_("Remove Group"), - error->message, - ERROR); -- if(error != NULL) -+ if (error != NULL) - { -- g_error_free(error); -+ g_error_free (error); - } - return; - } -@@ -255,7 +255,7 @@ static void UserSelectGroup (GtkCellRendererToggle *cell, - gpointer data) - { - UserGroupWindow *win = USER_GROUP_WINDOW (data); -- GtkTreeView *treeview = GTK_TREE_VIEW(win->priv->TreeSwitch); -+ GtkTreeView *treeview = GTK_TREE_VIEW (win->priv->TreeSwitch); - GtkTreeModel *model; - GtkTreeIter iter; - GtkTreePath *path; -@@ -268,7 +268,7 @@ static void UserSelectGroup (GtkCellRendererToggle *cell, - gtk_tree_model_get (model, &iter, COLUMN_FIXED, &fixed, -1); - gtk_tree_model_get (model, &iter, COLUMN_DATA, &group, -1); - -- if(fixed == TRUE) -+ if (fixed == TRUE) - { - user_group_remove_user_from_group (group, win->priv->user_name); - } -@@ -286,12 +286,12 @@ static void NewGroupSelectUsers (GtkCellRendererToggle *cell, - gpointer data) - { - UserGroupWindow *win = USER_GROUP_WINDOW (data); -- GtkTreeView *treeview = GTK_TREE_VIEW (win->priv->TreeCreate); -- GtkTreeModel *model; -- GtkTreeIter iter; -- GtkTreePath *path; -- gboolean fixed; -- const gchar *name; -+ GtkTreeView *treeview = GTK_TREE_VIEW (win->priv->TreeCreate); -+ GtkTreeModel *model; -+ GtkTreeIter iter; -+ GtkTreePath *path; -+ gboolean fixed; -+ const gchar *name; - - model = gtk_tree_view_get_model (treeview); - path = gtk_tree_path_new_from_string (path_str); -@@ -299,7 +299,7 @@ static void NewGroupSelectUsers (GtkCellRendererToggle *cell, - gtk_tree_model_get_iter (model, &iter, path); - gtk_tree_model_get (model, &iter, COLUMN_FIXED, &fixed, -1); - gtk_tree_model_get (model, &iter, COLUMN_NAME, &name, -1); -- if(fixed == FALSE) -+ if (fixed == FALSE) - { - win->priv->NewGroupUsers = g_slist_prepend (win->priv->NewGroupUsers, name); - } -@@ -317,24 +317,25 @@ static void addswitchlistdata(GtkWidget *tree, - UserGroup *group, - const gchar *name) - { -- GtkTreeIter iter; -+ GtkTreeIter iter; - GtkTreeSelection *selection; - - selection = gtk_tree_view_get_selection (GTK_TREE_VIEW(tree)); - gtk_list_store_append (store, &iter); - gtk_list_store_set (store, &iter, -- COLUMN_FIXED, user_group_user_is_group (group, name), -+ COLUMN_FIXED, user_group_user_is_group (group, name), - COLUMN_NAME, user_group_get_group_name (group), -- COLUMN_ID, user_group_get_group_id (group), -- COLUMN_DATA, group, -+ COLUMN_ID, user_group_get_group_id (group), -+ COLUMN_DATA, group, - -1); - gtk_tree_selection_select_iter (selection,&iter); - } -+ - static void addremovelistdata(GtkWidget *tree, - GtkListStore *store, - UserGroup *group) - { -- GtkTreeIter iter; -+ GtkTreeIter iter; - GtkTreeSelection *selection; - - selection = gtk_tree_view_get_selection (GTK_TREE_VIEW(tree)); -@@ -342,10 +343,10 @@ static void addremovelistdata(GtkWidget *tree, - gtk_list_store_set (store, &iter, - COLUMN_ICON, "edit-delete", - COLUMN_NAME, user_group_get_group_name (group), -- COLUMN_ID, user_group_get_group_id (group), -+ COLUMN_ID, user_group_get_group_id (group), - COLUMN_DATA, group, - -1); -- gtk_tree_selection_select_iter (selection,&iter); -+ gtk_tree_selection_select_iter (selection, &iter); - } - - static GtkTreeModel *create_tree_model (void) -@@ -373,17 +374,17 @@ static void user_list_store_update (GSList *List, GtkListStore *store) - - for (i = 0; i < UserNum ; i++) - { -- Actuser = g_slist_nth_data(List,i); -+ Actuser = g_slist_nth_data (List, i); - if(Actuser == NULL) - { -- g_error("No such the User!!!\r\n"); -+ g_error ("No such the User!!!\r\n"); - break; - } - gtk_list_store_append (store, &iter); - gtk_list_store_set (store, &iter, -- COLUMN_FIXED, FALSE, -+ COLUMN_FIXED, FALSE, - COLUMN_NAME, GetUserName(Actuser), -- COLUMN_ID, GetUserUid (Actuser), -+ COLUMN_ID, GetUserUid (Actuser), - -1); - } - } -@@ -452,17 +453,17 @@ static GasGroupManager *user_group_start_group_manager (void) - GasGroupManager *GroupManager = NULL; - - GroupManager = gas_group_manager_get_default (); -- if(GroupManager == NULL) -+ if (GroupManager == NULL) - { -- MessageReport(_("Initialization group management"), -- _("Initialization failed, please see Group \n Management Service Interface function"), -+ MessageReport (_("Initialization group management"), -+ _("Initialization failed, please see Group \n Management Service Interface function"), - ERROR); - return NULL; - } -- if( gas_group_manager_no_service(GroupManager) == TRUE) -+ if (gas_group_manager_no_service(GroupManager) == TRUE) - { -- MessageReport(_("Failed to contact the group service"), -- _("Please make sure that the group-service is installed and enabled.\n url: https://github.com/zhuyaliang/group-service"), -+ MessageReport (_("Failed to contact the group service"), -+ _("Please make sure that the group-service is installed and enabled.\n url: https://github.com/zhuyaliang/group-service"), - ERROR); - return NULL; - } -@@ -472,7 +473,7 @@ static GasGroupManager *user_group_start_group_manager (void) - - static void AddUnlockTooltip (UserGroupWindow *win, gboolean mode) - { -- if(!mode) -+ if (!mode) - { - gtk_widget_set_tooltip_markup (GTK_WIDGET (win), - _("Click the unlock button on the \"swith-group\" page")); -@@ -489,12 +490,12 @@ static void update_sensitive (UserGroupWindow *win) - - Authorized = g_permission_get_allowed (G_PERMISSION (win->priv->permission)); - -- gtk_widget_set_sensitive (win->priv->TreeSwitch,Authorized); -- gtk_widget_set_sensitive (win->priv->TreeCreate,Authorized); -- gtk_widget_set_sensitive (win->priv->EntryGroupName,Authorized); -- gtk_widget_set_sensitive (win->priv->ButtonConfirm,Authorized); -- gtk_widget_set_sensitive (win->priv->TreeRemove,Authorized); -- gtk_widget_set_sensitive (win->priv->ButtonRemove,Authorized); -+ gtk_widget_set_sensitive (win->priv->TreeSwitch, Authorized); -+ gtk_widget_set_sensitive (win->priv->TreeCreate, Authorized); -+ gtk_widget_set_sensitive (win->priv->EntryGroupName, Authorized); -+ gtk_widget_set_sensitive (win->priv->ButtonConfirm, Authorized); -+ gtk_widget_set_sensitive (win->priv->TreeRemove, Authorized); -+ gtk_widget_set_sensitive (win->priv->ButtonRemove, Authorized); - - AddUnlockTooltip (win, Authorized); - } -@@ -512,10 +513,10 @@ static GtkWidget *grid_widget_new (void) - { - GtkWidget *table; - -- table = gtk_grid_new(); -- gtk_grid_set_column_homogeneous(GTK_GRID(table),TRUE); -- gtk_grid_set_row_spacing(GTK_GRID(table), 10); -- gtk_grid_set_column_spacing(GTK_GRID(table), 10); -+ table = gtk_grid_new (); -+ gtk_grid_set_column_homogeneous (GTK_GRID (table), TRUE); -+ gtk_grid_set_row_spacing (GTK_GRID (table), 10); -+ gtk_grid_set_column_spacing (GTK_GRID (table), 10); - - return table; - } -@@ -547,13 +548,13 @@ static GtkWidget *vbox_widget_new (void) - - static GtkWidget *load_select_group (UserGroupWindow *win) - { -- GtkWidget *vbox; -- GtkWidget *vbox1; -- GtkWidget *Scrolled; -+ GtkWidget *vbox; -+ GtkWidget *vbox1; -+ GtkWidget *Scrolled; - GtkTreeModel *model; -- GtkWidget *treeview; -- GtkWidget *table; -- GtkWidget *ButtonClose; -+ GtkWidget *treeview; -+ GtkWidget *table; -+ GtkWidget *ButtonClose; - GtkCellRenderer *renderer; - - vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); -@@ -561,12 +562,12 @@ static GtkWidget *load_select_group (UserGroupWindow *win) - vbox1 = vbox_widget_new (); - - table = grid_widget_new (); -- gtk_box_pack_start(GTK_BOX(vbox),table, TRUE, TRUE,0); -+ gtk_box_pack_start (GTK_BOX (vbox), table, TRUE, TRUE, 0); - Scrolled = scrolled_widget_new (); - gtk_box_pack_start (GTK_BOX (vbox1), Scrolled, TRUE, TRUE, 0); - -- model = create_tree_model (); -- win->priv->SwitchStore = GTK_LIST_STORE(model); -+ model = create_tree_model (); -+ win->priv->SwitchStore = GTK_LIST_STORE (model); - treeview = gtk_tree_view_new_with_model (model); - gtk_tree_view_set_search_column (GTK_TREE_VIEW (treeview), - COLUMN_ID); -@@ -582,10 +583,10 @@ static GtkWidget *load_select_group (UserGroupWindow *win) - create_tree_text_renderer (GTK_TREE_VIEW (treeview), _("Group Name"), COLUMN_NAME); - create_tree_text_renderer (GTK_TREE_VIEW (treeview), _("Group ID"), COLUMN_ID); - -- gtk_grid_attach(GTK_GRID(table) , vbox1 , 0 , 0 , 3 , 1); -+ gtk_grid_attach (GTK_GRID (table), vbox1, 0, 0, 3, 1); - -- ButtonClose = SetButtonIcon(_("Close"),"window-close"); -- gtk_grid_attach(GTK_GRID(table) , ButtonClose , 0 , 1 , 1 , 1); -+ ButtonClose = SetButtonIcon (_("Close"), "window-close"); -+ gtk_grid_attach (GTK_GRID (table), ButtonClose, 0, 1, 1, 1); - g_signal_connect (ButtonClose, - "clicked", - G_CALLBACK (CloseGroupWindow), -@@ -612,22 +613,22 @@ static GtkWidget *load_create_group (UserGroupWindow *win) - vbox1 = vbox_widget_new (); - - table = grid_widget_new (); -- gtk_box_pack_start(GTK_BOX(vbox),table, TRUE, TRUE,0); -+ gtk_box_pack_start (GTK_BOX (vbox), table, TRUE, TRUE, 0); - - label = gtk_label_new (NULL); - SetLableFontType (label, "gray", 10, _("New Group Name"), TRUE); -- gtk_grid_attach (GTK_GRID(table) ,label ,0,0,1 ,1); -+ gtk_grid_attach (GTK_GRID(table) ,label, 0, 0, 1, 1); - - win->priv->EntryGroupName = gtk_entry_new (); -- gtk_entry_set_max_length(GTK_ENTRY(win->priv->EntryGroupName),48); -- gtk_grid_attach(GTK_GRID(table) ,win->priv->EntryGroupName ,1,0,1 ,1); -+ gtk_entry_set_max_length (GTK_ENTRY (win->priv->EntryGroupName), 48); -+ gtk_grid_attach (GTK_GRID (table), win->priv->EntryGroupName, 1, 0, 1, 1); - - Scrolled = scrolled_widget_new (); - gtk_box_pack_start (GTK_BOX (vbox1), Scrolled, TRUE, TRUE, 0); - - label = gtk_label_new (NULL); -- SetLableFontType(label,"black",12,_("Please select the user to add to the new group"),FALSE); -- gtk_grid_attach(GTK_GRID(table) , label ,0 ,1,2 ,1); -+ SetLableFontType(label, "black", 12, _("Please select the user to add to the new group"), FALSE); -+ gtk_grid_attach (GTK_GRID (table), label, 0, 1, 2, 1); - - model = create_tree_model (); - win->priv->UserStore = GTK_LIST_STORE (model); -@@ -645,11 +646,11 @@ static GtkWidget *load_create_group (UserGroupWindow *win) - win); - create_tree_text_renderer (GTK_TREE_VIEW (treeview), _("Username"), COLUMN_NAME); - create_tree_text_renderer (GTK_TREE_VIEW (treeview), _("User ID"), COLUMN_ID); -- gtk_grid_attach(GTK_GRID(table) ,vbox1 ,0,2,2,1); -+ gtk_grid_attach (GTK_GRID (table), vbox1, 0, 2, 2, 1); - -- Hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL,5); -- gtk_grid_attach(GTK_GRID(table) , Hbox, 0,3,2,1); -- ButtonClose = SetButtonIcon(_("Close"),"window-close"); -+ Hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 5); -+ gtk_grid_attach (GTK_GRID (table), Hbox, 0, 3, 2, 1); -+ ButtonClose = SetButtonIcon (_("Close"), "window-close"); - g_signal_connect (ButtonClose, - "clicked", - G_CALLBACK (CloseGroupWindow), -@@ -658,18 +659,19 @@ static GtkWidget *load_create_group (UserGroupWindow *win) - - label = gtk_label_new (NULL); - gtk_box_pack_start (GTK_BOX (Hbox), label, TRUE, TRUE, 0); -- gtk_widget_hide(label); -+ gtk_widget_hide (label); - - ButtonConfirm = SetButtonIcon (_("Confirm"), "object-select"); - g_signal_connect (ButtonConfirm, - "clicked", - G_CALLBACK (CreateNewGroup), - win); -- gtk_box_pack_start (GTK_BOX (Hbox), ButtonConfirm,TRUE, TRUE, 0); -+ gtk_box_pack_start (GTK_BOX (Hbox), ButtonConfirm, TRUE, TRUE, 0); - win->priv->ButtonConfirm = ButtonConfirm; - - return vbox; - } -+ - static GtkWidget *load_remove_group (UserGroupWindow *win) - { - GtkWidget *vbox; -@@ -686,13 +688,13 @@ static GtkWidget *load_remove_group (UserGroupWindow *win) - vbox1 = vbox_widget_new (); - - table = grid_widget_new (); -- gtk_box_pack_start(GTK_BOX(vbox),table, TRUE, TRUE,0); -+ gtk_box_pack_start (GTK_BOX (vbox), table, TRUE, TRUE,0); - - Scrolled = scrolled_widget_new (); - gtk_box_pack_start (GTK_BOX (vbox1), Scrolled, TRUE, TRUE, 0); - - model = create_tree_model (); -- win->priv->RemoveStore = GTK_LIST_STORE(model); -+ win->priv->RemoveStore = GTK_LIST_STORE (model); - treeview = gtk_tree_view_new_with_model (model); - gtk_tree_view_set_search_column (GTK_TREE_VIEW (treeview), - COLUMN_ID); -@@ -704,17 +706,17 @@ static GtkWidget *load_remove_group (UserGroupWindow *win) - create_tree_text_renderer (GTK_TREE_VIEW (treeview), _("Group Name"), COLUMN_NAME); - create_tree_text_renderer (GTK_TREE_VIEW (treeview), _("Group id"), COLUMN_ID); - -- gtk_grid_attach(GTK_GRID(table) , vbox1 , 0 , 0 , 3 , 1); -+ gtk_grid_attach (GTK_GRID (table), vbox1, 0, 0, 3, 1); - -- ButtonClose = SetButtonIcon(_("Close"),"window-close"); -- gtk_grid_attach(GTK_GRID(table) , ButtonClose , 0 , 1 , 1 , 1); -+ ButtonClose = SetButtonIcon (_("Close"), "window-close"); -+ gtk_grid_attach (GTK_GRID (table), ButtonClose, 0, 1, 1, 1); - g_signal_connect (ButtonClose, - "clicked", - G_CALLBACK (CloseGroupWindow), - win); - -- ButtonRemove = SetButtonIcon(_("Remove"),"list-remove"); -- gtk_grid_attach(GTK_GRID(table) , ButtonRemove , 2 , 1 , 1 , 1); -+ ButtonRemove = SetButtonIcon (_("Remove"), "list-remove"); -+ gtk_grid_attach (GTK_GRID (table), ButtonRemove, 2, 1, 1, 1); - g_signal_connect (ButtonRemove, - "clicked", - G_CALLBACK (RemoveGroup), -@@ -736,13 +738,13 @@ static void user_group_window_update_list_store (UserGroupWindow *win) - for (i = 0; i < GroupNum ; i++) - { - group = g_slist_nth_data (win->priv->group_list, i); -- if(group == NULL) -+ if (group == NULL) - { -- g_error("No such the Group!!!\r\n"); -+ g_error ("No such the Group!!!\r\n"); - break; - } - addswitchlistdata (win->priv->TreeSwitch, win->priv->SwitchStore, group, win->priv->user_name); -- if(!user_group_is_primary_group (group) && -+ if (!user_group_is_primary_group (group) && - user_group_get_group_id (group) >= 1000) - addremovelistdata (win->priv->TreeRemove, win->priv->RemoveStore, group); - } -@@ -752,7 +754,7 @@ static void list_remove_data (gpointer data, - gpointer user_data) - { - UserGroupWindow *win = USER_GROUP_WINDOW (user_data); -- UserGroup *group = data; -+ UserGroup *group = data; - - if (g_strcmp0 (win->priv->remove_group_name, user_group_get_group_name (group)) == 0) - { -@@ -763,7 +765,7 @@ static void list_remove_data (gpointer data, - - static void user_group_remove_cb (GasGroupManager *g_manager, - GasGroup *gas, -- UserGroupWindow *win) -+ UserGroupWindow *win) - { - UserGroup *group; - const char *name; -@@ -779,7 +781,7 @@ static void user_group_remove_cb (GasGroupManager *g_manager, - - static void user_group_add_cb (GasGroupManager *g_manager, - GasGroup *gas, -- UserGroupWindow *win) -+ UserGroupWindow *win) - { - UserGroup *group; - -@@ -787,8 +789,8 @@ static void user_group_add_cb (GasGroupManager *g_manager, - - group = user_group_new (gas); - win->priv->group_list = g_slist_append (win->priv->group_list, g_object_ref (group)); -- MessageReport(_("Create User Group"), -- _("Create User Group Successfully,Please view the end of the switch-groups list."), -+ MessageReport (_("Create User Group"), -+ _("Create User Group Successfully,Please view the end of the switch-groups list."), - INFOR); - - user_group_window_update_list_store (win); -@@ -870,8 +872,8 @@ void user_group_window_init (UserGroupWindow *group_window) - } - button_lock = gtk_lock_button_new (group_window->priv->permission); - gtk_lock_button_set_permission (GTK_LOCK_BUTTON (button_lock), group_window->priv->permission); -- gtk_widget_grab_focus(button_lock); -- g_signal_connect(group_window->priv->permission, -+ gtk_widget_grab_focus (button_lock); -+ g_signal_connect (group_window->priv->permission, - "notify", - G_CALLBACK (on_permission_changed), - group_window); -@@ -886,7 +888,7 @@ void user_group_window_init (UserGroupWindow *group_window) - - label = gtk_label_new (_("Create Groups")); - box = load_create_group (group_window); -- gtk_notebook_append_page (GTK_NOTEBOOK (note_book),box, label); -+ gtk_notebook_append_page (GTK_NOTEBOOK (note_book), box, label); - - label = gtk_label_new (_("Remove Groups")); - box = load_remove_group (group_window); -@@ -923,7 +925,7 @@ UserGroupWindow *user_group_window_new (const char *user_name, - gtk_widget_destroy (GTK_WIDGET (group_window)); - return NULL; - } -- -+ - update_sensitive (group_window); - user_group_window_update_list_store (group_window); - user_list_store_update (user_list, group_window->priv->UserStore); -diff --git a/src/user-info.c b/src/user-info.c -index 4aef6a8..c17539c 100644 ---- a/src/user-info.c -+++ b/src/user-info.c -@@ -64,9 +64,10 @@ const gchar * GetPasswordModeText (ActUser *user,int *Type) - } - const gchar * GetLoginTimeText (ActUser *user) - { -- gchar *text; -+ gchar *text; - GDateTime *date_time; -- gint64 time; -+ gint64 time; -+ - time = act_user_get_login_time (user); - if (act_user_is_logged_in (user)) - { -@@ -78,7 +79,7 @@ const gchar * GetLoginTimeText (ActUser *user) - text = g_date_time_format (date_time, ("%m/%d %k:%M")); - g_date_time_unref (date_time); - } -- else -+ else - { - text = g_strdup ("—"); - } -@@ -88,66 +89,80 @@ const gchar * GetLoginTimeText (ActUser *user) - const gchar *GetRealName (ActUser *user) - { - const gchar *name = NULL; -+ - name = act_user_get_real_name (user); -- if(name == NULL) -+ if (name == NULL) - name = act_user_get_user_name (user); - return name; - } --guint GetUserUid(ActUser *user) -+ -+guint GetUserUid (ActUser *user) - { - return act_user_get_uid(user); --} -+} - --const gchar *GetUserName(ActUser *user) -+const gchar *GetUserName (ActUser *user) - { - const gchar *name =NULL; -+ - name = act_user_get_user_name (user); -+ - return name; - - } --const gchar *GetHomeName(ActUser *user) -+ -+const gchar *GetHomeName (ActUser *user) - { - const gchar *name = NULL; -+ - name = act_user_get_home_dir (user); -- -+ - return name; - - } --const gchar *GetUserIcon(ActUser *user) -+ -+const gchar *GetUserIcon (ActUser *user) - { - const gchar *Icon = NULL; -+ - Icon = act_user_get_icon_file (user); -- if(access(Icon,F_OK)== 0) -+ if (access (Icon, F_OK)== 0) - return Icon; -+ - return DEFAULT; - } --const char *GetUserLang(ActUser *user) -+ -+const char *GetUserLang (ActUser *user) - { - const gchar *Lang = NULL; - - Lang = act_user_get_language(user); -- if(strlen(Lang) <= 0) -+ if (strlen (Lang) <= 0) - return NULL; -+ - return Lang; - } --gint GetUserType(ActUser *user) -+ -+gint GetUserType (ActUser *user) - { - ActUserAccountType UserType; - - UserType = act_user_get_account_type (user); -- if(UserType == ACT_USER_ACCOUNT_TYPE_ADMINISTRATOR) -+ if( UserType == ACT_USER_ACCOUNT_TYPE_ADMINISTRATOR) - return ADMIN; - - return STANDARD; - } --gint GetUserAutoLogin(ActUser *user) -+ -+gint GetUserAutoLogin (ActUser *user) - { - int Auto; - -- Auto = act_user_get_automatic_login(user); -+ Auto = act_user_get_automatic_login (user); - - return Auto; - } -+ - static gint SortUsers (gconstpointer a, gconstpointer b) - { - ActUser *ua, *ub; -@@ -185,15 +200,15 @@ GSList *get_user_info_list (ActUserManager *manager) - list = act_user_manager_list_users (manager); - /*user number*/ - user_count = g_slist_length (list); -- if(user_count <= 0) -+ if (user_count <= 0) - { - g_slist_free (list); -- mate_uesr_admin_log("Error","mate-user-admin No available users"); -- MessageReport(_("Get User Info"), _("user count is 0"), ERROR); -+ mate_uesr_admin_log ("Error","mate-user-admin No available users"); -+ MessageReport (_("Get User Info"), _("user count is 0"), ERROR); - - return NULL; - } -- mate_uesr_admin_log("Info","mate-user-admin user %d", user_count); -+ mate_uesr_admin_log ("Info","mate-user-admin user %d", user_count); - - /*user sort */ - list = g_slist_sort (list, (GCompareFunc)SortUsers); -diff --git a/src/user-list.c b/src/user-list.c -index 23cdae0..5a2ea6c 100644 ---- a/src/user-list.c -+++ b/src/user-list.c -@@ -76,27 +76,27 @@ user_list_row_init (UserListRow *row) - row->priv = user_list_row_get_instance_private (row); - box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6); - gtk_widget_set_size_request (box, 190, -1); -- gtk_widget_set_halign(box, GTK_ALIGN_START); -- gtk_widget_set_valign(box, GTK_ALIGN_CENTER); -+ gtk_widget_set_halign (box, GTK_ALIGN_START); -+ gtk_widget_set_valign (box, GTK_ALIGN_CENTER); - gtk_container_add (GTK_CONTAINER (row), box); - - hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0); - gtk_box_pack_start (GTK_BOX(box), hbox, TRUE, TRUE, 0); - - row->priv->user_image = gtk_image_new(); -- gtk_box_pack_start(GTK_BOX(hbox),row->priv->user_image ,TRUE, TRUE, 6); -+ gtk_box_pack_start (GTK_BOX (hbox), row->priv->user_image, TRUE, TRUE, 6); - - vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); - gtk_widget_set_size_request (vbox, 110, -1); - gtk_box_pack_start (GTK_BOX (hbox), vbox, TRUE, TRUE, 12); - - row->priv->real_name = create_user_list_row_label (); -- gtk_box_pack_start(GTK_BOX(vbox),row->priv->real_name ,TRUE, TRUE, 1); -+ gtk_box_pack_start (GTK_BOX (vbox), row->priv->real_name, TRUE, TRUE, 1); - - row->priv->user_name = create_user_list_row_label (); -- gtk_box_pack_start (GTK_BOX (vbox), row->priv->user_name ,TRUE, TRUE, 1); -+ gtk_box_pack_start (GTK_BOX (vbox), row->priv->user_name, TRUE, TRUE, 1); - -- gtk_box_pack_start (GTK_BOX (box), gtk_separator_new (GTK_ORIENTATION_HORIZONTAL) ,TRUE, TRUE, 3); -+ gtk_box_pack_start (GTK_BOX (box), gtk_separator_new (GTK_ORIENTATION_HORIZONTAL), TRUE, TRUE, 3); - - } - -@@ -109,12 +109,12 @@ user_list_row_class_init (UserListRowClass *klass) - } - - GtkWidget * --user_list_row_new (ActUser *Actuser) -+user_list_row_new (ActUser *user) - { - UserListRow *row; - - row = g_object_new (USER_LIST_TYPE_ROW, NULL); -- g_set_object (&row->priv->user, Actuser); -+ g_set_object (&row->priv->user, user); - user_list_row_set_data (row); - - return GTK_WIDGET (row); -diff --git a/src/user-password.c b/src/user-password.c -index a53aa5c..bb7ca31 100644 ---- a/src/user-password.c -+++ b/src/user-password.c -@@ -65,8 +65,8 @@ static void next_login_set_password (GtkRadioButton *button, gpointer data) - gtk_widget_set_sensitive (dialog->verify_entry, FALSE); - gtk_widget_set_sensitive (dialog->level_bar, FALSE); - gtk_widget_set_sensitive (GTK_WIDGET (dialog->button_ok), TRUE); -- gtk_entry_set_text (GTK_ENTRY(dialog->password_entry), ""); -- gtk_entry_set_text (GTK_ENTRY(dialog->verify_entry), ""); -+ gtk_entry_set_text (GTK_ENTRY (dialog->password_entry), ""); -+ gtk_entry_set_text (GTK_ENTRY (dialog->verify_entry), ""); - gtk_label_set_markup (GTK_LABEL (dialog->label_note), NULL); - gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->password_entry), - GTK_ENTRY_ICON_SECONDARY, -@@ -76,7 +76,7 @@ static void next_login_set_password (GtkRadioButton *button, gpointer data) - if (dialog->check_password_time_id > 0) //因为不需要检查密码所以移除定时器 - { - g_source_remove (dialog->check_password_time_id); -- dialog->check_password_time_id = 0;; -+ dialog->check_password_time_id = 0; - } - - dialog->password_mode = ACT_USER_PASSWORD_MODE_SET_AT_LOGIN; -@@ -88,21 +88,21 @@ static void check_password_strength (UserPassword *dialog) - int Level; - const char *Message; - -- s = gtk_entry_get_text (GTK_ENTRY(dialog->password_entry)); -- if(strlen(s) == 0) -+ s = gtk_entry_get_text (GTK_ENTRY (dialog->password_entry)); -+ if (strlen(s) == 0) - { - dialog->sensitive = FALSE; - return; - } -- Level = GetPassStrength (s, NULL,NULL,&Message); -+ Level = GetPassStrength (s, NULL, NULL, &Message); - gtk_level_bar_set_value (GTK_LEVEL_BAR (dialog->level_bar), Level); - - /*The new password meets the requirements*/ -- if(Message == NULL && Level > 1) -+ if (Message == NULL && Level > 1) - { -- gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->password_entry), -- GTK_ENTRY_ICON_SECONDARY, -- "emblem-ok-symbolic"); -+ gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->password_entry), -+ GTK_ENTRY_ICON_SECONDARY, -+ "emblem-ok-symbolic"); - gtk_label_set_markup (GTK_LABEL (dialog->label_note), NULL); - dialog->sensitive = TRUE; - -@@ -110,15 +110,16 @@ static void check_password_strength (UserPassword *dialog) - } - dialog->sensitive = FALSE; - SetLableFontType (dialog->label_note, "red", 10, Message, FALSE); -- gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->password_entry), -- GTK_ENTRY_ICON_SECONDARY, -- "system-run"); -+ gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->password_entry), -+ GTK_ENTRY_ICON_SECONDARY, -+ "system-run"); - } -+ - static void - update_sensitivity (UserPassword *dialog) - { - if (!dialog->sensitive) -- gtk_entry_set_text (GTK_ENTRY(dialog->verify_entry), ""); -+ gtk_entry_set_text (GTK_ENTRY (dialog->verify_entry), ""); - gtk_widget_set_sensitive (dialog->verify_entry, dialog->sensitive); - } - -@@ -156,16 +157,17 @@ setup_check_password (UserPassword *dialog) - - return TRUE; - } -+ - static void now_set_password (GtkRadioButton *button, gpointer data) - { - UserPassword *dialog = USER_PASSWORD (data); - -- gtk_widget_set_sensitive (dialog->password_entry, TRUE); //unlock widget -+ gtk_widget_set_sensitive (dialog->password_entry, TRUE); - gtk_widget_set_sensitive (dialog->verify_entry, FALSE); - gtk_widget_set_sensitive (dialog->level_bar, TRUE); - gtk_widget_set_sensitive (dialog->button_ok, FALSE); - -- if (dialog->check_password_time_id > 0) //因为不需要检查密码所以移除定时器 -+ if (dialog->check_password_time_id > 0) - { - g_source_remove (dialog->check_password_time_id); - dialog->check_password_time_id = 0; -@@ -267,18 +269,18 @@ user_password_init (UserPassword *dialog) - gtk_grid_set_column_homogeneous (GTK_GRID (table), TRUE); - - label = gtk_label_new (_("Password")); -- gtk_grid_attach (GTK_GRID (table) ,label, 0 , 0 , 1 , 1); -+ gtk_grid_attach (GTK_GRID (table), label, 0, 0, 1, 1); - - login_button = gtk_radio_button_new_with_label (NULL, _("Set up next time")); - radio_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (login_button)); -- gtk_grid_attach (GTK_GRID (table) ,login_button, 0 , 1 , 5 , 1); -- g_signal_connect(login_button, -+ gtk_grid_attach (GTK_GRID (table), login_button, 0, 1, 5, 1); -+ g_signal_connect (login_button, - "toggled", - G_CALLBACK (next_login_set_password), - dialog); - - now_button = gtk_radio_button_new_with_label (radio_group, _("Now set up")); -- gtk_grid_attach (GTK_GRID (table) ,now_button, 0, 2, 5, 1); -+ gtk_grid_attach (GTK_GRID (table), now_button, 0, 2, 5, 1); - g_signal_connect (now_button, - "toggled", - G_CALLBACK (now_set_password), -@@ -288,10 +290,10 @@ user_password_init (UserPassword *dialog) - - label = gtk_label_new (NULL); - SetLableFontType (label, "gray", 11, _("User Password"), TRUE); -- gtk_grid_attach (GTK_GRID (table) ,label, 0, 3, 1, 1); -+ gtk_grid_attach (GTK_GRID (table), label, 0, 3, 1, 1); - - dialog->password_entry = gtk_entry_new (); -- gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->password_entry), -+ gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->password_entry), - GTK_ENTRY_ICON_SECONDARY, - "system-run"); - -@@ -299,13 +301,13 @@ user_password_init (UserPassword *dialog) - GTK_ENTRY_ICON_SECONDARY, - _("generation password")); - gtk_entry_set_max_length (GTK_ENTRY (dialog->password_entry), 20); -- gtk_grid_attach (GTK_GRID (table) ,dialog->password_entry, 1 , 3 , 4 , 1); -+ gtk_grid_attach (GTK_GRID (table), dialog->password_entry, 1, 3, 4, 1); - - dialog->level_bar = gtk_level_bar_new (); - gtk_level_bar_set_min_value (GTK_LEVEL_BAR (dialog->level_bar), 0.0); - gtk_level_bar_set_max_value (GTK_LEVEL_BAR (dialog->level_bar), 5.0); - gtk_level_bar_set_mode (GTK_LEVEL_BAR (dialog->level_bar), GTK_LEVEL_BAR_MODE_DISCRETE); -- gtk_grid_attach (GTK_GRID (table), dialog->level_bar, 1 , 4 , 4 , 1); -+ gtk_grid_attach (GTK_GRID (table), dialog->level_bar, 1, 4, 4, 1); - - dialog->label_note = gtk_label_new (NULL); - gtk_grid_attach (GTK_GRID (table), dialog->label_note, 0, 5, 4, 1); -@@ -318,19 +320,19 @@ user_password_init (UserPassword *dialog) - gtk_entry_set_visibility (GTK_ENTRY (dialog->verify_entry), FALSE); - gtk_entry_set_max_length (GTK_ENTRY(dialog->verify_entry),20); - gtk_entry_set_visibility (GTK_ENTRY(dialog->verify_entry),FALSE); -- gtk_grid_attach(GTK_GRID(table) ,dialog->verify_entry, 1 , 6 , 4 , 1); -- g_signal_connect (G_OBJECT(dialog->password_entry), -+ gtk_grid_attach(GTK_GRID(table) ,dialog->verify_entry, 1, 6, 4, 1); -+ g_signal_connect (G_OBJECT (dialog->password_entry), - "icon-press", - G_CALLBACK(AutoGenera), - dialog->verify_entry); - - label = gtk_label_new(NULL); -- gtk_grid_attach (GTK_GRID (table) ,label, 0 , 7 , 4 , 1); -+ gtk_grid_attach (GTK_GRID (table), label, 0, 7, 4, 1); - -- gtk_widget_set_sensitive (dialog->password_entry, FALSE); //lock widget -+ gtk_widget_set_sensitive (dialog->password_entry, FALSE); - gtk_widget_set_sensitive (dialog->verify_entry, FALSE); - hseparator = gtk_separator_new (GTK_ORIENTATION_VERTICAL); -- gtk_grid_attach(GTK_GRID(table) , hseparator , 0 , 8 , 5 , 1); -+ gtk_grid_attach(GTK_GRID(table), hseparator, 0, 8, 5, 1); - } - - static void -@@ -362,11 +364,11 @@ user_password_response (GtkDialog *dia, - switch (response_id) - { - case GTK_RESPONSE_CLOSE: -- CloseNewPassWindow(dialog); -+ CloseNewPassWindow (dialog); - break; - case GTK_RESPONSE_OK: - SetNewPass(dialog); -- CloseNewPassWindow(dialog); -+ CloseNewPassWindow (dialog); - break; - default: - break; -@@ -400,8 +402,8 @@ UserPassword * - user_password_new (ActUser *user) - { - UserPassword *dialog; -- int password_type; -- char *label; -+ int password_type; -+ char *label; - - g_return_val_if_fail (ACT_IS_USER (user), NULL); - --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0004-After-freeing-the-memory-assign-null-to-the-pointer.patch mate-user-admin-1.7.0/debian/patches/0004-After-freeing-the-memory-assign-null-to-the-pointer.patch --- mate-user-admin-1.6.0/debian/patches/0004-After-freeing-the-memory-assign-null-to-the-pointer.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0004-After-freeing-the-memory-assign-null-to-the-pointer.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -From 31bd7b7bfd484154856a7248027d1ad9b4d9b498 Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Wed, 24 Mar 2021 22:39:00 +0800 -Subject: [PATCH 04/20] After freeing the memory, assign null to the pointer - -Signed-off-by: Mike Gabriel ---- - src/user-face.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/user-face.c b/src/user-face.c -index e987574..26ac8c9 100644 ---- a/src/user-face.c -+++ b/src/user-face.c -@@ -129,10 +129,12 @@ user_face_dispose (GObject *object) - if (face->priv->file_name != NULL) - { - g_free (face->priv->file_name); -+ face->priv->file_name = NULL; - } - if (face->priv->real_name != NULL) - { - g_free (face->priv->real_name); -+ face->priv->real_name = NULL; - } - G_OBJECT_CLASS (user_face_parent_class)->dispose (object); - } --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0005-Increase-user-list-width-by-20.patch mate-user-admin-1.7.0/debian/patches/0005-Increase-user-list-width-by-20.patch --- mate-user-admin-1.6.0/debian/patches/0005-Increase-user-list-width-by-20.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0005-Increase-user-list-width-by-20.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -From 1a4eaf54bf904da5c31a1247a08032961edb06eb Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Wed, 24 Mar 2021 22:45:57 +0800 -Subject: [PATCH 05/20] Increase user list width by 20 - -Signed-off-by: Mike Gabriel ---- - src/user-list.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/user-list.c b/src/user-list.c -index 5a2ea6c..e0b1e79 100644 ---- a/src/user-list.c -+++ b/src/user-list.c -@@ -75,7 +75,7 @@ user_list_row_init (UserListRow *row) - - row->priv = user_list_row_get_instance_private (row); - box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6); -- gtk_widget_set_size_request (box, 190, -1); -+ gtk_widget_set_size_request (box, 210, -1); - gtk_widget_set_halign (box, GTK_ALIGN_START); - gtk_widget_set_valign (box, GTK_ALIGN_CENTER); - gtk_container_add (GTK_CONTAINER (row), box); -@@ -87,7 +87,7 @@ user_list_row_init (UserListRow *row) - gtk_box_pack_start (GTK_BOX (hbox), row->priv->user_image, TRUE, TRUE, 6); - - vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); -- gtk_widget_set_size_request (vbox, 110, -1); -+ gtk_widget_set_size_request (vbox, 130, -1); - gtk_box_pack_start (GTK_BOX (hbox), vbox, TRUE, TRUE, 12); - - row->priv->real_name = create_user_list_row_label (); --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0006-Disconnect-permission-signal-after-closing-UserGroup.patch mate-user-admin-1.7.0/debian/patches/0006-Disconnect-permission-signal-after-closing-UserGroup.patch --- mate-user-admin-1.6.0/debian/patches/0006-Disconnect-permission-signal-after-closing-UserGroup.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0006-Disconnect-permission-signal-after-closing-UserGroup.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,61 +0,0 @@ -From fe50a3fc0abcff7c34c24a19a3de5c1181c25f04 Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Fri, 2 Apr 2021 10:15:56 +0800 -Subject: [PATCH 06/20] Disconnect permission signal after closing - UserGroupWindow dialog - -Signed-off-by: Mike Gabriel ---- - src/user-group-window.c | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/user-group-window.c b/src/user-group-window.c -index e0e2e72..111ae89 100644 ---- a/src/user-group-window.c -+++ b/src/user-group-window.c -@@ -546,7 +546,7 @@ static GtkWidget *vbox_widget_new (void) - return box; - } - --static GtkWidget *load_select_group (UserGroupWindow *win) -+static GtkWidget *load_select_group (UserGroupWindow *win, GtkWidget *button_lock) - { - GtkWidget *vbox; - GtkWidget *vbox1; -@@ -591,6 +591,7 @@ static GtkWidget *load_select_group (UserGroupWindow *win) - "clicked", - G_CALLBACK (CloseGroupWindow), - win); -+ gtk_grid_attach (GTK_GRID (table), button_lock, 2, 1, 1, 1); - return vbox; - } - -@@ -831,7 +832,7 @@ static void user_group_window_dispose (GObject *object) - g_signal_handler_disconnect (win->priv->g_manager, win->priv->remove_id); - win->priv->remove_id = 0; - } -- -+ g_signal_handlers_disconnect_by_func (win->priv->permission, on_permission_changed, win); - g_signal_emit (win, signals[WINDOW_CLOSED], 0); - G_OBJECT_CLASS (user_group_window_parent_class)->dispose (object); - } -@@ -883,7 +884,7 @@ void user_group_window_init (UserGroupWindow *group_window) - gtk_notebook_set_tab_pos (GTK_NOTEBOOK (note_book), GTK_POS_TOP); - - label = gtk_label_new (_("Switch Groups")); -- box = load_select_group (group_window); -+ box = load_select_group (group_window, button_lock); - gtk_notebook_append_page (GTK_NOTEBOOK (note_book), box, label); - - label = gtk_label_new (_("Create Groups")); -@@ -925,7 +926,6 @@ UserGroupWindow *user_group_window_new (const char *user_name, - gtk_widget_destroy (GTK_WIDGET (group_window)); - return NULL; - } -- - update_sensitive (group_window); - user_group_window_update_list_store (group_window); - user_list_store_update (user_list, group_window->priv->UserStore); --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0007-Remove-the-user-name-validity-check-timer-when-creat.patch mate-user-admin-1.7.0/debian/patches/0007-Remove-the-user-name-validity-check-timer-when-creat.patch --- mate-user-admin-1.6.0/debian/patches/0007-Remove-the-user-name-validity-check-timer-when-creat.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0007-Remove-the-user-name-validity-check-timer-when-creat.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,107 +0,0 @@ -From 06ba6fc9861678f88ccfefce900c3a1f80ee8ead Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Fri, 2 Apr 2021 10:49:44 +0800 -Subject: [PATCH 07/20] Remove the user name validity check timer when creating - a user - -Signed-off-by: Mike Gabriel ---- - src/user-admin.c | 24 ++++++++++++++++-------- - src/user-window.c | 3 ++- - 2 files changed, 18 insertions(+), 9 deletions(-) - -diff --git a/src/user-admin.c b/src/user-admin.c -index b6696f2..41b1194 100644 ---- a/src/user-admin.c -+++ b/src/user-admin.c -@@ -261,7 +261,7 @@ static gboolean UserNameValidCheck (const gchar *UserName, gchar **Message) - in_use = FALSE; - home_use = FALSE; - } -- else -+ else - { - empty = FALSE; - in_use = CheckUserNameUsed (UserName); -@@ -354,7 +354,7 @@ static gboolean check_user_name (UserManager *dialog) - if(Message != NULL) - SetLableFontType (dialog->priv->label_note, "red", 10, Message, FALSE); - else -- { -+ { - gtk_entry_set_icon_from_icon_name (GTK_ENTRY(dialog->priv->name_entry), - GTK_ENTRY_ICON_SECONDARY, - "emblem-ok-symbolic"); -@@ -435,9 +435,9 @@ static void close_dialog (GtkWidget *widget) - gtk_widget_destroy (widget); - } - --static void NewUserLoaded (ActUser *user, -- GParamSpec *pspec, -- UserManager *dialog) -+static void set_new_user_base_info (ActUser *user, -+ GParamSpec *pspec, -+ UserManager *dialog) - { - const char *NewUserLang; - const char *Password; -@@ -466,7 +466,7 @@ static void NewUserLoaded (ActUser *user, - - static void CreateUserDone (ActUserManager *Manager, - GAsyncResult *res, -- UserManager *dialog) -+ UserManager *dialog) - { - GError *error = NULL; - ActUser *user; -@@ -481,9 +481,12 @@ static void CreateUserDone (ActUserManager *Manager, - } - mate_uesr_admin_log ("Debug","Created user: %s success", act_user_get_user_name (user)); - if (act_user_is_loaded (user)) -- NewUserLoaded (user, NULL, dialog); -+ set_new_user_base_info (user, NULL, dialog); - else -- g_signal_connect (user, "notify::is-loaded", G_CALLBACK (NewUserLoaded), dialog); -+ g_signal_connect (user, -+ "notify::is-loaded", -+ G_CALLBACK (set_new_user_base_info), -+ dialog); - - } - -@@ -509,6 +512,11 @@ static void CreateLocalNewUser(UserManager *dialog) - rn = gtk_entry_get_text (GTK_ENTRY (dialog->priv->real_entry)); - un = gtk_entry_get_text (GTK_ENTRY (dialog->priv->name_entry)); - -+ if (dialog->priv->name_time_id != 0) -+ { -+ g_source_remove (dialog->priv->name_time_id); -+ dialog->priv->name_time_id = 0; -+ } - Manager = act_user_manager_get_default (); - mate_uesr_admin_log ("Debug","username %s realname %s", - un, rn); -diff --git a/src/user-window.c b/src/user-window.c -index 7c1af0b..e139076 100644 ---- a/src/user-window.c -+++ b/src/user-window.c -@@ -462,6 +462,7 @@ void user_window_remove_user_cb (ActUserManager *um, - - static gboolean update_new_user_info (UserWindow *win) - { -+ g_print ("user name = %s\r\n",GetUserName (win->priv->user)); - user_window_update (win, win->priv->user); - - g_source_remove (win->priv->update_user_id); -@@ -486,7 +487,7 @@ void user_window_add_user_cb (ActUserManager *um, - - user_window_set_list_data (win, index); - -- win->priv->update_user_id = g_timeout_add (800, (GSourceFunc) update_new_user_info, win); -+ win->priv->update_user_id = g_timeout_add (1000, (GSourceFunc) update_new_user_info, win); - - gtk_widget_show_all (win->priv->list_box); - } --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0008-Update-user-info-2500-ms-after-creating-new-user.patch mate-user-admin-1.7.0/debian/patches/0008-Update-user-info-2500-ms-after-creating-new-user.patch --- mate-user-admin-1.6.0/debian/patches/0008-Update-user-info-2500-ms-after-creating-new-user.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0008-Update-user-info-2500-ms-after-creating-new-user.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -From 27dd3e38c8f349e5160281935e6e583534b87a53 Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Fri, 2 Apr 2021 11:32:53 +0800 -Subject: [PATCH 08/20] Update user info 2500 ms after creating new user - -Signed-off-by: Mike Gabriel ---- - src/user-window.c | 5 ++--- - 1 file changed, 2 insertions(+), 3 deletions(-) - -diff --git a/src/user-window.c b/src/user-window.c -index e139076..c3c8852 100644 ---- a/src/user-window.c -+++ b/src/user-window.c -@@ -462,9 +462,8 @@ void user_window_remove_user_cb (ActUserManager *um, - - static gboolean update_new_user_info (UserWindow *win) - { -- g_print ("user name = %s\r\n",GetUserName (win->priv->user)); - user_window_update (win, win->priv->user); -- -+ - g_source_remove (win->priv->update_user_id); - win->priv->update_user_id = 0; - -@@ -487,7 +486,7 @@ void user_window_add_user_cb (ActUserManager *um, - - user_window_set_list_data (win, index); - -- win->priv->update_user_id = g_timeout_add (1000, (GSourceFunc) update_new_user_info, win); -+ win->priv->update_user_id = g_timeout_add (2500, (GSourceFunc) update_new_user_info, win); - - gtk_widget_show_all (win->priv->list_box); - } --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0009-Invalid-user-name-does-not-show-emblem-ok-symbolic.patch mate-user-admin-1.7.0/debian/patches/0009-Invalid-user-name-does-not-show-emblem-ok-symbolic.patch --- mate-user-admin-1.6.0/debian/patches/0009-Invalid-user-name-does-not-show-emblem-ok-symbolic.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0009-Invalid-user-name-does-not-show-emblem-ok-symbolic.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -From 41e7ecaef8eff61879f480182f9711317c5bb3ed Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Fri, 2 Apr 2021 11:48:46 +0800 -Subject: [PATCH 09/20] Invalid user name does not show emblem-ok-symbolic - -Signed-off-by: Mike Gabriel ---- - src/user-admin.c | 8 +++++++- - 1 file changed, 7 insertions(+), 1 deletion(-) - -diff --git a/src/user-admin.c b/src/user-admin.c -index 41b1194..4153cf9 100644 ---- a/src/user-admin.c -+++ b/src/user-admin.c -@@ -347,12 +347,18 @@ static gboolean check_user_name (UserManager *dialog) - gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->real_entry), - GTK_ENTRY_ICON_SECONDARY, - NULL); -- gtk_widget_set_sensitive (dialog->priv->button, FALSE); -+ dialog->priv->sensitive = FALSE; - } - - Valid = UserNameValidCheck (user_name_text, &Message); - if(Message != NULL) -+ { - SetLableFontType (dialog->priv->label_note, "red", 10, Message, FALSE); -+ gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->name_entry), -+ GTK_ENTRY_ICON_SECONDARY, -+ NULL); -+ gtk_widget_set_sensitive (dialog->priv->button, FALSE); -+ } - else - { - gtk_entry_set_icon_from_icon_name (GTK_ENTRY(dialog->priv->name_entry), --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0010-Displays-the-user-name-of-the-removed-user.patch mate-user-admin-1.7.0/debian/patches/0010-Displays-the-user-name-of-the-removed-user.patch --- mate-user-admin-1.6.0/debian/patches/0010-Displays-the-user-name-of-the-removed-user.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0010-Displays-the-user-name-of-the-removed-user.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -From 156e0fc89f75130ac1056410381651e552f202a0 Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Fri, 2 Apr 2021 12:21:10 +0800 -Subject: [PATCH 10/20] Displays the user name of the removed user - -Signed-off-by: Mike Gabriel ---- - src/user-admin.c | 12 +++++++----- - 1 file changed, 7 insertions(+), 5 deletions(-) - -diff --git a/src/user-admin.c b/src/user-admin.c -index 4153cf9..6476a2e 100644 ---- a/src/user-admin.c -+++ b/src/user-admin.c -@@ -173,9 +173,10 @@ static void DeleteOldUserDone (ActUserManager *manager, - ******************************************************************************/ - void RemoveUser (ActUser *user) - { -- int nRet; -- gboolean RemoveType = TRUE; -- ActUserManager *Manager; -+ int nRet; -+ gboolean RemoveType = TRUE; -+ ActUserManager *Manager; -+ g_autofree char *title = NULL; - - Manager = act_user_manager_get_default (); - if (act_user_get_uid (user) == getuid ()) -@@ -193,8 +194,9 @@ void RemoveUser (ActUser *user) - ERROR); - return; - } -- nRet = MessageReport (_("Remove User"), -- _("Whether to remove the user's home directory"), -+ title = g_strdup_printf (_("Remove '%s' user"), act_user_get_user_name (user)); -+ nRet = MessageReport (title, -+ _("Whether to remove the user's home directory"), - QUESTION); - if (nRet == GTK_RESPONSE_NO) - { --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0011-Update-po-mate-user-admin.pot-and-po-POTFILES.in.patch mate-user-admin-1.7.0/debian/patches/0011-Update-po-mate-user-admin.pot-and-po-POTFILES.in.patch --- mate-user-admin-1.6.0/debian/patches/0011-Update-po-mate-user-admin.pot-and-po-POTFILES.in.patch 2022-06-18 14:21:13.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0011-Update-po-mate-user-admin.pot-and-po-POTFILES.in.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,842 +0,0 @@ -From c4413f4ddb6b0f0256699f07523b2eaaef590980 Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Fri, 2 Apr 2021 15:20:06 +0800 -Subject: [PATCH 11/20] Update po/mate-user-admin.pot and po/POTFILES.in - -Signed-off-by: Mike Gabriel ---- - po/POTFILES.in | 21 +- - po/mate-user-admin.pot | 533 ++++++++++++++++++++--------------------- - 2 files changed, 269 insertions(+), 285 deletions(-) - -diff --git a/po/POTFILES.in b/po/POTFILES.in -index 4973c72..c71cf5c 100644 ---- a/po/POTFILES.in -+++ b/po/POTFILES.in -@@ -1,14 +1,17 @@ - data/org.mate.user.admin.policy.in - data/mate-user-admin.appdata.xml.in --src/main.c --src/user-base.c --src/user-info.c --src/user-password.c --src/user-admin.c --src/user-face.c --src/user-list.c --src/user-share.c --src/user-group.c -+src/main.c -+src/user-admin.c -+src/user-avatar.c -+src/user-base.c - src/user-crop.c -+src/user-face.c -+src/user-group.c -+src/user-group-window.c - src/user-history.c -+src/user-info.c - src/user-language.c -+src/user-list.c -+src/user-password.c -+src/user-share.c -+src/user-window.c -diff --git a/po/mate-user-admin.pot b/po/mate-user-admin.pot -index 2208cd2..b02a4d4 100644 ---- a/po/mate-user-admin.pot -+++ b/po/mate-user-admin.pot -@@ -8,7 +8,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" - "Last-Translator: FULL NAME \n" - "Language-Team: LANGUAGE \n" -@@ -42,527 +42,508 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:919 src/user-group-window.c:588 src/user-group-window.c:654 -+#: src/user-group-window.c:712 src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-avatar.c:253 -+msgid "_Open" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" -- --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+"Create User Group Successfully,Please view the end of the switch-groups list." - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups list." -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-language.c:667 -+msgid "Cancel" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" - msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0012-The-unlock-popovers-is-displayed-only-once.patch mate-user-admin-1.7.0/debian/patches/0012-The-unlock-popovers-is-displayed-only-once.patch --- mate-user-admin-1.6.0/debian/patches/0012-The-unlock-popovers-is-displayed-only-once.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0012-The-unlock-popovers-is-displayed-only-once.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,49 +0,0 @@ -From b48b899d2f21c3f8bb394553c00f5319a7b331bf Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Fri, 2 Apr 2021 23:44:35 +0800 -Subject: [PATCH 12/20] The unlock popovers is displayed only once - -Signed-off-by: Mike Gabriel ---- - src/user-window.c | 11 ++++++++++- - 1 file changed, 10 insertions(+), 1 deletion(-) - -diff --git a/src/user-window.c b/src/user-window.c -index c3c8852..4a1f2e2 100644 ---- a/src/user-window.c -+++ b/src/user-window.c -@@ -116,7 +116,6 @@ static void update_permission (UserWindow *win) - gtk_widget_set_sensitive (GTK_WIDGET (win->priv->face), is_authorized); - user_base_set_public_sensitive (win->priv->base, is_authorized); - user_base_set_private_sensitive (win->priv->base, is_authorized); -- gtk_widget_set_visible (win->priv->popover,!is_authorized); - - if (is_authorized == 0 && self_selected == 1) - { -@@ -134,6 +133,11 @@ static void on_permission_changed (GPermission *permission, - update_permission(userwin); - } - -+static void button_active_changed (GtkButton *button, UserWindow *win) -+{ -+ gtk_widget_set_visible (win->priv->popover, FALSE); -+} -+ - static void user_window_set_permission (UserWindow *win) - { - GError *error = NULL; -@@ -151,6 +155,11 @@ static void user_window_set_permission (UserWindow *win) - "notify", - G_CALLBACK (on_permission_changed), - win); -+ -+ g_signal_connect (win->priv->button_lock, -+ "clicked", -+ G_CALLBACK (button_active_changed), -+ win); - } - else - { --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0013-Fix-multiple-memory-leaks.patch mate-user-admin-1.7.0/debian/patches/0013-Fix-multiple-memory-leaks.patch --- mate-user-admin-1.6.0/debian/patches/0013-Fix-multiple-memory-leaks.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0013-Fix-multiple-memory-leaks.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,238 +0,0 @@ -From 020c1ddf5f722cac23d1efa168a428110c6266ae Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Sun, 18 Jul 2021 05:49:50 +0800 -Subject: [PATCH 13/20] Fix multiple memory leaks - -Signed-off-by: Mike Gabriel ---- - src/user-admin.c | 8 ++++---- - src/user-avatar.c | 5 +++-- - src/user-base.c | 11 +++-------- - src/user-face.c | 10 +++++++--- - src/user-info.c | 4 ++-- - src/user-list.c | 2 +- - src/user-password.c | 2 +- - src/user-share.c | 11 +++++------ - src/user-window.c | 2 +- - 9 files changed, 27 insertions(+), 28 deletions(-) - -diff --git a/src/user-admin.c b/src/user-admin.c -index 6476a2e..73d1360 100644 ---- a/src/user-admin.c -+++ b/src/user-admin.c -@@ -322,7 +322,7 @@ static gboolean UserNameValidCheck (const gchar *UserName, gchar **Message) - static gboolean check_user_name (UserManager *dialog) - { - gboolean Valid; -- char *Message = NULL; -+ g_autofree gchar *message = NULL; - const char *user_name_text; - const char *real_name_text; - const char *FixedNote = _("This will be used to name your home folder and can't be changed"); -@@ -352,10 +352,10 @@ static gboolean check_user_name (UserManager *dialog) - dialog->priv->sensitive = FALSE; - } - -- Valid = UserNameValidCheck (user_name_text, &Message); -- if(Message != NULL) -+ Valid = UserNameValidCheck (user_name_text, &message); -+ if(message != NULL) - { -- SetLableFontType (dialog->priv->label_note, "red", 10, Message, FALSE); -+ SetLableFontType (dialog->priv->label_note, "red", 10, message, FALSE); - gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->name_entry), - GTK_ENTRY_ICON_SECONDARY, - NULL); -diff --git a/src/user-avatar.c b/src/user-avatar.c -index 52e7b52..a371083 100644 ---- a/src/user-avatar.c -+++ b/src/user-avatar.c -@@ -52,7 +52,7 @@ static void thumbnail_preview (GtkFileChooser *chooser, - MateDesktopThumbnailFactory *thumbnail) - { - char *uri; -- GdkPixbuf *pixbuf = NULL; -+ g_autoptr(GdkPixbuf) pixbuf = NULL; - char *mime_type = NULL; - GFile *file; - GFileInfo *file_info; -@@ -429,7 +429,8 @@ static void face_widget_activated (GtkFlowBox *flowbox, - image = gtk_bin_get_child (GTK_BIN (child)); - filename = g_object_get_data (G_OBJECT (image), "filename"); - -- avatar->priv->new_avatar_path = NULL; -+ if (avatar->priv->new_avatar_path != NULL) -+ g_free (avatar->priv->new_avatar_path); - avatar->priv->new_avatar_path = g_strdup (filename); - - g_signal_emit (avatar, signals[AVATAR_CHANGED], 0); -diff --git a/src/user-base.c b/src/user-base.c -index a154d55..c2f6a8f 100644 ---- a/src/user-base.c -+++ b/src/user-base.c -@@ -39,7 +39,6 @@ struct _UserBasePrivate - GtkWidget *switch_login; - GtkWidget *button_group; - -- char *time_text; - }; - - G_DEFINE_TYPE_WITH_PRIVATE (UserBase, user_base, GTK_TYPE_GRID) -@@ -200,6 +199,7 @@ void user_base_update_user_info (UserBase *base, ActUser *user) - char *lang; - const char *lang_id; - const char *label; -+ g_autofree char *time_text = NULL; - int PasswordType; - - user_base_block_signal (base); -@@ -223,8 +223,8 @@ void user_base_update_user_info (UserBase *base, ActUser *user) - - gtk_switch_set_state (GTK_SWITCH (base->priv->switch_login), GetUserAutoLogin (user)); - -- base->priv->time_text = GetLoginTimeText (user); -- gtk_button_set_label (GTK_BUTTON (base->priv->button_time), base->priv->time_text); -+ time_text = GetLoginTimeText (user); -+ gtk_button_set_label (GTK_BUTTON (base->priv->button_time), time_text); - - user_base_unblock_signal (base); - } -@@ -335,11 +335,6 @@ user_base_dispose (GObject *object) - UserBase *base = USER_BASE (object); - - g_clear_object (&base->priv->user); -- if (base->priv->time_text != NULL) -- { -- g_free (base->priv->time_text); -- base->priv->time_text = NULL; -- } - G_OBJECT_CLASS (user_base_parent_class)->dispose (object); - } - -diff --git a/src/user-face.c b/src/user-face.c -index 26ac8c9..7a3e7a8 100644 ---- a/src/user-face.c -+++ b/src/user-face.c -@@ -47,7 +47,7 @@ static void user_avatar_changed_cb (UserAvatar *avatar, UserFace *face) - GtkWidget *image; - char *file_name; - g_autoptr(GdkPixbuf) pb = NULL; -- GdkPixbuf *pb2; -+ g_autoptr(GdkPixbuf) pb2 = NULL; - - file_name = user_avatar_get_file_name (avatar); - /*Update the home page picture*/ -@@ -56,6 +56,10 @@ static void user_avatar_changed_cb (UserAvatar *avatar, UserFace *face) - image = gtk_image_new_from_pixbuf(pb2); - gtk_button_set_image(GTK_BUTTON(face->priv->button), image); - -+ if (face->priv->file_name != NULL) -+ { -+ g_free (face->priv->file_name); -+ } - face->priv->file_name = g_strdup (file_name); - g_signal_emit (face, signals[IMAGE_CHANGED], 0); - -@@ -189,7 +193,7 @@ void user_face_fill (UserFace *face, ActUser *user) - GtkWidget *image; - GError *error = NULL; - g_autoptr(GdkPixbuf) pb = NULL; -- GdkPixbuf *pb2; -+ g_autoptr(GdkPixbuf) pb2 = NULL; - - /*set user icon 96 *96 */ - pb = gdk_pixbuf_new_from_file (GetUserIcon (user), &error); -@@ -241,7 +245,7 @@ void user_face_update (UserFace *face, - { - GtkWidget *image; - g_autoptr(GdkPixbuf) pb = NULL; -- GdkPixbuf *pb2; -+ g_autoptr(GdkPixbuf) pb2 = NULL; - - pb = gdk_pixbuf_new_from_file (image_name, NULL); - pb2 = gdk_pixbuf_scale_simple (pb, 96, 96, GDK_INTERP_BILINEAR); -diff --git a/src/user-info.c b/src/user-info.c -index c17539c..85309f5 100644 ---- a/src/user-info.c -+++ b/src/user-info.c -@@ -55,12 +55,12 @@ const gchar * GetPasswordModeText (ActUser *user,int *Type) - text = ("None"); - *Type = NEWPASS; - break; -- default: -+ default: - g_assert_not_reached (); - } - } - -- return text; -+ return text; - } - const gchar * GetLoginTimeText (ActUser *user) - { -diff --git a/src/user-list.c b/src/user-list.c -index e0b1e79..a6803aa 100644 ---- a/src/user-list.c -+++ b/src/user-list.c -@@ -32,7 +32,7 @@ G_DEFINE_TYPE_WITH_PRIVATE (UserListRow, user_list_row, GTK_TYPE_LIST_BOX_ROW) - void - user_list_row_set_data (UserListRow *row) - { -- GdkPixbuf *face; -+ g_autoptr(GdkPixbuf) face = NULL; - const char *user_image; - const char *real_name; - const char *user_name; -diff --git a/src/user-password.c b/src/user-password.c -index bb7ca31..fe74fd7 100644 ---- a/src/user-password.c -+++ b/src/user-password.c -@@ -349,8 +349,8 @@ user_password_destroy (GtkWidget *obj) - - if (dialog->label != NULL) - { -- dialog->label = NULL; - g_free (dialog->label); -+ dialog->label = NULL; - } - } - -diff --git a/src/user-share.c b/src/user-share.c -index 43943c3..49121ad 100644 ---- a/src/user-share.c -+++ b/src/user-share.c -@@ -420,13 +420,12 @@ void AutoGenera (GtkEntry *entry, - gpointer data) - { - -- char *NewPassWord; -- -- gtk_entry_set_visibility(GTK_ENTRY(entry),TRUE); -- pwquality_generate (get_pwq (), 0, &NewPassWord); -- gtk_entry_set_text(GTK_ENTRY(entry),NewPassWord); -- gtk_entry_set_text(GTK_ENTRY(data),NewPassWord); -+ g_autofree char *new_password = NULL; - -+ gtk_entry_set_visibility (GTK_ENTRY (entry), TRUE); -+ pwquality_generate (get_pwq (), 0, &new_password); -+ gtk_entry_set_text (GTK_ENTRY (entry), new_password); -+ gtk_entry_set_text (GTK_ENTRY (data), new_password); - } - - /****************************************************************************** -diff --git a/src/user-window.c b/src/user-window.c -index 4a1f2e2..9c90b56 100644 ---- a/src/user-window.c -+++ b/src/user-window.c -@@ -201,7 +201,7 @@ static void user_window_list_select_user (GtkListBox *list_box, - static void user_image_changed_cb (UserFace *face, UserWindow *win) - { - char *file_name; -- GdkPixbuf *pb; -+ g_autoptr(GdkPixbuf) pb = NULL; - - file_name = user_face_get_image_name (face); - act_user_set_icon_file (win->priv->user, file_name); --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0014-user-list-use-default-color.patch mate-user-admin-1.7.0/debian/patches/0014-user-list-use-default-color.patch --- mate-user-admin-1.6.0/debian/patches/0014-user-list-use-default-color.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0014-user-list-use-default-color.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,70 +0,0 @@ -From fe00805194e9bd7649c98ba4b02aa7c3deb23785 Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Sat, 25 Sep 2021 15:33:16 +0800 -Subject: [PATCH 14/20] user list use default color - -Signed-off-by: Mike Gabriel ---- - src/user-list.c | 4 ++-- - src/user-share.c | 23 ++++++++++++++++------- - 2 files changed, 18 insertions(+), 9 deletions(-) - -diff --git a/src/user-list.c b/src/user-list.c -index a6803aa..6749c3b 100644 ---- a/src/user-list.c -+++ b/src/user-list.c -@@ -44,8 +44,8 @@ user_list_row_set_data (UserListRow *row) - face = SetUserFaceSize (user_image, 50); - gtk_image_set_from_pixbuf (GTK_IMAGE (row->priv->user_image),face); - -- SetLableFontType (row->priv->real_name, "black", 14, real_name, TRUE); -- SetLableFontType (row->priv->user_name, "black", 11, user_name, FALSE); -+ SetLableFontType (row->priv->real_name, NULL, 14, real_name, TRUE); -+ SetLableFontType (row->priv->user_name, NULL, 11, user_name, FALSE); - } - - static void -diff --git a/src/user-share.c b/src/user-share.c -index 49121ad..ed3837f 100644 ---- a/src/user-share.c -+++ b/src/user-share.c -@@ -215,20 +215,29 @@ void SetLableFontType(GtkWidget *Lable , - { - char *LableTypeBuf; - -- if(Blod) -+ if (Color == NULL) - { -- LableTypeBuf = g_strdup_printf ("%s", -- Color, -+ LableTypeBuf = g_strdup_printf ("%s", - FontSzie, - Word); - } - else - { -- LableTypeBuf = g_strdup_printf("%s", -- Color, -- FontSzie, -- Word); -+ if(Blod) -+ { -+ LableTypeBuf = g_strdup_printf ("%s", -+ Color, -+ FontSzie, -+ Word); -+ } -+ else -+ { -+ LableTypeBuf = g_strdup_printf("%s", -+ Color, -+ FontSzie, -+ Word); - -+ } - } - gtk_label_set_markup(GTK_LABEL(Lable),LableTypeBuf); - g_free(LableTypeBuf); --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0015-Fix-meson-function-does-not-take-positional-argument.patch mate-user-admin-1.7.0/debian/patches/0015-Fix-meson-function-does-not-take-positional-argument.patch --- mate-user-admin-1.6.0/debian/patches/0015-Fix-meson-function-does-not-take-positional-argument.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0015-Fix-meson-function-does-not-take-positional-argument.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,67 +0,0 @@ -From 1cc46ba1abcf1e6a65a427cd8cd06fea83e81c9d Mon Sep 17 00:00:00 2001 -From: zhuyaliang <15132211195@163.com> -Date: Sun, 13 Feb 2022 17:57:30 +0800 -Subject: [PATCH 15/20] Fix meson function does not take positional arguments - -Signed-off-by: Mike Gabriel ---- - data/meson.build | 3 --- - src/meson.build | 14 -------------- - 2 files changed, 17 deletions(-) - -diff --git a/data/meson.build b/data/meson.build -index 9794fd1..06b16d6 100644 ---- a/data/meson.build -+++ b/data/meson.build -@@ -6,7 +6,6 @@ subdir('mate-user-admin') - i18n = import('i18n') - - i18n.merge_file( -- 'mate-user-admin-desktop', - input: 'mate-user-admin.desktop.in', - output: 'mate-user-admin.desktop', - install: true, -@@ -16,7 +15,6 @@ i18n.merge_file( - ) - polkit = 'org.mate.user.admin.policy' - i18n.merge_file( -- polkit, - input: polkit + '.in', - output: polkit, - po_dir: join_paths(meson.source_root(), 'po'), -@@ -26,7 +24,6 @@ i18n.merge_file( - - appdata = 'mate-user-admin.appdata.xml' - i18n.merge_file( -- polkit, - input: appdata + '.in', - output: appdata, - po_dir: join_paths(meson.source_root(), 'po'), -diff --git a/src/meson.build b/src/meson.build -index c123436..5bea2cd 100644 ---- a/src/meson.build -+++ b/src/meson.build -@@ -18,20 +18,6 @@ sources = [ - 'user-language.c', - ] - --account_src = gnome.gdbus_codegen( -- 'account-generated', -- 'org.freedesktop.Accounts.xml', -- interface_prefix : 'org.freedesktop.', -- namespace : 'Admin' --) -- --account_user_src = gnome.gdbus_codegen( -- 'account-user-generated', -- 'org.freedesktop.Accounts.User.xml', -- interface_prefix : 'org.freedesktop.', -- namespace : 'Admin' -- ) -- - executable('mate-user-admin', - sources : sources, - dependencies : [gtk_deps, pwquality_deps, act_deps, gas_deps, crypt_deps, md_deps,polkit_deps,fc_deps], --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0016-Add-remove_list_element-function.patch mate-user-admin-1.7.0/debian/patches/0016-Add-remove_list_element-function.patch --- mate-user-admin-1.6.0/debian/patches/0016-Add-remove_list_element-function.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0016-Add-remove_list_element-function.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,197 +0,0 @@ -From d5b5f7c75e71f957d7dfef36d9f04a3e8178e0df Mon Sep 17 00:00:00 2001 -From: zhuyaliang -Date: Tue, 1 Mar 2022 16:24:56 +0800 -Subject: [PATCH 16/20] Add remove_list_element function - -Signed-off-by: Mike Gabriel ---- - src/user-group-window.c | 47 +++++++++++++++++++++++++++++++---------- - src/user-group.c | 12 +++++------ - 2 files changed, 42 insertions(+), 17 deletions(-) - -diff --git a/src/user-group-window.c b/src/user-group-window.c -index 111ae89..96aa0c6 100644 ---- a/src/user-group-window.c -+++ b/src/user-group-window.c -@@ -78,6 +78,7 @@ static gboolean CheckGroupNameUsed (const gchar *name) - - return grent != NULL; - } -+ - static gboolean CheckGroupName (const gchar *name, gchar **Message) - { - gboolean empty; -@@ -140,10 +141,11 @@ static void CloseGroupWindow (GtkWidget *widget, gpointer data) - { - gtk_widget_destroy (GTK_WIDGET (data)); - } --static gboolean restartlist (GtkTreeModel *model, -- GtkTreePath *path, -- GtkTreeIter *iter, -- gpointer data) -+ -+static gboolean restartlist (GtkTreeModel *model, -+ GtkTreePath *path, -+ GtkTreeIter *iter, -+ gpointer data) - { - gtk_list_store_set (GTK_LIST_STORE (model), - iter, -@@ -152,6 +154,7 @@ static gboolean restartlist (GtkTreeModel *model, - -1); - return FALSE; - } -+ - static void clearconfigdata (UserGroupWindow *win) - { - GtkTreeModel *model; -@@ -281,6 +284,26 @@ static void UserSelectGroup (GtkCellRendererToggle *cell, - gtk_tree_path_free (path); - } - -+static GSList *remove_list_element (GSList *list, char *name) -+{ -+ guint i; -+ guint length; -+ const char *data; -+ -+ length = g_slist_length (list); -+ for (i = 0; i < length; i++) -+ { -+ data = g_slist_nth_data (list, i); -+ if (g_strcmp0 (data, name) == 0) -+ { -+ list = g_slist_remove_all (list, data); -+ break; -+ } -+ } -+ -+ return list; -+} -+ - static void NewGroupSelectUsers (GtkCellRendererToggle *cell, - gchar *path_str, - gpointer data) -@@ -291,13 +314,13 @@ static void NewGroupSelectUsers (GtkCellRendererToggle *cell, - GtkTreeIter iter; - GtkTreePath *path; - gboolean fixed; -- const gchar *name; -+ char *name = NULL; - - model = gtk_tree_view_get_model (treeview); - path = gtk_tree_path_new_from_string (path_str); - /* get toggled iter */ - gtk_tree_model_get_iter (model, &iter, path); -- gtk_tree_model_get (model, &iter, COLUMN_FIXED, &fixed, -1); -+ gtk_tree_model_get (model, &iter, COLUMN_FIXED, &fixed, -1); - gtk_tree_model_get (model, &iter, COLUMN_NAME, &name, -1); - if (fixed == FALSE) - { -@@ -305,9 +328,11 @@ static void NewGroupSelectUsers (GtkCellRendererToggle *cell, - } - else - { -- win->priv->NewGroupUsers = g_slist_remove (win->priv->NewGroupUsers, name); -+ win->priv->NewGroupUsers = remove_list_element (win->priv->NewGroupUsers, name); -+ g_free (name); - } - fixed ^= 1; -+ - gtk_list_store_set (GTK_LIST_STORE (model), &iter, COLUMN_FIXED, fixed, -1); - gtk_tree_path_free (path); - } -@@ -419,7 +444,7 @@ static void create_tree_text_renderer (GtkTreeView *tree, - GtkCellRenderer *renderer; - GtkTreeViewColumn *column; - -- renderer = gtk_cell_renderer_text_new (); -+ renderer = gtk_cell_renderer_text_new (); - column = gtk_tree_view_column_new_with_attributes (name, - renderer, - "text", -@@ -520,6 +545,7 @@ static GtkWidget *grid_widget_new (void) - - return table; - } -+ - static GtkWidget *scrolled_widget_new (void) - { - GtkWidget *Scrolled; -@@ -785,7 +811,6 @@ static void user_group_add_cb (GasGroupManager *g_manager, - UserGroupWindow *win) - { - UserGroup *group; -- - add_user_to_new_group (win->priv->NewGroupUsers, gas); - - group = user_group_new (gas); -@@ -839,7 +864,7 @@ static void user_group_window_dispose (GObject *object) - - void user_group_window_class_init (UserGroupWindowClass *klass) - { -- GObjectClass *object_class = G_OBJECT_CLASS (klass); -+ GObjectClass *object_class = G_OBJECT_CLASS (klass); - - object_class->dispose = user_group_window_dispose; - -@@ -865,7 +890,6 @@ void user_group_window_init (UserGroupWindow *group_window) - gtk_container_set_border_width (GTK_CONTAINER (group_window), 10); - group_window->priv->permission = polkit_permission_new_sync (USER_GROUP_PERMISSION, NULL, NULL, &error); - group_window->priv->NewGroupUsers = NULL; -- - if (group_window->priv->permission == NULL) - { - mate_uesr_admin_log ("Warning","Cannot create '%s' permission: %s", USER_GROUP_PERMISSION, error->message); -@@ -911,6 +935,7 @@ UserGroupWindow *user_group_window_new (const char *user_name, - group_window->priv->user_name = g_strdup (user_name); - group_window->priv->g_manager = user_group_start_group_manager (); - group_window->priv->group_list = user_group_get_group_list (group_window->priv->g_manager); -+ - group_window->priv->add_id = g_signal_connect (group_window->priv->g_manager, - "group-added", - G_CALLBACK (user_group_add_cb), -diff --git a/src/user-group.c b/src/user-group.c -index 80ad017..c4effb8 100644 ---- a/src/user-group.c -+++ b/src/user-group.c -@@ -111,8 +111,8 @@ gboolean user_group_remove_group (GasGroupManager *ggm, - error); - } - --gboolean user_group_user_is_group (UserGroup *group, -- const gchar *user) -+gboolean user_group_user_is_group (UserGroup *group, -+ const gchar *user) - { - g_return_val_if_fail (USER_IS_GROUP (group), FALSE); - g_return_val_if_fail (user != NULL, FALSE); -@@ -127,7 +127,7 @@ gboolean user_group_is_primary_group (UserGroup *group) - return gas_group_is_primary_group (group->priv->gas); - } - --void add_user_to_new_group(GSList *list, GasGroup *gas) -+void add_user_to_new_group (GSList *list, GasGroup *gas) - { - GSList *node; - const char *name; -@@ -146,13 +146,13 @@ GSList *user_group_get_group_list (GasGroupManager *g_manager) - UserGroup *usergroup; - - list = gas_group_manager_list_groups (g_manager); -- for(l = list; l ; l = l->next) -+ for (l = list; l ; l = l->next) - { - usergroup = user_group_new (l->data); - -- if(usergroup != NULL) -+ if (usergroup != NULL) - { -- group_list = g_slist_append (group_list, g_object_ref(usergroup)); -+ group_list = g_slist_append (group_list, g_object_ref (usergroup)); - } - } - g_slist_free (list); --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0017-Update-translation.patch mate-user-admin-1.7.0/debian/patches/0017-Update-translation.patch --- mate-user-admin-1.6.0/debian/patches/0017-Update-translation.patch 2022-06-18 14:21:13.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0017-Update-translation.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,93917 +0,0 @@ -From 4d7f01fa2b17daf62d3f5a172dbf30a4493b3422 Mon Sep 17 00:00:00 2001 -From: zhuyaliang -Date: Fri, 8 Apr 2022 11:31:12 +0800 -Subject: [PATCH 17/20] Update translation - -Signed-off-by: Mike Gabriel ---- - po/af.po | 554 +++++++++++++++++----------------- - po/am.po | 568 +++++++++++++++++------------------ - po/ar.po | 631 +++++++++++++++++++-------------------- - po/as.po | 558 +++++++++++++++++----------------- - po/ast.po | 568 +++++++++++++++++------------------ - po/az.po | 554 +++++++++++++++++----------------- - po/be.po | 562 +++++++++++++++++------------------ - po/bg.po | 568 +++++++++++++++++------------------ - po/bn.po | 564 +++++++++++++++++------------------ - po/bn_IN.po | 562 +++++++++++++++++------------------ - po/br.po | 560 +++++++++++++++++------------------ - po/bs.po | 556 +++++++++++++++++----------------- - po/ca.po | 633 +++++++++++++++++++-------------------- - po/ca@valencia.po | 568 +++++++++++++++++------------------ - po/cmn.po | 566 +++++++++++++++++------------------ - po/crh.po | 556 +++++++++++++++++----------------- - po/cs.po | 642 ++++++++++++++++++++------------------- - po/cy.po | 560 +++++++++++++++++------------------ - po/da.po | 620 +++++++++++++++++++------------------- - po/de.po | 634 +++++++++++++++++++-------------------- - po/dz.po | 554 +++++++++++++++++----------------- - po/el.po | 736 ++++++++++++++++++++++----------------------- - po/en_AU.po | 568 +++++++++++++++++------------------ - po/en_CA.po | 554 +++++++++++++++++----------------- - po/en_GB.po | 568 +++++++++++++++++------------------ - po/eo.po | 565 +++++++++++++++++------------------ - po/es.po | 628 +++++++++++++++++++-------------------- - po/es_AR.po | 546 +++++++++++++++++----------------- - po/es_CO.po | 554 +++++++++++++++++----------------- - po/es_MX.po | 546 +++++++++++++++++----------------- - po/et.po | 597 ++++++++++++++++++------------------- - po/eu.po | 575 +++++++++++++++++------------------ - po/fa.po | 554 +++++++++++++++++----------------- - po/fi.po | 597 ++++++++++++++++++------------------- - po/fr.po | 647 ++++++++++++++++++++-------------------- - po/fur.po | 550 +++++++++++++++++----------------- - po/fy.po | 546 +++++++++++++++++----------------- - po/ga.po | 554 +++++++++++++++++----------------- - po/gl.po | 626 +++++++++++++++++++-------------------- - po/gu.po | 560 +++++++++++++++++------------------ - po/ha.po | 544 ++++++++++++++++------------------ - po/he.po | 575 +++++++++++++++++------------------ - po/hi.po | 560 +++++++++++++++++------------------ - po/hr.po | 598 ++++++++++++++++++------------------- - po/hu.po | 644 ++++++++++++++++++++-------------------- - po/hy.po | 560 +++++++++++++++++------------------ - po/id.po | 738 ++++++++++++++++++++++----------------------- - po/ie.po | 558 +++++++++++++++++----------------- - po/ig.po | 544 ++++++++++++++++------------------ - po/is.po | 558 +++++++++++++++++----------------- - po/it.po | 713 ++++++++++++++++++++++---------------------- - po/ja.po | 733 +++++++++++++++++++++++---------------------- - po/ka.po | 554 +++++++++++++++++----------------- - po/kab.po | 555 ++++++++++++++++++++++++++++++++++ - po/kk.po | 564 +++++++++++++++++------------------ - po/kn.po | 564 +++++++++++++++++------------------ - po/ko.po | 616 +++++++++++++++++++------------------- - po/ku.po | 554 +++++++++++++++++----------------- - po/ku_IQ.po | 558 +++++++++++++++++----------------- - po/ky.po | 566 +++++++++++++++++------------------ - po/li.po | 550 +++++++++++++++++----------------- - po/lt.po | 608 ++++++++++++++++++------------------- - po/lv.po | 570 +++++++++++++++++------------------ - po/mai.po | 558 +++++++++++++++++----------------- - po/mg.po | 554 +++++++++++++++++----------------- - po/mi.po | 544 ++++++++++++++++------------------ - po/mk.po | 560 +++++++++++++++++------------------ - po/ml.po | 560 +++++++++++++++++------------------ - po/mn.po | 554 +++++++++++++++++----------------- - po/mr.po | 566 +++++++++++++++++------------------ - po/ms.po | 622 +++++++++++++++++++------------------- - po/nb.po | 616 +++++++++++++++++++------------------- - po/nds.po | 622 +++++++++++++++++++------------------- - po/ne.po | 560 +++++++++++++++++------------------ - po/nl.po | 624 +++++++++++++++++++------------------- - po/nn.po | 562 +++++++++++++++++------------------ - po/nso.po | 550 +++++++++++++++++----------------- - po/oc.po | 672 ++++++++++++++++++++--------------------- - po/or.po | 562 +++++++++++++++++------------------ - po/pa.po | 566 +++++++++++++++++------------------ - po/pl.po | 657 ++++++++++++++++++++-------------------- - po/ps.po | 554 +++++++++++++++++----------------- - po/pt.po | 574 +++++++++++++++++------------------ - po/pt_BR.po | 602 ++++++++++++++++++------------------- - po/ro.po | 568 +++++++++++++++++------------------ - po/ru.po | 658 ++++++++++++++++++++-------------------- - po/rw.po | 550 +++++++++++++++++----------------- - po/si.po | 554 +++++++++++++++++----------------- - po/sk.po | 570 +++++++++++++++++------------------ - po/sl.po | 741 +++++++++++++++++++++++----------------------- - po/sq.po | 564 +++++++++++++++++------------------ - po/sr.po | 739 ++++++++++++++++++++++----------------------- - po/sr@latin.po | 566 +++++++++++++++++------------------ - po/sv.po | 623 +++++++++++++++++++------------------- - po/ta.po | 568 +++++++++++++++++------------------ - po/te.po | 560 +++++++++++++++++------------------ - po/th.po | 568 +++++++++++++++++------------------ - po/tk.po | 546 +++++++++++++++++----------------- - po/tr.po | 708 ++++++++++++++++++++++--------------------- - po/tzm.po | 555 ++++++++++++++++++++++++++++++++++ - po/ug.po | 562 +++++++++++++++++------------------ - po/uk.po | 632 +++++++++++++++++++-------------------- - po/ur.po | 564 +++++++++++++++++------------------ - po/uz.po | 562 +++++++++++++++++------------------ - po/vi.po | 562 +++++++++++++++++------------------ - po/wa.po | 550 +++++++++++++++++----------------- - po/xh.po | 552 +++++++++++++++++----------------- - po/yi.po | 542 ++++++++++++++++----------------- - po/yo.po | 544 ++++++++++++++++------------------ - po/zh_CN.po | 685 +++++++++++++++++++++--------------------- - po/zh_HK.po | 630 +++++++++++++++++++-------------------- - po/zh_TW.po | 614 +++++++++++++++++++------------------- - po/zu.po | 550 +++++++++++++++++----------------- - 113 files changed, 32752 insertions(+), 33467 deletions(-) - create mode 100644 po/kab.po - create mode 100644 po/tzm.po - -diff --git a/po/af.po b/po/af.po -index f4b74a3..5fc521f 100644 ---- a/po/af.po -+++ b/po/af.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Afrikaans (https://www.transifex.com/mate/teams/13566/af/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Wagwoord" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Volle name" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Wagwoord" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Volle name" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Skep 'n nuwe gebruiker" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Selekteer" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Open" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Boodskap" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Verwyder" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Verwyder" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Kanselleer" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Boodskap" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Kanselleer" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/am.po b/po/am.po -index 68e9cc7..5e0a0c0 100644 ---- a/po/am.po -+++ b/po/am.po -@@ -5,16 +5,16 @@ - # - # Translators: - # Stefano Karapetsas , 2019 --# samson , 2019 -+# samson , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: samson , 2019\n" -+"Last-Translator: samson , 2021\n" - "Language-Team: Amharic (https://www.transifex.com/mate/teams/13566/am/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "ፋይል መክፈቻ" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "መደበኛ" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "ቋንቋ" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "የ መግቢያ ቃል" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "መዝጊያ" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "ማረጋገጫ" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "ሙሉ ስም " - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "መደበኛ" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "የ መግቢያ ቃል" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "ማረጋገጫ" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "መዝጊያ" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "አዲስ ተጠቃሚ መፍጠሪያ " - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_መሰረዣ " - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "ምረጥ" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_መክፈቻ" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "ቋንቋ" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "መልእክት" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "ማስወገጃ" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "ማስወገጃ" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "ዛሬ" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "መሰረዣ" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "ዛሬ" -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "መልእክት" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "መሰረዣ" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ar.po b/po/ar.po -index dc7d60b..7bf53de 100644 ---- a/po/ar.po -+++ b/po/ar.po -@@ -8,15 +8,16 @@ - # مهدي السطيفي , 2019 - # alibacha19 , 2019 - # Stefano Karapetsas , 2019 -+# Ahmd go , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Ahmd go , 2021\n" - "Language-Team: Arabic (https://www.transifex.com/mate/teams/13566/ar/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -26,7 +27,7 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "" -+msgstr "إدارة حسابات المستخدم" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" -@@ -34,7 +35,7 @@ msgstr "" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "مدير ماتي" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" -@@ -49,528 +50,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "فتح مِلف" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "قياسي" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "اللغة" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "كلمة المرور" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "إغلاق" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "تأكيد" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" -+msgstr "حذف المستخدم" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." -+msgstr "لا تستطع حذف حسابك." - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." --msgstr "" -+msgstr "اسم المستخدم لا يبدأ ب -." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" --msgstr "" -+msgstr "إنشاء مستخدم" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "اسم المستخدم" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "الاسم بالكامل" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "نوع الحساب" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "قياسي" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" -+msgstr "كلمتا المرور المدخلتان مختلفتين" -+ -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "كلمة المرور" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "تأكيد" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "إغلاق" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "أنشئ مستخدما جديدا" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "أل_غ" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "اختر" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" --msgstr "" -+msgstr "تحميل الصور المحلية" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" --msgstr "" -+msgstr "تصفح لمزيد من الصور" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "ا_فتح" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "اللغة" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "وقت الدخول" - --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "مدير المجموعة" - --#: src/user-share.c:189 --msgid "Message" --msgstr "رسالة" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "إعدادات المجموعات" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "تغيير الاسم" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." -+msgstr "اسم المجموعة لا يبدأ ب -." - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -+#: src/user-group-window.c:185 -+msgid "Create New Group" -+msgstr "إنشاء مجموعة جديدة" - --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" -+msgstr "فشل إنشاء مجموعة جديدة" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" -+msgstr "حذف مجموعة" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "اسم المجموعة" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." --msgstr "" -+#: src/user-group-window.c:620 -+msgid "New Group Name" -+msgstr "اسم المجموعة الجديد" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" --msgstr "" -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "اسم المستخدم" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "معرّف المستخدم" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "احذف" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" --msgstr "" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" -+msgstr "تبديل/تغيير المجموعات" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -+#: src/user-group-window.c:890 -+msgid "Create Groups" -+msgstr "إنشاء مجموعات" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" --msgstr "" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" -+msgstr "حذف المجموعات" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -+#: src/user-history.c:40 -+msgid "This Week" -+msgstr "هذا الأسبوع" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "معرّف المستخدم" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "الأسبوع الماضي" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "احذف" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "اليوم" - --#: src/user-group.c:757 --msgid "Initialization group management" --msgstr "" -+#: src/user-history.c:150 -+msgid "Yesterday" -+msgstr "أمس" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -+#: src/user-history.c:397 -+msgid "previous" -+msgstr "السابق" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" --msgstr "" -+#: src/user-history.c:402 -+msgid "next" -+msgstr "التالي" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "" -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "الحساب غير متوفر" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" -+msgstr "أكثر..." -+ -+#: src/user-language.c:225 -+msgid "No languages found" -+msgstr "اللغة غير موجودة" -+ -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "ألغ" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "تم" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "كلمة المرور" -+ -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "رسالة" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "حاول تغيير بعض الحروف والأرقام" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "حاول تغيير كلمة المرور" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "اليوم" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "حاول استخدام أرقام أكثر" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "ألغ" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "تم" -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "إضافة مستخدم" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "" -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "مدير المستخدم ماتي" -diff --git a/po/as.po b/po/as.po -index 14fb3ce..6c8914a 100644 ---- a/po/as.po -+++ b/po/as.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Assamese (https://www.transifex.com/mate/teams/13566/as/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "গুপ্তশব্দ" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "সম্পূৰ্ণ নাম" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "গুপ্তশব্দ" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "সম্পূৰ্ণ নাম" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "বাতিল (_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "নিৰ্ব্বাচন কৰক" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "খোলো (_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "বাৰ্তা" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ব্যবহাৰকাৰীৰ ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "আঁতৰাওঁক" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "ব্যবহাৰকাৰীৰ ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "আঁতৰাওঁক" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "বাতিল কৰক" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "বাৰ্তা" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "বাতিল কৰক" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ast.po b/po/ast.po -index 5cb461f..4f3f6ef 100644 ---- a/po/ast.po -+++ b/po/ast.po -@@ -4,7 +4,7 @@ - # FIRST AUTHOR , YEAR. - # - # Translators: --# Ḷḷumex03 , 2019 -+# Ḷḷumex03, 2019 - # Stefano Karapetsas , 2019 - # - #, fuzzy -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Asturian (https://www.transifex.com/mate/teams/13566/ast/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Llingua" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Contraseña" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Zarrar" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirmar" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nome Completu" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Contraseña" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirmar" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Zarrar" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Crear Nuevu Usuariu" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Encaboxar" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Esbillar" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Abrir" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Llingua" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Mensaxe" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID del usuariu" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Desaniciar" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID del usuariu" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Desaniciar" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Encaboxar" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Fecho" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Mensaxe" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Encaboxar" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Fecho" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/az.po b/po/az.po -index 2e93ba3..9cc1ed7 100644 ---- a/po/az.po -+++ b/po/az.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: She110ck Finch , 2019\n" - "Language-Team: Azerbaijani (https://www.transifex.com/mate/teams/13566/az/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Şifrə" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Bağla" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Şifrə" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Bağla" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Seç" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Aç" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "İsmarıc" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Çıxart" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Çıxart" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Ləğv Et" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "İsmarıc" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Ləğv Et" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/be.po b/po/be.po -index 5aad6c5..32cb7a1 100644 ---- a/po/be.po -+++ b/po/be.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Belarusian (https://www.transifex.com/mate/teams/13566/be/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Стандартныя" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Мова" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Пароль" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Закрыць" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Пацвердзіць" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Поўнае імя" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Стандартныя" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Пароль" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Пацвердзіць" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Закрыць" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Стварыць новага карыстальніка" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Скасаваць" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Выбар" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Адкрыць" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Мова" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Паведамленне" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Выдаліць" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Выдаліць" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Сёння" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Скасаваць" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Сёння" -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Паведамленне" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Скасаваць" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/bg.po b/po/bg.po -index dd8708a..3e83a5f 100644 ---- a/po/bg.po -+++ b/po/bg.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Bulgarian (https://www.transifex.com/mate/teams/13566/bg/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Стандартни" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Език" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Парола" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Затваряне" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Потвърждение" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Пълно име" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Стандартни" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Парола" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Потвърждение" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Затваряне" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Създаване на нов потребител" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Отказ" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Избор" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "О_тваряне" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Език" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Съобщение" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Идентификатор на потребител" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Премахване" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "Идентификатор на потребител" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Премахване" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Днес" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Отказ" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Готово" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Днес" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Съобщение" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Отказ" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Готово" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/bn.po b/po/bn.po -index 67c19c2..a71d1ed 100644 ---- a/po/bn.po -+++ b/po/bn.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Bengali (https://www.transifex.com/mate/teams/13566/bn/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "ভাষা" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "পাসওয়ার্ড" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "পূর্ণ নাম" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "পাসওয়ার্ড" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "পূর্ণ নাম" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "নতুন ব্যবহারকারী তৈরি করা" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "বাতিল (_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "নির্বাচন" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "খুলুন (_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "ভাষা" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "বার্তা" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ব্যবহারকারীর ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "মুছে ফেলুন" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "ব্যবহারকারীর ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "মুছে ফেলুন" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "আজ" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "বাতিল" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "সম্পন্ন" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "আজ" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "বার্তা" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "বাতিল" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "সম্পন্ন" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/bn_IN.po b/po/bn_IN.po -index 20d02c5..2cfc3c1 100644 ---- a/po/bn_IN.po -+++ b/po/bn_IN.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Bengali (India) (https://www.transifex.com/mate/teams/13566/bn_IN/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "ভাষা" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "পাসওয়ার্ড" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "बंद करें" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "পূর্ণ নাম" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "পাসওয়ার্ড" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "পূর্ণ নাম" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "बंद करें" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "বাতিল (_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "নির্বাচন করুন" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "খুলুন(_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "ভাষা" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "বার্তা" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ব্যবহারকারীর ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "মুছে ফেলুন" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "ব্যবহারকারীর ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "মুছে ফেলুন" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "বাতিল" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "বার্তা" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "বাতিল" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/br.po b/po/br.po -index 582190f..1380f8b 100644 ---- a/po/br.po -+++ b/po/br.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Breton (https://www.transifex.com/mate/teams/13566/br/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Yezh" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Ger-tremen" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Serriñ" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Kadarnaat" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Anv hag anv-bihan" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Ger-tremen" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Kadarnaat" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Serriñ" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Nullañ" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Diuzañ" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Digeriñ" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Yezh" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Kemennadenn" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Dilemel" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Dilemel" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Nullañ" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Kemennadenn" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Nullañ" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/bs.po b/po/bs.po -index bd2575a..2e8ee97 100644 ---- a/po/bs.po -+++ b/po/bs.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Sky Lion , 2019\n" - "Language-Team: Bosnian (https://www.transifex.com/mate/teams/13566/bs/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Šifra" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Zatvori" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Potvrdi" -- --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Šifra" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Potvrdi" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Zatvori" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Izaberi" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Otvori" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Poruka" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Ukloni" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Ukloni" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Odustani" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Poruka" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Odustani" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ca.po b/po/ca.po -index 04d3073..9c9d32a 100644 ---- a/po/ca.po -+++ b/po/ca.po -@@ -4,18 +4,18 @@ - # FIRST AUTHOR , YEAR. - # - # Translators: --# Wolfgang Ulbrich , 2019 - # Stefano Karapetsas , 2019 --# Robert Antoni Buj Gelonch , 2019 -+# Wolfgang Ulbrich , 2021 -+# Robert Antoni Buj Gelonch , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Robert Antoni Buj Gelonch , 2019\n" -+"Last-Translator: Robert Antoni Buj Gelonch , 2021\n" - "Language-Team: Catalan (https://www.transifex.com/mate/teams/13566/ca/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -55,158 +55,69 @@ msgstr "" - "gestionar grups d’usuaris, com ara afegir o eliminar grups existents i crear" - " o suprimir nous grups." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "Ha fallat l'obtenció de la icona" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "Gestor d'usuaris de MATE" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "obriment de fitxer" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "Ha fallat la creació del fitxer del pid" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "escriptura de fitxer" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "ha fallat l'escriptura del fitxer del pid" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "ha fallat l'obriment del fitxer del pid" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "lectura de fitxer" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "ha fallat la lectura del fitxer del pid" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "No hi ha tal usuari!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Tipus de compte" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Estàndard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Administradors" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Idioma" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Sense ajusts" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Contrasenya" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Inici de sessió automàtic" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Hora d'inici de sessió" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Gestió dels grups" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Establiment dels grups" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "El compte està inhabilitat" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Configura-la la pròxima vegada" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Obtén la informació de l'usuari" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "el nombre d'usuaris és 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Estableix la contrasenya" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Tanca" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirma" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Configura-la ara" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Contrasenya de l'usuari" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "generació de la contrasenya" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Suprimeix l'usuari" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "No podeu suprimir el vostre compte." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Si s'ha de suprimir el directori personal de l'usuari" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "Repetició de nom d'usuari. Intenteu-ho amb un altre" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "Repetició de nom de carpeta d'usuari. Intenteu-ho amb un altre" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "El nom d'usuari no pot començar amb un - ." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -214,201 +125,169 @@ msgstr "" - "El nom d'usuari només hauria de contenir lletres en majúscules\n" - "i minúscules de la a fins a la z, dígits i els caràcters següents: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - "Això s'utilitzarà per posar el nom a la vostra carpeta d'usuari i no es pot " - "canviar" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Creació de l'usuari" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "Nom d'usuari" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Nom de l'usuari" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nom complet" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Tipus de compte" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Estàndard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administradors" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "Les contrasenyes introduïdes dues vegades són diferents" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Les contrasenyes híbrides milloren la seguretat" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Les contrasenyes mixtes milloren la seguretat" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Contrasenya" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Configura-la la pròxima vegada" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Ara establiu la contrasenya" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "generació de la contrasenya" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirma" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Tanca" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Crea un usuari nou" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "Crea un fitxer de retall" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "no s'ha pogut crear un fitxer temporal per a les dades de la imatge" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Cancel·la" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Selecciona" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Carrega la imatge local" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Navega per més imatges" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Obre" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" --"En fer clic a la finestra principal es tanca la finestra de selecció de la " --"imatge" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Imatge local" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Llista d'avatars" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "No hi ha cap adreça per emmagatzemar les imatges" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Canvia el nom" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Introduïu un caràcter vàlid" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Utilitza la tecla Retorn per desar les modificacions" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Llista d'usuaris" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Afegeix un usuari" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "_Retorn" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Missatge" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "La contrasenya nova ha de ser diferent de l'anterior" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Intenteu canviar algunes lletres i números" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Intenteu canviar una mica més la contrasenya" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "Una contrasenya sense el vostre nom d'usuari seria més forta" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Intenteu evitar l'ús del vostre nom a la contrasenya" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Intenteu evitar algunes de les paraules incloses a la contrasenya" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Intenteu evitar paraules comunes" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Intenteu evitar la reordenació de paraules existents" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Intenteu utilitzar més números" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Sense ajusts" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Intenteu utilitzar més lletres en majúscules" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Idioma" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Intenteu utilitzar més lletres en minúscules" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Inici de sessió automàtic" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" --"Intenteu utilitzar més caràcters especials, com ara signes de puntuació" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Hora d'inici de sessió" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "" --"Intenteu utilitzar una barreja de lletres, números i signes de puntuació" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Gestió dels grups" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Intenteu evitar la repetició del mateix caràcter" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Establiment dels grups" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Intenteu evitar la repetició del mateix tipus de caràcter: heu de barrejar " --"lletres, números i signes puntuació." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Canvia el nom" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Intenteu evitar les seqüències com ara 1234 o abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Introduïu un caràcter vàlid" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "La longitud de la contrasenya ha de tenir més de 8 caràcters" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Utilitza la tecla Retorn per desar les modificacions" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "Repetició de nom de grup. Intenteu-ho amb un altre" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "El nom de grup no pot començar amb un - ." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "El primer caràcter del nom del grup ha de ser una lletra" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -416,59 +295,27 @@ msgstr "" - "El nom de grup només hauria de contenir lletres en majúscules\n" - "i minúscules de la a fins a la z, dígits i els caràcters següents: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Crea un grup nou" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "Ha fallat la creació del grup nou" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Crea un grup d'usuaris" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" --"S'ha creat amb èxit el grup d'usuaris. Consulteu el final de la llista de " --"canvis dels grups." -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Suprimeix el grup" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "No es pot suprimir el grup root" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "Si s'ha de suprimir el grup seleccionat" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Nom del grup" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "Id. de grup" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "Id. d'usuari" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Suprimeix" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "Inicialització de la gestió de grups" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -476,11 +323,11 @@ msgstr "" - "La inicialització ha fallat; consulteu la funció \n" - "de la interfície del servei de gestió de grups" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "No s'ha pogut contactar amb group-service" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -488,114 +335,246 @@ msgstr "" - "Assegureu-vos que group-service està instal·lat i habilitat.\n" - " url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Obtén el nombre de grups" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "El nombre de grups és 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" --"Feu clic al signe de desbloqueig que hi ha a la vora superior esquerra" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "Feu clic al botó de desbloqueig a la pàgina «canvi de grup»" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Gestió dels grups" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Nom del grup" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Usuari actual -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Id. de grup" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Nom del grup nou" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Seleccioneu l'usuari per afegir-lo al grup nou" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Nom d'usuari" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Id. d'usuari" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Suprimeix" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "Id. de grup" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Crea un grup d'usuaris" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+"S'ha creat amb èxit el grup d'usuaris. Consulteu el final de la llista de " -+"canvis dels grups." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Canvis dels grups" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Creació de grups" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Supressió de grups" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Usuari actual - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "aquesta setmana" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "setmana passada" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "avui" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "ahir" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%e %b" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%e %b de %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Sessió finalitzada" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Sessió iniciada" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — Activitat del compte" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "anterior" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "següent" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "El compte està inhabilitat" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Obtén la informació de l'usuari" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "el nombre d'usuaris és 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Més..." - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "No s'ha trobat cap idioma" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Cancel·la" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Completat" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Usuari actual - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Les contrasenyes no coincideixen." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Configura-la ara" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Contrasenya de l'usuari" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Retorn" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Missatge" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "La contrasenya nova ha de ser diferent de l'anterior" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Intenteu canviar algunes lletres i números" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Intenteu canviar una mica més la contrasenya" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Una contrasenya sense el vostre nom d'usuari seria més forta" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Intenteu evitar l'ús del vostre nom a la contrasenya" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Intenteu evitar algunes de les paraules incloses a la contrasenya" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Intenteu evitar paraules comunes" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Intenteu evitar la reordenació de paraules existents" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Intenteu utilitzar més números" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Intenteu utilitzar més lletres en majúscules" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Intenteu utilitzar més lletres en minúscules" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" -+"Intenteu utilitzar més caràcters especials, com ara signes de puntuació" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+"Intenteu utilitzar una barreja de lletres, números i signes de puntuació" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Intenteu evitar la repetició del mateix caràcter" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Intenteu evitar la repetició del mateix tipus de caràcter: heu de barrejar " -+"lletres, números i signes puntuació." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Intenteu evitar les seqüències com ara 1234 o abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "La longitud de la contrasenya ha de tenir més de 8 caràcters" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "Alguns ajusts s'han de desbloquejar abans que es puguin canviar" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Afegeix un usuari" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Gestor d'usuaris de MATE" -diff --git a/po/ca@valencia.po b/po/ca@valencia.po -index d967ce2..83f913e 100644 ---- a/po/ca@valencia.po -+++ b/po/ca@valencia.po -@@ -13,7 +13,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Catalan (Valencian) (https://www.transifex.com/mate/teams/13566/ca@valencia/)\n" -@@ -48,528 +48,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Estàndard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Idioma" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Contrasenya" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Tanca" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirma" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nom complet" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Estàndard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Contrasenya" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirma" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Tanca" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Crea un usuari nou" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Cancel·la" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Selecciona" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Obri" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Idioma" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Missatge" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Identificador d'usuari" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Suprimeix" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "Identificador d'usuari" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Suprimeix" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Hui" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Cancel·la" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Completat" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Hui" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Missatge" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Cancel·la" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Completat" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/cmn.po b/po/cmn.po -index 66d08bb..6ee2f45 100644 ---- a/po/cmn.po -+++ b/po/cmn.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: 趙惟倫 , 2019\n" - "Language-Team: Chinese (Mandarin) (https://www.transifex.com/mate/teams/13566/cmn/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "語言" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "密碼" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "關閉" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "全名" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "密碼" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "全名" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "關閉" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "建立新的使用者" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "選擇" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "開啟(_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "語言" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "訊息" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "使用者 ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "移除" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "使用者 ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "移除" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "今天" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "取消" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "完成" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "今天" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "訊息" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "取消" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "完成" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/crh.po b/po/crh.po -index 055dae1..e457f8c 100644 ---- a/po/crh.po -+++ b/po/crh.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Crimean Turkish (https://www.transifex.com/mate/teams/13566/crh/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Til" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Tam İsim" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Tam İsim" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Vazgeç" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Aç" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Til" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Risale" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Çetlet" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Çetlet" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Bugün" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Vazgeç" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Bugün" -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Risale" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Vazgeç" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/cs.po b/po/cs.po -index 47c475f..bc4b324 100644 ---- a/po/cs.po -+++ b/po/cs.po -@@ -5,19 +5,19 @@ - # - # Translators: - # Michal , 2019 --# Lucas Lommer , 2019 --# LiberteCzech , 2019 -+# LiberteCzech , 2019 - # Stefano Karapetsas , 2019 --# ToMáš Marný, 2019 -+# ToMáš Marný, 2021 -+# Lukáš Lommer , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: ToMáš Marný, 2019\n" -+"Last-Translator: Lukáš Lommer , 2021\n" - "Language-Team: Czech (https://www.transifex.com/mate/teams/13566/cs/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -35,11 +35,11 @@ msgstr "Ke změně uživatelských dat je požadováno ověření" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "Správce MATE" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "Správa místních linuxových uživatelských účtů a skupin" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -49,159 +49,76 @@ msgid "" - "record. By working with group-service, groups of users can be managed, such " - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" -- --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "Nepodařilo se získat ikonu" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+"Správce MATE je grafický nástroj pro správu místních uživatelských účtů a " -+"skupin. Umožňuje přidávat a odstraňovat místní uživatele, měnit uživatelská " -+"jména, typy účtů, jazyk uživatele, jeho heslo a spravovat automatické " -+"přihlášení. Umožňuje také prohlížet podrobnosti účtů. Ve spolupráci s " -+"„group-service” umožňuje správu uživatelských skupin jako přidávání a " -+"odstraňování existujících skupin a vytváření či mazáni nových skupin." -+ -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "otevřít soubor" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "Selhalo vytvoření souboru pid" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "zapsat soubor" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "pokus o zapsání souboru pid selhal" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "pokus o otevření souboru pid selhal" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "číst soubor" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "pokus o načtení souboru pid selhal" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Takový uživatel neexistuje!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Typ účtu" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standardní" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Správci" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Jazyk" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Žádná nastavení" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Heslo" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Automatické přihlášení" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Čas přihlášení" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Správa skupiny" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Nastavení skupin" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Účet je zakázán" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Nastavit příště" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Získat informace o uživateli" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "počet uživatelů je 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Nastavit heslo" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Zavřené" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Potvrdit" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Nastavit nyní" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Uživatelské heslo" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "generování hesla" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Odebrat uživatele" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Nemůžete smazat svůj vlastní účet." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "uživatel je stále přihlášen" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Odebrat uživatele „%s“" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Zda odebrat domovský adresář uživatele" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "Opakujte uživatelské jméno. Zkuste prosím jiné" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" --msgstr "" -+msgstr "Opakujte název domácího adresáře uživatele. Zkuste prosím jiný" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "Uživatelské jméno nemůže začínat znakem -." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -209,196 +126,168 @@ msgstr "" - "Uživatelské jméno by mělo obsahovat pouze malá a velká \n" - "písmena a-z (bez diakritiky), číslice a následující znaky: . - _ (tečka, spojovník a podtržítko)" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - "Bude použito jako název vaší domovské složky a nelze jej později změnit" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Vytvoření uživatele" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "Uživatelské jméno" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Celé jméno" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Typ účtu" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standardní" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Správci" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "Zadaná hesla se liší" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Hybridní hesla zvyšují zabezpečení" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Smíšená hesla zlepšují zabezpečení" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Heslo" - --#: src/user-admin.c:788 -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Nastavit příště" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Nastavit heslo nyní" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "generování hesla" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Potvrdit" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Zavřené" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Vytvoření nového uživatele" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "nepodařilo se vytvořit dočasný soubor pro obrazová data" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Zrušit" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Vybrat" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Načíst místní obrázek" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Procházet další obrázky" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Otevřít" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "Kliknutím na hlavní okno se okno výběru obrázků zavře" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Místní obrázek" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Seznam avatarů" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "Neexistuje adresa pro ukládání fotografií" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Změnit jméno" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Zadejte prosím platný znak" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Pro uložení úprav použijte klávesu Enter" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Seznam uživatelů" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Přidat uživatele" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Zpráva" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "Nové heslo musí být odlišné od starého" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Zkuste změnit některá písmena a čísla" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Zkuste změnit heslo o něco více" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "Heslo bez vašeho uživatelského jména by bylo silnější" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Snažte se vyhnout použití svého jména v hesle" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Snažte se vyhnout některým slovům obsaženým v hesle" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Snažte se vyhnout běžným slovům" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Snažte se vyhnout přeskupování existujících slov" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Zkuste použít více čísel" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Žádná nastavení" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Zkuste použít více velkých písmen" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Jazyk" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Zkuste použít více malých písmen" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Automatické přihlášení" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "Zkuste použít více speciálních znaků, například interpunkci" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Čas přihlášení" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "Zkuste použít kombinaci písmen, čísel a interpunkčních znamének" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Správa skupiny" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Snažte se vyhnout opakování stejného znaku" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Nastavení skupin" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Snažte se vyhnout opakování stejného typu znaku: musíte míchat písmena, " --"číslice a interpunkci." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Změnit jméno" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Snažte se vyhnout sekvencím jako 1234 nebo abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Zadejte prosím platný znak" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "Délka hesla vyžaduje více než 8 znaků" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Pro uložení úprav použijte klávesu Enter" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "Opakujte název skupiny. Vyzkoušejte jiný" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "Název skupiny nemůže začínat znakem -." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "Pro první znak názvu skupiny je vyžadováno použít písmeno" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -406,67 +295,39 @@ msgstr "" - "Název skupiny by měl obsahovat pouze malá a velká \n" - "písmena a-z (bez diakritiky), číslice a následující znaky: . - _ (tečka, spojovník a podtržítko)" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Vytvořit novou skupinu" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "Vytvoření nové skupiny se nezdařilo" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Vytvořit skupinu uživatelů" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Odstranit skupinu" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "Nelze odebrat skupinu superuživatele" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "Zda odebrat vybranou skupinu" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Název skupiny" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "ID skupiny" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID uživatele" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Odstranit" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" --msgstr "" -+msgstr "Inicializace správy skupin" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" -+"Inicializace selhala, zkontrolujte prosím funkci\n" -+"Group Management Service Interface" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" --msgstr "" -+msgstr "Nepodařilo se napojit na „group-service”" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -474,113 +335,242 @@ msgstr "" - "Ujistěte se, že je group-service nainstalována a povolena.\n" - " url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Zjistit počet skupin" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "Počet skupin je 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "Klikněte na znak odemknutí v levém horním rohu" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "Na stránce Přepnout skupiny klikněte na tlačítko odemknutí" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Spravovat skupiny" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Název skupiny" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Aktuální uživatel -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "ID skupiny" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Nový název skupiny" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Vyberte uživatele, kterého chcete přidat do nové skupiny" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Uživatelské jméno" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID uživatele" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Odstranit" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "ID skupiny" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Vytvořit skupinu uživatelů" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Přepnout skupiny" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Vytvořit skupiny" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Odebrat skupiny" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Současný uživatel - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Tento týden" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "Minulý týden" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Dnes" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Včera" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%e. %b" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%e. %b %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Sezení ukončeno" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Sezení započato" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — Aktivita účtu" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "předchozí" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "další" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Účet je zakázán" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Získat informace o uživateli" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "počet uživatelů je 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Více…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Žádné jazyky nenalezeny" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Zrušit" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Hotovo" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Současný uživatel - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Hesla se neshodují." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Nastavit nyní" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Uživatelské heslo" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "V_rátit" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Zpráva" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Nové heslo musí být odlišné od starého" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Zkuste změnit některá písmena a čísla" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Zkuste změnit heslo o něco více" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Heslo bez vašeho uživatelského jména by bylo silnější" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Snažte se vyhnout použití svého jména v hesle" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Snažte se vyhnout některým slovům obsaženým v hesle" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Snažte se vyhnout běžným slovům" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Snažte se vyhnout přeskupování existujících slov" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Zkuste použít více čísel" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Zkuste použít více velkých písmen" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Zkuste použít více malých písmen" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Zkuste použít více speciálních znaků, například interpunkci" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Zkuste použít kombinaci písmen, čísel a interpunkčních znamének" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Snažte se vyhnout opakování stejného znaku" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Snažte se vyhnout opakování stejného typu znaku: musíte míchat písmena, " -+"číslice a interpunkci." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Snažte se vyhnout sekvencím jako 1234 nebo abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Délka hesla vyžaduje více než 8 znaků" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "Některá nastavení musí být před změnou odemčena" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Přidat uživatele" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Správce uživatelů Mate" -diff --git a/po/cy.po b/po/cy.po -index 732cec5..ad3d1f8 100644 ---- a/po/cy.po -+++ b/po/cy.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Welsh (https://www.transifex.com/mate/teams/13566/cy/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Iaith" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Cyfrinair" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Cau" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Cadarnhau" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Enw Llawn" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Cyfrinair" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Cadarnhau" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Cau" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Diddymu" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Dewis" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Agor" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Iaith" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Neges" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Tynnu" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Tynnu" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Diddymu" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Neges" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Diddymu" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/da.po b/po/da.po -index 8973b73..920b597 100644 ---- a/po/da.po -+++ b/po/da.po -@@ -6,16 +6,16 @@ - # Translators: - # Aputsiak Niels Janussen , 2019 - # Stefano Karapetsas , 2019 --# Joe Hansen , 2019 -+# Joe Hansen , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Joe Hansen , 2019\n" -+"Last-Translator: Joe Hansen , 2021\n" - "Language-Team: Danish (https://www.transifex.com/mate/teams/13566/da/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -54,158 +54,69 @@ msgstr "" - "grupper af brugere håndteres, såsom tilføjelse/fjernelse fra eksisterende " - "grupper og oprettelse/sletning af nye grupper." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "Kunne ikke hente ikon" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "Mates brugerhåndtering" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "åbn fil" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "Kunne ikke oprette pid-fil" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "skriv fil" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "kunne ikke skrive pid-fil" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "kunne ikke åbne pid-fil" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "læs fil" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "kunne ikke læse pid-fil" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Ingen sådan bruger!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Kontotype" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Administratorer" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Sprog" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Ingen indstillinger" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Adgangskode" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Automatisk logind" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "logindtidspunkt" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Gruppehåndtering" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Indstillingsgrupper" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Konto er deaktiveret" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Opsæt næste gang" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Hent brugerinformation" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "brugerkonto er 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Angiv adgangskode" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Luk" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Bekræft" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Sæt op nu" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Brugeradgangskode" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "tilfældig adgangskode" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Fjern bruger" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Du kan ikke slette din egen konto." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "bruger er stadig logget ind" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Fjern brugeren »%s«" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Om brugerens hjemmemapppe skal fjernes" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "Gentagelse af brugernavn. Prøv venligst et andet" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "Gentagelse af brugers hjemmenavn. Prøv venligst et andet" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "Brugernavnet kan ikke starte med et -." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -213,196 +124,168 @@ msgstr "" - "Brugernavnet bør kun bestå af store/små bogstaver\n" - "fra a-z, tal og de følgende tegn: .-_" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - "Dette vil blive brugt til at navngive din hjemmemappe og kan ikke ændres" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Opretter bruger" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "Brugernavn" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Fulde navn" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Kontotype" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administratorer" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "De to indtastede adgangskoder er forskellige" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Hybride adgangskoder forbedrer sikkerheden" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Blandede adgangskoder forbedrer sikkerheden" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Adgangskode" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Opsæt næste gang" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Angiv adgangskoden nu" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "tilfældig adgangskode" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Bekræft" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Luk" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Opret ny bruger" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "Opret beskæringsfil" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "kunne ikke oprette midlertidig fil for billeddata" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Afbryd" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Vælg" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Indlæs lokalt billede" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Gennemse efter flere billeder" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Åbn" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "Et klik på hovedvinduet lukker vinduet for billedvalg" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Lokalt billede" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Avatarliste" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "Der er ingen adresse at lagre billeder" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Ændr navn" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Indtast venligst et gyldigt tegn" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Brug tasten Retur til at gemme ændringer" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Brugerliste" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Tilføj bruger" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "_Retur" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Besked" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "Den nye adgangskode skal være forskellig fra den gamle" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Prøv at ændre nogle bogstaver og tal" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Prøv at ændre adgangskoden en smule mere" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "En adgangskode uden dit brugernavn vil være mere sikker" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Prøv at undgå at bruge dit navn i adgangskoden" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Prøv at undgå nogle af ordene inkluderet i adgangskoden" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Prøv at undgå gængse ord" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Prøv at undgå ændring af rækkefølge på eksisterende ord" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Prøv at bruge flere tal" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Ingen indstillinger" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Prøv at bruge flere store bogstaver" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Sprog" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Prøv at bruge flere mindre bogstaver" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Automatisk logind" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "Prøv at bruge flere specielle tegn, såsom tegnsætning" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "logindtidspunkt" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "Prøv at bruge en blanding af bogstaver, tal og tegnsætning" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Gruppehåndtering" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Prøv at undgå gentagelse af det samme tegn" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Indstillingsgrupper" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Prøv at undgå gentagelse af den samme type af tegn: du skal blande " --"bogstaver, tal og tegnsætning." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Ændr navn" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Prøv at undgå sekvenser såsom 1234 eller abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Indtast venligst et gyldigt tegn" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "Adgangskoden skal være længere end 8 tegn" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Brug tasten Retur til at gemme ændringer" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "Gentagelse af gruppenavn. Prøv venligt et andet" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "Gruppenavnet kan ikke starte med en -." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "Det første tegn i gruppenavnet skal være et bogstav" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -410,58 +293,27 @@ msgstr "" - "Gruppenavnet bør kun bestå af store/små bogstaver\n" - "fra a-z, tal og de følgende tegn: .-_" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Opret ny gruppe" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "Opret ny gruppe mislykkedes" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Opret brugergruppe" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" --"Opret brugergruppe lykkedes, se venligst slutningen af switch-groups-listen." -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Fjern gruppe" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "Kan ikke fjerne root-gruppe" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "Om den valgte gruppe skal fjernes" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Gruppenavn" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "Gruppe-id" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "Bruger-ID" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Fjern" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "Initialiseringsgruppehåndtering" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -469,11 +321,11 @@ msgstr "" - "Initialisering mislykkedes, se venligst funktionen\n" - "Tjenestegrænseflade for gruppehåndtering" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "Kunne ikke kontakte gruppetjenesten" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -481,113 +333,243 @@ msgstr "" - "Sikr dig venligst at group-service er installeret og aktiveret.\n" - " url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Hent antallet af grupper" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "Antallet af grupper er 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "Dobbeltklik tegnet for lås op i øverste venstre hjørne" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "Klik på knappen lås op på siden »swith-group«" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Gruppehåndtering" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Gruppenavn" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Nuværende bruger -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Gruppe-id" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Nyt gruppenavn" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Vælg venligst brugeren at tilføje til den nye gruppe" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Brugernavn" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Bruger-ID" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Fjern" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "Gruppe-id" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Opret brugergruppe" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+"Opret brugergruppe lykkedes, se venligst slutningen af switch-groups-listen." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Skift grupper" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Opret grupper" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Fjern grupper" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Nuværende bruger - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Denne uge" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "Sidste uge" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "I dag" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "I går" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Session sluttede" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Session startede" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — Kontoaktivitet" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "forrige" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "næste" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Konto er deaktiveret" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Hent brugerinformation" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "brugerkonto er 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Mere ..." - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Ingen sprog fundet" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Annuller" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Færdig" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Nuværende bruger - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Adgangskoderne er forskellige." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Sæt op nu" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Brugeradgangskode" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Retur" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Besked" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Den nye adgangskode skal være forskellig fra den gamle" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Prøv at ændre nogle bogstaver og tal" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Prøv at ændre adgangskoden en smule mere" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "En adgangskode uden dit brugernavn vil være mere sikker" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Prøv at undgå at bruge dit navn i adgangskoden" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Prøv at undgå nogle af ordene inkluderet i adgangskoden" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Prøv at undgå gængse ord" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Prøv at undgå ændring af rækkefølge på eksisterende ord" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Prøv at bruge flere tal" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Prøv at bruge flere store bogstaver" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Prøv at bruge flere mindre bogstaver" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Prøv at bruge flere specielle tegn, såsom tegnsætning" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Prøv at bruge en blanding af bogstaver, tal og tegnsætning" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Prøv at undgå gentagelse af det samme tegn" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Prøv at undgå gentagelse af den samme type af tegn: du skal blande " -+"bogstaver, tal og tegnsætning." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Prøv at undgå sekvenser såsom 1234 eller abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Adgangskoden skal være længere end 8 tegn" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "Nogle indstillinger skal være låst op før de kan ændres" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Tilføj bruger" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Mates brugerhåndtering" -diff --git a/po/de.po b/po/de.po -index 80da2ed..8ed99eb 100644 ---- a/po/de.po -+++ b/po/de.po -@@ -6,18 +6,18 @@ - # Translators: - # Tobias Bannert , 2019 - # Wolfgang Ulbrich , 2019 --# Marcel Artz , 2019 - # Stefano Karapetsas , 2019 --# Ettore Atalan , 2019 -+# Marcel Artz , 2020 -+# Ettore Atalan , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Ettore Atalan , 2019\n" -+"Last-Translator: Ettore Atalan , 2021\n" - "Language-Team: German (https://www.transifex.com/mate/teams/13566/de/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -50,159 +50,70 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "Laden des Sympols fehlgeschlagen" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "Mate-Benutzerverwaltung" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "öffne Datei" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "Erstellen der PID-Datei ist fehlgeschlagen" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "schreibe Datei" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "Schreiben der PID-Datei ist fehlgeschlagen" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "Öffnen der PID-Datei ist fehlgeschlagen" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "Lese Datei" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "Lesen der PID-Datei ist fehlgeschlagen" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Kein solcher Benutzer" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Konto Typ" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Administratoren" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Sprache" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Keine Einstelungen" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Passwort" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Automatisches Einloggen" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Anmeldezeit" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Gruppenverwaltung" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Gruppeneinstellung" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Konto ist deaktiviert" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Beim nächsten Mal einrichten" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Holen Sie sich Benutzerinformationen" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "Benutzeranzahl ist 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Passwort festlegen" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Schließen" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Bestätigen" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Jetzt einrichten" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Benutzer Passwort" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "Passwort erzeugen" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Benutzer entfernen" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Sie können nicht ihr eigenes Konto löschen" - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Gibt an, ob das Basisverzeichnis des Benutzers entfernt werden soll" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "Benutzername schon vorhanden, versuchen Sie bitte einen anderen" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - "Name des Basisverzeichnis schon vorhanden, versuchen Sie bitte einen anderen" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "Der Benutzername kann nicht mit einem - beginnen" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -210,256 +121,197 @@ msgstr "" - "Der Benutzername sollte nur aus Groß- und Kleinbuchstaben, \n" - "Buchstaben von a-z, Ziffern und die folgenden Zeichen bestehen: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - "Dies wird verwendet, um Ihr Basisverzeichnis zu benennen und kann nicht " - "geändert werden" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Benutzer erstellen" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "Benutzername" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Vollständiger Name" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Konto Typ" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administratoren" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "Das zweite Passwort unterscheidet sich vom ersten" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Gemischte Passwörter verbessern die Sicherheit" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Passwort" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Beim nächsten Mal einrichten" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Das Passwort jetzt einrichten" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "Passwort erzeugen" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Bestätigen" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Schließen" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Neuen Benutzer erstellen" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "Fehler beim Erstellen einer temporären Datei für Bilddaten" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Abbruch" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Wähle" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Lade lokales Bild" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Suche nach mehr Bildern" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Öffnen" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "Ein Klicken im Hauptfenster schließt die Bildauswahl" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Lokales Bild" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Benutzerbild-Liste" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "Kein Verzeichnis vohanden um Bilder zu speichern" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Wechsle den Namen" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Bitte geben Sie ein gültiges Zeichen ein" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Benutze die Eingabetaste um die Veränderung zu speichern" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Benutzerliste" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Benutzer hinzufügen" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "_Bestätige" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Nachricht" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "Das neue Passwort muß vom alten verschieden sein" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Versuche einige Buchstaben und Zahlen zu verändern" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Versuche das Passwort ein wenig mehr zu verändern" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "Ein Passwort was den Benutzernamen nicht beinhaltet ist stärker" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Vermeiden Sie die Verwendung ihres Namen im Passwort" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Versuchen Sie einige Worte im Passwort zu vermeiden" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Vermeiden Sie allgemeine Worte im Passwort" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Vermeiden Sie die Neuanordnung von existierenden Wörtern" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Versuchen Sie mehr Zahlen zu verwenden" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Keine Einstelungen" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Versuchen Sie mehr Großbuchstaben zu verwenden" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Sprache" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Versuchen Sie mehr Kleinbuchstaben zu verwenden" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Automatisches Einloggen" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "Versuchen Sie mehr Sonderzeichen wie Interpunktion zu verwenden" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Anmeldezeit" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "" --"Versuchen Sie eine Mischung aus Buchstaben, Zahlen und Satzzeichen zu " --"verwenden" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Gruppenverwaltung" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Versuchen Sie widerholende gleiche Zeichen zu vermeiden" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Gruppeneinstellung" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Versuchen Sie die Wiederholung von Zeichen zu vermeiden: Sie müssen " --"Buchstaben, Nummern and Interpunktion vermischen." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Wechsle den Namen" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Versuchen Sie Sequenzen wie 1234 oder abcd zu vermeiden" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Bitte geben Sie ein gültiges Zeichen ein" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "Die Passwortlänge muss mindestens 8 Zeichen lang sein" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Benutze die Eingabetaste um die Veränderung zu speichern" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" --msgstr "" -+msgstr "Gruppenname schon vorhanden, versuchen Sie bitte einen anderen" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "Der Gruppenname darf nicht mit einem - beginnen." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "Das erste Zeichen des Gruppennamens benötigt einen Buchstaben" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" -+"Der Gruppenname sollte nur aus Groß- und Kleinbuchstaben, \n" -+"Buchstaben von a-z, Ziffern und die folgenden Zeichen bestehen: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Neue Gruppe erstellen" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" --msgstr "" -- --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Benutzergruppe erstellen" -+msgstr "Erzeugen der Gruppe ist fehlgeschlagen" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" --"Erzeugen der Gruppe war erfolgreich, schaue am Ende der Gruppenliste nach" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Gruppe entfernen" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "Entfernen der root Gruppe fehlgeschlagen" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" --msgstr "" -- --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Gruppenname" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "Gruppen ID" -+msgstr "Gibt an, ob die ausgewählete Gruppe entfernt werden soll" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "Benutzerkennung" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Entfernen" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "Initialisiere Gruppenverwaltung" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -467,11 +319,11 @@ msgstr "" - "Initialisierung fehlgeschlagen, bitte schau in \n" - "Gruppenverwaltungs Schnittstellenfunktion nach" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "Verbinden zum Gruppenservice fehlgeschlagen" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -479,113 +331,245 @@ msgstr "" - "Bitte stellen Sie sicher das der Gruppenservice installiert und aktiv ist.\n" - " url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Beziehe die Nummer der Gruppen" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "Die Nummer der Gruppe ist 0" -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "Zun Freichalten bitte in die obere linke Ecke klicken" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "Klicke den Freischaltknopf auf der Gruppenseite" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Gruppenverwaltung" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Gruppenname" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Aktueller Benutzer -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Gruppen-ID" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Neuer Gruppenname" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Bitte wähle den Benutzer um ihn der Gruppe hinzufügen" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Benutzername" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Benutzerkennung" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Entfernen" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Benutzergruppe erstellen" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+"Erzeugen der Gruppe war erfolgreich, schaue am Ende der Gruppenliste nach" -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Wechsele Gruppe" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Gruppen erstellen" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Gruppen entfernen" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Aktueller Benutzer - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Diese Woche" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "Letzte Woche" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Heute" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Gestern" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Session beendet" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Session gestarted" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — Kontoaktivität" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "vorherige" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "nächste" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Konto ist deaktiviert" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Holen Sie sich Benutzerinformationen" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "Benutzeranzahl ist 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Mehr…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Keine Sprachen gefunden" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Abbruch" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Getan" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Aktueller Benutzer - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Jetzt einrichten" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Benutzer Passwort" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Bestätige" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Nachricht" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Das neue Passwort muß vom alten verschieden sein" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Versuche einige Buchstaben und Zahlen zu verändern" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Versuche das Passwort ein wenig mehr zu verändern" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Ein Passwort was den Benutzernamen nicht beinhaltet ist stärker" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Vermeiden Sie die Verwendung ihres Namen im Passwort" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Versuchen Sie einige Worte im Passwort zu vermeiden" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Vermeiden Sie allgemeine Worte im Passwort" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Vermeiden Sie die Neuanordnung von existierenden Wörtern" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Versuchen Sie mehr Zahlen zu verwenden" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Versuchen Sie mehr Großbuchstaben zu verwenden" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Versuchen Sie mehr Kleinbuchstaben zu verwenden" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Versuchen Sie mehr Sonderzeichen wie Interpunktion zu verwenden" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+"Versuchen Sie eine Mischung aus Buchstaben, Zahlen und Satzzeichen zu " -+"verwenden" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Versuchen Sie widerholende gleiche Zeichen zu vermeiden" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Versuchen Sie die Wiederholung von Zeichen zu vermeiden: Sie müssen " -+"Buchstaben, Nummern and Interpunktion vermischen." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Versuchen Sie Sequenzen wie 1234 oder abcd zu vermeiden" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Die Passwortlänge muss mindestens 8 Zeichen lang sein" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Benutzer hinzufügen" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Mate-Benutzerverwaltung" -diff --git a/po/dz.po b/po/dz.po -index 885478f..f2b9a6a 100644 ---- a/po/dz.po -+++ b/po/dz.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Dzongkha (https://www.transifex.com/mate/teams/13566/dz/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "ཆོག་ཡིག" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "མིང་ཆ་ཚང་།" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "ཆོག་ཡིག" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "མིང་ཆ་ཚང་།" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "ཆ་མེད།(_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "སེལ་འཐུ་འབད།" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "ཁ་ཕྱེ།(_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "འཕྲིན་དོན།" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "རྩ་བསྐྲད་གཏང་།" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "རྩ་བསྐྲད་གཏང་།" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "ཆ་མེད་གཏང་།" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "འཕྲིན་དོན།" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "ཆ་མེད་གཏང་།" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/el.po b/po/el.po -index a3f8b0f..54a4a8b 100644 ---- a/po/el.po -+++ b/po/el.po -@@ -4,19 +4,19 @@ - # FIRST AUTHOR , YEAR. - # - # Translators: --# Efstathios Iosifidis , 2019 - # thunk , 2019 --# Αλέξανδρος Καπετάνιος , 2019 -+# Alexandros Kapetanios , 2019 - # Stefano Karapetsas , 2019 -+# Efstathios Iosifidis , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Efstathios Iosifidis , 2021\n" - "Language-Team: Greek (https://www.transifex.com/mate/teams/13566/el/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -26,19 +26,19 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "" -+msgstr "Διαχείριση λογαριασμών των χρηστών" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" --msgstr "" -+msgstr "Απαιτείται πιστοποίηση για την αλλαγή δεδομένων του χρήστη" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "Διαχειριστής MATE" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "Διαχείριση τοπικών χρηστών και ομάδων Linux" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -48,529 +48,537 @@ msgid "" - "record. By working with group-service, groups of users can be managed, such " - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" -+"Ο Διαχεισιτής Mate είναι μια γραφική εφαρμογή που διαχειρίζεται τοπικούς " -+"χρήστες και ομάδες. Μπορεί να προσθέσει και να διαγράψει τοπικούς χρήστες, " -+"να αλλάξει όνομα χρήστη, τύπο χρήστη, γλώσσα χρήστη, συνθηματικό χρήστη, " -+"αυτόματη σύνδεση. Μπορείτε να δείτε το ιστορικό σύνδεσης του χρήστη. " -+"Δουλεύοντας με ομάδα-υπηρεσίες, μπορείτε να διαχειριστείτε ομάδες χρηστών, " -+"όπως προσθήκη/αφαίρεση υφιστάμενων ομάδων και δημιουργία/διαγραφή νέων " -+"ομάδων." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "άνοιγμα αρχείου" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "" -+msgstr "Αποτυχία δημιουργίας αρχείου pid" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "εγγραφή αρχείου" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "" -+msgstr "αποτυχία εγγραφής αρχείου pid" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "" -+msgstr "αποτυχία ανοίγματος αρχείου pid" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "" -+msgstr "ανάγνωση αρχείου" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Τυπική" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Γλώσσα" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Κωδικός πρόσβασης" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -+msgstr "αποτυχία ανάγνωσης αρχείου pid" - --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Κλείσιμο" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Επιβεβαίωση" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" --msgstr "" -+msgstr "Αφαίρεση χρήστη" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." --msgstr "" -+msgstr "Δεν μπορείτε να διαγράψετε τον δικό σας λογαριασμό." -+ -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "ο χρήστης είναι ακόμα συνδεδεμένος" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Αφαίρεση χρήστη «%s»" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" --msgstr "" -+msgstr "Επανάληψη ονόματος χρήστη. Δοκιμάστε άλλο" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." --msgstr "" -+msgstr "Το όνομα χρήστη δεν μπορεί να αρχίζει με - ." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" -+"Το όνομα χρήστη πρέπει να αποτελείται μόνο από πεζά και κεφαλαία\n" -+"γράμματα από a-z, ψηφία και τους ακόλουθους χαρακτήρες :. - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" --msgstr "" -+msgstr "Γίνεται δημιουργία χρήστη" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Όνομα χρήστη" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Ονοματεπώνυμο" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Τύπος λογαριασμού" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Τυπική" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Διαχειριστές" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" --msgstr "" -+msgstr "Τα συνθηματικά που εισήχθησαν είναι διαφορετικά" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Οι μικτοί κωδικοί πρόσβασης βελτιώνουν την ασφάλεια" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Συνθηματικό" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Ρύθμιση την επόμενη φορά" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" --msgstr "" -+msgstr "Τώρα ορίστε το συνθηματικό" -+ -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "γεννήτρια συνθηματικού" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Επιβεβαίωση" - --#: src/user-admin.c:864 -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Κλείσιμο" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Δημιουργία νέου χρήστη" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "Α_κύρωση" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Επιλογή" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" --msgstr "" -+msgstr "Φόρτωση τοπικής εικόνας" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" --msgstr "" -+msgstr "Αναζήτηση για περισσότερες εικόνες" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "Ά_νοιγμα" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" --msgstr "" -+msgstr "Τοπική εικόνα" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" --msgstr "" -- --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+msgstr "Δεν υπάρχει διεύθυνση για αποθήκευση φωτογραφιών" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Μήνυμα" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Χωρίς ρυθμίσεις" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Γλώσσα" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Αυτόματη σύνδεση" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Ώρα εισόδου" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Διαχείριση ομάδας" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Ρυθμίσεις ομάδων" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Αλλαγή ονόματος" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Παρακαλούμε εισάγετε έγκυρο χαρακτήρα" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Χρησιμοποιήστε το πλήκτρο Enter για να αποθηκεύσετε τις τροποποιήσεις" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." --msgstr "" -+msgstr "Το όνομα της ομάδας δεν μπορεί να αρχίζει με - ." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "" -+"Ο πρώτος χαρακτήρας του ονόματος της ομάδας χρειάζεται να είναι γράμμα" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" -+"Το όνομα ομάδας πρέπει να αποτελείται μόνο από κεφαλαία και πεζά\n" -+"γράμματα από a-z, ψηφία και τους ακόλουθους χαρακτήρες: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" --msgstr "" -+msgstr "Δημιουργία νέας ομάδας" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" --msgstr "" -+msgstr "Αποτυχία δημιουργίας νέας ομάδας" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" --msgstr "" -- --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -+msgstr "Αφαίρεση ομάδας" - --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" --msgstr "" -- --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "" -+msgstr "Εάν θα αφαιρέσετε την επιλεγμένη ομάδα" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID Χρήστη" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Αφαίρεση" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" --msgstr "" -+msgstr "Αρχικοποίηση διαχείρισης ομάδας" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" -+"Η αρχικοποίηση απέτυχε, ανατρέξτε στην λειτουργία\n" -+" Ομάδα Διαχείρισης Υπηρεσίας Διεπαφής" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" --msgstr "" -+msgstr "Αποτυχία επικοινωνίας με την υπηρεσία ομάδων" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" -+"Παρακαλούμε βεβαιωθείτε ότι η υπηρεσία ομάδας είναι εγκατεστημένη και ενεργοποιημένη.\n" -+" url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "" -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" --msgstr "" -+msgstr "Κάντε κλικ στο κουμπί ξεκλειδώματος στη σελίδα «swith-group»" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Όνομα ομάδας" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Αναγνωριστικό ομάδας" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" --msgstr "" -+msgstr "Νέο όνομα ομάδας" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" -+msgstr "Παρακαλούμε επιλέξτε τον χρήστη για προσθήκη στη νέα ομάδα" -+ -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Όνομα χρήστη" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID Χρήστη" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Αφαίρεση" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "Αναγνωριστικό ομάδας" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Δημιουργία ομάδας χρηστών" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" -+"Επιτυχής δημιουργία ομάδας χρηστών, παρακαλούμε δείτε το τέλος της λίστας " -+"εναλλαγής-ομάδων." - --#: src/user-group.c:1087 -+#: src/user-group-window.c:886 - msgid "Switch Groups" --msgstr "" -+msgstr "Εναλλαγή ομάδων" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" --msgstr "" -+msgstr "Δημιουργία ομάδων" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" --msgstr "" -+msgstr "Αφαίρεση ομάδων" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Τρέχον χρήστης - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" --msgstr "" -+msgstr "Αυτήν την εβδομάδα" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" --msgstr "" -+msgstr "Την προηγούμενη εβδομάδα" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Σήμερα" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" --msgstr "" -+msgstr "Χθές" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" --msgstr "" -+msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" --msgstr "" -+msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" --msgstr "" -+msgstr "Η συνεδρία τελείωσε" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" --msgstr "" -+msgstr "Η συνεδρία άρχισε" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" --msgstr "" -+msgstr "%s — Δραστηριότητα λογαριασμού" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" --msgstr "" -+msgstr "προηγούμενο" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" --msgstr "" -+msgstr "επόμενο" -+ -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Ο λογαριασμός είναι απενεργοποιημένος" - --#: src/user-language.c:120 -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Λήψη πληροφοριών χρήστη" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "η μέτρηση χρήστη είναι 0" -+ -+#: src/user-language.c:195 - msgid "More…" --msgstr "" -+msgstr "Περισσότερα…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" --msgstr "" -+msgstr "Δεν βρέθηκαν γλώσσες" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Ακύρωση" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" --msgstr "Έγινε" -+msgstr "Ολοκληρώθηκε" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Τα συνθηματικά δεν ταιριάζουν." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Ρύθμιση τώρα" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Συνθηματικό χρήστη" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Επιστροφή" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Μήνυμα" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Το νέο συνθηματικό πρέπει να είναι διαφορετικός από το παλιό" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Προσπαθήστε να αλλάξετε μερικά γράμματα και αριθμούς" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Προσπαθήστε να αλλάξετε το συνθηματικό λίγο περισσότερο" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Ένα συνθηματικό χωρίς το όνομα χρήστη πιθανόν να είναι πιο ισχυρό" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Προσπαθήστε να αποφύγετε τη χρήση του ονόματός σας στο συνθηματικό" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" -+"Προσπαθήστε να αποφύγετε μερικές από τις λέξεις που συμπεριλαμβάνονται στο " -+"συνθηματικό" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Προσπαθήστε να αποφύγετε συνηθισμένες λέξεις" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Προσπαθήστε να αποφύγετε αναδιάταξη υπαρχουσών λέξεων" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Προσπαθήστε να χρησιμοποιήστε περισσότερους αριθμούς" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Προσπαθήστε να χρησιμοποιήσετε περισσότερα κεφαλαία γράμματα" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Προσπαθήστε να χρησιμοποιήσετε περισσότερα πεζά γράμματα" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" -+"Προσπαθήστε να χρησιμοποιήσετε περισσότερους ειδικούς χαρακτήρες, όπως " -+"σημεία στίξης" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+"Προσπαθήστε να χρησιμοποιήσετε έναν συνδυασμό γραμμάτων, αριθμών και σημείων" -+" στίξης" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Προσπαθήστε να αποφύγετε την επανάληψη του ίδιου χαρακτήρα" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Προσπαθήστε να αποφύγετε την επανάληψη του ίδιου τύπου χαρακτήρα: χρειάζεστε" -+" την ανάμειξη γραμμάτων, αριθμών και σημείων στίξης." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Προσπαθήστε να αποφύγετε ακολουθίες όπως 1234 ή abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Το μέγεθος του συνθηματικού πρέπει να είναι πάνω από 8 χαρακτήρες" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "Ορισμένες ρυθμίσεις πρέπει να ξεκλειδωθούν πριν μπορέσουν να αλλάξουν" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Προσθήκη χρήστη" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Διαχειριστής χρηστών του Mate" -diff --git a/po/en_AU.po b/po/en_AU.po -index 82cc0e4..ba5dc27 100644 ---- a/po/en_AU.po -+++ b/po/en_AU.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Michael Findlay , 2019\n" - "Language-Team: English (Australia) (https://www.transifex.com/mate/teams/13566/en_AU/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Language" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Password" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Close" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirm" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Full Name" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Password" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirm" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Close" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Create New User" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Cancel" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Select" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Open" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Language" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Message" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "User ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Remove" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Remove" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Today" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Cancel" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Done" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Today" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Message" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Cancel" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/en_CA.po b/po/en_CA.po -index 9a82f2e..5c262b4 100644 ---- a/po/en_CA.po -+++ b/po/en_CA.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: English (Canada) (https://www.transifex.com/mate/teams/13566/en_CA/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Password" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Full Name" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Password" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Full Name" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Select" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Open" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Message" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Remove" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Remove" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Cancel" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Message" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Cancel" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/en_GB.po b/po/en_GB.po -index 17a83bd..9ad7a9f 100644 ---- a/po/en_GB.po -+++ b/po/en_GB.po -@@ -13,7 +13,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: English (United Kingdom) (https://www.transifex.com/mate/teams/13566/en_GB/)\n" -@@ -48,528 +48,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Language" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Password" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Close" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirm" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Full Name" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Password" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirm" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Close" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Create New User" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Cancel" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Select" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Open" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Language" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Message" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "User ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Remove" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Remove" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Today" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Cancel" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Done" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Today" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Message" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Cancel" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/eo.po b/po/eo.po -index 9792825..1da99d9 100644 ---- a/po/eo.po -+++ b/po/eo.po -@@ -5,17 +5,18 @@ - # - # Translators: - # Stefano Karapetsas , 2019 --# Robin van der Vliet , 2019 -+# Robin van der Vliet , 2019 - # fenris , 2019 -+# Forecast , 2020 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: fenris , 2019\n" -+"Last-Translator: Forecast , 2020\n" - "Language-Team: Esperanto (https://www.transifex.com/mate/teams/13566/eo/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -48,528 +49,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Pasvorto" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Fermi" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Tuta nomo" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Pasvorto" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Tuta nomo" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Fermi" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Krei novan uzanton" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" --msgstr "" -+msgstr "_Rezigni" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Elekti" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Malfermi" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Mesaĝo" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Forigi" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Forigi" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Hodiaŭ" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Nuligi" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Hodiaŭ" -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Mesaĝo" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Nuligi" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/es.po b/po/es.po -index f84a53d..b5259fe 100644 ---- a/po/es.po -+++ b/po/es.po -@@ -4,19 +4,19 @@ - # FIRST AUTHOR , YEAR. - # - # Translators: --# Joel Barrios , 2019 - # Rodrigo Lledó , 2019 - # Stefano Karapetsas , 2019 --# Toni Estévez , 2019 -+# Joel Barrios , 2021 -+# Toni Estévez , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Toni Estévez , 2019\n" -+"Last-Translator: Toni Estévez , 2021\n" - "Language-Team: Spanish (https://www.transifex.com/mate/teams/13566/es/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -56,158 +56,69 @@ msgstr "" - "gestionar grupos de usuarios, como añadir/eliminar grupos existentes y " - "crear/eliminar grupos nuevos." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "No se ha podido obtener el icono" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "Gestor de usuarios de MATE" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "abrir archivo" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "No se ha podido crear el archivo del PID" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "escribir archivo" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "no se ha podido escribir el archivo del PID" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "no se ha podido abrir el archivo del PID" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "leer archivo" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "No se ha podido leer el archivo del PID" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Este usuario no existe" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Tipo de cuenta" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Estándar" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Administradores" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Idioma" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Sin ajustes" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Contraseña" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Inicio de sesión automático" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Hora de inicio de sesión" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Gestión de grupos" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Configuración de grupos" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "La cuenta está desactivada" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Configurar la próxima vez" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Obtener información del usuario" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "el número de usuarios es 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Configurar la contraseña" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Cerrar" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirmar" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Configurar ahora" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Contraseña del usuario" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "generación de la contraseña" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Eliminar el usuario" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "No puede eliminar su propia cuenta." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "el usuario todavía está conectado" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Eliminar el usuario «%s»" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Si se debe eliminar la carpeta personal del usuario" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "Nombre de usuario repetido. Pruebe con otro" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "Nombre de la carpeta de usuario repetido. Pruebe con otro" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "El nombre de usuario no puede comenzar con un -." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -215,197 +126,167 @@ msgstr "" - "El nombre de usuario solo puede contener letras mayúsculas\n" - "y minúsculas de la a a la z, dígitos y los caracteres siguientes: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "Se usará para nombrar la carpeta personal y no se puede cambiar" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Creación del usuario" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "Nombre de usuario" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Nombre del usuario" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nombre completo" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Tipo de cuenta" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Estándar" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administradores" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "Las contraseñas introducidas dos veces son diferentes" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Las contraseñas híbridas mejoran la seguridad" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Las contraseñas mixtas mejoran la seguridad" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Contraseña" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Configurar la próxima vez" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Ahora configure la contraseña" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "generación de la contraseña" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirmar" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Cerrar" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Crear un usuario nuevo" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "Crear un archivo de recorte" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "no se ha podido crear el archivo temporal para los datos de la imagen" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Cancelar" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Seleccionar" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Cargar una imagen local" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Buscar más imágenes" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Abrir" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" --"Al hacer clic en la ventana principal se cierra la ventana de selección de " --"la imagen" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Imagen local" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Lista de avatares" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "No hay ninguna dirección para almacenar las imágenes" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Cambiar el nombre" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Escriba un carácter válido" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Utilice la tecla Intro para guardar las modificaciones" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Lista de usuarios" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Añadir un usuario" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "_Volver" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Mensaje" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "La contraseña nueva debe ser diferente de la antigua" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Pruebe a cambiar algunas letras y números" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Pruebe a cambiar un poco más la contraseña" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "Una contraseña que no incluya su nombre de usuario sería más fuerte" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Trate de evitar el uso de su nombre en la contraseña" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Trate de evitar algunas de las palabras incluidas en la contraseña" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Trate de evitar palabras de uso común" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Trate de evitar la reordenación de las palabras existentes" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Trate de usar más números" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Sin ajustes" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Trate de usar más letras mayúsculas" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Idioma" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Trate de usar más letras minúsculas" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Inicio de sesión automático" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "Trate de usar más caracteres especiales, como signos de puntuación" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Hora de inicio de sesión" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "Trate de usar una mezcla de letras, números y signos de puntuación" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Gestión de grupos" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Trate de no repetir el mismo carácter" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Configuración de grupos" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Trate de no repetir el mismo tipo de carácter: mezcle letras, números y " --"signos puntuación." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Cambiar el nombre" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Trate de evitar secuencias como 1234 o abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Escriba un carácter válido" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "La longitud de la contraseña debe tener más de 8 caracteres" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Use la tecla Intro para guardar las modificaciones" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "Nombre de grupo repetido. Pruebe con otro" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "El nombre de grupo no puede comenzar con un -." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "El primer carácter del nombre de grupo debe ser una letra" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -413,59 +294,27 @@ msgstr "" - "El nombre de grupo solo puede contener letras mayúsculas\n" - "y minúsculas de la a a la z, dígitos y los caracteres siguientes: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Crear un grupo nuevo" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "No se ha podido crear el grupo nuevo" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Crear un grupo de usuarios" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" --"Se ha creado correctamente el grupo de usuarios. Mire al final de la lista " --"de grupos." -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Eliminar el grupo" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "No se puede eliminar el grupo root" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "Si se debe eliminar el grupo seleccionado" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Nombre del grupo" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "ID del grupo" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID del usuario" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Eliminar" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "Inicialización de la gestión de grupos" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -473,11 +322,11 @@ msgstr "" - "La inicializacion ha fallado; consulte la función \n" - "de la interfaz del servicio de gestión de grupos" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "No se ha podido contactar con group-service" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -485,113 +334,244 @@ msgstr "" - "Asegúrese de que group-service está instalado y activado.\n" - "URL: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Obtener el número de grupos" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "El número de grupos es 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "Haga clic en el signo de desbloqueo en la esquina superior izquierda" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "Haga clic en el botón de desbloqueo en la página de cambio de grupo." - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Gestión de grupos" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Nombre del grupo" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Usuario actual -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "ID del grupo" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Nombre del grupo nuevo" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Seleccione el usuario para añadirlo al grupo nuevo" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Nombre de usuario" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID del usuario" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Eliminar" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "ID del grupo" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Crear un grupo de usuarios" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+"Se ha creado correctamente el grupo de usuarios. Mire al final de la lista " -+"de grupos." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Cambiar grupos" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Crear grupos" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Eliminar grupos" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Usuario actual - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Esta semana" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "La semana pasada" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Hoy" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Ayer" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%e %b" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%e %b de %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Sesión finalizada" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Sesión iniciada" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — Actividad de la cuenta" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "anterior" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "siguiente" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "La cuenta está desactivada" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Obtener información del usuario" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "el número de usuarios es 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Más..." - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "No se ha encontrado ningún idioma" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Cancelar" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Hecho" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Usuario actual - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Las contraseñas no coinciden." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Configurar ahora" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Contraseña del usuario" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Volver" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Mensaje" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "La contraseña nueva debe ser diferente de la antigua" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Pruebe a cambiar algunas letras y números" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Pruebe a cambiar un poco más la contraseña" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Una contraseña que no incluya su nombre de usuario sería más fuerte" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Trate de evitar el uso de su nombre en la contraseña" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Trate de evitar algunas de las palabras incluidas en la contraseña" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Trate de evitar palabras de uso común" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Trate de evitar la reordenación de las palabras existentes" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Trate de usar más números" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Trate de usar más letras mayúsculas" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Trate de usar más letras minúsculas" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Trate de usar más caracteres especiales, como signos de puntuación" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Trate de usar una mezcla de letras, números y signos de puntuación" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Trate de no repetir el mismo carácter" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Trate de no repetir el mismo tipo de carácter: mezcle letras, números y " -+"signos puntuación." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Trate de evitar secuencias como 1234 o abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "La longitud de la contraseña debe tener más de 8 caracteres" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "Algunos ajustes se deben desbloquear antes de que se puedan cambiar" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Añadir un usuario" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Gestor de usuarios de MATE" -diff --git a/po/es_AR.po b/po/es_AR.po -index c44e606..f1590b3 100644 ---- a/po/es_AR.po -+++ b/po/es_AR.po -@@ -13,7 +13,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Germán Herrou , 2019\n" - "Language-Team: Spanish (Argentina) (https://www.transifex.com/mate/teams/13566/es_AR/)\n" -@@ -48,528 +48,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Nombre Completo" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Cerrar" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Cerrar" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" -+msgstr "_Cancelar" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Nombre Completo" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-avatar.c:253 -+msgid "_Open" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" --msgstr "_Cancelar" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" --msgstr "" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Cancelar" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Cancelar" -- --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/es_CO.po b/po/es_CO.po -index 423746e..1066820 100644 ---- a/po/es_CO.po -+++ b/po/es_CO.po -@@ -14,7 +14,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Daniel Aranda , 2019\n" - "Language-Team: Spanish (Colombia) (https://www.transifex.com/mate/teams/13566/es_CO/)\n" -@@ -49,528 +49,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Estándar" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Cerrar" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Estándar" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Cerrar" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "" -+#: src/user-avatar.c:253 -+msgid "_Open" -+msgstr "_Abrir" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" --msgstr "_Abrir" -- --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Eliminar" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Hoy" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Eliminar" -- --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Cancelar" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Hoy" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Cancelar" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/es_MX.po b/po/es_MX.po -index 4b50c88..daa297a 100644 ---- a/po/es_MX.po -+++ b/po/es_MX.po -@@ -14,7 +14,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Jose Carlos Martínez Rodriguez , 2019\n" - "Language-Team: Spanish (Mexico) (https://www.transifex.com/mate/teams/13566/es_MX/)\n" -@@ -49,528 +49,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Estandard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Nombre Completo" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Estandard" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Nombre Completo" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-avatar.c:253 -+msgid "_Open" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Eliminar" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Eliminar" -- --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Cancelar" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Cancelar" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/et.po b/po/et.po -index 346b669..a0de00f 100644 ---- a/po/et.po -+++ b/po/et.po -@@ -6,15 +6,16 @@ - # Translators: - # Ivar Smolin , 2019 - # Stefano Karapetsas , 2019 -+# Marko Silluste , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Marko Silluste , 2021\n" - "Language-Team: Estonian (https://www.transifex.com/mate/teams/13566/et/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -24,19 +25,19 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "" -+msgstr "Kasutajakontode haldamine" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" --msgstr "" -+msgstr "Kasutajaandmete muutmiseks on vaja autentida" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "MATE Haldur" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "Linuxi lokaalsete kasutajate ja gruppide haldamine" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -47,528 +48,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "ava fail" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "kirjuta fail" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standardsed" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Keel" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Salasõna" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Suletud" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Kinnita" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" -+msgstr "Kasutaja eemaldamine" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." -+msgstr "Sa ei saa kustutada oma kontot." - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Täisnimi" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standardsed" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Salasõna" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" -+msgstr "Nüüd määra parool" -+ -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Kinnita" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Suletud" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Uue kasutaja loomine" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Tühista" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Valik" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Ava" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Keel" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Automaatne logimine" - --#: src/user-list.c:125 --msgid "User List" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Logimise aeg" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Teade" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Muuda nimi" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Sisestage kehtiv märk" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" --msgstr "" -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Kasutajanimi" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Kasutaja ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Eemalda" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "Kasutaja ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Eemalda" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Täna" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Konto on keelatud" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Tühista" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Valmis" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Kasutaja parool" -+ -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Teade" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Uus parool peab olema erinev vanast" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Proovige mõnda tähte ja numbrit muuta" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Täna" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Tühista" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Püüdke vältida järjestusi nagu 1234 või abcd" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Valmis" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Lisa kasutaja" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/eu.po b/po/eu.po -index b2a8ab1..42f64b9 100644 ---- a/po/eu.po -+++ b/po/eu.po -@@ -6,15 +6,16 @@ - # Translators: - # Asier Iturralde Sarasola , 2019 - # Stefano Karapetsas , 2019 -+# David García-Abad , 2020 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: David García-Abad , 2020\n" - "Language-Team: Basque (https://www.transifex.com/mate/teams/13566/eu/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -47,528 +48,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "ireki fitxategia" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "idatzi fitxategia" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Estandarra" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Hizkuntza" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Pasahitza" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Itxi" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Berretsi" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Izen osoa" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Estandarra" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Pasahitza" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Berretsi" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Itxi" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Sortu erabiltzaile berria" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Utzi" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Hautatu" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Ireki" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Hizkuntza" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Mezua" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Erabiltzailearen IDa" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Kendu" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "Erabiltzailearen IDa" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Kendu" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Gaur" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Utzi" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Eginda" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Gaur" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Mezua" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Utzi" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Eginda" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/fa.po b/po/fa.po -index 75ff4e8..dc9978e 100644 ---- a/po/fa.po -+++ b/po/fa.po -@@ -13,7 +13,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Persian (https://www.transifex.com/mate/teams/13566/fa/)\n" -@@ -48,528 +48,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "گذرواژه" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "نام و نام خانوادگی" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "گذرواژه" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "نام و نام خانوادگی" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "ان_صراف" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "انتخاب" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_باز کردن" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "پیغام" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "حذف" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "حذف" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "انصراف" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "پیغام" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "انصراف" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/fi.po b/po/fi.po -index 39ed604..ce2c525 100644 ---- a/po/fi.po -+++ b/po/fi.po -@@ -7,15 +7,16 @@ - # Eslam Ali , 2019 - # Ammuu5, 2019 - # Stefano Karapetsas , 2019 -+# Kimmo Kujansuu , 2020 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Kimmo Kujansuu , 2020\n" - "Language-Team: Finnish (https://www.transifex.com/mate/teams/13566/fi/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -48,528 +49,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "avaa tiedosto" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "" -+msgstr "Pid-tiedoston luominen epäonnistui" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "kirjoita tiedosto" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "" -+msgstr "pid-tiedoston kirjoittaminen epäonnistui" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "" -+msgstr "Pid-tiedosto avaaminen epäonnistui" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "" -+msgstr "lue tiedosto" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Tunnuksen tyyppi" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Kieli" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Salasana" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Tunnus on pois käytöstä" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -+msgstr "pid-tiedoston lukeminen epäonnistui" - --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Sulje" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Vahvista" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Poista käyttäjä" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Et voi poistaa omaa tunnustasi." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Koko nimi" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Tunnuksen tyyppi" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Salasana" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Vahvista" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Sulje" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Luo uusi käyttäjä" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Peru" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Valitse" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Avaa" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Viesti" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Kieli" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "Käyttäjätunniste" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Poista" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Käyttäjätunniste" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Poista" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Poista ryhmät" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Nykyinen käyttäjä - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Tällä viikolla" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "Viime viikolla" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Tänään" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Eilen" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Istunto päättynyt" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Istunto aloitettu" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "edellinen" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "seuraava" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Tunnus on pois käytöstä" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Lisää..." - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Kieliä ei löytynyt" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Peru" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Valmis" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Nykyinen käyttäjä - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Viesti" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "" -diff --git a/po/fr.po b/po/fr.po -index 3a5d4b5..eb8d420 100644 ---- a/po/fr.po -+++ b/po/fr.po -@@ -6,18 +6,21 @@ - # Translators: - # Charles Monzat , 2019 - # Laurent Napias, 2019 --# Wolfgang Ulbrich , 2019 - # Stefano Karapetsas , 2019 - # Pierre-Yves , 2019 -+# ButterflyOfFire, 2020 -+# Étienne Deparis , 2020 -+# Wolfgang Ulbrich , 2021 -+# Tubuntu, 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Pierre-Yves , 2019\n" -+"Last-Translator: Tubuntu, 2021\n" - "Language-Team: French (https://www.transifex.com/mate/teams/13566/fr/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -36,11 +39,11 @@ msgstr "" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "Gestionnaire de MATE" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "Gestion des utilisateurs et groupes locaux Linux" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -50,159 +53,77 @@ msgid "" - "record. By working with group-service, groups of users can be managed, such " - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" -- --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "La récupération de l'icône a échoué" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "Gestionnaire d'utilisateurs Mate" -- --#: src/main.c:185 src/main.c:227 -+"Mate Manager est une application graphique permettant de gérer les " -+"utilisateurs et groupes locaux. Elle permet d'ajouter et supprimer des " -+"utilisateurs locaux, changer leur nom, type, langue, mot de passe et " -+"paramétrer leur connexion automatique. Vous pouvez voir les enregistrements " -+"de connexion des utilisateurs. Avec l'aide de group-service, les groupes " -+"d'utilisateurs peuvent être gérés, avec l'ajout et la suppression de " -+"groupes." -+ -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "ouverture du fichier" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "Échec de création du fichier pid" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "écriture du fichier" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "échec d'écriture du fichier pid" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "l'ouverture du fichier pid à échoué" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "lecture du fichier" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "échec de lecture du fichier pid" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Aucun utilisateur de ce genre!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Type de compte" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Administrateur" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Langue" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Pas configuré" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Mot de passe" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Connexion automatique" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Date de connexion" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Gestion des Groupes" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Paramétrage des groupes" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Le compte est désactivé" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Changer lors de la prochaine connexion" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Obtention des informations sur l'utilisateur" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "le nombre d'utilisateurs est 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Définir le mot de passe" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Fermer" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirmer" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Mot de passe de l'utilisateur" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "Générer un mot de passe" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Supprimer l'utilisateur" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Vous ne pouvez pas supprimer votre propre compte." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "l'utilisateur est toujours connecté" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Supprimer l'utilisateur '%s'" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Supprimer également le répertoire personnel de l'utilisateur ?" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "Nom d'utilisateur déjà utilisé. Essayez-en un autre" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "Nom de répertoire personnel déjà utilisé. Essayez-en un autre" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "Le nom de l'utilisateur ne peut pas commencer par un -." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -210,200 +131,169 @@ msgstr "" - "Le nom d'utilisateur ne doit être composé que de lettres majuscules et minuscules, \n" - "de chiffres et les caractères suivants : . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - "Ceci sera utilisé pour nommer votre dossier personnel et ne pourra pas être " - "changé" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Création de l'utilisateur" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "Nom d'utilisateur" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nom complet" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Type de compte" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administrateur" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "Les mots de passe saisis sont différents" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Les mots de passe hybrides améliorent la sécurité " -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Les mots de passe combinés améliorent la sécurité" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Mot de passe" - --#: src/user-admin.c:788 -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Changer lors de la prochaine connexion" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Introduire le mot de passe maintenant" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "Générer un mot de passe" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirmer" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Fermer" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Créer un nouvel utilisateur" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" --msgstr "" -+msgstr "Créer un fichier de troncature" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "échec de création d'un fichier temporaire pour l'image" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Annuler" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Sélectionner" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Charger une image locale" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Rechercher d'autres images" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Ouvrir" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" --"Cliquez sur la fenêtre principale pour fermer la fenêtre de sélection des " --"images" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Image locale" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Liste des avatars" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "Il n'y a pas d'adresse pour stocker les photos" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Modifier le nom" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Veuillez saisir un caractère valide" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Appuyez sur la touche Entrée pour enregistrer les modifications" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Liste des utilisateurs" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Ajouter un utilisateur" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "_Retour" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Message" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "Le nouveau mot de passe doit être différent de l'ancien" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Essayez de changer quelques chiffres et lettres" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Essayez de modifier le mot de passe un peu plus" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" --"Un mot de passe qui ne contient pas votre identifiant serait plus fort" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "N'utilisez pas votre identifiant comme mot de passe" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Évitez les mots communs dans le mot de passe" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Évitez les mots communs" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Évitez de réorganiser les mots existants" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Utilisez plus de chiffres" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Pas configuré" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Utilisez des majuscules" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Langue" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Utilisez des minuscules" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Connexion automatique" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "Utilisez plus de caractères spéciaux, tels que des ponctuations" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Date de connexion" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "Utilisez un mélange de lettres, de chiffres et de ponctuations" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Gestion des Groupes" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Évitez les répétitions de caractères" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Paramétrage des groupes" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Évitez les répétitions de caractères, vous devez mélanger des chiffres, des " --"lettres et des caractères spéciaux." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Modifier le nom" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Évitez les séquences telles que 1234 ou abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Veuillez saisir un caractère valide" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "Le mot de passe doit contenir plus de 8 caractères" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Appuyez sur la touche Entrée pour enregistrer les modifications" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "Ce groupe existe déjà. Essayez un autre nom" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "Le nom du groupe ne peut pas commencer par un -." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "Le nom du groupe doit commencer par une lettre" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -411,67 +301,39 @@ msgstr "" - "Le nom du groupe ne doit être composé que de lettres majuscules et minuscules, \n" - "chiffres et les caractères suivants : . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Créer un nouveau groupe" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "La création du groupe a échoué" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Créer un groupe utilisateur" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "Le groupe à été créé avec succès. Il se trouve en fin de liste." -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Supprimer le groupe" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "Impossible de supprimer le groupe root" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "Voulez-vous supprimer le groupe sélectionné ?" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Nom du groupe" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "ID du groupe" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID de l'utilisateur" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Supprimer" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "Initialisation de group management" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" -+"L'initialisation a échouée, merci de voir la fonction\n" -+"d'interface du service de gestion de groupe" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "Échec de communication avec \"group-service\"" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -479,114 +341,247 @@ msgstr "" - "Veuillez vérifier que \"group-service\" est installé et activé.\n" - " url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Calcul du nombre de groupes." -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "Le nombre de groupes est 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" --"Veuillez cliquer sur le bouton déverrouiller dans le coin supérieur gauche" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" -+"Cliquer sur le bouton de déverrouillage sur la page « Sélection des " -+"groupes »" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Gestion des groupes" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Nom du groupe" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Utilisateur actuel -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "ID du groupe" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Nom du nouveau groupe" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Veuillez sélectionner l'utilisateur à ajouter au nouveau groupe" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Nom d'utilisateur" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID de l'utilisateur" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Supprimer" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "ID du groupe" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Créer un groupe utilisateur" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "Le groupe à été créé avec succès. Il se trouve en fin de liste." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Sélection des groupes" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Création de groupes" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Suppression de groupes" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Utilisateur actuel - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Cette semaine" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "La semaine passée" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Aujourd'hui" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Hier" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Fin de session" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Début de session" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — Activité du compte" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "précédent" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "suivant" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Le compte est désactivé" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Obtention des informations sur l'utilisateur" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "le nombre d'utilisateurs est 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Plus…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Aucune langue trouvée" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Annuler" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Terminé" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Utilisateur actuel - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Les mots de passe ne correspondent pas." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Tout est en place" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Mot de passe de l'utilisateur" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Retour" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Message" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Le nouveau mot de passe doit être différent de l'ancien" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Essayez de changer quelques chiffres et lettres" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Essayez de modifier le mot de passe un peu plus" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "" -+"Un mot de passe qui ne contient pas votre identifiant serait plus fort" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "N'utilisez pas votre identifiant comme mot de passe" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Évitez les mots communs dans le mot de passe" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Évitez les mots communs" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Évitez de réorganiser les mots existants" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Utilisez plus de chiffres" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Utilisez des majuscules" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Utilisez des minuscules" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Utilisez plus de caractères spéciaux, tels que des ponctuations" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Utilisez un mélange de lettres, de chiffres et de ponctuations" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Évitez les répétitions de caractères" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Évitez les répétitions de caractères, vous devez mélanger des chiffres, des " -+"lettres et des caractères spéciaux." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Évitez les séquences telles que 1234 ou abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Le mot de passe doit contenir plus de 8 caractères" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+"Certains paramètres doivent être déverrouillés avant de pouvoir être " -+"modifiés." -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Ajouter un utilisateur" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Gestionnaire d'utilisateurs Mate" -diff --git a/po/fur.po b/po/fur.po -index f6dc268..9080e6f 100644 ---- a/po/fur.po -+++ b/po/fur.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Friulian (https://www.transifex.com/mate/teams/13566/fur/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Password" -- --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Password" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" --msgstr "" -+#: src/user-avatar.c:253 -+msgid "_Open" -+msgstr "_Vierç" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" --msgstr "_Vierç" -- --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Messaç" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Gjave..." -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Gjave..." -- --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Scancele" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" --msgstr "" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Messaç" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Scancele" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/fy.po b/po/fy.po -index 257719f..24f1051 100644 ---- a/po/fy.po -+++ b/po/fy.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Western Frisian (https://www.transifex.com/mate/teams/13566/fy/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Wachtwurd" -- --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Wachtwurd" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" --msgstr "" -+#: src/user-avatar.c:253 -+msgid "_Open" -+msgstr "Iepenje" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" --msgstr "Iepenje" -- --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Fuortsmite" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Fuortsmite" -- --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Skras" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Skras" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ga.po b/po/ga.po -index a813dec..045f026 100644 ---- a/po/ga.po -+++ b/po/ga.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Irish (https://www.transifex.com/mate/teams/13566/ga/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Focal Faire" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Ainm Iomlán" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Focal Faire" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Ainm Iomlán" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Cealaigh" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Tóg" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Oscail" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Teachtaireacht" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Bain" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Bain" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Cealaigh" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Teachtaireacht" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Cealaigh" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/gl.po b/po/gl.po -index 4cc3263..8f58fa8 100644 ---- a/po/gl.po -+++ b/po/gl.po -@@ -5,16 +5,16 @@ - # - # Translators: - # Stefano Karapetsas , 2019 --# Miguel Anxo Bouzada , 2019 -+# Miguel Anxo Bouzada , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Miguel Anxo Bouzada , 2019\n" -+"Last-Translator: Miguel Anxo Bouzada , 2021\n" - "Language-Team: Galician (https://www.transifex.com/mate/teams/13566/gl/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -53,158 +53,69 @@ msgstr "" - " con servizo de grupo, pódense xestionar grupos de usuarios, como " - "engadir/eliminar grupos existentes e crear/eliminar novos grupos." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "Produciuse un fallo ao obter a icona" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "Xestión de usuarios do Mate" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "abrir o ficheiro" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "Produciuse un fallo ao crear o ficheiro PID" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "escribir o ficheiro" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "produciuse un fallo ao escribir o ficheiro PID" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "produciuse un fallo ao abrir o ficheiro PID" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "ler o ficheiro" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "Produciuse un fallo ao ler o ficheiro PID" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Non existe ese usuario!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Tipo de conta" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Estándar" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Administradores" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Idioma" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Sen axustes" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Contrasinal" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Acceso automático" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Hora de acceso" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Xestión do grupo" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Axustes dos grupos" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "A conta está desactivada." -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Estabelecela a próxima vez" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Obter información do usuario" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "o número de usuarios é 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Estabelecer o contrasinal" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Pechar" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirmar" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Estabelecela agora" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Contrasinal do usuario" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "xeración do contrasinal" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Retirar o usuario" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Vostede non pode eliminar a súa propia conta." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Se se debe retirar o directorio persoal do usuario" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "Repítese o nome de usuario, tenteo con outro" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "Repítese o nome do cartafol persoal de usuario, tenteo con outro" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "O nome de usuario non pode comezar cun - ." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -212,197 +123,168 @@ msgstr "" - "O nome de usuario debe consistir só en maiúsculas e minúsculas\n" - "letras da a-z, díxitos e os seguintes caracteres: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "Empregarase para nomear o seu cartafol persoal e non se pode cambiar" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Creación de usuarios" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "Nome de usuario" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Nome do usuario" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nome completo" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Tipo de conta" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Estándar" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administradores" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "Os contrasinais introducidos dúas veces son diferentes" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Os contrasinais híbridos melloran a seguridade" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Contrasinal" - --#: src/user-admin.c:788 -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Estabelecela a próxima vez" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Estabelecer agora o contrasinal" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "xeración do contrasinal" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirmar" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Pechar" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Crear un novo usuario" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "Crear un ficheiro de recorte" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - "Produciuse un fallo ao crear un ficheiro temporal para os datos da imaxe" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Cancelar" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Seleccionar" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Cargar a imaxe local" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Navegar para buscar máis imaxes" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Abrir" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "Ao premer na xanela principal péchase a xanela de selección de imaxes" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Imaxe local" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Lista de avatares" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "Non hai enderezo para almacenar fotos" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Cambiar o nome" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Introduza un carácter válido" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Empregue a tecla Intro para gardar as modificacións" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Lista de usuarios" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Engadir un usuario" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "_Retorno" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Mensaxe" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "O novo contrasinal debe ser diferente do anterior" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Tente cambiar algunhas letras e números" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Tente cambiar un pouco máis o contrasinal" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "Un contrasinal sen o seu nome de usuario sería máis forte" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Tente evitar o uso de seu nome no contrasinal" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Tente evitar algunhas das palabras incluídas no contrasinal" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Tente evitar palabras comúns" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Tente evitar a reordenación das palabras existentes" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Tente empregar máis números" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Sen axustes" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Tente empregar máis letras maiúsculas" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Idioma" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Tente empregar máis letras minúsculas" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Acceso automático" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" --"Tente empregar máis caracteres especiais, como os signos de puntuación" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Hora de acceso" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "Tente empregar unha mestura de letras, números e signos de puntuación" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Xestión do grupo" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Tente evitar a repetición do mesmo carácter" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Axustes dos grupos" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Tente evitar a repetición do mesmo tipo de carácter: necesita mesturar " --"letras, números e signos de puntuación." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Cambiar o nome" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Tente evitar secuencias como 1234 ou abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Introduza un carácter válido" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "O contrasinal deberá ter unha lonxitude de máis de 8 caracteres" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Empregue a tecla Intro para gardar as modificacións" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "Repítese o nome de grupo, tenteo con outro" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "O nome de grupo non pode comezar cun - ." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "O primeiro carácter do nome de grupo debe ser unha letra" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -410,59 +292,27 @@ msgstr "" - "O nome de grupo debe consistir só en maiúsculas e minúsculas\n" - "letras da a-z, díxitos e os seguintes caracteres: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Crear un novo grupo" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "Produciuse un fallo ao crear un novo grupo" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Crear un grupo de usuarios" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" --"Crear satisfactoriamente un grupo de usuarios. Vexa o final da lista de " --"cambios de grupos." -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Retirar grupo" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "Non é posíbel retirar o grupo raíz (root)" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "Se se debe retirar o o grupo seleccionado" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Nome do grupo" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "ID do grupo" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID de usuario" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Retirar" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "Inicialización da xestión de grupos" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -470,11 +320,11 @@ msgstr "" - "Produciuse un fallo coa inicialización. Consulte a\n" - "función Interface do servizo de xestión de grupos" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "Produciuse un fallo ao contactar co servizo de grupo" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -482,113 +332,245 @@ msgstr "" - "Asegúrese de que o servizo de grupo está instalado e activado.\n" - "url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Obter o número de grupos" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "O número de grupos é 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "Prema no signo de desbloqueo no canto superior esquerdo" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "Prema no botón de desbloqueo na páxina de «cambio de grupo»" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Xestión dos grupos" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Nome do grupo" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Usuario actual -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "ID do grupo" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Novo nome do grupo" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Seleccione un usuario para engadilo ao novo grupo" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Nome de usuario" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID de usuario" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Retirar" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Crear un grupo de usuarios" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+"Crear satisfactoriamente un grupo de usuarios. Vexa o final da lista de " -+"cambios de grupos." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Cambiar de grupos" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Crear grupos" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Retirar grupos" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Usuario actual - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Esta semana" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "A semana pasada" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Hoxe" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Onte" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%e de %b " - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%e de %b de %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Sesión rematada" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Sesión iniciada" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — Actividade da conta" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "anterior" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "seguinte" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "A conta está desactivada." -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Obter información do usuario" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "o número de usuarios é 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Máis…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Non se atopou ningún idioma" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Cancelar" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Feito" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Usuario actual - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Estabelecela agora" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Contrasinal do usuario" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Retorno" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Mensaxe" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "O novo contrasinal debe ser diferente do anterior" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Tente cambiar algunhas letras e números" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Tente cambiar un pouco máis o contrasinal" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Un contrasinal sen o seu nome de usuario sería máis forte" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Tente evitar o uso de seu nome no contrasinal" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Tente evitar algunhas das palabras incluídas no contrasinal" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Tente evitar palabras comúns" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Tente evitar a reordenación das palabras existentes" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Tente empregar máis números" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Tente empregar máis letras maiúsculas" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Tente empregar máis letras minúsculas" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" -+"Tente empregar máis caracteres especiais, como os signos de puntuación" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Tente empregar unha mestura de letras, números e signos de puntuación" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Tente evitar a repetición do mesmo carácter" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Tente evitar a repetición do mesmo tipo de carácter: necesita mesturar " -+"letras, números e signos de puntuación." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Tente evitar secuencias como 1234 ou abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "O contrasinal deberá ter unha lonxitude de máis de 8 caracteres" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Engadir un usuario" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Xestión de usuarios do Mate" -diff --git a/po/gu.po b/po/gu.po -index c6bbf0c..b8b75bc 100644 ---- a/po/gu.po -+++ b/po/gu.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Gujarati (https://www.transifex.com/mate/teams/13566/gu/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "પાસવર્ડ" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "બંધ કરો" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "પૂરું નામ" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "પાસવર્ડ" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "પૂરું નામ" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "બંધ કરો" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "રદ કરો (_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "પસંદ કરો" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "ખોલો (_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "સંદેશો" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "વપરાશકર્તા ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "દૂર કરો" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "વપરાશકર્તા ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "દૂર કરો" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "રદ કરો" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "સંદેશો" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "રદ કરો" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ha.po b/po/ha.po -index 26b919a..f10b745 100644 ---- a/po/ha.po -+++ b/po/ha.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Hausa (https://www.transifex.com/mate/teams/13566/ha/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" --msgstr "" -+#: src/user-avatar.c:253 -+msgid "_Open" -+msgstr "_Buɗe" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" --msgstr "_Buɗe" -- --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Cire" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Cire" -- --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Soke" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Soke" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/he.po b/po/he.po -index 246fbdd..d85ea22 100644 ---- a/po/he.po -+++ b/po/he.po -@@ -4,18 +4,19 @@ - # FIRST AUTHOR , YEAR. - # - # Translators: --# shy tzedaka , 2019 - # Yaron Shahrabani , 2019 - # Stefano Karapetsas , 2019 -+# Omer I.S. , 2020 -+# shy tzedaka , 2020 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: shy tzedaka , 2020\n" - "Language-Team: Hebrew (https://www.transifex.com/mate/teams/13566/he/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -48,528 +49,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "פתיחת קובץ" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "שפה" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "ססמה" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "סגירה" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "אישור" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "שם מלא" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "סטנדרטי" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "סיסמה" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "אישור" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "סגירה" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "יצירת משתמש חדש" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" --msgstr "_בטל" -+msgstr "_ביטול" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "בחר" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_פתח" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "שפה" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "הודעה" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "מזהה משתמש" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "הסר" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "מזהה משתמש" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "הסר" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "היום" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "ביטול" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "הושלם" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "סיסמת משתמש" -+ -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "הודעה" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "היום" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "ביטול" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "הושלם" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "אורך הסיסמה צריך להיות יותר מ 8 אותיות." -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/hi.po b/po/hi.po -index ce6eafb..691aba5 100644 ---- a/po/hi.po -+++ b/po/hi.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Hindi (https://www.transifex.com/mate/teams/13566/hi/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "पासवर्ड" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "बंद करें" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "पूरा नाम" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "पासवर्ड" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "पूरा नाम" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "बंद करें" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "रद्द करें (_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "चुनें" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "खोलें (_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "संदेश" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "उपयोक्ता पहचान" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "निकलें" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "उपयोक्ता पहचान" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "निकलें" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "रद्द करें" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "संदेश" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "रद्द करें" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/hr.po b/po/hr.po -index 34bdd2c..e3cf887 100644 ---- a/po/hr.po -+++ b/po/hr.po -@@ -6,17 +6,17 @@ - # Translators: - # Ivica Kolić , 2019 - # Stefano Karapetsas , 2019 --# stemd , 2019 - # Elvis M. Lukšić , 2019 -+# stemd , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Elvis M. Lukšić , 2019\n" -+"Last-Translator: stemd , 2021\n" - "Language-Team: Croatian (https://www.transifex.com/mate/teams/13566/hr/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -49,528 +49,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "otvori datoteku" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "Neuspjelo stvaranje PID datoteke" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "snimi datoteku" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "neuspjelo snimanje PID datoteke" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "neuspjelo otvaranje PID datoteke" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "učitaj datoteku" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "neuspjelo čitanje PID datoteke" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Ne postoji takav korisnik!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Tip računa" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Običan" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Administratori" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Jezik" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Bez postavki" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Zaporka" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Automatska prijava" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Vrijeme prijave" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Upravljanje grupama" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Postavke grupa" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Račun je onemogućen" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Postavi zaporku" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Zatvori" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Potvrdi" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Zaporka" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "stvaranje zaporke" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Ukloni korisnika" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Ne možete obrisati vlastiti račun." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "Korisničko ime ne može početi s - ." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Korisničko ime" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Puno ime" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Tip računa" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Običan" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administratori" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Zaporka" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "stvaranje zaporke" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Potvrdi" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Zatvori" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Stvori novog korisnika" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Opozovi" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Odaberi" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Otvori" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Promijeni ime" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Popis korisnika" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Dodaj korisnika" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Poruka" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Bez postavki" - --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Jezik" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Automatska prijava" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Vrijeme prijave" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Upravljanje grupama" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Postavke grupa" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Promijeni ime" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "Zaporka ne može biti kraća od 8 znakova" -- --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "Ime grupe već postoji. Molimo odaberite drugo ime." - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Stvori novu grupu" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Ukloni" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Ukloni" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Promijeni grupe" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Ovaj tjedan" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "Prethodni tjedan" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "danas" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "jučer" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "prethodni" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "sljedeći" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Račun je onemogućen" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Više..." - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Jezici nisu nađeni" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Opozovi" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Obavljeno" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Zaporka" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Poruka" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Zaporka ne može biti kraća od 8 znakova" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Dodaj korisnika" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/hu.po b/po/hu.po -index e0e2aae..8139316 100644 ---- a/po/hu.po -+++ b/po/hu.po -@@ -5,18 +5,18 @@ - # - # Translators: - # KAMI KAMI , 2019 --# Balázs Meskó , 2019 --# Rezső Páder , 2019 -+# Balázs Meskó , 2019 - # Stefano Karapetsas , 2019 -+# Rezső Páder , 2020 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Rezső Páder , 2020\n" - "Language-Team: Hungarian (https://www.transifex.com/mate/teams/13566/hu/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -26,19 +26,19 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "" -+msgstr "Felhasználói fiókok kezelése" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" --msgstr "" -+msgstr "Hitelesítés szükséges a felhasználó adatainak módosításához" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "MATE felhasználó kezelő" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "Helyi felhasználók és csoportok kezelése" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -49,528 +49,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "fájl megnyitása" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "" -+msgstr "PID fájl létrehozása sikertelen" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "fájl írása" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "" -+msgstr "PID fájl írása sikertelen" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "" -+msgstr "PID fájl megnyitása sikertelen" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "" -+msgstr "fájl olvasása" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Nyelv" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Jelszó" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -+msgstr "PID fájl olvasása sikertelen" - --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Bezárás" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Megerősítés" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" -+msgstr "Felhasználó törlése" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." -+msgstr "A saját fiók nem törölhető." - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" --msgstr "" -+msgstr "Felhasználó saját könyvtárának eltávolítása" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" --msgstr "" -+msgstr "Felhasználó létrehozása" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Teljes név" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Fiók típusa" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Adminisztrátor" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" --msgstr "" -+msgstr "A két jelszó nem egyezik" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Jelszó" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Beállítás később" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" --msgstr "" -+msgstr "Jelszó beállítása most" -+ -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "jelszó generálás" - --#: src/user-admin.c:864 -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Megerősítés" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Bezárás" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Új felhasználó létrehozása" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "Mé_gse" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Kijelölés" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Megnyitás" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Nincs beállítás" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Nyelv" - --#: src/user-list.c:125 --msgid "User List" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Automatikus bejelentkezés" - --#: src/user-list.c:225 --msgid "Add User" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Bejelentkezés ideje" - --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Csoportkezelés" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Üzenet" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Csoportok beállítása" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Név módosítása" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Csoport neve" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" --msgstr "" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Csoport ID" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." --msgstr "" -+#: src/user-group-window.c:620 -+msgid "New Group Name" -+msgstr "Új csoport neve" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" --msgstr "" -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Felhasználónév" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Felhasználóazonosító" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Eltávolítás" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -+#: src/user-group-window.c:890 -+msgid "Create Groups" -+msgstr "Csoportok létrehozása" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" --msgstr "" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" -+msgstr "Csoportok törlése" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -+#: src/user-history.c:40 -+msgid "This Week" -+msgstr "Ez a hét" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "Felhasználóazonosító" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "Utolsó hét" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Eltávolítás" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Ma" - --#: src/user-group.c:757 --msgid "Initialization group management" --msgstr "" -+#: src/user-history.c:150 -+msgid "Yesterday" -+msgstr "Tegnap" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" --msgstr "" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" -+msgstr "%Y. %b %d" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" -+msgstr "%s — fiók aktivitás" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -+#: src/user-history.c:397 -+msgid "previous" -+msgstr "előző" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" -+msgstr "következő" -+ -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Ez a fiók le van tiltva." -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Felhasználók lekérdezése" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "nincsenek felhasználók" -+ -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Mégse" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Kész" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Beállítás most" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Felhasználó jelszava" -+ -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Üzenet" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Ma" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Mégse" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Kész" -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Felhasználó hozzáadása" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "" -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "MATE felhasználó kezelő" -diff --git a/po/hy.po b/po/hy.po -index e563500..67df03b 100644 ---- a/po/hy.po -+++ b/po/hy.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Siranush , 2019\n" - "Language-Team: Armenian (https://www.transifex.com/mate/teams/13566/hy/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Ստանդարտ" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Լեզու" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Գաղտնաբառ" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Փակ" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Հաստատել" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Լրիվ Անունը" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Ստանդարտ" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Գաղտնաբառ" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Հաստատել" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Փակ" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Չեղարկել " - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Բացել" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "" -+ -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Լեզու" -+ -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "" -+ -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "" -+ -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "" -+ -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "" -+ -+#: src/user-face.c:120 - msgid "Change Name" - msgstr "" - --#: src/user-face.c:657 -+#: src/user-face.c:120 - msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:709 -+#: src/user-face.c:181 - msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Հեռացնել" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Այսօր" -+ -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Հեռացնել" -+#: src/user-history.c:402 -+msgid "next" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Չեղարկել" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Այսօր" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Չեղարկել" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/id.po b/po/id.po -index e4dc620..ad33a7d 100644 ---- a/po/id.po -+++ b/po/id.po -@@ -9,15 +9,16 @@ - # Hatta.z, 2019 - # Febrian Setianto (Feber) , 2019 - # Stefano Karapetsas , 2019 -+# Andika Triwidada , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Andika Triwidada , 2021\n" - "Language-Team: Indonesian (https://www.transifex.com/mate/teams/13566/id/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -27,19 +28,19 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "" -+msgstr "Mengelola akun pengguna" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" --msgstr "" -+msgstr "Autentikasi diperlukan untuk mengubah data pengguna" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "Manajer MATE" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "Mengelola Pengguna dan Grup Lokal Linux" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -49,529 +50,530 @@ msgid "" - "record. By working with group-service, groups of users can be managed, such " - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" -+"Manajer Mate adalah aplikasi grafis yang mengelola pengguna dan grup lokal. " -+"Ini bisa menambah dan menghapus pengguna lokal, mengubah nama pengguna, " -+"jenis pengguna, bahasa pengguna, kata sandi pengguna, login otomatis. Anda " -+"dapat melihat rekaman masuk pengguna. Dengan bekerja dengan group-service, " -+"kelompok pengguna dapat dikelola, seperti menambah/menghapus grup yang ada " -+"dan membuat/menghapus grup baru." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "buka berkas" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "" -+msgstr "Pembuatan berkas pid gagal" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "tulis berkas" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "" -+msgstr "menulis berkas pid gagal" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "" -+msgstr "membuka berkas pid gagal" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "" -+msgstr "baca berkas" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standar" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Bahasa" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Sandi" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -+msgstr "membaca berkas pid gagal" - --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Tutup" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Konfirmasi" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" --msgstr "" -+msgstr "Hapus Pengguna" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." --msgstr "" -+msgstr "Anda tidak dapat menghapus akun Anda sendiri." -+ -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "pengguna masih log masuk" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Hapus pengguna '%s'" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" --msgstr "" -+msgstr "Apakah akan menghapus direktori rumah pengguna" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" --msgstr "" -+msgstr "Pengulangan nama pengguna. Silakan coba yang lain" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" --msgstr "" -+msgstr "Pengulangan nama rumah pengguna. Silakan coba yang lain" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." --msgstr "" -+msgstr "Nama pengguna tidak dapat dimulai dengan -." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" -+"Nama pengguna hanya boleh terdiri dari huruf besar dan kecil \n" -+"dari a-z, digit, dan karakter berikut: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" -+"Ini akan digunakan untuk menamai folder rumah Anda dan tidak dapat diubah" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" --msgstr "" -+msgstr "Membuat Pengguna" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Nama Pengguna" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nama Lengkap" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Jenis Akun" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standar" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administrator" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" --msgstr "" -+msgstr "Kata sandi yang dimasukkan dua kali berbeda" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Kata sandi campuran meningkatkan keamanan" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Sandi" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Siapkan kali berikutnya" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" --msgstr "" -+msgstr "Sekarang mengatur password" -+ -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "pembuatan kata sandi" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Konfirmasi" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Tutup" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Buat Pengguna Baru" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" --msgstr "" -+msgstr "Buat Berkas Pangkas" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" --msgstr "" -+msgstr "gagal membuat berkas sementara untuk data gambar" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Batal" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Pilih" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" --msgstr "" -+msgstr "Muat Gambar Lokal" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" --msgstr "" -+msgstr "Ramban untuk lebih banyak gambar" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "B_uka" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" --msgstr "" -+msgstr "Gambar Lokal" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" --msgstr "" -+msgstr "Daftar avatar" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" --msgstr "" -- --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Pesan" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -+msgstr "Tidak ada alamat untuk menyimpan foto" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Tidak Ada Pengaturan" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Bahasa" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Logon otomatis" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Waktu login" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Kelola Grup" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Mengatur Grup" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Ganti Nama" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Silakan masukkan karakter yang valid" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Gunakan Tombol Enter untuk Menyimpan Modifikasi" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" --msgstr "" -+msgstr "Pengulangan nama grup. Silakan coba yang lain" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." --msgstr "" -+msgstr "Nama grup tidak dapat dimulai dengan -." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" --msgstr "" -+msgstr "Karakter pertama dari nama grup perlu menggunakan huruf" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" -+"Nama grup hanya boleh berupa huruf besar dan kecil \n" -+"dari a-z, digit, dan karakter berikut:. - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" --msgstr "" -+msgstr "Buat Grup Baru" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" --msgstr "" -- --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -+msgstr "Buat Grup Baru Gagal" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" --msgstr "" -- --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -+msgstr "Hapus Grup" - --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" --msgstr "" -+msgstr "Apakah akan menghapus grup yang dipilih" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID Pengguna" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Hapus" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" --msgstr "" -+msgstr "Inisialisasi manajemen grup" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" -+"Inisialisasi gagal, silakan lihat fungsi \n" -+" Antar Muka Layanan Manajemen Grup" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" --msgstr "" -+msgstr "Gagal menghubungi layanan grup" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" -+"Pastikan bahwa group-service diinstal dan diaktifkan.\n" -+" URL: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "" -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" --msgstr "" -+msgstr "Klik tombol buka kunci pada halaman \"switch-group\"" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Nama Group" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "ID Grup" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" --msgstr "" -+msgstr "Nama Grup Baru" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" -+msgstr "Silakan pilih pengguna untuk ditambahkan ke grup baru" -+ -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Nama Pengguna" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID Pengguna" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Hapus" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "Id grup" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Buat Grup Pengguna" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" -+"Sukses Membuat Grup Pengguna, Silakan lihat akhir daftar switch-group." - --#: src/user-group.c:1087 -+#: src/user-group-window.c:886 - msgid "Switch Groups" --msgstr "" -+msgstr "Beralih Grup" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" --msgstr "" -+msgstr "Buat Grup" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" --msgstr "" -+msgstr "Hapus Grup" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Pengguna Saat Ini - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" --msgstr "" -+msgstr "Minggu Ini" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" --msgstr "" -+msgstr "Minggu Lalu" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Hari ini" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" --msgstr "" -+msgstr "Kemarin" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" --msgstr "" -+msgstr "%e %b" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" --msgstr "" -+msgstr "%e b% %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" --msgstr "" -+msgstr "Sesi Berakhir" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" --msgstr "" -+msgstr "Sesi Dimulai" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" --msgstr "" -+msgstr "%s — Aktivitas Akun" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" --msgstr "" -+msgstr "sebelumnya" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" --msgstr "" -+msgstr "berikutnya" -+ -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Akun dinonaktifkan" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Dapatkan Info Pengguna" - --#: src/user-language.c:120 -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "cacah pengguna adalah 0" -+ -+#: src/user-language.c:195 - msgid "More…" --msgstr "" -+msgstr "Lebih banyak…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" --msgstr "" -+msgstr "Tidak ada bahasa yang ditemukan" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Batal" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Selesai" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Kata sandi tidak cocok." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Sekarang telah siap" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Kata Sandi Pengguna" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Return" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Pesan" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Kata sandi baru harus berbeda dari yang lama" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Cobalah mengubah beberapa huruf dan angka" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Cobalah mengubah kata sandi sedikit lebih lagi" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Kata sandi tanpa nama pengguna Anda akan lebih kuat" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Cobalah untuk menghindari menggunakan nama Anda di kata sandi" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "" -+"Cobalah untuk menghindari beberapa kata yang disertakan dalam kata sandi" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Cobalah hindari kata-kata umum" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Cobalah untuk menghindari penataan ulang kata yang ada" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Cobalah untuk menggunakan lebih banyak angka" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Cobalah untuk menggunakan lebih banyak huruf besar" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Cobalah untuk menggunakan lebih banyak huruf kecil" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Coba gunakan karakter khusus lainnya, seperti tanda baca" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Cobalah untuk menggunakan campuran huruf, angka, dan tanda baca" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Cobalah untuk menghindari mengulangi karakter yang sama" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" -+"Cobalah untuk menghindari pengulangan tipe karakter yang sama: Anda perlu " -+"mencampur huruf, angka, dan tanda baca." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Cobalah untuk menghindari urutan seperti 1234 atau abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Panjang kata sandi perlu lebih dari 8 karakter" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "Beberapa pengaturan harus dibuka kuncinya sebelum mereka dapat diubah" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Tambah Pengguna" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Manajer Pengguna Mate" -diff --git a/po/ie.po b/po/ie.po -index 33b3fa7..43eacab 100644 ---- a/po/ie.po -+++ b/po/ie.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Caarmi, 2019\n" - "Language-Team: Interlingue (https://www.transifex.com/mate/teams/13566/ie/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Lingue" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Contrasigne" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Cluder" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirmar" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nómine complet" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Contrasigne" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirmar" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Cluder" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Anullar" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Aperter" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "" -+ -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Lingue" -+ -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "" -+ -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "" -+ -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "" -+ -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "" -+ -+#: src/user-face.c:120 - msgid "Change Name" - msgstr "" - --#: src/user-face.c:657 -+#: src/user-face.c:120 - msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:709 -+#: src/user-face.c:181 - msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Remover" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Remover" -+#: src/user-history.c:397 -+msgid "previous" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Anullar" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Anullar" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ig.po b/po/ig.po -index 3104cce..59ebf25 100644 ---- a/po/ig.po -+++ b/po/ig.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Igbo (https://www.transifex.com/mate/teams/13566/ig/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" --msgstr "" -+#: src/user-avatar.c:253 -+msgid "_Open" -+msgstr "_Mepee" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" --msgstr "_Mepee" -- --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Wepụ" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Wepụ" -- --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Wepụ" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Wepụ" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/is.po b/po/is.po -index abd2487..f2b35fc 100644 ---- a/po/is.po -+++ b/po/is.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Sveinn í Felli , 2019\n" - "Language-Team: Icelandic (https://www.transifex.com/mate/teams/13566/is/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Tungumál" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Lykilorð" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Fullt nafn" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Lykilorð" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Fullt nafn" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Hætta við" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Velja" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Opna" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Tungumál" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Skilaboð" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Fjarlægja" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Fjarlægja" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Í dag" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Hætta við" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Í dag" -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Skilaboð" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Hætta við" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/it.po b/po/it.po -index 006d7bd..37c6899 100644 ---- a/po/it.po -+++ b/po/it.po -@@ -4,19 +4,19 @@ - # FIRST AUTHOR , YEAR. - # - # Translators: --# Giuseppe Pignataro , 2019 - # Enrico B. , 2019 - # Stefano Karapetsas , 2019 --# Alessandro Volturno , 2019 -+# Giuseppe Pignataro , 2021 -+# Alessandro Volturno , 2022 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Alessandro Volturno , 2019\n" -+"Last-Translator: Alessandro Volturno , 2022\n" - "Language-Team: Italian (https://www.transifex.com/mate/teams/13566/it/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -26,19 +26,19 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "Gestione account utenti" -+msgstr "Gestisce gli account utenti" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" --msgstr "Autenticazione obbligatoria per modificare i dati utente" -+msgstr "È richiesta l'autenticazione per modificare i dati dell'utente" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "Manager MATE " -+msgstr "MATE Manager" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "Gestire Utenti Locali e Gruppi Linux" -+msgstr "Gestire Utenti Locali e Gruppi in Linux" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -48,165 +48,76 @@ msgid "" - "record. By working with group-service, groups of users can be managed, such " - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" --"Manager Mate è una applicazione grafica che gestisce gruppi e utenti locali." --" Può aggiungere o cancellare utenti locali, cambiare nome utente, tipo " --"utente, lingua utente, password utente, login automatico. È possibile " -+"Mate Manager è una applicazione grafica che gestisce gruppi e utenti locali." -+" Può aggiungere o cancellare utenti locali, cambiare il nome utente, tipo " -+"di utente, lingua utente, password utente, login automatico. È possibile " - "visualizzare il rapporto di login utente. Lavorando con servizi di gruppo, " - "possono essere gestiti gruppi di utenti, come ad esempio " - "aggiungere/rimuovere gruppi esistenti e creare/cancellare nuovi gruppi." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "Inserimento icona fallita" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "Manager Utente Mate" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "apri file" -+msgstr "apri un file" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "Creazione file pid fallita" -+msgstr "Creazione del file pid fallita" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "Scrivi file" -+msgstr "Scrivi il file" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "Scrittura file pid fallita" -+msgstr "La scrittura del file pid è fallita" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "Apertura file pid fallita" -+msgstr "L'apertura del file pid è fallita" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "Leggi file" -+msgstr "Leggi il file" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "Lettura file pid fallita" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Nessun utente!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Tipo account" -+msgstr "La lettura del file pid è fallita" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Predefinito" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Amministratori" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Lingua" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Nessuna impostazione" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Password" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Accesso automatico" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Ora di accesso" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Gestione gruppi" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Impostazioni gruppi" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Account disabilitato" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Imposta successivamente" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Inserimento info utente" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "Conteggio utente è 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Imposta password" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Chiudi" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Conferma" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Imposta adesso" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Password utente" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "Genera password" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Rimuovi utente" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Non puoi eliminare il tuo account." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "l'utente è ancora connesso" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Rimuovi l'utente '%s'" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" --msgstr "Rimuovere o meno la cartella home dell'utente" -+msgstr "Indica se rimuovere o meno la cartella home dell'utente" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" --msgstr "Nome utente ripetuto. Riprova" -+msgstr "Nome utente ripetuto. PEr favore inserirne un altro" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" --msgstr "Nome home utente ripetuto. Riprova" -+msgstr "Nome della home utente ripetuto. Per favore provarne un altro" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." --msgstr "Il nome utente non può iniziare con - ." -+msgstr "Il nome utente non può iniziare con un - ." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -214,381 +125,453 @@ msgstr "" - "Il nome utente deve essere composto da lettere maiuscole \n" - "o minuscole dalla a alla z, numeri e i seguenti caratteri: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" --msgstr "Verrà usato per creare la cartella home e non può esser cambiato" -+msgstr "Verrà utilizzato per creare la cartella home e non può esser cambiato" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" --msgstr "Creazione utente" -+msgstr "Creazione di un utente" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "Nome utente" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nome completo" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Tipo di account" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Amministratori" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "Le password inserite non corrispondono" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Le password ibride migliorano la sicurezza" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Le password miste migliorano la sicurezza" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Password" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Imposta successivamente" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" --msgstr "Imposta password ora" -+msgstr "Adesso Imposta la password" -+ -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "Genera la password" - --#: src/user-admin.c:864 -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Conferma" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Chiudi" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Crea nuovo utente" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" --msgstr "Crea file di ritaglio" -+msgstr "Crea il file Crop" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" --msgstr "Creazione file temporaneo per i dati immagine fallita" -+msgstr "Creazione del file temporaneo per i dati dell'immagine fallita" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "A_nnulla" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" --msgstr "Selezione" -+msgstr "Seleziona" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" --msgstr "Carica immagine locale" -+msgstr "Carica un'immagine locale" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Sfoglia per altre immagini" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Apri" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "Fare clic sulla finestra principale chiude la selezione dell'immagine" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Immagine locale" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Lista avatar" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "Nessun indirizzo per archiviare le foto" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Modifica nome" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Inserisci un carattere valido" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Usa il tasto Invio per salvare le modifiche" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Lista utenti" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Aggiungi utente" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "_Annulla" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Messaggio" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "La nuova password deve essere diversa dalla precedente" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Prova a cambiare alcune lettere o numeri" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Prova a modificare di più la password" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "Una password senza il tuo nome utente sarebbe più robusta" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Evita di inserire il tuo nome nella password" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Evita alcune parole inserite nella password" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Evita parole comuni" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Evita di cambiare l'ordine delle stesse parole" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Cerca di usare più numeri" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Nessuna impostazione" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Cerca di usare più lettere maiuscole" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Lingua" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Cerca di usare più lettere minuscole" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Accesso automatico" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "Cerca di usare più caratteri speciali come la punteggiatura" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Ora di accesso" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "Cerca di usare un mix di lettere, numeri e punteggiatura" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Gestione del gruppo" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Evita di ripetere lo stesso carattere" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Impostazioni dei gruppi" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Evita di ripetere caratteri dello stesso tipo: crea un mix di lettere, " --"numeri e punteggiatura." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Modifica nome" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Evita sequenze come 1234 o abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Per favore inserire un carattere valido" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "La lunghezza minima della password è 8 caratteri" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Usa il tasto Invio per salvare le modifiche" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" --msgstr "Nome gruppo ripetuto. Riprova" -+msgstr "Nome del gruppo ripetuto. Per favore inserirne un altro" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "Il nome del gruppo non può iniziare con - ." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "Il primo carattere del nome del gruppo deve essere una lettera" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" --"Il nome del gruppo deve essere composto da lettere maiuscole \n" --"o minuscole dalla a alla z, numeri e i seguenti caratteri: . - _" -+"Il nome del gruppo deve essere composto da lettere\n" -+"maiuscole o minuscole dalla a alla z, numeri e i seguenti caratteri: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" --msgstr "Crea nuovo gruppo" -+msgstr "Crea un nuovo gruppo" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" --msgstr "Creazione nuovo gruppo fallita" -+msgstr "La creazione del nuovo gruppo è fallita" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Crea gruppo utente" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" --"Creazione gruppo utenti completato, controlla alla fine della lista switch-" --"groups." -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" --msgstr "Rimuovi gruppo" -- --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "Impossibile rimuovere il gruppo root" -+msgstr "Rimuovi il gruppo" - --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" --msgstr "Rimuovere o meno il gruppo selezionato" -- --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Nome gruppo" -+msgstr "Indica se rimuovere o meno il gruppo selezionato" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "ID gruppo" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID utente" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Rimuovi" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" --msgstr "Avvio gestione gruppi" -+msgstr "Gestione di inizializzazione del gruppo " - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" --"Avvio fallito, controlla funzionamento della \n" --"Interfaccia del servizio di gestione gruppo" -+"Inizializzazione fallita, per favore controllare Groupo\n" -+"funzione Management Service Interface." - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" --msgstr "Collegamento con il servizio non riuscito" -+msgstr "Errore nel contattare il servizio di gruppo" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" --"Assicurati che il group-service sia installato e abilitato.\n" -+"Per favore assicurarsi che il group-service sia installato e abilitato.\n" - " url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Ottieni numero dei gruppi" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "Il numero di gruppi è 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "Premi il simbolo di sblocco nell'angolo in alto a sinistra" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" --msgstr "Fai clic sul tasto di sblocco nella scheda \"cambio gruppo\"" -+msgstr "Fare clic sul tasto di sblocco nella scheda \"cambia gruppo\"" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Gestione gruppi" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Nome del gruppo" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Utente attuale -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "ID del gruppo" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Nome del nuovo gruppo" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" --msgstr "Seleziona l'utente da aggiungere al nuovo gruppo" -+msgstr "Selezionare l'utente da aggiungere al nuovo gruppo" -+ -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Nome utente" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID utente" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Rimuovi" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "ID del Gruppo" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Crea un gruppo di utenti" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+"Creazione del gruppo di utenti completato, controllare alla fine della lista" -+" switch-groups." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" --msgstr "Cambio gruppo" -+msgstr "Cambia gruppi" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" --msgstr "Crea gruppo" -+msgstr "Crea gruppi" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" --msgstr "Rimuovi gruppo" -+msgstr "Rimuovi gruppi" -+ -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Utente attuale -- %s" - --#: src/user-history.c:43 -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Questa settimana" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" --msgstr "Ultima settimana" -+msgstr "La settimana scorsa" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Oggi" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Ieri" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Sessione conclusa" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Sessione avviata" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" --msgstr "%s — Attività account" -+msgstr "%s — Attività dell'account" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "precedente" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "successivo" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Account disabilitato" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Ottieni informazioni sull'utente" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "Il numero di utenti è 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Altro…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Nessuna lingua trovata" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Annulla" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Fatto" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Utente attuale -- %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Le password non corrispondono." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Imposta adesso" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Password utente" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Annulla" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Messaggio" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "La nuova password deve essere diversa dalla precedente" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Prova a cambiare alcune lettere o numeri" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Prova a modificare la password un po' di più" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Una password senza il tuo nome utente sarebbe più robusta" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Evita di inserire il tuo nome nella password" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Evita alcune parole inserite nella password" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Evita parole comuni" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Evita di cambiare l'ordine delle parole esistenti" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Cerca di usare più numeri" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Cerca di usare più lettere maiuscole" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Cerca di usare più lettere minuscole" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Cerca di usare più caratteri speciali, come punteggiatura" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Cerca di usare un mix di lettere, numeri e punteggiatura" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Evita di ripetere lo stesso carattere" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Evita di ripetere caratteri dello stesso tipo: crea un mix di lettere, " -+"numeri e punteggiatura." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Evita sequenze come 1234 o abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "La lunghezza minima della password è 8 caratteri" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+"Alcune impostazioni devono essere sbloccate prima di poter essere modificate" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Aggiungi utente" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Mate User Manager" -diff --git a/po/ja.po b/po/ja.po -index 07480a0..b90a6c5 100644 ---- a/po/ja.po -+++ b/po/ja.po -@@ -4,20 +4,21 @@ - # FIRST AUTHOR , YEAR. - # - # Translators: -+# Stefano Karapetsas , 2019 - # ABE Tsunehiko, 2019 - # Rockers , 2019 - # Yoshifumi Kinoshita , 2019 --# Stefano Karapetsas , 2019 - # Aefgh Threenine , 2019 -+# Green, 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Aefgh Threenine , 2019\n" -+"Last-Translator: Green, 2021\n" - "Language-Team: Japanese (https://www.transifex.com/mate/teams/13566/ja/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -31,15 +32,15 @@ msgstr "ユーザーアカウントの管理" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" --msgstr "ユーザーデータの変更には認証が必要" -+msgstr "ユーザーデータの変更には認証が必要です" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "MATE マネージャ" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "Linux のローカルユーザーとグループの管理" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -49,529 +50,521 @@ msgid "" - "record. By working with group-service, groups of users can be managed, such " - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" -+"Mate " -+"マネージャは、ローカルユーザーとグループを管理するグラフィカルなアプリケーションです。ローカルユーザーの追加と削除、ユーザー名の変更、ユーザーのタイプ変更、ユーザーの言語変更、ユーザーのパスワード変更、自動ログインなどの設定が可能です。ユーザーのログイン記録を見ることができます。グループサービスと連携することで、既存のグループの追加・削除や、新しいグループの作成・削除など、ユーザーのグループを管理することができます。" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "ファイルを開く" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "" -+msgstr "pidファイルの作成を失敗" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "ファイルの書き込み" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "" -+msgstr "pid ファイルの書き込み失敗" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "" -+msgstr "pid ファイルを開くことができなせん" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "" -+msgstr "ファイルの読み込み" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -+msgstr "pid ファイルを読み込めません" - --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "アカウントタイプ" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "標準" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "管理者" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "言語" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "パスワード" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "自動ログオン" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "閉じる" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "確認" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "ユーザーの削除" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." --msgstr "" -+msgstr "自分自身のアカウントを削除することはできません。" -+ -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "ユーザーは現在ログイン中です" - --#: src/user-admin.c:217 -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "'%s' ユーザーの削除" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" --msgstr "" -+msgstr "ユーザーのホームディレクトリを削除しますか" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" --msgstr "" -+msgstr "ユーザー名の重複です。別のユーザー名を試してください。" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" --msgstr "" -+msgstr "ユーザーのホーム名の重複です。別の名前を試してください。" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." --msgstr "" -+msgstr "ユーザ名は a - で始めることができません!" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" -+"ユーザー名は大文字と小文字だけで構成されています。\n" -+"a-z の文字や数字と次の記号です: .- " - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+msgstr "これがホームフォルダの名前として使用され、変更することはできません。" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" --msgstr "" -+msgstr "ユーザーの作成" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "ユーザーの名前" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" --msgstr "氏名" -+msgstr "フルネーム" -+ -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "アカウントのタイプ" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "標準" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "管理者" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" --msgstr "" -+msgstr "2回入力したパスワードが異なっています" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "パスワードを使い分けるとセキュリティが向上" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "パスワード" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "次回に設定する" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" --msgstr "" -+msgstr "パスワードを設定します" -+ -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "自動生成したパスワード" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "確認" - --#: src/user-admin.c:864 -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "閉じる" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "新しいユーザーの作成" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" --msgstr "" -+msgstr "Crop ファイルを作成" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" --msgstr "" -+msgstr "画像データの一時ファイル作成に失敗" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "キャンセル(_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "選択" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" --msgstr "" -+msgstr "ローカルの画像を読み込む" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" --msgstr "" -+msgstr "もっとたくさんの写真を見る" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "開く(_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" --msgstr "" -+msgstr "ローカルの画像" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" --msgstr "" -+msgstr "アバターの一覧" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" --msgstr "" -- --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -+msgstr "写真を保存するアドレスがありません" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "ユーザーリスト" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "ユーザーの追加" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "メッセージ" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "設定なし" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "言語" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "自動ログオン" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "ログインの時刻" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "グループ管理" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "グループ設定" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "名前の変更" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "有効な文字を入力してください" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "修正内容を保存するには Enter キーを使用します" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" --msgstr "" -+msgstr "グループ名の重複。違う名前を使ってください" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." --msgstr "" -+msgstr "グループ名は a - で始めることができません。" - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" --msgstr "" -+msgstr "グループ名の最初の文字にはアルファベットを使用してください" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" -+"グループ名は大文字と小文字だけで構成されます。\n" -+"a-z の文字や数字と次の記号です: .- " - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" --msgstr "" -+msgstr "新規グループを作成" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" --msgstr "" -- --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -+msgstr "新しいグループを作成することができません" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" --msgstr "" -- --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -+msgstr "グループを削除" - --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" --msgstr "" -+msgstr "選択したグループを削除しますか" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "ユーザー ID" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "削除" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" --msgstr "" -+msgstr "グループ管理を初期化" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" -+"初期化失敗です。グループを見てください\n" -+"マネジメントサービスのインタフェース機能" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" --msgstr "" -+msgstr "グループサービスへの接続に失敗しました" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" -+"グループサービスがインストールされ、有効になっているか確認してください。\n" -+" url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "" -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" --msgstr "" -+msgstr "\"swith-group\" ページのロック解除ボタンを押しください" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "グループ名" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "グループ ID" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" --msgstr "" -+msgstr "新規グループ名" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" --msgstr "" -+msgstr "新規グループに追加するユーザーを選択してください" -+ -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "ユーザ名" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ユーザー ID" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "削除" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "グループ ID" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "ユーザーグループを作成" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "ユーザーグループの作成に成功しました。スイッチグループリストの最後を表示してください。" -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" --msgstr "" -+msgstr "スイッチグループ" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" --msgstr "" -+msgstr "グループを作成" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" --msgstr "" -+msgstr "グループを削除" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "現在のユーザー - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" --msgstr "" -+msgstr "今週" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" --msgstr "" -+msgstr "先週" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "今日" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" --msgstr "" -+msgstr "昨日" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" --msgstr "" -+msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" --msgstr "" -+msgstr "%Y年 %B月%e日" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" --msgstr "" -+msgstr "セッションの終了" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" --msgstr "" -+msgstr "セッションの開始" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" --msgstr "" -+msgstr "%s — アカウント・アクティビティ" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" --msgstr "" -+msgstr "前へ" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" --msgstr "" -+msgstr "次へ" -+ -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "アカウントは無効です" - --#: src/user-language.c:120 -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "ユーザー情報の取得" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "ユーザー数は 0 です" -+ -+#: src/user-language.c:195 - msgid "More…" --msgstr "" -+msgstr "もっと" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" --msgstr "" -+msgstr "言語が見つかりません" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "キャンセル" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "完了" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "パスワードが一致しません。" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "今設定する" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "ユーザーのパスワード" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "戻る(_R)" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "メッセージ" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "新しいパスワードは、古いパスワードとは異なるものでないといけません" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "文字や数字を変えてみてください" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "パスワードを少し変えてみてください" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "ユーザー名を含まないパスワードの方が強力です" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "パスワードに自分の名前を使わないようにします" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "パスワードに単語が含まれるのを避けてください" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "一般的な言葉は避けるようにしてください" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "既存の単語を並べ替えないようにしてください" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "もっと多くの数字を使うようにしてください" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "もっと多くの大文字を使うようにしてください" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "もっと多くの小文字を使うようにしてください" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "句読点など、もっと特殊文字を使うようにします" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "文字や数字、句読点を組み合わせて使うようにしてください" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "同じ文字を繰り返し使うのは避けてください" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "同じ種類の文字の繰り返しを避けるには、文字、数字、句読点を混ぜる必要があります。" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "1234 や abcd のような並びシーケンスは避けてください" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "パスワードの長さは8文字以上必要です" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "一部の設定を変更するにはロック解除が必要です。" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "ユーザーの追加" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Mate ユーザー管理" -diff --git a/po/ka.po b/po/ka.po -index 70eba21..546f278 100644 ---- a/po/ka.po -+++ b/po/ka.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Georgian (https://www.transifex.com/mate/teams/13566/ka/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "პაროლი" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "სრული სახელი" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "პაროლი" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "სრული სახელი" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_გაუქმება" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "არჩევა" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_გახსნა" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "შეტყობინება" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "წაშლა" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "წაშლა" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "გაუქმება" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "შეტყობინება" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "გაუქმება" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/kab.po b/po/kab.po -new file mode 100644 -index 0000000..ef15a54 ---- /dev/null -+++ b/po/kab.po -@@ -0,0 +1,555 @@ -+# SOME DESCRIPTIVE TITLE. -+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -+# This file is distributed under the same license as the mate-user-admin package. -+# FIRST AUTHOR , YEAR. -+# -+# Translators: -+# Slimane Selyan AMIRI , 2020 -+# -+#, fuzzy -+msgid "" -+msgstr "" -+"Project-Id-Version: mate-user-admin\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" -+"PO-Revision-Date: 2019-05-07 07:46+0000\n" -+"Last-Translator: Slimane Selyan AMIRI , 2020\n" -+"Language-Team: Kabyle (https://www.transifex.com/mate/teams/13566/kab/)\n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=UTF-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+"Language: kab\n" -+"Plural-Forms: nplurals=2; plural=(n != 1);\n" -+ -+#: data/org.mate.user.admin.policy.in:11 -+msgid "Manage user accounts" -+msgstr "" -+ -+#: data/org.mate.user.admin.policy.in:12 -+msgid "Authentication is required to change user data" -+msgstr "" -+ -+#: data/mate-user-admin.appdata.xml.in:6 -+msgid "MATE Manager" -+msgstr "" -+ -+#: data/mate-user-admin.appdata.xml.in:7 -+msgid "Managing Linux Local Users and Groups" -+msgstr "" -+ -+#: data/mate-user-admin.appdata.xml.in:9 -+msgid "" -+"Mate Manager is a graphical application that manages local users and groups." -+" It can add and delete local users, change user name, user type, user " -+"language, user password, automatic login. You can view the user's login " -+"record. By working with group-service, groups of users can be managed, such " -+"as adding/removing existing groups and creating/deleting new groups." -+msgstr "" -+ -+#: src/main.c:38 src/main.c:81 -+msgid "open file" -+msgstr "" -+ -+#: src/main.c:38 -+msgid "Create pid file failed" -+msgstr "" -+ -+#: src/main.c:48 -+msgid "write file" -+msgstr "" -+ -+#: src/main.c:48 -+msgid "write pid file failed" -+msgstr "" -+ -+#: src/main.c:81 -+msgid "open pid file failed" -+msgstr "" -+ -+#: src/main.c:86 -+msgid "read file" -+msgstr "" -+ -+#: src/main.c:86 -+msgid "read pid file failed" -+msgstr "" -+ -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" -+msgstr "" -+ -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." -+msgstr "" -+ -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "" -+ -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" -+msgstr "" -+ -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" -+msgstr "" -+ -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" -+msgstr "" -+ -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." -+msgstr "" -+ -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" -+msgstr "" -+ -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" -+msgstr "" -+ -+#: src/user-admin.c:485 -+msgid "Creating User" -+msgstr "" -+ -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "" -+ -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "" -+ -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" -+msgstr "" -+ -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 -+msgid "Now set the password" -+msgstr "" -+ -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "" -+ -+#: src/user-admin.c:931 -+msgid "Create New User" -+msgstr "" -+ -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" -+msgstr "" -+ -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" -+msgstr "" -+ -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" -+msgstr "_Sefsex" -+ -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" -+msgstr "" -+ -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" -+msgstr "" -+ -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" -+msgstr "" -+ -+#: src/user-avatar.c:253 -+msgid "_Open" -+msgstr "_Ldi" -+ -+#: src/user-avatar.c:323 -+msgid "Local Picture" -+msgstr "" -+ -+#: src/user-avatar.c:489 -+msgid "Avatar list" -+msgstr "" -+ -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" -+msgstr "" -+ -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "" -+ -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "" -+ -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "" -+ -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "" -+ -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "" -+ -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "" -+ -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "" -+ -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "" -+ -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "" -+ -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" -+msgstr "" -+ -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." -+msgstr "" -+ -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" -+msgstr "" -+ -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" -+msgstr "" -+ -+#: src/user-group-window.c:185 -+msgid "Create New Group" -+msgstr "" -+ -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" -+msgstr "" -+ -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" -+msgstr "" -+ -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" -+msgstr "" -+ -+#: src/user-group-window.c:458 -+msgid "Initialization group management" -+msgstr "" -+ -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" -+msgstr "" -+ -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" -+msgstr "" -+ -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" -+msgstr "" -+ -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" -+msgstr "" -+ -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "" -+ -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "" -+ -+#: src/user-group-window.c:620 -+msgid "New Group Name" -+msgstr "" -+ -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" -+msgstr "" -+ -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Supprimer" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+ -+#: src/user-group-window.c:886 -+msgid "Switch Groups" -+msgstr "" -+ -+#: src/user-group-window.c:890 -+msgid "Create Groups" -+msgstr "" -+ -+#: src/user-group-window.c:894 -+msgid "Remove Groups" -+msgstr "" -+ -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "" -+ -+#: src/user-history.c:40 -+msgid "This Week" -+msgstr "" -+ -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" -+ -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" -+ -+#: src/user-history.c:150 -+msgid "Yesterday" -+msgstr "" -+ -+#: src/user-history.c:156 -+msgid "%b %e" -+msgstr "" -+ -+#: src/user-history.c:160 -+msgid "%b %e, %Y" -+msgstr "" -+ -+#: src/user-history.c:243 -+msgid "Session Ended" -+msgstr "" -+ -+#: src/user-history.c:250 -+msgid "Session Started" -+msgstr "" -+ -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" -+msgstr "" -+ -+#: src/user-history.c:397 -+msgid "previous" -+msgstr "" -+ -+#: src/user-history.c:402 -+msgid "next" -+msgstr "" -+ -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "" -+ -+#: src/user-language.c:195 -+msgid "More…" -+msgstr "" -+ -+#: src/user-language.c:225 -+msgid "No languages found" -+msgstr "" -+ -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Annuler" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "" -diff --git a/po/kk.po b/po/kk.po -index ceb0ae2..1435d41 100644 ---- a/po/kk.po -+++ b/po/kk.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Kazakh (https://www.transifex.com/mate/teams/13566/kk/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Қалыпты" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Тіл" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "пароль" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Жабу" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Құптау" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Толық аты" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Қалыпты" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "пароль" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Құптау" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Жабу" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "Ба_с тарту" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Таңдау" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "А_шу" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Тіл" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Хабарлама" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Өшіру" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Өшіру" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Бүгін" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Ба_с тарту" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Дайын" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Бүгін" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Хабарлама" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Ба_с тарту" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Дайын" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/kn.po b/po/kn.po -index 05958ff..46a5518 100644 ---- a/po/kn.po -+++ b/po/kn.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Kannada (https://www.transifex.com/mate/teams/13566/kn/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "ಭಾಷೆ" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "ಗುಪ್ತಪದ" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "ಮುಚ್ಚು" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "ಸಂಪೂರ್ಣ ಹೆಸರು" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "ಗುಪ್ತಪದ" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "ಸಂಪೂರ್ಣ ಹೆಸರು" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "ಮುಚ್ಚು" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "ರದ್ದು ಮಾಡಲಾಗಿದೆ(_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "ಆಯ್ಕೆಮಾಡು" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "ತೆರೆ(_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "ಭಾಷೆ" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "ಸಂದೇಶ" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ಬಳಕೆದಾರ ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "ತೆಗೆದು ಹಾಕು" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "ಬಳಕೆದಾರ ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "ತೆಗೆದು ಹಾಕು" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "ಇಂದು" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "ರದ್ದುಗೊಳಿಸು" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "ಇಂದು" -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "ಸಂದೇಶ" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "ರದ್ದುಗೊಳಿಸು" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ko.po b/po/ko.po -index 62aa0d1..8a6ae11 100644 ---- a/po/ko.po -+++ b/po/ko.po -@@ -5,17 +5,17 @@ - # - # Translators: - # Seong-ho Cho , 2019 --# 박정규(Jung-Kyu Park) , 2019 - # Stefano Karapetsas , 2019 -+# 박정규(Jung-Kyu Park) , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: 박정규(Jung-Kyu Park) , 2021\n" - "Language-Team: Korean (https://www.transifex.com/mate/teams/13566/ko/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -48,158 +48,69 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "아이콘 보기 실패" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "파일 열기" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "pid 파일 만들기 실패" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "쓰기 실패" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "pid 쓰기 실패" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "pid 파일 열기 실패" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "파일 일기" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "pid 파일 읽기 실패" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "없는 사용자입니다!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "계정 종류" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "표준" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "관리자" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "언어" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "설정 안 함" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "암호" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "자동 로그온" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "로그인 시간" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "그룹 관리" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "그룹 설정" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "계정의 사용이 중지 되었습니다" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "다음에 설정" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "사용자 정보 얻기" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "사용자 수는 0입니다" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "비밀번호 설정" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "닫기" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "확인" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "지금 설정" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "사용자 비밀번호" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "비밀번호 만들기" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "사용자 지우기" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "본인 계정은 지울 수 없습니다." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "사용자의 홈 디렉토리 제거 여부를 결정합니다" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "같은 사용자 이름이 있습니다. 다른 이름으로 시도해 보세요" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "같은 사용자 홈 이름이 있습니다. 다른 이름으로 시도해 보세요" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "사용자 이름은 \"-\"로 시작할 수 없습니다." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -207,193 +118,167 @@ msgstr "" - "사용자 이름은 반드시 a-z까지의 대소문자와 숫자 \n" - "그리고 다음의 기호만을 포함해야 합니다:\".\" \"-\" \"_\"" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "이 이름은 홈 폴더 이름으로 사용되며 바꿀 수 없습니다." - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "사용자 만들기" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "사용자 이름" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "전체 이름" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "계정 종류" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "표준" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "관리자" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "두 번 입력한 비밀번호가 다릅니다" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "하이브리드 암호는 보안을 향상합니다" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "암호" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "다음에 설정" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "비밀번호 설정하기" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "비밀번호 만들기" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "확인" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "닫기" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "새 사용자 만들기" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "Crop 파일 만들기" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "이미지 데이터용 임시 파일을 만들지 못했습니다" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "취소(_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "선택" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "컴퓨터에서 사진 불러오기" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "더 많은 사진 둘러보기" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "열기(_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "메인 창을 클릭하면 그림 선택 창이 닫힙니다" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "컴퓨터에 있는 사진" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "아바타 목록" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "사진을 저장할 주소가 없습니다" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "이름 바꾸기" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "올바른 문자를 입력해주세요" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "설정을 저장하시려면 Enter키를 누르세요" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "사용자 목록" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "사용자 더하기" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "확인(_R)" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "메시지" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "새 비밀번호는 이전 비밀번호와 달라야 합니다" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "글자나 숫자를 바꿔보세요" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "비밀번호를 조금 더 바꿔보세요" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "사용자 이름이 없는 비밀번호가 더 강력합니다" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "비밀번호에는 이름을 사용하지 않는 게 좋습니다" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "비밀번호에 사용된 단어 중 일부는 피하는 게 좋습니다" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "일반적인 단어는 피하는 게 좋습니다" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "기존의 단어에서 순서만 바꾸는 것은 피하는 게 좋습니다" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "숫자를 좀 더 사용해보세요" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "설정 안 함" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "대문자를 좀 더 사용해보세요" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "언어" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "소문자를 좀 더 사용해보세요" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "자동 로그온" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "구두점 같은 특수문자를 좀 더 사용해보세요" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "로그인 시간" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "문자나 숫자 구두점들을 섞어서 사용해보세요" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "그룹 관리" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "같은 문자를 반복해서 사용하는 것은 피하는 게 좋습니다" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "그룹 설정" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "같은 유형의 문자를 반복해서 사용하는 것은 피하는 게 좋습니다 글자나 숫자 구두점들을 섞어서 사용해야 합니다." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "이름 바꾸기" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "1234 또는 abcd 같은 일련의 숫자나 글자의 배열은 피하는 게 좋습니다" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "올바른 문자를 입력해주세요" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "비밀번호는 8 글자 이상이어야 합니다" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "설정을 저장하시려면 Enter키를 누르세요" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "같은 그룹 이름이 있습니다. 다른 이름으로 시도해 보세요" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "그룹 이름은 \"-\"로 시작할 수 없습니다." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "그룹 이름에 쓰이는 첫 번째 문자는 글자여야 합니다" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -401,57 +286,27 @@ msgstr "" - "그룹 이름은 반드시 a-z까지의 대소문자와 숫자 \n" - "그리고 다음의 기호만을 포함해야 합니다:\".\" \"-\" \"_\"" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "새 그룹 만들기" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "새 그룹 만들기 실패" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "사용자 그룹 만들기" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "사용자 그룹 만들기를 성공했습니다, switch-groups 목록의 끝을 보아주세요." -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "그룹 지우기" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "root 그룹은 지울 수 없습니다" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "선택한 그룹의 제거 여부를 결정합니다" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "그룹 이름" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "그룹 ID" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "사용자 ID" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "제거" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "초기화 그룹 관리" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -459,11 +314,11 @@ msgstr "" - "초기화 실패\n" - "그룹 관리 서비스 인터페이스 기능을 확인해주세요" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "그룹 서비스에 접근하는 데 실패했습니다" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -471,113 +326,240 @@ msgstr "" - "group-service를 설치해서 사용 가능하도록 설정했는지 확인해 주세요.\n" - " url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "그룹수 확인하기" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "그룹 수는 0 개입니다." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "왼쪽 위 모서리의 잠금 해제 표시를 클릭해 주세요" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "\"swith-group\" 페이지에 있는 잠금 해제 버튼을 클릭해주세요" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "그룹 관리" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "그룹 이름" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "현재 사용자 -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "그룹 ID" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "새 그룹 이름" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "새 그룹에 추가할 사용자를 선택해주세요" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "사용자 ID" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "제거" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "사용자 그룹 만들기" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "사용자 그룹 만들기를 성공했습니다, switch-groups 목록의 끝을 보아주세요." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "그룹 바꾸기" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "그룹 만들기" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "그룹 지우기" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "현재 사용자 - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "이번 주" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "지난주" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "오늘" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "어제" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%b %e일" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%Y년 %b %e일" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "세션 끝" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "세션 시작" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — 계정 활동" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "이전" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "다음" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "계정의 사용이 중지 되었습니다" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "사용자 정보 얻기" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "사용자 수는 0입니다" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "더보기…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "언어를 찾을 수 없습니다" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "취소" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "완료" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "현재 사용자 - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "지금 설정" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "사용자 비밀번호" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "확인(_R)" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "메시지" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "새 비밀번호는 이전 비밀번호와 달라야 합니다" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "글자나 숫자를 바꿔보세요" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "비밀번호를 조금 더 바꿔보세요" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "사용자 이름이 없는 비밀번호가 더 강력합니다" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "비밀번호에는 이름을 사용하지 않는 게 좋습니다" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "비밀번호에 사용된 단어 중 일부는 피하는 게 좋습니다" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "일반적인 단어는 피하는 게 좋습니다" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "기존의 단어에서 순서만 바꾸는 것은 피하는 게 좋습니다" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "숫자를 좀 더 사용해보세요" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "대문자를 좀 더 사용해보세요" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "소문자를 좀 더 사용해보세요" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "구두점 같은 특수문자를 좀 더 사용해보세요" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "문자나 숫자 구두점들을 섞어서 사용해보세요" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "같은 문자를 반복해서 사용하는 것은 피하는 게 좋습니다" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "같은 유형의 문자를 반복해서 사용하는 것은 피하는 게 좋습니다 글자나 숫자 구두점들을 섞어서 사용해야 합니다." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "1234 또는 abcd 같은 일련의 숫자나 글자의 배열은 피하는 게 좋습니다" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "비밀번호는 8 글자 이상이어야 합니다" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "사용자 더하기" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "" -diff --git a/po/ku.po b/po/ku.po -index fc4c339..8c863f4 100644 ---- a/po/ku.po -+++ b/po/ku.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Kurdish (https://www.transifex.com/mate/teams/13566/ku/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Şîfre" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Nav û Paşnav" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Şîfre" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Nav û Paşnav" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Betal" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Hilbijêre" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Veke" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Peyam" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Rake" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Rake" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Betalkirin" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Peyam" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Betalkirin" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ku_IQ.po b/po/ku_IQ.po -index 4442634..a8bf577 100644 ---- a/po/ku_IQ.po -+++ b/po/ku_IQ.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Rasti K5 , 2019\n" - "Language-Team: Kurdish (Iraq) (https://www.transifex.com/mate/teams/13566/ku_IQ/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "پێوانەیی" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "زمان" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "تێپەڕەوشە" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "داخستن" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "ناوی تەواو" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "پێوانەیی" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "تێپەڕەوشە" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "داخستن" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_هەڵوەشاندنەوە" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_کردنەوە" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "" -+ -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "زمان" -+ -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "" -+ -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "" -+ -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "" -+ -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "" -+ -+#: src/user-face.c:120 - msgid "Change Name" - msgstr "" - --#: src/user-face.c:657 -+#: src/user-face.c:120 - msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:709 -+#: src/user-face.c:181 - msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "لابردن" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "لابردن" -+#: src/user-history.c:397 -+msgid "previous" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "هەڵوەشاندنەوە" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "هەڵوەشاندنەوە" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ky.po b/po/ky.po -index fe57cee..68d09bd 100644 ---- a/po/ky.po -+++ b/po/ky.po -@@ -5,16 +5,16 @@ - # - # Translators: - # ballpen, 2019 --# chingis, 2019 -+# 41e38594a6ab66d45dbd71e8e44a0b16_36d21e8, 2019 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: chingis, 2019\n" -+"Last-Translator: 41e38594a6ab66d45dbd71e8e44a0b16_36d21e8, 2019\n" - "Language-Team: Kyrgyz (https://www.transifex.com/mate/teams/13566/ky/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Тил" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Сырсөз" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Жабуу" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Толук атыңыз" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Сырсөз" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Толук атыңыз" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Жабуу" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Жокко чыгаруу" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Тандоо" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Ачуу" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Тил" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Билдирүү" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Өчүрүү" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Өчүрүү" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Бүгүн" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Жокко чыгаруу" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Даяр" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Бүгүн" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Билдирүү" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Жокко чыгаруу" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Даяр" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/li.po b/po/li.po -index f6811b4..b8add3f 100644 ---- a/po/li.po -+++ b/po/li.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Limburgian (https://www.transifex.com/mate/teams/13566/li/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Keus" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Äöpene" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Berich" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Ewegdoon" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Ewegdoon" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Annulere" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Berich" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Annulere" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/lt.po b/po/lt.po -index c2395c5..613675c 100644 ---- a/po/lt.po -+++ b/po/lt.po -@@ -5,17 +5,17 @@ - # - # Translators: - # brennus , 2019 --# Moo, 2019 - # Stefano Karapetsas , 2019 -+# Moo, 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Moo, 2021\n" - "Language-Team: Lithuanian (https://www.transifex.com/mate/teams/13566/lt/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -33,11 +33,11 @@ msgstr "Reikia patvirtinti tapatybę, norint keisti naudotojų duomenis" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "MATE tvarkytuvė" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "Linux vietinių naudotojų ir grupių tvarkymas" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -48,528 +48,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "atverti failą" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "Pid failo sukūrimas patyrė nesėkmę" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Tokio naudotojo nėra!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Paskyros tipas" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standartinės" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Administratoriai" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Kalba" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Nėra nustatymų" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Slaptažodis" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Automatinis prisijungimas" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Prisijungimo laikas" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Nustatyti slaptažodį" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Užverti" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Patvirtinti" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Naudotojo slaptažodis" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Šalinti naudotoją" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Negalite ištrinti savo paskyros." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Ar ištrinti naudotojo namų katalogą, ar ne" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Naudotojo vardas" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Vardas, pavardė" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Paskyros tipas" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standartinės" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administratoriai" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Slaptažodis" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Patvirtinti" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Užverti" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Sukurti naują naudotoją" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Atsisakyti" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Pasirinkti" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Atverti" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Naudotojų sąrašas" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Pridėti naudotoją" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Pranešimas" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "Naujasis slaptažodis turi skirtis nuo senojo" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Nėra nustatymų" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Kalba" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Automatinis prisijungimas" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Prisijungimo laikas" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" --msgstr "" -+msgstr "Šalinti grupę" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "Naudotojo ID" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Šalinti" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Grupės pavadinimas" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Grupės ID" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "" -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Naudotojo vardas" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Naudotojo ID" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Šalinti" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "Grupės id" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Dabartinis naudotojas - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Šiandien" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Seansas užbaigtas" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Seansas pradėtas" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — Paskyros veikla" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Daugiau…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Nerasta jokių kalbų" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Atsisakyti" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Atlikta" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Dabartinis naudotojas - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Slaptažodžiai nesutampa" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Naudotojo slaptažodis" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Pranešimas" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Naujasis slaptažodis turi skirtis nuo senojo" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Pridėti naudotoją" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Mate naudotojų tvarkytuvė" -diff --git a/po/lv.po b/po/lv.po -index 4c3a82d..5d12af9 100644 ---- a/po/lv.po -+++ b/po/lv.po -@@ -4,7 +4,7 @@ - # FIRST AUTHOR , YEAR. - # - # Translators: --# ciba43 , 2019 -+# duck , 2019 - # Stefano Karapetsas , 2019 - # - #, fuzzy -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Latvian (https://www.transifex.com/mate/teams/13566/lv/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Valoda" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Parole" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Aizvērt" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Apstiprināt" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Pilnais vārds" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Parole" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Apstiprināt" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Aizvērt" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Izveidot jaunu lietotāju" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "At_celt" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Izvēlieties" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Atvērt" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Valoda" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Ziņojums" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Lietotāja ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Aizvākt" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "Lietotāja ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Aizvākt" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Šodien" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Atcelt" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Gatavs" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Šodien" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Ziņojums" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Atcelt" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Gatavs" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/mai.po b/po/mai.po -index bd7973d..013ce02 100644 ---- a/po/mai.po -+++ b/po/mai.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Maithili (https://www.transifex.com/mate/teams/13566/mai/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "कूटशब्द" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "पूरा नाम" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "कूटशब्द" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "पूरा नाम" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "रद्द करू (_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "चुनू" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "खोलू (_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "संदेश" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "प्रयोक्ता आइ डी" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "हटाबू" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "प्रयोक्ता आइ डी" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "हटाबू" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "रद करू" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "संदेश" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "रद करू" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/mg.po b/po/mg.po -index 788e067..ddb6592 100644 ---- a/po/mg.po -+++ b/po/mg.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Malagasy (https://www.transifex.com/mate/teams/13566/mg/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Teny fanalahidy" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Anarana feno" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Teny fanalahidy" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Anarana feno" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Aoka" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Hisafidy" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Sokafy" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Hafatra" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Esory" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Esory" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Ajanony" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Hafatra" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Ajanony" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/mi.po b/po/mi.po -index d4d681e..60bb2fa 100644 ---- a/po/mi.po -+++ b/po/mi.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Maori (https://www.transifex.com/mate/teams/13566/mi/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" --msgstr "" -+#: src/user-avatar.c:253 -+msgid "_Open" -+msgstr "_Huaki" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" --msgstr "_Huaki" -- --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Tangohia" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Tangohia" -- --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Whakakore" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Whakakore" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/mk.po b/po/mk.po -index 4339cc6..f701551 100644 ---- a/po/mk.po -+++ b/po/mk.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Macedonian (https://www.transifex.com/mate/teams/13566/mk/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Лозинка" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Затвори" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Потврди" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Цело име" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Лозинка" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Потврди" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Затвори" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Откажи" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Одбери" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Отвори" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Порака" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Отстрани" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Отстрани" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Откажи" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Завршено" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Порака" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Откажи" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Завршено" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ml.po b/po/ml.po -index ac1d849..a8a401e 100644 ---- a/po/ml.po -+++ b/po/ml.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Malayalam (https://www.transifex.com/mate/teams/13566/ml/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "അടയാളവാക്കു്" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "മുഴുവന്‍ പേര്" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "അടയാളവാക്കു്" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "മുഴുവന്‍ പേര്" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_റദ്ദാക്കുക" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "തെരഞ്ഞെടുക്കുക" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_തുറക്കുക" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "സന്ദേശം" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ഉപയോക്തൃ ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "നീക്കം ചെയ്യുക" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "ഉപയോക്തൃ ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "നീക്കം ചെയ്യുക" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "റദ്ദാക്കുക" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "തീര്‍ന്നു" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "സന്ദേശം" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "റദ്ദാക്കുക" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "തീര്‍ന്നു" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/mn.po b/po/mn.po -index adeead6..0c572d8 100644 ---- a/po/mn.po -+++ b/po/mn.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Mongolian (https://www.transifex.com/mate/teams/13566/mn/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Нууц Үг" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Бүтэн нэр" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Нууц Үг" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Бүтэн нэр" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Буцах" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Сонгох" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Нээх" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Мэдээ" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Устгах" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Устгах" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Таслан зогсоох" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Мэдээ" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Таслан зогсоох" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/mr.po b/po/mr.po -index 69b4e53..6890272 100644 ---- a/po/mr.po -+++ b/po/mr.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Marathi (https://www.transifex.com/mate/teams/13566/mr/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "मानक " -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "भाषा" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "गुप्तशब्द" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "बंद करा" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "पुष्टी करा" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "पूर्ण नाव" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "मानक " -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "गुप्तशब्द" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "पुष्टी करा" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "बंद करा" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "नविन वापरकर्ता बनवा" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "रद्द करा(_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "निवडा " - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "उघडा (_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "भाषा" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "संदेश" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "वापरकर्ता ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "काढून टाका" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "वापरकर्ता ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "काढून टाका" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "आज" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "रद्द करा" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "आज" -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "संदेश" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "रद्द करा" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ms.po b/po/ms.po -index 57a2be1..4857857 100644 ---- a/po/ms.po -+++ b/po/ms.po -@@ -5,16 +5,16 @@ - # - # Translators: - # Stefano Karapetsas , 2019 --# abuyop , 2019 -+# abuyop , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: abuyop , 2019\n" -+"Last-Translator: abuyop , 2021\n" - "Language-Team: Malay (https://www.transifex.com/mate/teams/13566/ms/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -53,158 +53,69 @@ msgstr "" - "mengendalikan group-service, kumpulan pengguna boleh diuruskan, seperti " - "menambah/membuang kumpulan sedia ada dan mencipta/memadam kumpulan baharu." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "Gagal Mendapatkan Ikon" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "Pengurus Pengguna Mate" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "buka fail" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "Penciptaan fail pid gagal" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "tulis fail" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "Penulisan fail pid gagal" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "Pembukaan fail pid gagal" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "baca fail" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "Pembacaan fail pid gagal" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Tiada pengguna sebegitu!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Jenis Akaun" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Piawai" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Pentadbir" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Bahasa" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Tiada Tetapan" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Kata laluan" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Daftar masuk automatik" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Masa daftar masuk" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Urus Berkumpulan" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Menetapkan Kumpulan" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Akaun dilumpuhkan" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Tetapkan waktu berikutnya" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Dapatkan Maklumat Pengguna" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "kiraan pengguna ialah 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Tetapkan Kata Laluan" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Tutup" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Sahkan" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Kini ditetapkan" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Kata Laluan Pengguna" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "penjanaan kata laluan" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Buang Pengguna" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Anda tidak boleh memadam akaun anda sendiri." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "pengguna masih mendaftar masuk" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Buang pengguna '%s'" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Sama ada hendak membuang direktori rumah pengguna" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "Ulang nama pengguna. Cuba sekali lagi" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "Ulang nama rumah pengguna. Cuba sekali lagi" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "Nama pengguna tidak boleh bermula dengan tanda -." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -212,196 +123,168 @@ msgstr "" - "Nama pengguna mesti mengandungi huruf besar dan kecil\n" - "dari a-z, angka dan aksara berikut: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - "Ia akan digunakan untuk menamakan folder rumah anda dan tidak boleh diubah" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Mencipta Pengguna" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "Nama Pengguna" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nama Penuh" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Jenis Akaun" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Piawai" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Pentadbir" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "Kata laluan yang dimasukkan sebanyak dua kali adalah berlainan" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Kata laluan hidbrid dapat menambahbaik keselamatan" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Kata laluan bercampur dapat menambah baik keselamatan" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Kata laluan" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Tetapkan waktu berikutnya" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Sekarang tetapkan kata laluan" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "penjanaan kata laluan" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Sahkan" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Tutup" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Cipta Pengguna Baru" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "Cipta Fail Keratan" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "gagal mencipta fail sementara untuk data imej" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Batal" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Pilih" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Muat Gambar Setempat" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Layar lagi gambar" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Buka" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "Mengklik tetingkap utama dapat menutup tetingkap pemilihan gambar" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Gambar Setempat" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Senarai Avatar" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "Tiada alamat boleh digunakan untuk menyimpan foto" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Ubah Nama" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Sila masukkan satu aksara yang sah" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Guna Kekunci Enter untuk Menyimpan Pengubahsuaian" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Senarai Pengguna" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Tambah Pengguna" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "_Kembali" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Mesej" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "Kata laluan baharu perlu berbeza dengan yang lama" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Cuba ubah beberapa abjad dan angka" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Cuba ubah kata laluan sekali lagi" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "Satu kata laluan tanpa ada nama pengguna anda adalah lebih kuat" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Cuba hindari penggunaan nama pengguna di dalam kata laluan" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Cuba hindari beberapa perkataan yang ada di dalam kata laluan" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Cuba hindari perkataan-perkataan yang umum digunakan" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Cuba hindari menyusun semula perkataan sedia ada" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Cuba masukkan lagi banyak nombor" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Tiada Tetapan" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Cuba gandingkan dengan beberapa abjad berhuruf besar" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Bahasa" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Cuba gandingkan dengan beberapa abjad berhuruf kecil" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Daftar masuk automatik" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "Cuba gandingkan dengan akasara khas, seperti tanda baca" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Masa daftar masuk" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "Cuba gabungkan dengan abjad, angka dan tanda baca" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Urus Berkumpulan" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Cuba hindari mengulangi aksara yang sama" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Menetapkan Kumpulan" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Cuba hindari mengulangi jenis aksara yang sama: anda perlu gabungkan dengan " --"abjad, angka dan tanda baca." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Ubah Nama" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Cuba hindari jujukan seperti 1234 atau abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Sila masukkan satu aksara yang sah" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "Panjang kata laluan perlu melebihi 8 aksara" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Guna Kekunci Enter untuk Menyimpan Pengubahsuaian" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "Ulangan nama kumpulan. Cuba sekali lagi" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "Nama kumpulan tidak boleh bermula dengan tanda -." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "Aksara pertama bagi nama kumpulan mesti menggunakan abjad" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -409,59 +292,27 @@ msgstr "" - "Nama kumpulan mesti mengandungi huruf besar dan kecil\n" - "dari a-z, angka dan aksara berikut: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Cipta Kumpulan Baharu" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "Penciptaan Kumpulan Baharu Gagal" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Cipta Kumpulan Pengguna" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" --"Berjaya mencipta Kumpulan Pengguna. Sila lihat di bahagian terbawah senarai " --"swith-group." -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Buang Kumpulan" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "Tidak dapat buang kumpulan root" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "Sama ada hendak membuang kumpulan terpilih" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Nama Kumpulan" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "ID Kumpulan" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID Pengguna" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Buang" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "Pengawalan pengurusan kumpulan" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -469,11 +320,11 @@ msgstr "" - "Pengawalan gagal, sila rujuk fungsi\n" - "Antaramuka Perkhidmatan Pengurusan Kumpulan" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "Gagal menghubungi perkhidmatan kumpulan" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -481,113 +332,244 @@ msgstr "" - "Sila pastikan group-service telah dipasang dan dibenarkan.\n" - " url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Dapatkan bilangan kumpulan" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "Bilangan kumpulan ialah 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "Sila klik nyakunci daftar di bahagian bucu kiri atas" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "Klik butang nyahkunci pada halaman \"switch-group\"" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Urus Kumpulan" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Nama Kumpulan" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Pengguna semasa -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "ID Kumpulan" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Nama Kumpulan Baharu" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Sila pilih pengguna untuk ditambah masuk ke dalam kumpulan baharu" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Nama Pengguna" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID Pengguna" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Buang" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "Id kumpulan" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Cipta Kumpulan Pengguna" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+"Berjaya mencipta Kumpulan Pengguna. Sila lihat di bahagian terbawah senarai " -+"swith-group." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Tukar Kumpulan" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Cipta Kumpulan" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Buang Kumpulan" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Pengguna Semasa - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Minggu Ini" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "Minggu Lepas" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Hari Ini" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Semalam" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Sesi Tamat" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Sesi Bermula" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — Aktiviti Akaun" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "terdahulu" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "berikutnya" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Akaun dilumpuhkan" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Dapatkan Maklumat Pengguna" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "kiraan pengguna ialah 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Lagi..." - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Tiada bahasa ditemui" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Batal" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Selesai" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Pengguna Semasa - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Kata laluan tidak sepadan." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Kini ditetapkan" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Kata Laluan Pengguna" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Kembali" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Mesej" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Kata laluan baharu perlu berbeza dengan yang lama" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Cuba ubah beberapa abjad dan angka" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Cuba ubah kata laluan sekali lagi" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Satu kata laluan tanpa ada nama pengguna anda adalah lebih kuat" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Cuba hindari penggunaan nama pengguna di dalam kata laluan" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Cuba hindari beberapa perkataan yang ada di dalam kata laluan" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Cuba hindari perkataan-perkataan yang umum digunakan" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Cuba hindari menyusun semula perkataan sedia ada" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Cuba masukkan lagi banyak nombor" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Cuba gandingkan dengan beberapa abjad berhuruf besar" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Cuba gandingkan dengan beberapa abjad berhuruf kecil" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Cuba gandingkan dengan akasara khas, seperti tanda baca" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Cuba gabungkan dengan abjad, angka dan tanda baca" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Cuba hindari mengulangi aksara yang sama" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Cuba hindari mengulangi jenis aksara yang sama: anda perlu gabungkan dengan " -+"abjad, angka dan tanda baca." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Cuba hindari jujukan seperti 1234 atau abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Panjang kata laluan perlu melebihi 8 aksara" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "Beberapa tetapan mesti dibuka kunci sebelum ia boleh diubah" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Tambah Pengguna" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Pengurus Pengguna Mate" -diff --git a/po/nb.po b/po/nb.po -index 7324fb5..7c507e2 100644 ---- a/po/nb.po -+++ b/po/nb.po -@@ -8,16 +8,16 @@ - # Kenneth Jenssen , 2019 - # Stefano Karapetsas , 2019 - # b84df44fb72862b85bae7a669218c6c2, 2019 --# Kjell Cato Heskjestad , 2019 -+# heskjestad , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Kjell Cato Heskjestad , 2019\n" -+"Last-Translator: heskjestad , 2021\n" - "Language-Team: Norwegian Bokmål (https://www.transifex.com/mate/teams/13566/nb/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -55,158 +55,69 @@ msgstr "" - "vise brukerens innloggingshistorikk. MATE Brukerbehandler kan også legge til" - " og fjerne brukere fra eksisterende grupper, og legge til og slette grupper." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "Klarte ikke hente ikon" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "MATE Brukerbehandler" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "åpne fil" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "Klarte ikke opprette pid-fil" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "skriv fil" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "klarte ikke skrive pid-fil" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "klarte ikke åpne pid-fil" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "les fil" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "klarte ikke lese pid-fil" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Ingen slik bruker!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Kontotype" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Forvalg" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Administratorer" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Språk" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Ingen innstillinger" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Passord" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Automatisk innlogging" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Innloggingstid" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Behandle grupper" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Sett opp grupper" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Kontoen er deaktivert" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Lag neste gang" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Hent brukerinformasjon" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "antall brukere er 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Lag et passord" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Lukk" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Bekreft" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Sett opp nå" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Bruker passord" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "generert passord" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr " Fjern bruker" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Du kan ikke slette din egen konto." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "bruker er fortsatt innlogget" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Fjern '%s'-bruker" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Hvorvidt brukerens hjemmemappe skal fjernes" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "Brukernavnet er allerede i bruk. Velg et annet." - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "Brukermappen er allerede i bruk. Velg en annen." - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "Brukernavnet kan ikke starte med en - ." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -214,194 +125,167 @@ msgstr "" - "Brukernavnet kan kun bestå av små og store bokstaver (A-Z),\n" - "tall og følgende tegn: . - _ (punktum, bindestrek, understrek)." - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "Dette vil brukes til å navngi hjemmemappen din og kan ikke endres" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Oppretter bruker" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "Brukernavn" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Fullt navn" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Kontotype" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Forvalg" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administratorer" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "Passordene er forskjellige" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Hybridpassord øker sikkerheten" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Blandede passord øker sikkerheten" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Passord" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Lag neste gang" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Lag passordet nå" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "generert passord" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Bekreft" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Lukk" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Lag ny bruker" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "Opprette beskåret bilde" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "klarte ikke opprette midlertidig bildefil" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Avbryt" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Velg" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Last inn lokalt bilde" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Bla etter flere bilder" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Åpne" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "Klikk i hovedvinduet for å lukke bildevalgsdialogen" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Lokalt bilde" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Liste med profilbilder" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "Mangler adressen der bildene lagres" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Endre navn" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Oppgi et gyldig tegn" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Trykk Enter for å lagre endringene" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Brukerliste" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Legg til bruker" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "_Gå tilbake" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Beskjed" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "Det nye passordet må være forskjellig fra det gamle" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Prøv å endre noen bokstaver og tall" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Prøv å endre passordet bare litt til" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "Fjern brukernavnet fra passordet for å gjøre det sterkere" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Unngå å bruke navnet ditt i passordet" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Prøv å unngå noen av ordene i passordet" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Unngå noen vanlige ord" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Unngå å stokke om eksisterende ord" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Bruk flere tall" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Ingen innstillinger" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Bruk flere store bokstaver" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Språk" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Bruk flere små bokstaver" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Automatisk innlogging" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "Bruk flere spesialtegn, f.eks. punktum, komma, parenteser …" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Innloggingstid" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "Bruk en blanding av bokstaver, tall og andre tegn" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Behandle grupper" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Unngå å gjenta samme tegn" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Sett opp grupper" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Unngå å gjenta samme type tegn. Du bør blande bokstaver, tall og andre tegn." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Endre navn" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Unngå rekkefølger som 1234 eller abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Oppgi et gyldig tegn" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "Passordet må være lengre enn 8 tegn" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Trykk Enter for å lagre endringene" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "Gruppenavnet er allerede i bruk. Velg et annet." - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "Gruppenavnet kan ikke starte med - ." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "Det første tegnet i gruppenavnet må være en bokstav" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -409,57 +293,27 @@ msgstr "" - "Gruppenavnet kan kun bestå av små og store bokstaver (A-Z),\n" - "tall og følgende tegn: . - _ (punktum, bindestrek, understrek)." - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Opprett ny gruppe" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "Klarte ikke opprette ny gruppe" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Opprett brukergruppe" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "Gruppa ble opprettet, jamfør slutten av gruppelista." -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Fjern gruppe" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "Kan ikke fjerne gruppa «root»" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "Hvorvidt den valgte gruppa skal fjernes" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Gruppenavn" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "Gruppe-ID" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "Bruker-ID" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Fjern" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "Sett i gang gruppebehandling" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -467,11 +321,11 @@ msgstr "" - "Klarte ikke sette i gang, jamfør\n" - "gruppebehandlingens grensesnittfunksjon" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "Klarte ikke kontakte «group-service»" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -479,113 +333,241 @@ msgstr "" - "Sørg for at «group-service» er installert og slått på.\n" - "Adresse: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Hent antall grupper" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "Antall grupper er 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "Velg «lås opp»-symbolet i øvre venstre hjørne" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "Velg «lås opp»-knappen på gruppesiden" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Behandle grupper" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Gruppenavn" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Nåværende bruker -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Gruppe-ID" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Nytt gruppenavn" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Velg brukeren som skal legges til den nye gruppa" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Brukernavn" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Bruker-ID" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Fjern" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "Gruppe-ID" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Opprett brukergruppe" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "Gruppa ble opprettet, jamfør slutten av gruppelista." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Bytt grupper" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Opprett grupper" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Fjern grupper" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Nåværende bruker – %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Denne uka" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "Forrige uke" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "I dag" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "I går" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Økt avsluttet" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Økt startet" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — kontoaktivitet" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "forrige" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "neste" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Kontoen er deaktivert" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Hent brukerinformasjon" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "antall brukere er 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Mer …" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr " Fant ingen språk" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Avbryt" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Ferdig" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Nåværende bruker – %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Passordene er ikke like." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Sett opp nå" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Bruker passord" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Gå tilbake" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Beskjed" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Det nye passordet må være forskjellig fra det gamle" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Prøv å endre noen bokstaver og tall" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Prøv å endre passordet bare litt til" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Fjern brukernavnet fra passordet for å gjøre det sterkere" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Unngå å bruke navnet ditt i passordet" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Prøv å unngå noen av ordene i passordet" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Unngå noen vanlige ord" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Unngå å stokke om eksisterende ord" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Bruk flere tall" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Bruk flere store bokstaver" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Bruk flere små bokstaver" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Bruk flere spesialtegn, f.eks. punktum, komma, parenteser …" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Bruk en blanding av bokstaver, tall og andre tegn" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Unngå å gjenta samme tegn" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Unngå å gjenta samme type tegn. Du bør blande bokstaver, tall og andre tegn." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Unngå rekkefølger som 1234 eller abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Passordet må være lengre enn 8 tegn" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "Noen innstillinger må låses opp før de kan endres" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Legg til bruker" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "MATE Brukerbehandler" -diff --git a/po/nds.po b/po/nds.po -index 4cfb9b8..c6a6fb2 100644 ---- a/po/nds.po -+++ b/po/nds.po -@@ -5,16 +5,16 @@ - # - # Translators: - # Stefano Karapetsas , 2019 --# Benedikt Straub , 2019 -+# Benedikt Straub , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Benedikt Straub , 2019\n" -+"Last-Translator: Benedikt Straub , 2021\n" - "Language-Team: Low German (https://www.transifex.com/mate/teams/13566/nds/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -47,159 +47,70 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "Teken halen fehlslagen" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "Mate Bruker-Verwalter" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "Datei opmaken" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "PID-Datei maken fehlslagen" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "Datei schrieven" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "PID-Datei schrieven fehlslagen" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "PID-Datei opmaken fehlslagen" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "Datei lesen" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "PID-Datei lesen fehlslagen" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Keen sülker Bruker!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Konto-Aard" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Normaal" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Verwalter" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Spraak" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Keene Instellens" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Passwoord" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Automatisk anmellen" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Anmell-Tied" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Klottjen verwalten" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Klottjen Instellen" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Konto is deaktiveert" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Anner Maal instellen" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Bruker-Informatioon halen" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "Brukertahl is 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Passwoord setten" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Sluten" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Jau" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Nu instellen" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Bruker-Passwoord" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "Passwoord maken" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Bruker lösken" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Du kannst dien eegenes Konto nich lösken." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Of dat Heimaad-Verteeknis vun de Bruker lösket worden sall" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "Bruker-Naam gifft 't al. Bidde anner Naam versöken." - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - "Bruker-Heimaad-Verteeknis-Naam gifft 't al. Bidde anner Naam versöken." - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "De Bruker-Naam kann nich mit - begünnen-" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -207,197 +118,169 @@ msgstr "" - "De Bruker-Naam sall nix as Bookstavens vun a-z un A-Z, Tahlen un deese " - "Bookstavens enthollen: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - "Daar word dien Heimaad-Verteeknis mit benöömt, dat kann dann nich mehr " - "ännert worden." - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Bruker maken" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "Brukernaam" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Bruker-Naam" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Vor- un Tonaam" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Konto-Aard" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Normaal" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Verwalter" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "Twee verschedene Passwoorden ingeven" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Miskete Passwoorden sünd sekerer" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Passwoord" - --#: src/user-admin.c:788 -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Anner Maal instellen" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Nu sett dat Passwoord" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "Passwoord maken" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Jau" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Sluten" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Nejen Bruker maken" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "Sneden Datei maken" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "Kunn keene tiedwiese Datei för Bild-Daten maken" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Avbreken" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Utkören" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Bild vum Reekner laden" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Mehr Billers söken" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Opmaken" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "Klick dat Höövd-Fenster an, um dat Bild-Utkören-Fenster to sluten" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Bild vum Reekner" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "List vun Bruker-Billers" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "'t gifft keene Adress för Fotos" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Naam ännern" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Bidde giff eenen gültigen Bookstaav in" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Bruuk de Enter-Tast, um de Ännerns to sekern" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "List vun Brukers" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Bruker hentofögen" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "_Torügg" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Nahricht" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "Dat neje Passwoord mutt anners as dat olle wesen" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Versöök, eenige Bookstavens un Tahlen to ännern" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Versöök, dat Passwoord een bietje mehr to ännern" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "Een Passwoord, waar dien Bruker-Naam nich drin is, is beter" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Versöök, dien Naam nich in dat Passwoord to schrieven" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Versöök, eenige vun de Woorten in deesem Passwoord nich to bruken" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Versöök, Woorten, wat man faaktiedens bruukt, nich to bruken" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Versöök, anner Woorten nich umtosetten" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Versöök, mehr Tahlen to bruken" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Keene Instellens" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Versöök, mehr grote Bookstavens to bruken" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Spraak" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Versöök, mehr lütte Bookstavens to bruken" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Automatisk anmellen" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "Versöök, mehr sünnerlike Bookstavens to bruken, to 'n Bispööl . un ," -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Anmell-Tied" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "Versöök, Bookstavens, Tahlen un anner Tekens to misken" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Klottjen verwalten" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Versöök, de sülven Bookstaven nich to wedderhalen" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Klottjen Instellen" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Versöök, de sülven Bookstaven nich to wedderhalen: Du sallst Bookstavens, " --"Tahlen un anner Tekens misken." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Naam ännern" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Versöök, keene Törns as 1234 oder abcd to bruken" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Bidde giff eenen gültigen Bookstaav in" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "Dat Passwoord mutt mehr as 8 Bookstavens hebben" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Bruuk de Enter-Tast, um de Ännerns to sekern" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "Klottjen-Naam gifft 't al. Bidde anner Naam versöken." - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "De Klottjen-Naam kann nich mit - begünnen-" - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "Dat eerste Teken in de Klottjen-Naam mutt een Bookstaav wesen" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -405,58 +288,27 @@ msgstr "" - "De Klottjen-Naam sall nix as Bookstavens vun a-z un A-Z, Tahlen un deese " - "Bookstavens enthollen: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Neje Klottje maken" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "Neje Klottje maken fehlslagen" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Bruker-Klottje maken" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" --"Neje Bruker-Klottje maakt, du finnst se am Enn vun de Klottje-Ännern-List." -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Klottje lösken" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "Root-Klottje kann nich lösket worden" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "Of de utköört Klottje lösket worden sall" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Klottjen-Naam" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "Klottjen-ID" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "Bruker-ID" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Entfernen" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "Gruppen-Verwalten vörbereiden" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -464,11 +316,11 @@ msgstr "" - "Vörbereiden hett nich klappt, bidde kiek de \n" - " Gruppen-Verwalten-Deenst-Schnittstee-Funktioon an" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "Kunn de Gruppen-Deenst nich vörbereiden" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -476,113 +328,243 @@ msgstr "" - "Bidde pass up, dat de Gruppen-Deenst installeert un anknipst is.\n" - " URL: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "De Tahl vun Gruppen halen" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "De Tahl vun Gruppen is 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "Bidde klick up dat Upsluten-Teken in the boven links Eck" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "Klick up de Uplsuten-Knoop in the »Grupp wesseln«-Siet" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Gruppen verwalten" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Klottjen-Naam" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Aktueller Bruker – %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Klottjen-ID" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Nejer Grupp-Naam" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Bidde köör de Bruker ut, well to de neje Grupp hentoföögt worden sall" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Brukernaam" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Bruker-ID" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Entfernen" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Bruker-Klottje maken" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+"Neje Bruker-Klottje maakt, du finnst se am Enn vun de Klottje-Ännern-List." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Grupp wesseln" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Neje Grupp" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Grupp wegdoon" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Aktueller Bruker – %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Deese Week" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "Leste Week" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Vandag" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Güstern" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Törn is över" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Törn hett begunnen" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s – Konto-Aktivheid" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "Een torügg" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "Een vör" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Konto is deaktiveert" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Bruker-Informatioon halen" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "Brukertahl is 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Mehr …" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Keene Spraken funnen" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Avbreken" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Fertig" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Aktueller Bruker – %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Nu instellen" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Bruker-Passwoord" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Torügg" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Nahricht" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Dat neje Passwoord mutt anners as dat olle wesen" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Versöök, eenige Bookstavens un Tahlen to ännern" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Versöök, dat Passwoord een bietje mehr to ännern" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Een Passwoord, waar dien Bruker-Naam nich drin is, is beter" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Versöök, dien Naam nich in dat Passwoord to schrieven" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Versöök, eenige vun de Woorten in deesem Passwoord nich to bruken" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Versöök, Woorten, wat man faaktiedens bruukt, nich to bruken" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Versöök, anner Woorten nich umtosetten" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Versöök, mehr Tahlen to bruken" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Versöök, mehr grote Bookstavens to bruken" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Versöök, mehr lütte Bookstavens to bruken" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Versöök, mehr sünnerlike Bookstavens to bruken, to 'n Bispööl . un ," -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Versöök, Bookstavens, Tahlen un anner Tekens to misken" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Versöök, de sülven Bookstaven nich to wedderhalen" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Versöök, de sülven Bookstaven nich to wedderhalen: Du sallst Bookstavens, " -+"Tahlen un anner Tekens misken." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Versöök, keene Törns as 1234 oder abcd to bruken" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Dat Passwoord mutt mehr as 8 Bookstavens hebben" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Bruker hentofögen" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Mate Bruker-Verwalter" -diff --git a/po/ne.po b/po/ne.po -index e7fcc46..8a6762c 100644 ---- a/po/ne.po -+++ b/po/ne.po -@@ -13,7 +13,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Nepali (https://www.transifex.com/mate/teams/13566/ne/)\n" -@@ -48,528 +48,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "भाषा" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "पासवर्ड" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "बन्दगर्नुहोस्" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "स्वीकृत गर्नुहोस्" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "पूरा नाम" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "पासवर्ड" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "स्वीकृत गर्नुहोस्" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "बन्दगर्नुहोस्" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "रद्द गर्नुहोस्" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "चयन गर्नुहोस्" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "खोल्नुहोस्" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "भाषा" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "सन्देश" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "हटाउने" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "हटाउने" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "रद्द गर्नुहोस्" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "सन्देश" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "रद्द गर्नुहोस्" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/nl.po b/po/nl.po -index ef600c1..065212e 100644 ---- a/po/nl.po -+++ b/po/nl.po -@@ -7,16 +7,16 @@ - # Michael Steenbeek , 2019 - # Erik Bent , 2019 - # Stefano Karapetsas , 2019 --# Pjotr , 2019 -+# Pjotr , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Pjotr , 2019\n" -+"Last-Translator: Pjotr , 2021\n" - "Language-Team: Dutch (https://www.transifex.com/mate/teams/13566/nl/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -56,160 +56,71 @@ msgstr "" - "worden beheerd, zoals het toevoegen en verwijderen van bestaande groepen en " - "het aanmaken/wissen van nieuwe groepen. " - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "Pictogram verkrijgen mislukt" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "MATE Gebruikersbeheer" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "bestand openen" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "Aanmaken van pid-bestand mislukt" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "bestand schrijven" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "pid-bestand schrijven mislukt" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "pid-bestand openen mislukt" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "bestand lezen" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "pid-bestand lezen mislukt" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Die gebruiker bestaat niet!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Soort account" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standaard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Beheerders" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Talen" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Geen instellingen" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Wachtwoord" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Automatisch aanmelden" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Aanmeldtijd" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Groepsbeheer" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Groepen instellen" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Account is uitgeschakeld" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Volgende keer instellen" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Gebruikersinformatie verkrijgen" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "aantal gebruikers is 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Wachtwoord instellen" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Sluiten" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Bevestigen" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Nu instellen" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Gebruikerswachtwoord" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "wachtwoord aanmaken" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Gebruiker verwijderen" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "U kunt uw eigen account niet verwijderen." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "gebruiker is nog steeds aangemeld" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Verwijder gebruiker '%s'" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Of de persoonlijke map van de gebruiker moet worden verwijderd" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "Herhaal de gebruikersnaam. Probeer a.u.b. een andere" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - "Herhaal de naam van de persoonlijke map van de gebruiker. Probeer a.u.b. een" - " andere" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "De gebruikersnaam mag niet beginnen met een - ." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -217,198 +128,169 @@ msgstr "" - "De gebruikersnaam mag alleen bestaan uit hoofd- en kleine\n" - "letters in de a-z reeks, cijfers en de volgende tekens: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - "Dit zal worden gebruikt om uw persoonlijke map een naam te geven en kan niet" - " worden veranderd" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Gebruiker maken" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "Gebruikersnaam" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Volledige naam" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Soort account" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standaard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Beheerders" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "De beide wachtwoorden zijn niet identiek" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Hybride wachtwoorden verhogen de veiligheid" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Gemengde wachtwoorden verhogen de veiligheid" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Wachtwoord" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Volgende keer instellen" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Wachtwoord nu instellen" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "wachtwoord aanmaken" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Bevestigen" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Sluiten" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Nieuwe gebruiker maken" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "Cropbestand maken" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "kon geen tijdelijk bestand aanmaken voor afbeeldingsgegevens" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Afbreken" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Selecteren" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Lokale foto laden" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Doorbladeren naar meer foto's" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Openen" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "Klikken op het hoofdvenster sluit het fotoselectievenster" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Lokale foto" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Avatarlijst" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "Er is geen adres om foto's op te slaan" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Naam wijzigen" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Voer a.u.b. een geldig teken in" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Gebruik Entertoets om wijzigingen op te slaan" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Gebruikerslijst" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Gebruiker toevoegen" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "_Terug" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Bericht" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "Het nieuwe wachtwoord moet verschillen van het oude" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Probeer om wat letters en cijfers te veranderen" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Probeer om het wachtwoord wat meer te veranderen" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "Een wachtwoord zonder uw gebruikersnaam erin zou sterker zijn" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Probeer om het gebruik van uw naam in het wachtwoord te vermijden" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Probeer om sommige woorden in het wachtwoord te vermijden" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Probeer om gewone woorden te vermijden" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Probeer om het herschikken van bestaande woorden te vermijden" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Probeer meer cijfers te gebruiken" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Geen instellingen" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Probeer meer hoofdletters te gebruiken" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Talen" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Probeer meer kleine letters te gebruiken" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Automatisch aanmelden" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "Probeer meer bijzondere tekens te gebruiken, zoals interpunctie" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Aanmeldtijd" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "" --"Probeer om een mengsel van letters, cijfers en interpunctie te gebruiken" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Groepsbeheer" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Probeer om het herhalen van hetzelfde teken te vermijden" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Groepen instellen" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Probeer om het herhalen van hetzelfde soort teken te vermijden: u dient " --"letters, cijfers en interpunctie te vermengen." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Naam wijzigen" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Probeer om reeksen als 1234 of abcd te vermijden" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Voer a.u.b. een geldig teken in" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "Wachtwoord moet meer dan acht tekens bevatten" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Gebruik Entertoets om wijzigingen op te slaan" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "Herhalen van groepsnaam. Probeer a.u.b. een andere" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "De groepsnaam mag niet beginnen met een - ." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "Het eerste teken van de groepsnaam moet een letter zijn" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -416,58 +298,27 @@ msgstr "" - "De groepsnaam mag alleen bestaan uit hoofd- en kleine\n" - "letters in de a-z reeks, cijfers en de volgende tekens: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Nieuwe groep maken" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "Aanmaken nieuwe groep mislukt" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Gebruikersgroep maken" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" --"Groep met succes aangemaakt, zie a.u.b. het einde van de groepswissellijst." -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Groep verwijderen" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "Kan groep root niet verwijderen" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "Of de gekozen groep moet worden verwijderd" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Groepsnaam" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "Groeps-ID" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "User-id" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Verwijderen" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "Initialisatie van groepsbeheer" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -475,11 +326,11 @@ msgstr "" - "Initialisatie is mislukt, zie a.u.b. de\n" - "functie Groepsbeheerdienst-bediening" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "Kon geen contact maken met de groepsdienst" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -487,113 +338,246 @@ msgstr "" - "Zorg er a.u.b. voor dat de groepsdienst is geïnstalleerd en ingeschakeld.\n" - " url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Toon het aantal groepen" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "Het aantal groepen is 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "Klik a.u.b. op het ontgrendelingsteken in de linkerbovenhoek" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "Klik op de ontgrendelingsknop op de 'groepswissel'-pagina" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Groepen beheren" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Groepsnaam" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Huidige gebruiker -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Groeps-ID" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Nieuwe groepsnaam" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Kies a.u.b. de gebruiker om toe te voegen aan de nieuwe groep" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Gebruikersnaam" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "User-id" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Verwijderen" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "Groeps-ID" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Gebruikersgroep maken" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+"Groep met succes aangemaakt, zie a.u.b. het einde van de groepswissellijst." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Groepen wisselen" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Groepen aanmaken" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Groepen verwijderen" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Huidige gebruiker - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Deze week" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "Vorige week" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Vandaag" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Gisteren" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Sessie geëindigd" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Sessie aangevangen" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — Accountactiviteit" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "vorige" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "volgende" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Account is uitgeschakeld" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Gebruikersinformatie verkrijgen" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "aantal gebruikers is 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Meer..." - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Geen talen gevonden" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Afbreken" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Gereed" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Huidige gebruiker - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "De wachtwoorden komen niet overeen." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Nu instellen" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Gebruikerswachtwoord" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Terug" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Bericht" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Het nieuwe wachtwoord moet verschillen van het oude" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Probeer om wat letters en cijfers te veranderen" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Probeer om het wachtwoord wat meer te veranderen" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Een wachtwoord zonder uw gebruikersnaam erin zou sterker zijn" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Probeer om het gebruik van uw naam in het wachtwoord te vermijden" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Probeer om sommige woorden in het wachtwoord te vermijden" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Probeer om gewone woorden te vermijden" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Probeer om het herschikken van bestaande woorden te vermijden" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Probeer meer cijfers te gebruiken" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Probeer meer hoofdletters te gebruiken" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Probeer meer kleine letters te gebruiken" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Probeer meer bijzondere tekens te gebruiken, zoals interpunctie" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+"Probeer om een mengsel van letters, cijfers en interpunctie te gebruiken" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Probeer om het herhalen van hetzelfde teken te vermijden" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Probeer om het herhalen van hetzelfde soort teken te vermijden: u dient " -+"letters, cijfers en interpunctie te vermengen." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Probeer om reeksen als 1234 of abcd te vermijden" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Wachtwoord moet meer dan acht tekens bevatten" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+"Sommige instellingen moeten worden ontgrendeld alvorens zij kunnen worden " -+"veranderd" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Gebruiker toevoegen" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "MATE Gebruikersbeheer" -diff --git a/po/nn.po b/po/nn.po -index c6d37fc..d80ca54 100644 ---- a/po/nn.po -+++ b/po/nn.po -@@ -4,7 +4,7 @@ - # FIRST AUTHOR , YEAR. - # - # Translators: --# Øystein Steffensen-Alværvik , 2019 -+# Øystein Steffensen-Alværvik, 2019 - # Stefano Karapetsas , 2019 - # - #, fuzzy -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Norwegian Nynorsk (https://www.transifex.com/mate/teams/13566/nn/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Passord" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Lukk" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Fullt namn" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Passord" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Fullt namn" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Lukk" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Avbryt" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Vel" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Opna" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Melding" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Fjern" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Fjern" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "I dag" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Avbryt" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Fullført" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "I dag" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Melding" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Avbryt" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Fullført" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/nso.po b/po/nso.po -index adc7740..edb32d6 100644 ---- a/po/nso.po -+++ b/po/nso.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Northern Sotho (https://www.transifex.com/mate/teams/13566/nso/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Kgetha" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Bula" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Molaetša" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Tloša " -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Tloša " -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Khansela" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Molaetša" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Khansela" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/oc.po b/po/oc.po -index f62b067..7c801fa 100644 ---- a/po/oc.po -+++ b/po/oc.po -@@ -6,15 +6,16 @@ - # Translators: - # Cédric Valmary , 2019 - # Stefano Karapetsas , 2019 -+# Quentin PAGÈS, 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Quentin PAGÈS, 2021\n" - "Language-Team: Occitan (post 1500) (https://www.transifex.com/mate/teams/13566/oc/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -24,15 +25,15 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "" -+msgstr "Gerir los comptes d’utilizaire" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" --msgstr "" -+msgstr "Autentificacion requerida per modificar las donadas d’utilizaire" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "Gestionari MATE" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" -@@ -47,528 +48,513 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "dobrir fichièr" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "" -+msgstr "Fracàs de la creacion del fichièr pid" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "escriure fichièr" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "" -+msgstr "Fracàs de l’escritura del fichièr pid" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "" -+msgstr "Fracàs de la dubertura del fichièr pid" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "" -+msgstr "legir fichièr" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Senhal" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -+msgstr "Fracàs de la lectura del fichièr pid" - --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Tampar" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirmar" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." -+msgstr "Podètz pas suprimir vòstre pròpri compte." - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Nom d’utilizaire" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nom complet" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Tipe de compte" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Estandard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administrators" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" --msgstr "" -+msgstr "Los senhals picats dos còps correspondon pas." - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Los senhals mesclats melhoran la seguretat" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Senhal" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Configurar lo còp que ven" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" --msgstr "" -+msgstr "Configurar lo senhal ara" -+ -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "generar senhal" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirmar" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Tampar" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" --msgstr "" -+msgstr "Crear un utilizaire novèl" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Anullar" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Seleccionar" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" --msgstr "" -+msgstr "Car un imatge local" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" --msgstr "" -+msgstr "Recercar d'autres imatges" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Dobrir" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" --msgstr "" -+msgstr "Imatge local" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" --msgstr "" -+msgstr "Lista d’avatars" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Messatge" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Cap de paramètre" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Lenga" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Connexion automatica" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Ora de connexion" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Gestion dels grops" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Modificar lo nom" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." --msgstr "" -+msgstr "Lo nom de grop pòt pas començar per « - »." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Suprimir" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Nom de grop" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Identificant del grop" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" --msgstr "" -+#: src/user-group-window.c:620 -+msgid "New Group Name" -+msgstr "Nom del grop novèl" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "" -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Nom d’utilizaire" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID utilizaire" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Suprimir" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "ID grop" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:886 - msgid "Switch Groups" --msgstr "" -+msgstr "Escambiar grops" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" --msgstr "" -+msgstr "Crear de grops" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" --msgstr "" -+msgstr "Suprimir los gropes" -+ -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Utilizaire actual - %s" - --#: src/user-history.c:43 -+#: src/user-history.c:40 - msgid "This Week" --msgstr "" -+msgstr "Aquesta setmana" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" --msgstr "" -+msgstr "La setmana passada" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Uèi" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" --msgstr "" -+msgstr "Ièr" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" --msgstr "" -+msgstr "%e %b" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" --msgstr "" -+msgstr "%e %B %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" --msgstr "" -+msgstr "Session acabada" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" --msgstr "" -+msgstr "Session començada" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" --msgstr "" -+msgstr "%s — Activitat del compte" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" --msgstr "" -+msgstr "precedent" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" --msgstr "" -+msgstr "seguent" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Compte desactivat" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Informacions utilizaire" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "lo comptador utilizaire es a 0" -+ -+#: src/user-language.c:195 - msgid "More…" --msgstr "" -+msgstr "Mai…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" --msgstr "" -+msgstr "Cap de lenga pas trobada" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Anullar" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" -+msgstr "Acabat" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Los senhals correspondon pas." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Configurar ara" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Senhal utilizaire" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Retorn" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Messatge" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Lo senhal novèl deu èsser diferent de l'ancian" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Ensajatz de cambiar qualques letras e chifras" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Ensajatz de modificar un pauc mai lo senhal" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Un senhal que conten pas vòstre nom d'utilizaire seriá mai fòrt" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Ensajatz d'incorporar pas vòstre nom dins lo senhal" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Ensajatz d'evitar d'unes mots contenguts dins lo senhal" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Ensajatz d'evitar de mots usuals" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Ensajatz d'evitar de rearrengar los mots existents" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Ensajatz d'utilizar mai de chifras" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Ensajatz d'utilizar mai de letras majusculas" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Ensajatz d'utilizar mai de letras minisculas" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Ensajatz d'utilizar mai de caractèrs especials, coma las pontuacions" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" -+"Ensajatz d'utilizar una mescla de letras, de chifras e de ponctuacions" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Ensajatz d'evitar la repeticion del meteis caractèr" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" -+"Ensajatz d'evitar la repeticion del meteis caractèr : vos cal mesclar de " -+"letras, de chifras e de ponctuacions." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Ensajatz d'evitar de sequéncias talas coma 1234 o abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "La longor de senhal requerida es de mai de 8 caractèrs" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "Devètz desverrolhar certans paramètres per los modificar" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Apondre un utilizaire" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Gestionari d’utilizaire MATE" -diff --git a/po/or.po b/po/or.po -index bbbf580..37f5fbb 100644 ---- a/po/or.po -+++ b/po/or.po -@@ -11,10 +11,10 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" --"Language-Team: Oriya (https://www.transifex.com/mate/teams/13566/or/)\n" -+"Language-Team: Odia (https://www.transifex.com/mate/teams/13566/or/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "ପ୍ରବେଶ ସଙ୍କେତ" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "ପୂରା ନାମ" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "ପ୍ରବେଶ ସଙ୍କେତ" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "ପୂରା ନାମ" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "ବାତିଲ କରନ୍ତୁ (_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "ବାଛନ୍ତୁ" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "ଖୋଲନ୍ତୁ (_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "ସନ୍ଦେଶ" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ଉପୟୋଗକର୍ତ୍ତା ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "ଅପସାରଣ କରନ୍ତୁ" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "ଉପୟୋଗକର୍ତ୍ତା ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "ଅପସାରଣ କରନ୍ତୁ" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "ଆଜି" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "ବାତିଲ କରନ୍ତୁ" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "ଆଜି" -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "ସନ୍ଦେଶ" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "ବାତିଲ କରନ୍ତୁ" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/pa.po b/po/pa.po -index 9495592..0aecec4 100644 ---- a/po/pa.po -+++ b/po/pa.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Panjabi (Punjabi) (https://www.transifex.com/mate/teams/13566/pa/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "ਭਾਸ਼ਾ" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "ਪਾਸਵਰਡ" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "ਬੰਦ ਕਰੋ" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "ਪੂਰਾ ਨਾਂ" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "ਪਾਸਵਰਡ" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "ਪੂਰਾ ਨਾਂ" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "ਬੰਦ ਕਰੋ" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "ਨਵਾਂ ਯੂਜ਼ਰ ਬਣਾਓ" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "ਰੱਦ ਕਰੋ(_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "ਚੁਣੋ" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "ਖੋਲ੍ਹੋ(_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "ਭਾਸ਼ਾ" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "ਸੁਨੇਹਾ" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ਯੂਜ਼ਰ ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "ਹਟਾਓ" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "ਯੂਜ਼ਰ ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "ਹਟਾਓ" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "ਅੱਜ" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "ਰੱਦ ਕਰੋ" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "ਮੁਕੰਮਲ" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "ਅੱਜ" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "ਸੁਨੇਹਾ" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "ਰੱਦ ਕਰੋ" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "ਮੁਕੰਮਲ" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/pl.po b/po/pl.po -index 1cd3767..5fb029c 100644 ---- a/po/pl.po -+++ b/po/pl.po -@@ -6,19 +6,20 @@ - # Translators: - # Przemek P , 2019 - # Andrzej Jarzębowski , 2019 --# Rafał Babiarz , 2019 -+# 7fa0336cac7b5f4fb2d9a1e63d4cee52_003379a , 2019 - # Dominik Adrian Grzywak, 2019 - # Stefano Karapetsas , 2019 --# Marcin Net , 2019 -+# 7d927f1adaae02ae3120b2ceacc1eadf_34fcd4b <964145c7ac0e6f1856853edaa15b3982_834090>, 2019 -+# Marek Adamski, 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Marcin Net , 2019\n" -+"Last-Translator: Marek Adamski, 2021\n" - "Language-Team: Polish (https://www.transifex.com/mate/teams/13566/pl/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -36,7 +37,7 @@ msgstr "Wymagane jest uwierzytelnienie, aby dokonać zmiany danych użytkownika" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "Menedżer MATE" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" -@@ -50,159 +51,77 @@ msgid "" - "record. By working with group-service, groups of users can be managed, such " - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" -- --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "Menedżer Użytkowników Mate" -- --#: src/main.c:185 src/main.c:227 -+"Menedżer MATE to graficzna aplikacja do zarządzania lokalnymi użytkownikami " -+"i grupami. Może: dodawać i usuwać lokalnych użytkowników, zmieniać nazwę " -+"użytkownika, typ użytkownika, język użytkownika, hasło użytkownika, " -+"automatyczne logowanie. Pozwala na wyświetlanie rejestru logowania " -+"użytkownika. Pracując z usługą grupową, można zarządzać grupami " -+"użytkowników, na przykład dodawać lub usuwać istniejące grupy i tworzyć lub " -+"usuwać nowe grupy." -+ -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "otwórz plik" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "Utworzenie pliku PID nie powiodło sie" -+msgstr "Tworzenie pliku PID nie powiodło sie" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "zapisz plik" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "Zapisanie pliku PID nie powiodło sie" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "Otwarcie pliku PID nie powiodło sie" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "odczytaj plik" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "Odczytanie pliku PID nie powiodło sie" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Nie znaleziono użytkownika!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Typ Konta" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Administratorzy" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Język" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Brak Ustawień" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Hasło" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Automatyczne logowanie" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Czas logowania" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Zarządzanie Grupą" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Ustawienia Grup" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Konto jest wyłączone" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Ustaw następnym razem" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Uzyskaj informacje o użytkowniku" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "liczba użytkowników wynosi 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Ustaw Hasło" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Zamknij" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Potwierdź" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Ustaw teraz" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Hasło Użytkownika" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "utworzenie hasła" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Usuń Użytkownika" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Nie możesz usunąć swojego konta" - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "użytkownik jest nadal zalogowany" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Usuń użytkownika '%s'" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Czy usunąć katalog domowy użytkownika" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "Powtórz nazwę użytkownika. Spróbuj ponownie" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "Powtórz nazwę domową użytkownika.Proszę spróbuj innej" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "Nazwa użytkownika nie może rozpoczynać się od - ." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -210,263 +129,209 @@ msgstr "" - "Nazwa użytkownika powinna składać się wyłącznie \n" - "z małych i dużych liter, cyfr oraz znaków: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - "Ta nazwa zostanie użyta jako nazwa twojego katalogu domowego i nie będzie " - "mogła być zmieniona" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Tworzenie Użytkownika" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "Nazwa użytkownika" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Imię i nazwisko" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Typ Konta" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administratorzy" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "Wprowadzone hasłą różnią się" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Hasła hybrydowe poprawiają bezpieczeństwo" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Mieszane hasła zwiększają bezpieczeństwo" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Hasło" - --#: src/user-admin.c:788 -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Ustaw następnym razem" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Ustaw hasło teraz" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "utworzenie hasła" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Potwierdź" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Zamknij" -+ -+#: src/user-admin.c:931 - msgid "Create New User" --msgstr "Utworzenie nowego użytkownika" -+msgstr "Utwórz nowego użytkownika" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" --msgstr "" -+msgstr "Utwórz plik wycięcia" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "utworzenie pliku tymczasowgo dla obrazu nie powiodło się" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Anuluj" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Zaznacza" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Ładowanie Pliku Lokalnego" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Wyszukaj więcej obrazów" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Otwórz" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "Kliknięcie na okno główne zamyka okno wyboru obrazu" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Obraz Lokalny" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Lista awatarów" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "Brak adresu do przechowywania zdjęć" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Zmień Nazwę" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Proszę podać prawidłowy znak" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Użyj klawisza Enter aby zapisać zmiany" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Lista użytkowników" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Dodaj użytkownika" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Komunikat" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "Nowe hasło musi być różne od poprzedniego" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Spróbuj zmienić kilka liter i liczb" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Spróbuj zmienić hasło na lepsze" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "Hasło bez nazwy użytkownika byłoby silniejsze" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Unikaj zawierania nazwy użytkownika w haśle" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Postaraj się unikać niektórych słów zawartych w haśle" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Unikaj pospolitych słów" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Spróbuj uniknąć zmiany kolejności istniejących słów" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Spróbuj użyć więcej liczb" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Brak Ustawień" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Spróbuj użyć więcej dużych liter" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Język" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Spróbuj użyć więcej małych liter" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Automatyczne logowanie" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "Spróbuj użyć więcej znaków specjalnych, takich jak interpunkcja" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Czas logowania" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "Spróbuj użyć kombinacji liter, cyfr i znaków interpunkcyjnych" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Zarządzanie Grupą" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Spróbuj uniknąć powtarzania tych samych znaków" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Ustawienia Grup" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Staraj się unikać powtarzania tego samego typu znaków: musisz pomieszać " --"litery, cyfry i znaki interpunkcyjne" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Zmień Nazwę" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Staraj się unikać sekwencji takich jak 1234 lub abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Proszę podać prawidłowy znak" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "Długość hasła musi być większa niż 8 znaków" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Użyj klawisza Enter aby zapisać zmiany" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "Powtórz nazwe grupy. Spróbuj ponownie" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "Nazwa użytkownika nie może rozpoczynać się od - ." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "Pierwszy znak nazwy grupy musi być literą" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" -+"Nazwa grupy powinna składać się tylko z wielkich i małych liter \n" -+"od a do z, cyfr i następujących znaków: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Stwórz nową grupę" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "Tworzenie nowej grupy nie powiodło się" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Stwórz grupę użytkowników" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Usuń grupę" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "Nie można usunąć grupy Roota" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "Czy usunąć zaznaczoną grupę?" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Nazwa grupy" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "Identyfikator grupy" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "Identyfikator użytkownika" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Usuń" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "Uruchamianie menadżera grup" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" -+"Nie udało się uruchomić, sprawdź działanie \n" -+"Interfejsu usługi zarządzania grupami" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "Nie można połączyć się z usługą grupy." - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -474,113 +339,245 @@ msgstr "" - "Upewnij się że usługa group-service jest zainstalowana i włączona.\n" - " url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Pobierz liczbę grup" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "Liczba grup wynosi 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "Proszę kliknąć na znak odblokowania w lewym górnym rogu" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" --msgstr "" -+msgstr "Kliknij przycisk odblokowania na stronie \"przełącznika grup\"" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Zarządzanie Grupami" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Nazwa grupy" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Bieżący użytkownik -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Identyfikator grupy" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Nazwa nowej grupy" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Proszę wybrać użytkownika, który ma zostać dodany do nowej grupy" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Nazwa użytkownika" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Identyfikator użytkownika" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Usuń" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "Identyfikator grupy" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Stwórz grupę użytkowników" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+"Tworzenie grupy użytkownika zakończone, sprawdź na końcu listy przełącznika " -+"grup." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" --msgstr "Przełącznik Grup" -+msgstr "Przełącznik grup" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" --msgstr "Stwórz Grupy" -+msgstr "Stwórz grupy" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Usuń Grupy" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Bieżący użytkownik - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Ten tydzień" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "Poprzedni tydzień" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Dzisiaj" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Wczoraj" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" --msgstr "" -+msgstr "%e %b" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" --msgstr "" -+msgstr "%e%b %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Sesja zakończona" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Sesja rozpoczęta" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" --msgstr "" -+msgstr "%s — Aktywność konta" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "Poprzednia" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "Następna" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Konto jest wyłączone" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Uzyskaj informacje o użytkowniku" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "liczba użytkowników wynosi 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Więcej..." - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Nie znaleziono języków" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Anuluj" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Ukończono" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Bieżący użytkownik - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Hasła nie są zgodne." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Ustaw teraz" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Hasło Użytkownika" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Powrót" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Komunikat" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Nowe hasło musi być różne od poprzedniego" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Spróbuj zmienić kilka liter i liczb" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Spróbuj zmienić hasło na lepsze" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Hasło bez nazwy użytkownika byłoby silniejsze" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Unikaj zawierania nazwy użytkownika w haśle" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Postaraj się unikać niektórych słów zawartych w haśle" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Unikaj pospolitych słów" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Spróbuj uniknąć zmiany kolejności istniejących słów" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Spróbuj użyć więcej liczb" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Spróbuj użyć więcej dużych liter" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Spróbuj użyć więcej małych liter" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Spróbuj użyć więcej znaków specjalnych, takich jak interpunkcja" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Spróbuj użyć kombinacji liter, cyfr i znaków interpunkcyjnych" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Spróbuj uniknąć powtarzania tych samych znaków" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Staraj się unikać powtarzania tego samego typu znaków: musisz pomieszać " -+"litery, cyfry i znaki interpunkcyjne" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Staraj się unikać sekwencji takich jak 1234 lub abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Długość hasła musi być większa niż 8 znaków" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+"Niektóre ustawienia muszą zostać odblokowane, zanim będzie można je zmienić" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Dodaj użytkownika" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Menedżer Użytkowników Mate" -diff --git a/po/ps.po b/po/ps.po -index 983a728..8c9249a 100644 ---- a/po/ps.po -+++ b/po/ps.po -@@ -11,10 +11,10 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" --"Language-Team: Pushto (https://www.transifex.com/mate/teams/13566/ps/)\n" -+"Language-Team: Pashto (https://www.transifex.com/mate/teams/13566/ps/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "تېرنويې" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "تېرنويې" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "بندول_" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "ټاکل" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "پرانيستل_" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "استوزه" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "ړنګول" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "ړنګول" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "بندول" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "استوزه" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "بندول" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/pt.po b/po/pt.po -index d905606..2f66e86 100644 ---- a/po/pt.po -+++ b/po/pt.po -@@ -7,7 +7,7 @@ - # Sérgio Marques , 2019 - # Stefano Karapetsas , 2019 - # José Vieira , 2019 --# Manuela Silva , 2019 -+# Manuela Silva , 2019 - # Hugo Carvalho , 2019 - # Carlos Moreira, 2019 - # -@@ -16,7 +16,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Carlos Moreira, 2019\n" - "Language-Team: Portuguese (https://www.transifex.com/mate/teams/13566/pt/)\n" -@@ -51,528 +51,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "abrir ficheiro" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "A criação do ficheiro pid falhou" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "gravar ficheiro" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "a gravação do ficheiro pid falhou" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "a abertura do ficheiro pid falhou" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "ler ficheiro" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "a leitura do ficheiro pid falhou" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Tipo de Conta" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Padrão" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Administradores" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Idioma" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Sem Definições" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Senha" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Fechar" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirmar" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nome Completo" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Tipo de Conta" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Padrão" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administradores" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Senha" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirmar" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Fechar" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Criar novo utilizador" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Cancelar" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Escolher" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Abrir" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Sem Definições" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Idioma" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" --msgstr "Adicionar Utilizador" -- --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Mensagem" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID de Utilizador" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Remover" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID de Utilizador" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Remover" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Hoje" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Cancelar" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Terminado" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Hoje" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Mensagem" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Cancelar" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Terminado" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Adicionar Utilizador" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/pt_BR.po b/po/pt_BR.po -index d1ab58a..be0d12a 100644 ---- a/po/pt_BR.po -+++ b/po/pt_BR.po -@@ -4,7 +4,7 @@ - # FIRST AUTHOR , YEAR. - # - # Translators: --# Marcus Vinícius Marques, 2019 -+# 65f2af3cfa184c075942a0418b98d2de_d688669, 2019 - # 710a500dd1d5560bb05c8b24814b8c26, 2019 - # Xerxes Lins , 2019 - # Marcelo Ghelman , 2019 -@@ -16,7 +16,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: George Silva , 2019\n" - "Language-Team: Portuguese (Brazil) (https://www.transifex.com/mate/teams/13566/pt_BR/)\n" -@@ -51,528 +51,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "Obter Ícone de Falha" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "abrir arquivo" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "Criação de arquivo pid falhou" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "escrever no arquivo" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "Escrever arquivo pid falhou" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "Abrir arquivo pid falhou" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "ler arquivo" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "ler arquivo pid falhou" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Este usuário não existe!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Tipo de Conta" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Padrão" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Administradores" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Idioma" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Sem Configurações" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Senha" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Entrada automática" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Tempo de login" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Gerenciar grupo" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Configurações de Grupos" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Conta desativada" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Configurar da próxima vez" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Obter Informações do Usuário" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "contagem de usuários é 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Definir Senha" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Fechar" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirmar" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Agora configure" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Senha de Usuário" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "criação de senha" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Remover Usuário" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Você não pode excluir sua própria conta." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "Nome de usuário não pode começar com um - (traço)." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "nome de usuário" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nome completo" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Tipo de Conta" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Padrão" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administradores" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Senha" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Configurar da próxima vez" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "criação de senha" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirmar" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Fechar" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Criar novo usuário" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Cancelar" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Selecionar" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Abrir" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "_Retorno" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Mensagem" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Sem Configurações" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Idioma" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Entrada automática" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Tempo de login" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Gerenciar grupo" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Configurações de Grupos" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID do usuário" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Remover" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "" -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Gerenciar Grupos" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Novo Nome do Grupo" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Selecione o usuário a adicionar ao novo grupo" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "nome de usuário" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID do usuário" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Remover" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Trocar Grupos" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Criar Grupos" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Remover Grupos" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Esta Semana" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "Última Semana" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Hoje" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Ontem" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Sessão Finalizada" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Sessão Iniciada" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "anterior" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "próximo" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Conta desativada" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Obter Informações do Usuário" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "contagem de usuários é 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Mais..." - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Nenhum idioma encontrado" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Cancelar" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Feito" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Agora configure" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Senha de Usuário" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Retorno" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Mensagem" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ro.po b/po/ro.po -index 503015b..d4ba9ee 100644 ---- a/po/ro.po -+++ b/po/ro.po -@@ -13,7 +13,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Romanian (https://www.transifex.com/mate/teams/13566/ro/)\n" -@@ -48,528 +48,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Limbă" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Parolă" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Închide" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Confirmă" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Nume complet" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Parolă" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Confirmă" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Închide" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Creare utilizator nou" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Renunță" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Selectați" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Deschide" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Limbă" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Mesaj" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID utilizator" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Elimină" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID utilizator" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Elimină" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Azi" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Renunță" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Făcut" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Azi" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Mesaj" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Renunță" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Făcut" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ru.po b/po/ru.po -index 882dcd8..21c31f1 100644 ---- a/po/ru.po -+++ b/po/ru.po -@@ -4,19 +4,21 @@ - # FIRST AUTHOR , YEAR. - # - # Translators: --# Alexei Sorokin , 2019 --# Aleksey Kabanov , 2019 -+# XRevan86, 2019 - # Dmitriy Kulikov , 2019 - # Stefano Karapetsas , 2019 -+# Aleksey Kabanov , 2020 -+# Cyber Tailor , 2020 -+# Иван Л. , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Иван Л. , 2021\n" - "Language-Team: Russian (https://www.transifex.com/mate/teams/13566/ru/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -26,19 +28,19 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "" -+msgstr "Управление учётными записями пользователей" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" --msgstr "" -+msgstr "Для изменения данных пользователя необходима аутентификация" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "Менеджер MATE" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "Управление локальными пользователями и группами Linux" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -49,528 +51,512 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "открыть файл" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "" -+msgstr "Сбой создания файла идентификатора процесса" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "записать файл" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "" -+msgstr "сбой записи файла идентификатора процесса" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "" -+msgstr "сбой открытия файла идентификатора процесса" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "" -+msgstr "читать файл" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Стандартные" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Язык" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Пароль" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Закрыть" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Подтвердить" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -+msgstr "сбой чтения файла идентификатора процесса" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" --msgstr "" -+msgstr "Удалить пользователя" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." --msgstr "" -+msgstr "Нельзя удалить собственную учётную запись." -+ -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "пользователь все еще вошел в систему" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Удалить '%s' пользователя" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" --msgstr "" -+msgstr "Удалить домашний каталог пользователя" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" --msgstr "" -+msgstr "Создание пользователя" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Имя пользователя " - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Полное имя" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Тип учётной записи" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Стандартные" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Администраторы" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Пароль" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Подтвердить" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Закрыть" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Создать нового пользователя" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "О_тмена" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Выбрать" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Открыть" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" --msgstr "" -+msgstr "Локальное изображение" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" --msgstr "" -+msgstr "Список аватаров" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Сообщение" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Нет настроек" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Язык" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Автоматический вход" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Время входа в систему" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" --msgstr "" -+msgstr "Первый символ имени группы должен быть буквой" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" --msgstr "" -- --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -+msgstr "Удалить группу" - --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "Идентификатор пользователя" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Удалить" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "" -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Имя группы" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "ID группы " - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" --msgstr "" -+msgstr "Имя новой группы" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" -+msgstr "Выберите пользователя для добавления в новую группу" -+ -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Имя пользователя" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Идентификатор пользователя" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Удалить" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "id группы " -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Создать группу пользователя" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:886 - msgid "Switch Groups" --msgstr "" -+msgstr "Группы переключателей " - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-history.c:47 -+#: src/user-history.c:40 -+msgid "This Week" -+msgstr "Эта неделя" -+ -+#: src/user-history.c:44 - msgid "Last Week" --msgstr "" -+msgstr "Прошлая неделя" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Сегодня" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" --msgstr "" -+msgstr "Вчера" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" --msgstr "" -+msgstr "Сеанс завершён" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Отмена" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Готово" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Пароль пользователя" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Сообщение" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Новый пароль должен отличаться от старого" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Попробуйте изменить некоторые буквы и цифры" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Попробуйте изменить пароль немного сильнее" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Пароль без вашего имени пользователя будет более надёжным" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Постарайтесь избегать использования вашего имени в пароле" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Постарайтесь избегать часто используемых слов" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Попробуйте использовать больше цифр" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Постарайтесь использовать смесь букв, цифр и знаков препинания" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Постарайтесь избегать повторения одного и того же символа" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Постарайтесь избегать повторения символов одного типа: используйте смесь " -+"букв, цифр и знаков препинания." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Постарайтесь не использовать последовательности типа 1234 или abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Длина пароля должна быть больше 8 символов" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Добавить пользователя" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/rw.po b/po/rw.po -index 789e6e5..0b0d18a 100644 ---- a/po/rw.po -+++ b/po/rw.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Kinyarwanda (https://www.transifex.com/mate/teams/13566/rw/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Ijambobanga" -- --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Ijambobanga" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" --msgstr "" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" -+msgstr "Guhitamo" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-avatar.c:253 -+msgid "_Open" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" --msgstr "Guhitamo" -- --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Ubutumwa" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Gukuraho" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Gukuraho" -- --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Kureka" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" --msgstr "" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Ubutumwa" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Kureka" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/si.po b/po/si.po -index bdc5d75..36aac0c 100644 ---- a/po/si.po -+++ b/po/si.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Sinhala (https://www.transifex.com/mate/teams/13566/si/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "රහස්පදය" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "සම්පූර්ණ නම" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "රහස්පදය" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "සම්පූර්ණ නම" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "අවලංගු කරන්න (_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "තෝරන්න" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "විවෘත කරන්න (_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "පණිවිඩ" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "ඉවත් කරන්න" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "ඉවත් කරන්න" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "අවලංගු කරන්න" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "පණිවිඩ" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "අවලංගු කරන්න" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/sk.po b/po/sk.po -index 9778646..21fc3b7 100644 ---- a/po/sk.po -+++ b/po/sk.po -@@ -6,7 +6,7 @@ - # Translators: - # Ján Ďanovský , 2019 - # Dušan Kazik , 2019 --# Juraj Oravec, 2019 -+# 32442f8bc5cc500b59f161d95078a28a_525ed04, 2019 - # Tibor Kaputa , 2019 - # peter, 2019 - # Stefano Karapetsas , 2019 -@@ -16,7 +16,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Slovak (https://www.transifex.com/mate/teams/13566/sk/)\n" -@@ -51,528 +51,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Štandardné" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Jazyk" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Heslo" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Zatvoriť" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Potvrdiť" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Celé meno" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Štandardné" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Heslo" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Potvrdiť" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Zatvoriť" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Vytvorenie nového používateľa" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Zrušiť" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Vybrať" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Otvoriť" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Jazyk" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Správa" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID používateľa" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Odstrániť" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID používateľa" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Odstrániť" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Dnes" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Zrušiť" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Hotovo" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Dnes" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Správa" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Zrušiť" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Hotovo" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/sl.po b/po/sl.po -index c593ce4..3efcbb4 100644 ---- a/po/sl.po -+++ b/po/sl.po -@@ -8,15 +8,17 @@ - # Damir Jerovšek , 2019 - # Damir Mevkić , 2019 - # Stefano Karapetsas , 2019 -+# Helena S , 2020 -+# Martin Srebotnjak , 2022 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Martin Srebotnjak , 2022\n" - "Language-Team: Slovenian (https://www.transifex.com/mate/teams/13566/sl/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -26,19 +28,19 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "" -+msgstr "Upravljate uporabniške račune" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" --msgstr "" -+msgstr "Zahtevana je overitev za spremembo uporabniških podatkov" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "Upravljalnik MATE" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "Upravlja Linux lokalne uporabnike in skupine" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -48,529 +50,530 @@ msgid "" - "record. By working with group-service, groups of users can be managed, such " - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" -+"Mate Manager je grafična aplikacija, ki upravlja krajevne uporabnike in " -+"skupine. Lahko dodaja in briše krajevne uporabnike, spreminja uporabniško " -+"ime, vrsto uporabnika, uporabniški jezik, uporabniško geslo, samodejno " -+"prijavo. Ogledate si lahko zapisnik uporabnikovih prijav. Z delom s " -+"storitvami skupine je mogoče upravljati skupine uporabnikov, npr. " -+"dodajati/odstranjevati obstoječe skupine in ustvarjati/brisati nove skupine." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "odpri datoteko" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "" -+msgstr "Ustvarjanje datoteke pid je spodletelo" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "zapiši datoteko" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "" -+msgstr "Zapisovanje v datoteko pid je spodletelo" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "" -+msgstr "Odpiranje datoteke pid je spodletelo" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "" -+msgstr "branje datoteke" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Običajne" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Jezik" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Geslo" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -+msgstr "Branje datoteke pid je spodletelo" - --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Zapri" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Potrdi" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" --msgstr "" -+msgstr "Odstrani uporabnika" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." --msgstr "" -+msgstr "Ne morete izbrisati svojega računa." -+ -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "Uporabnik je še naprej prijavljen." -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Odstrani uporabnika »%s«" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" --msgstr "" -+msgstr "Ali želite odstraniti domačo mapo uporabnika" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" --msgstr "" -+msgstr "Ta uporabnik že obstaja. Izberite drugo ime" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" --msgstr "" -+msgstr "Ta domača mapa uporabnika že obstaja. Izberite drugo" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." --msgstr "" -+msgstr "Uporabniško ime se ne sme začeti z -." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" -+"Uporabniško ime je lahko sestavljeno samo iz velikih in majhnih\n" -+"črk od a-z, številk in naslednjih znakov: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+msgstr "To bo uporabljeno kot ime domače mape in je ni mogoče spremeniti" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" --msgstr "" -+msgstr "Ustvarjanje uporabnika" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Uporabniško ime" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Polno ime" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Vrsta računa" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Običajne" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Skrbniki" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" --msgstr "" -+msgstr "Dvakrat vnesena gesla se razlikujeta" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Mešana gesla izboljšajo varnost" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Geslo" - --#: src/user-admin.c:788 -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Nastavite naslednjič" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" --msgstr "" -+msgstr "Zdaj nastavi geslo" -+ -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "generirajte geslo" - --#: src/user-admin.c:864 -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Potrdi" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Zapri" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Ustvari novega uporabnika" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" --msgstr "" -+msgstr "Ustvari obrezano datoteko" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" --msgstr "" -+msgstr "ni bilo mogoče ustvariti začasne datoteke za slikovne podatke" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Prekliči" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Izberi" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" --msgstr "" -+msgstr "Naložite lokalno sliko" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" --msgstr "" -+msgstr "Poiščite več slik" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Odpri" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" --msgstr "" -+msgstr "Lokalna slika" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" --msgstr "" -+msgstr "Seznam podob" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" --msgstr "" -- --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Sporočilo" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -+msgstr "Ni naslova za shranjevanje fotografij" - --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Brez nastavitev" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Jezik" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Samodejna prijava" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Čas prijave" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Upravljanje skupine" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Nastavitev skupin" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Spremeni ime" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Vnesite veljaven znak" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Uporabite tipko Enter za shranitev sprememb" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" --msgstr "" -+msgstr "To ime skupine že obstaja. Izberite drugo" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." --msgstr "" -+msgstr "Ime skupine se ne sme začeti z - ." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" --msgstr "" -+msgstr "Za prvi znak imena skupine je potrebna črka" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" -+"Ime skupine je lahko sestavljeno samo iz velikih in majhnih\n" -+"črk od a-z, številk in naslednjih znakov: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" --msgstr "" -+msgstr "Ustvari novo skupino" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" --msgstr "" -+msgstr "Ustvarjanje nove skupine spodletelo" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" --msgstr "" -- --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -+msgstr "Odstrani skupina" - --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" --msgstr "" -+msgstr "Ali želite odstraniti izbrano skupino" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID uporabnika" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Odstrani" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" --msgstr "" -+msgstr "Inicializacija upravljanja skupin" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" -+"Inicializacija je spodletela, glejte funkcijo\n" -+" Vmesnik storitve upravljanja skupin" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" --msgstr "" -+msgstr "S skupinsko storitvijo ni bilo mogoče navezati stika" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" -+"Zagotovite, da je storitev group-service nameščena in omogočena.\n" -+" URL: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "" -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" --msgstr "" -+msgstr "Kliknite gumb odklepa na strani »swith-group«" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Ime skupine" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "ID skupine" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" --msgstr "" -+msgstr "Novo ime skupine" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" -+msgstr "Izberite uporabnika, ki ga želite dodati v novo skupino" -+ -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Uporabniško ime" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID uporabnika" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Odstrani" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "ID skupine" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Ustvari uporabniško skupino" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" -+"Uspešno ustvarjena skupina uporabnikov. Oglejte si konec seznama skupin " -+"preklopov." - --#: src/user-group.c:1087 -+#: src/user-group-window.c:886 - msgid "Switch Groups" --msgstr "" -+msgstr "Zamenjaj skupine" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" --msgstr "" -+msgstr "Ustvari skupine" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" --msgstr "" -+msgstr "Odstrani skupine" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Trenutni uporabnik - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" --msgstr "" -+msgstr "Ta teden" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" --msgstr "" -+msgstr "Prejšnji teden" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Danes" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" --msgstr "" -+msgstr "Včeraj" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" --msgstr "" -+msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" --msgstr "" -+msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" --msgstr "" -+msgstr "Seja je končana" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" --msgstr "" -+msgstr "Seja se je začela" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" --msgstr "" -+msgstr "%s — Dejavnost računa" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" --msgstr "" -+msgstr "prejšni" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" --msgstr "" -+msgstr "naslednji" -+ -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Račun je onemogočen" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Pridobite informacije o uporabniku" - --#: src/user-language.c:120 -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "število uporabnikov je 0" -+ -+#: src/user-language.c:195 - msgid "More…" --msgstr "" -+msgstr "Več..." - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" --msgstr "" -+msgstr "Jezikov ni bilo mogoče najti" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Prekliči" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Končano" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Gesli se ne ujemata." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Sedaj nastavite" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Uporabniško geslo" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Nazaj" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Sporočilo" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Novo geslo naj bo drugačno od starega" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Poskusite spremeniti nekaj črk in številk" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Poskusite malo bolj spremeniti geslo" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Geslo brez uporabniškega imena bi bilo močnejše" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Poskusite se izogniti uporabi imena v geslu" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Poskusite se izogniti nekaterim besedam, ki jih vsebuje geslo" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Poskusite se izogniti pogostim besedam" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Poskusite se izogniti preurejanju obstoječih besed" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Poskusite uporabiti več številk" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Poskusite uporabiti več črk z veliko začetnico" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Poskusite uporabiti več črk z malo začetnico" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Poskusite uporabiti več posebnih znakov, kot so ločila" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Poskusite uporabiti mešanico črk, številk in ločil" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Poskusite se izogniti ponovitvi istega znaka" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" -+"Poskusite se izogniti ponavljanju iste vrste znakov: mešati morate črke, " -+"številke in ločila." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Poskusite se izogniti zaporedjem, kot so 1234 ali abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Dolžina gesla naj bo več kot 8 znakov" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+"Nekatere nastavitve je potrebno odkleniti, preden jih lahko spremenite." -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Dodaj uporabnika" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Upravljalnik uporabnikov Mate" -diff --git a/po/sq.po b/po/sq.po -index b893964..a5ff149 100644 ---- a/po/sq.po -+++ b/po/sq.po -@@ -14,7 +14,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Albanian (https://www.transifex.com/mate/teams/13566/sq/)\n" -@@ -49,528 +49,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Gjuha" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Fjalëkalimi" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Mbyll" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Konfirmo" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Emri dhe mbiemri" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Fjalëkalimi" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Konfirmo" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Mbyll" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Anulo" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Zgjidh" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Hap" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Gjuha" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Mesazhi" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Hiq" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Hiq" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Sot" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Anulo" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Perfunduar" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Sot" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Mesazhi" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Anulo" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Perfunduar" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/sr.po b/po/sr.po -index caa8025..2c2ed6c 100644 ---- a/po/sr.po -+++ b/po/sr.po -@@ -5,16 +5,16 @@ - # - # Translators: - # Stefano Karapetsas , 2019 --# Мирослав Николић , 2019 -+# Мирослав Николић , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Мирослав Николић , 2019\n" -+"Last-Translator: Мирослав Николић , 2021\n" - "Language-Team: Serbian (https://www.transifex.com/mate/teams/13566/sr/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -24,19 +24,19 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "" -+msgstr "Управљајте корисничким налозима" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" --msgstr "" -+msgstr "Потребно је потврђивање идентитета за промену корисничких података" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "Мејтов управник" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "Управљање Линуксовим локалним корисницима и групама" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -46,529 +46,530 @@ msgid "" - "record. By working with group-service, groups of users can be managed, such " - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" -+"Мејтов управник је графички програм који управља локалним корисницима и " -+"групама. Може додати и брисати локалне кориснике, променити име, врсту, " -+"језик и лозинку корисника, аутоматско пријављивање. Можете видети запис " -+"пријављивања корисника. У раду са услугом-групе, групама корисника се може " -+"управљати, као што је додавање/уклањање постојећих група и стварање/брисање " -+"нових група." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "отварање датотеке" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "" -+msgstr "Стварање датотеке пид-а није успело" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "писање датотеке" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "" -+msgstr "писање датотеке пид-а није успело" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "" -+msgstr "отварање датотеке пид-а није успело" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "" -+msgstr "читање датотеке" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Уобичајена" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Језик" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Лозинка" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -+msgstr "читање датотеке пид-а није успело" - --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Затвори" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Потврди" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" --msgstr "" -+msgstr "Уклони корисника" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." --msgstr "" -+msgstr "Не можете обрисати ваш лични налог." -+ -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "корисник је и даље пријављен" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Уклони „%s“ корисника" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" --msgstr "" -+msgstr "Да ли се уклања корисникова лична фасцикла" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" --msgstr "" -+msgstr "Понавља се корисничко име. Пробајте неко друго" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" --msgstr "" -+msgstr "Понавља се назив личне фасцикле. Пробајте неки други" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." --msgstr "" -+msgstr "Корисничко име не може почети са „-“ ." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" -+"Име корисника треба да се састоји само од великих малих \n" -+"слова од „a-z“, цифара и следећих знакова: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" -+"Ово ће бити коришћено за именовање ваше личне фасцикле и не може бити " -+"измењено" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" --msgstr "" -+msgstr "Стварање корисника" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Корисничко име" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Име и презиме" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Врста налога" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Уобичајена" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Администратори" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" --msgstr "" -+msgstr "Два пута унесене лозинке се разликују" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Мешовите лозинке побољшавају безбедност" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Лозинка" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Подеси следећи пут" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" --msgstr "" -+msgstr "Сада поставите лозинку" -+ -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "стварање лозинке" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Потврди" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Затвори" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Направи новог корисника" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" --msgstr "" -+msgstr "Направите датотеку одсецања" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" --msgstr "" -+msgstr "Нисам успео да направим привремену датотеку за податке слике" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Откажи" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Одабери" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" --msgstr "" -+msgstr "Учитај локалну слику" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" --msgstr "" -+msgstr "Потражите још слика" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Отвори" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" --msgstr "" -+msgstr "ЛОкална слика" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" --msgstr "" -+msgstr "Списак аватара" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" --msgstr "" -- --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Порука" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -+msgstr "Нема адресе за смештај фотографија" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Нема поставки" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Језик" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Аутоматска пријава" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Време пријаве" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Управљање групом" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Подешавам групе" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Промени назив" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Унесите исправан знак" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Користите тастер „Унеси“ да сачувате измене" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" --msgstr "" -+msgstr "Понавља се назив групе. Пробајте неко друго" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." --msgstr "" -+msgstr "Назив групе не може почети са „-“ ." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" --msgstr "" -+msgstr "Први знак назива групе треба да буде слово" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" -+"Назив групе треба да се састоји само од великих малих \n" -+"слова од „a-z“, цифара и следећих знакова: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" --msgstr "" -+msgstr "Направите нову групу" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" --msgstr "" -- --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -+msgstr "Није успело стварање нове групе" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" --msgstr "" -- --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -+msgstr "Уклањање групе" - --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" --msgstr "" -+msgstr "Да ли се уклања изабрана група" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "ИБ корисника" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Уклони" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" --msgstr "" -+msgstr "Започињање управљања групом" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" -+"Започињање није успело, погледајте функцију \n" -+" сучеља услуге управљања групом" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" --msgstr "" -+msgstr "Нисам успео да контактирам услугу групе" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" -+"Уверите се да је „group-service“ инсталирано и омогућено.\n" -+" url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "" -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" --msgstr "" -+msgstr "Кликните на дугме откључавања на странице „swith-group“" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Назив групе" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "ИБ групе" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" --msgstr "" -+msgstr "Нови назив групе" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" -+msgstr "Изаберите корисника за додавање у нову групу" -+ -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Корисничко име" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ИБ корисника" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Уклони" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "Иб групе" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Направите корисничку групу" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" -+"Стварање корисничке групе је успело, погледајте крај списка промене група." - --#: src/user-group.c:1087 -+#: src/user-group-window.c:886 - msgid "Switch Groups" --msgstr "" -+msgstr "Промени групе" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" --msgstr "" -+msgstr "Направи групе" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" --msgstr "" -+msgstr "Уклони групе" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Текући корисник – %s" -+ -+#: src/user-history.c:40 - msgid "This Week" --msgstr "" -+msgstr "Ове седмице" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" --msgstr "" -+msgstr "Прошле седмице" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Данас" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" --msgstr "" -+msgstr "Јуче" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" --msgstr "" -+msgstr "%b. %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" --msgstr "" -+msgstr "%e. %b, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" --msgstr "" -+msgstr "Сесија је завршена" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" --msgstr "" -+msgstr "Сесија је започета" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" --msgstr "" -+msgstr "%s — Активност налога" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" --msgstr "" -+msgstr "претходно" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" --msgstr "" -+msgstr "следеће" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Налог је искључен" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Прибави податке о кориснику" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "број корисника је 0" -+ -+#: src/user-language.c:195 - msgid "More…" --msgstr "" -+msgstr "Још…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" --msgstr "" -+msgstr "Нисам пронашао језике" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Откажи" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Готово" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Лозинке се не подударају." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Сада подеси" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Лозинка корисника" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Врати" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Порука" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Нова лозинка треба да се разликује од старе" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Пробајте да измените нека слова и бројеве" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Пробајте још само мало да измените лозинку" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Лозинка без вашег корисничког имена биће јача" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Покушајте да избегнете ваше име у лозинки" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Покушајте да избегнете неке од речи употребљених у лозинки" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Покушајте да избегнете уобичајене речи" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Покушајте да избегнете преуређивање постојећих речи" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Покушајте да користите више бројева" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Покушајте да користите више великих слова" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Покушајте да користите више малих слова" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Покушајте да користите више посебних знакова, као тачка" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Покушајте да користите мешавину слова, бројева и тачака" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Покушајте да избегнете понављање истог знака" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" -+"Покушајте да избегнете понављање исте врсте знака: треба да мешате велика " -+"слова, бројеве и тачке." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Покушајте да избегнете низове 1234 или „abcd“" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Дужина лозинке треба да има више од 8 знакова" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "Неке поставке морају бити откључане да би могле да се мењају" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Додајте корисника" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Мејтов управник корисницима" -diff --git a/po/sr@latin.po b/po/sr@latin.po -index e77d135..5c05c98 100644 ---- a/po/sr@latin.po -+++ b/po/sr@latin.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Serbian (Latin) (https://www.transifex.com/mate/teams/13566/sr@latin/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Jezik" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Lozinka" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Zatvoren" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "Puno ime i prezime" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Lozinka" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "Puno ime i prezime" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Zatvoren" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Napravi novog korisnika" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Otkaži" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Odaberi" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Otvori" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Jezik" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Poruka" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "IB korisnika" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Ukloni" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "IB korisnika" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Ukloni" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Danas" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Otkaži" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Gotovo" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Danas" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Poruka" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Otkaži" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Gotovo" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/sv.po b/po/sv.po -index 0160c32..efb84c1 100644 ---- a/po/sv.po -+++ b/po/sv.po -@@ -7,15 +7,16 @@ - # Patrik Nilsson , 2019 - # Tobias Lekare , 2019 - # Stefano Karapetsas , 2019 -+# Luna Jernberg , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Luna Jernberg , 2021\n" - "Language-Team: Swedish (https://www.transifex.com/mate/teams/13566/sv/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -25,7 +26,7 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "" -+msgstr "Hantera användarkonton" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" -@@ -48,528 +49,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "öppna fil" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "skriv fil" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "" -+msgstr "läs fil" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standard" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Språk" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Lösenord" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Stäng" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Bekräfta" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" -+msgstr "Ta bort användare" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Ta bort '%s' användare" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "Användarnamn" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Fullständigt namn" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Konto typ" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standard" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Administratörer" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Lösenord" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Bekräfta" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Stäng" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Skapa ny användare" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" --msgstr "" -+msgstr "Skapa Crop fil" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Avbryt" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Markera" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" --msgstr "" -+msgstr "Ladda lokal bild" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" --msgstr "" -+msgstr "Bläddra efter mer bilder" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Öppna" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Språk" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Automatisk inloggning" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Meddelande" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Ändra namn" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -+#: src/user-group-window.c:185 -+msgid "Create New Group" -+msgstr "Skapa ny grupp" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" -+msgstr "Ta bort grupp" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Gruppnamn" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" --msgstr "" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Grupp ID" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." --msgstr "" -+#: src/user-group-window.c:620 -+msgid "New Group Name" -+msgstr "Nytt Gruppnamn" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" --msgstr "" -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Användarnamn" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Användar-id" - --#: src/user-group.c:276 --msgid "Create New Group Faild" --msgstr "" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Ta bort" - --#: src/user-group.c:287 -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "Grupp ID" -+ -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" --msgstr "" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" -+msgstr "Ändra grupper" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -+#: src/user-group-window.c:890 -+msgid "Create Groups" -+msgstr "Skapa grupper" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" --msgstr "" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" -+msgstr "Ta bort grupper" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "Användar-id" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "Förra veckan" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Ta bort" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Idag" - --#: src/user-group.c:757 --msgid "Initialization group management" --msgstr "" -+#: src/user-history.c:150 -+msgid "Yesterday" -+msgstr "Igår" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" --msgstr "" -+#: src/user-history.c:156 -+msgid "%b %e" -+msgstr "%b %e" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" --msgstr "" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" -+msgstr "%b %e, %Y" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -+#: src/user-history.c:397 -+msgid "previous" -+msgstr "föregående" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" -+msgstr "nästa" -+ -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-language.c:195 -+msgid "More…" -+msgstr "Mer…" -+ -+#: src/user-language.c:225 -+msgid "No languages found" -+msgstr "Inga språk hittades" -+ -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Avbryt" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "Färdig" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Lösenorden stämmer inte överens" -+ -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Användarlösenord" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Enter" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Meddelande" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Idag" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Avbryt" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "Färdig" -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Lägg till användare" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/ta.po b/po/ta.po -index 36cefb0..b37c833 100644 ---- a/po/ta.po -+++ b/po/ta.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Tamil (https://www.transifex.com/mate/teams/13566/ta/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "மொழி" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "கடவுச்சொல்" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "மூடுக " -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "உறுதி செய்" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "முழுப்பெயர்" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "கடவுச்சொல்" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "உறுதி செய்" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "மூடுக " -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "புதிய பயனரை உருவாக்கு" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "ரத்து (_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "தெரிவுசெய்க" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "(_O)திற" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "மொழி" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "தகவல்" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "பயனர் ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "நீக்கு" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "பயனர் ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "நீக்கு" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "இன்று" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "ரத்து செய்க" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "முடிந்தது" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "இன்று" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "தகவல்" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "ரத்து செய்க" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "முடிந்தது" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/te.po b/po/te.po -index f2540ac..4bfb9ce 100644 ---- a/po/te.po -+++ b/po/te.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Telugu (https://www.transifex.com/mate/teams/13566/te/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "రహస్యపదం" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "మూసివేయి" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "పూర్తి నామము" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "రహస్యపదం" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "పూర్తి నామము" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" --msgstr "" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "మూసివేయి" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "రద్దు(_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "ఎంపిక" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "తెరచు(_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "సందేశము" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "వినియోగదారి ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "తీసివేయు" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "వినియోగదారి ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "తీసివేయు" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "రద్దు" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "సందేశము" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "రద్దు" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/th.po b/po/th.po -index 35e01fc..dfaeb68 100644 ---- a/po/th.po -+++ b/po/th.po -@@ -13,7 +13,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Thai (https://www.transifex.com/mate/teams/13566/th/)\n" -@@ -48,528 +48,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "ภาษา" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "รหัสผ่าน" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "ปิด" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "ยืนยัน" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "ชื่อเต็ม" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "รหัสผ่าน" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "ยืนยัน" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "ปิด" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_ยกเลิก" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "เลือก" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_เปิด" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "ภาษา" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "ข้อความ" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "ID ผู้ใช้" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "ลบ" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "ID ผู้ใช้" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "ลบ" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "วันนี้" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "ยกเลิก" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "เรียบร้อย" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "วันนี้" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "ข้อความ" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "ยกเลิก" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "เรียบร้อย" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/tk.po b/po/tk.po -index 45a9433..f65776d 100644 ---- a/po/tk.po -+++ b/po/tk.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Turkmen (https://www.transifex.com/mate/teams/13566/tk/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "" -+#: src/user-avatar.c:253 -+msgid "_Open" -+msgstr "_Aç" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" --msgstr "_Aç" -- --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Sargyt" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Çykar" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Çykar" -- --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Ybtal" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" --msgstr "" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Sargyt" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Ybtal" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/tr.po b/po/tr.po -index e69260e..c67e7bb 100644 ---- a/po/tr.po -+++ b/po/tr.po -@@ -6,17 +6,17 @@ - # Translators: - # mauron, 2019 - # Emre FIRAT , 2019 --# Butterfly , 2019 - # Stefano Karapetsas , 2019 -+# Butterfly , 2020 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Butterfly , 2020\n" - "Language-Team: Turkish (https://www.transifex.com/mate/teams/13566/tr/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -30,15 +30,15 @@ msgstr "Kullanıcı hesaplarını yönet" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" --msgstr "" -+msgstr "Kullanıcı verilerini değiştirmek için kimlik doğrulaması gerekiyor" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "MATE Yönetici" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "Linux Yerel Kullanıcıları ve Grupları Yönetimi" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -48,529 +48,523 @@ msgid "" - "record. By working with group-service, groups of users can be managed, such " - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" -+"Mate Yöneticisi yerel kullanıcıları ve grupları yöneten grafik arayüzlü bir " -+"uygulamadır. Yerel kullanıcıları ekleyebilir ve silebilir, kullanıcı adını, " -+"kullanıcı türünü, kullanıcı dilini, kullanıcı parolasını, otomatik giriş " -+"bilgilerini değiştirebilir. Kullanıcının oturum kaydını " -+"görüntüleyebilirsiniz. Grup hizmeti ile çalışarak, mevcut grupları " -+"ekleme/kaldırma ve yeni grupları oluşturma/silme gibi işlevlerle kullanıcı " -+"gruplarını yönetilebilir." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "dosya aç" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "" -+msgstr "Pid dosyası oluşturma başarısız" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "dosya yaz" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "" -+msgstr "pid dosyası yazımı başarısız" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "" -+msgstr "pid dosyası açılması başarısız" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "" -+msgstr "dosya oku" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standart" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Lisan" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Parola" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -+msgstr "pid dosyası okuma başarısız" - --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Kapat" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Doğrula" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" -+msgstr "Kullanıcı Sil" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." -+msgstr "Kendi hesabınızı silemezsiniz." - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" --msgstr "" -+msgstr "Kullanıcı ev dizininin de silinip silinmeyeceği" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" --msgstr "" -+msgstr "Kullanıcı adı tekrarı.Lütfen başka bir tane deneyin" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" --msgstr "" -+msgstr "Kullanıcı ev dizini tekrarı.Lütfen başka bir tane deneyin" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." --msgstr "" -+msgstr "Kullanıcı adı - ile başlayamaz." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" --msgstr "" -+msgstr "Kullanıcı Oluşturma" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Tam İsim" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Hesap Türü" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standart" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Yönetici" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" -+msgstr "İki kez girilen parolalar birbirinden farklı" -+ -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Parola" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" --msgstr "" -+msgstr "Şimdi parolayı ayarla" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "parola oluşturma" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Doğrula" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Kapat" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Yeni Kullanıcı Oluştur" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" --msgstr "" -+msgstr "Kırpma Dosyası Oluştur" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" --msgstr "" -+msgstr "görüntü verileri için geçici dosya oluşturulamadı" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Vazgeç" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Seç" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" --msgstr "" -+msgstr "Yerel Resim Yükle" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" --msgstr "" -+msgstr "Daha fazla resim için gözatın" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Aç" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" --msgstr "" -+msgstr "Yerel Resim" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" --msgstr "" -+msgstr "Avatar listesi" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" --msgstr "" -- --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -+msgstr "Fotoğrafların saklanacağı adres yok" - --#: src/user-list.c:125 --msgid "User List" --msgstr "" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Mesaj" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Ayar Yok" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Lisan" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Otomatik oturum" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Oturum zamanı" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Grup Yönetimi" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Grupları Ayarla" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Adı Değiştir" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Lütfen geçerli bir karakter girin" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Değişiklikleri Kaydetmek için Giriş Tuşunu Kullanının" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" --msgstr "" -+msgstr "Grup adı tekrarı.Lütfen başka bir tane deneyin" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." --msgstr "" -+msgstr "Grup adı - ile başlayamaz." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" --msgstr "" -+msgstr "Grup adının ilk karakterinde harf kullanmalıdır" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" --msgstr "" -+msgstr "Yeni Grup Oluştur" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" --msgstr "" -- --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -+msgstr "Yeni Grup Oluşturma Başarısız" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" --msgstr "" -+msgstr "Grup Sil" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "Kullanıcı ID" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Kaldır" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" --msgstr "" -+msgstr "Grup yönetimini başlatma" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" - msgstr "" -+"Başlatma başarısız, lütfen Grup Yönetim\n" -+" Hizmet Arabirimi işlevine bakın" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Grup Adı" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "Grup ID" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" --msgstr "" -+#: src/user-group-window.c:620 -+msgid "New Group Name" -+msgstr "Yeni Grup Adı" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" -+msgstr "Lütfen yeni gruba eklenecek kullanıcıyı seçin" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "" -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Kullanızı adı" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Kullanıcı ID" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Kaldır" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Kullanıcı Grubu Oluştur" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" --msgstr "" -+msgstr "Grupları Oluştur" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" --msgstr "" -+msgstr "Grupları Sil" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Mevcut Kullanıcı - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" --msgstr "" -+msgstr "Bu Hafta" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" --msgstr "" -+msgstr "Geçen Hafta" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Bugün" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" --msgstr "" -+msgstr "Dün" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" --msgstr "" -+msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" --msgstr "" -+msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" --msgstr "" -+msgstr "Oturum Sonlandı" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" --msgstr "" -+msgstr "Oturum Başladı" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" --msgstr "" -+msgstr "%s — Hesap Hareketliliği" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" --msgstr "" -+msgstr "önceki" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" --msgstr "" -+msgstr "sonraki" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Hesap pasif" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Kullanıcı Bilgilerini Al" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "kullanıcı sayısı 0" -+ -+#: src/user-language.c:195 - msgid "More…" --msgstr "" -+msgstr "Daha fazla..." - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" --msgstr "" -+msgstr "Dil bulunamadı" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "İptal" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Tamamlandı" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Kullanıcı Parolası" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Geri" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Mesaj" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Yeni parolanın eskisinden farklı olması gerekiyor" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Bazı harfleri ve sayıları değiştirmeyi deneyin" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Parolayı biraz daha değiştirmeyi deneyin" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Kullanıcı adınızı içermeyen bir parola daha güçlü olabilir" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Parolanızda adınızı kullanmaktan kaçınmaya çalışın" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Parolanızın bazı kelimeleri içermesinden kaçınmaya çalışın" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Sık kullanılan kelimelerden kaçınmaya çalışın" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Mevcut kelimeleri yeniden sıralamaktan kaçının" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Daha fazla rakam kullanmaya çalışın" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Daha fazla büyük harf kullanmaya çalışın" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Daha fazla küçük harf kullanmaya çalışın" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "Daha özel karakter kullanmaya çalışın, noktalama gibi" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+"Harf, sayı ve noktalama işaretlerinin bir karışımını kullanmaya çalışın" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Aynı karakteri tekrarlamaktan kaçınmaya çalışın" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" -+"Aynı tür karakterleri tekrar etmekten kaçının: harfleri, sayıları ve " -+"noktalama işaretlerini karıştırmanız gerekir." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "1234 veya abcd gibi dizilerden kaçınmaya çalışın" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Parola uzunluğunun 8 karakterden fazla olması gerekiyor" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Kullanıcı Ekle" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Mate Kullanıcı Yöneticisi" -diff --git a/po/tzm.po b/po/tzm.po -new file mode 100644 -index 0000000..1ee617f ---- /dev/null -+++ b/po/tzm.po -@@ -0,0 +1,555 @@ -+# SOME DESCRIPTIVE TITLE. -+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -+# This file is distributed under the same license as the mate-user-admin package. -+# FIRST AUTHOR , YEAR. -+# -+# Translators: -+# Hakim Oubouali , 2020 -+# -+#, fuzzy -+msgid "" -+msgstr "" -+"Project-Id-Version: mate-user-admin\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" -+"PO-Revision-Date: 2019-05-07 07:46+0000\n" -+"Last-Translator: Hakim Oubouali , 2020\n" -+"Language-Team: Central Atlas Tamazight (https://www.transifex.com/mate/teams/13566/tzm/)\n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=UTF-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+"Language: tzm\n" -+"Plural-Forms: nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;\n" -+ -+#: data/org.mate.user.admin.policy.in:11 -+msgid "Manage user accounts" -+msgstr "" -+ -+#: data/org.mate.user.admin.policy.in:12 -+msgid "Authentication is required to change user data" -+msgstr "" -+ -+#: data/mate-user-admin.appdata.xml.in:6 -+msgid "MATE Manager" -+msgstr "" -+ -+#: data/mate-user-admin.appdata.xml.in:7 -+msgid "Managing Linux Local Users and Groups" -+msgstr "" -+ -+#: data/mate-user-admin.appdata.xml.in:9 -+msgid "" -+"Mate Manager is a graphical application that manages local users and groups." -+" It can add and delete local users, change user name, user type, user " -+"language, user password, automatic login. You can view the user's login " -+"record. By working with group-service, groups of users can be managed, such " -+"as adding/removing existing groups and creating/deleting new groups." -+msgstr "" -+ -+#: src/main.c:38 src/main.c:81 -+msgid "open file" -+msgstr "ṛẓem afaylu" -+ -+#: src/main.c:38 -+msgid "Create pid file failed" -+msgstr "" -+ -+#: src/main.c:48 -+msgid "write file" -+msgstr "" -+ -+#: src/main.c:48 -+msgid "write pid file failed" -+msgstr "" -+ -+#: src/main.c:81 -+msgid "open pid file failed" -+msgstr "" -+ -+#: src/main.c:86 -+msgid "read file" -+msgstr "ɣer afaylu" -+ -+#: src/main.c:86 -+msgid "read pid file failed" -+msgstr "" -+ -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" -+msgstr "" -+ -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." -+msgstr "" -+ -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "" -+ -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" -+msgstr "" -+ -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" -+msgstr "" -+ -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" -+msgstr "" -+ -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." -+msgstr "" -+ -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" -+msgstr "" -+ -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" -+msgstr "" -+ -+#: src/user-admin.c:485 -+msgid "Creating User" -+msgstr "" -+ -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "" -+ -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "" -+ -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" -+msgstr "" -+ -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Taguri n uzray" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 -+msgid "Now set the password" -+msgstr "" -+ -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Ssentem" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Rgel" -+ -+#: src/user-admin.c:931 -+msgid "Create New User" -+msgstr "" -+ -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" -+msgstr "" -+ -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" -+msgstr "" -+ -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" -+msgstr "_Sser" -+ -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" -+msgstr "" -+ -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" -+msgstr "" -+ -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" -+msgstr "" -+ -+#: src/user-avatar.c:253 -+msgid "_Open" -+msgstr "_Ṛẓem" -+ -+#: src/user-avatar.c:323 -+msgid "Local Picture" -+msgstr "" -+ -+#: src/user-avatar.c:489 -+msgid "Avatar list" -+msgstr "" -+ -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" -+msgstr "" -+ -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "" -+ -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Tutlayt" -+ -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "" -+ -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "" -+ -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "" -+ -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "" -+ -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Ssenfel isem" -+ -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "" -+ -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "" -+ -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" -+msgstr "" -+ -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." -+msgstr "" -+ -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" -+msgstr "" -+ -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" -+msgstr "" -+ -+#: src/user-group-window.c:185 -+msgid "Create New Group" -+msgstr "" -+ -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" -+msgstr "" -+ -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" -+msgstr "Kkes Tarabbut" -+ -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" -+msgstr "" -+ -+#: src/user-group-window.c:458 -+msgid "Initialization group management" -+msgstr "" -+ -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" -+msgstr "" -+ -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" -+msgstr "" -+ -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" -+msgstr "" -+ -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" -+msgstr "" -+ -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Isem n Trabbut" -+ -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "" -+ -+#: src/user-group-window.c:620 -+msgid "New Group Name" -+msgstr "" -+ -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" -+msgstr "" -+ -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Kkes" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+ -+#: src/user-group-window.c:886 -+msgid "Switch Groups" -+msgstr "" -+ -+#: src/user-group-window.c:890 -+msgid "Create Groups" -+msgstr "" -+ -+#: src/user-group-window.c:894 -+msgid "Remove Groups" -+msgstr "" -+ -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "" -+ -+#: src/user-history.c:40 -+msgid "This Week" -+msgstr "" -+ -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" -+ -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Ass-a" -+ -+#: src/user-history.c:150 -+msgid "Yesterday" -+msgstr "Assennaṭ" -+ -+#: src/user-history.c:156 -+msgid "%b %e" -+msgstr "%b %e" -+ -+#: src/user-history.c:160 -+msgid "%b %e, %Y" -+msgstr "%b %e, %Y" -+ -+#: src/user-history.c:243 -+msgid "Session Ended" -+msgstr "" -+ -+#: src/user-history.c:250 -+msgid "Session Started" -+msgstr "" -+ -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" -+msgstr "" -+ -+#: src/user-history.c:397 -+msgid "previous" -+msgstr "" -+ -+#: src/user-history.c:402 -+msgid "next" -+msgstr "" -+ -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "" -+ -+#: src/user-language.c:195 -+msgid "More…" -+msgstr "Uggar…" -+ -+#: src/user-language.c:225 -+msgid "No languages found" -+msgstr "" -+ -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Sser" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Aɣul" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Tuzint" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "" -diff --git a/po/ug.po b/po/ug.po -index 7e500a7..46d9be2 100644 ---- a/po/ug.po -+++ b/po/ug.po -@@ -11,15 +11,15 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" --"Language-Team: Uighur (https://www.transifex.com/mate/teams/13566/ug/)\n" -+"Language-Team: Uyghur (https://www.transifex.com/mate/teams/13566/ug/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" - "Language: ug\n" --"Plural-Forms: nplurals=1; plural=0;\n" -+"Plural-Forms: nplurals=2; plural=(n != 1);\n" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "ئىم" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "تولۇق ئاتى" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "ئىم" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "تولۇق ئاتى" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "يېڭى ئەزا قوش" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "ئاچ(_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "ئۇچۇر" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "چىقىرىۋەت" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "چىقىرىۋەت" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Today" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "ۋاز كەچ" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "تامام" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Today" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "ئۇچۇر" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "ۋاز كەچ" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "تامام" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/uk.po b/po/uk.po -index 9708ec6..7d8d401 100644 ---- a/po/uk.po -+++ b/po/uk.po -@@ -5,16 +5,18 @@ - # - # Translators: - # Stefano Karapetsas , 2019 --# Микола Ткач , 2019 -+# Oleksii Khalikov , 2020 -+# Микола Ткач , 2021 -+# Taras Panchenko , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Микола Ткач , 2019\n" -+"Last-Translator: Taras Panchenko , 2021\n" - "Language-Team: Ukrainian (https://www.transifex.com/mate/teams/13566/uk/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -53,158 +55,69 @@ msgstr "" - "з груповим сервісом, можна керувати групами користувачів, такими як " - "додавання/вилучення наявних груп та створення/вилучення нових груп." - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "Упорядник користувача Mate" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "відкрити файл" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr " Не вдалося створити pid-файл" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "записати файл" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "не вдалося записати pid-файл" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "не вдалося відкрити pid-файл " - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "файл читання" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "не вдалося прочитати pid-файл" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "Немає такого користувача!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "Тип обліківки" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Стандартні" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "Розпорядники" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Мова" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "Немає налаштувань" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Пароль" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "Самочинний вхід" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "Час входу" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "Керування групою" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "Налаштування груп" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "Обліковий запис вимкнено" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "Налаштувати наступного разу" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "Отримати інформацію про користувача" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "кількість користувачів - 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "Встановити пароль" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Закрити" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Схвалити" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "Тепер налаштуйте" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "Пароль користувача" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "генерувати пароль" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "Вилучити користувача" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "Ви не можете вилучити власний обліковий запис." - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "користувач все ще авторизований" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "Видалити користувача '%s'" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "Вилучити домашній каталог користувача" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" --msgstr "Повторіть ім’я користувача. Спробуйте инше" -+msgstr "Повторіть ім’я користувача. Спробуйте інше" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" --msgstr "Повторіть домашнє ім’я користувача. Спробуйте инше" -+msgstr "Повторіть домашнє ім’я користувача. Спробуйте інше" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "Ім'я користувача не може починатися з a - ." - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -212,197 +125,168 @@ msgstr "" - "Ім'я користувача має складатися лише з верхнього та нижнього регістру \n" - "літер від a-z, цифр та таких символів: . - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - "Це буде використано для імени вашої домашньої теки, і її неможливо змінити" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "Створити користувача" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "Ім'я користувача" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Повне ім'я" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "Тип обліківки" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Стандартні" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "Розпорядники" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "Уведені двічі паролі різні" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "Гібридні паролі покращують безпеку" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "Змішані паролі покращують безпеку" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Пароль" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "Налаштувати наступного разу" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "Тепер встановіть пароль" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "генерувати пароль" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Схвалити" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Закрити" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "Створити нового користувача" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" --msgstr "" -+msgstr "Створити файл обрізання" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "не вдалося створити тимчасовий файл для даних зображень" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Скасувати" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Вибрати" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "Завантажити локальне зображення" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "Шукати додаткові світлини" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Відкрити" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "Клацання на головному вікні закриває вікно вибору зображення" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "Локальне зображення" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "Перелік мармизок" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "Немає адреси для зберігання світлин" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "Змінити ім'я" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "Уведіть дійсний символ" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "Використовуйте клавішу Enter, щоб зберегти зміни" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "Перелік користувачів" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "Додати користувача" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "Повідомлення" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "Новий пароль повинен відрізнятися від старого" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "Спробуйте змінити деякі літери та цифри" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "Спробуйте змінити пароль трохи більше" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "Пароль без імени користувача буде сильнішим" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "Намагайтеся уникати використання свого імени в паролі" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "Постарайтеся уникати деяких слів, що входять до паролю" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "Намагайтеся уникати загальних слів" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "Намагайтеся уникати перевпорядкування наявних слів" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "Спробуйте використовувати більше цифр" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "Немає налаштувань" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "Спробуйте використовувати більше великих літер" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Мова" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "Спробуйте використовувати більше малі літери" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "Самочинний вхід" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" --"Спробуйте використовувати більше спеціальних символів, як розділові знаки" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "Час входу" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "Спробуйте використовувати суміш літер, цифр та розділових знаків" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "Керування групою" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "Намагайтеся уникати повторення одного і того ж символу" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "Налаштування груп" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "" --"Намагайтеся не повторювати однотипні символи: вам потрібно змішати літери, " --"цифри та пунктуацію." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "Змінити ім'я" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "Намагайтеся уникати таких послідовностей, як 1234 або abcd" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "Уведіть дійсний символ" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "Довжина паролю потребує більше 8 символів" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "Використовуйте клавішу Enter, щоб зберегти зміни" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" --msgstr "Повторіть назву групи. Спробуйте иншу" -+msgstr "Повторіть назву групи. Спробуйте іншу" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "Ім'я групи не може починатися з a - ." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "Перший символ назви групи потребує використання літери" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -410,57 +294,27 @@ msgstr "" - "Ім'я групи має складатися лише з верхнього та нижнього регістру \n" - "літер від a-z, цифр та таких символів: . - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "Створити нову групу" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "Створити нову групу" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "Створити групу користувачів" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "Вилучити групу" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "Не вдається вилучити кореневу групу" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "Вилучити вибрану групу" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "Назва групи" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "ID групи" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "Ідентифікатор користувача" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Вилучити" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "Керування групою ініціалізації" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -468,11 +322,11 @@ msgstr "" - "Помилка ініціалізації, див. Групу \n" - " Функція сервісу інтерфейсу керування" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "Не вдалося зв’язатися із службою групи" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -480,113 +334,245 @@ msgstr "" - "Переконайтеся, що встановлено та увімкнено груповий сервіс.\n" - " url: https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "Отримайте кількість груп" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "Кількість груп - 0." -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "Натисніть знак розблокування у верхньому лівому куті" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "Натисніть кнопку розблокування на сторінці 'swith-group'" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "Керування групами" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "Назва групи" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "Поточний користувач -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "ID групи" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "Нове ім'я групи" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "Виберіть користувача, якого потрібно додати до нової групи" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "Ім'я користувача" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Ідентифікатор користувача" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Вилучити" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "id групи" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "Створити групу користувачів" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "" -+"Група користувачів успішно створена. Перегляньте кінець списку перемикача " -+"груп." -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "Перемикання груп" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "Створити групи" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "Вилучити групи" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "Поточний користувач - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "Цього тижня" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "Минулого тижня" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "Сьогодні" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "Вчора" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "Сеанс закінчено" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "Сеанс розпочато" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — Активність обліківки" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "попередній" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "черговий" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "Обліковий запис вимкнено" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "Отримати інформацію про користувача" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "кількість користувачів - 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "Більше…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "Мов не знайдено" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "Скасувати" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "Завершено" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "Поточний користувач - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "Паролі не збігаються." -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "Тепер налаштуйте" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "Пароль користувача" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "_Повернення" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Повідомлення" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "Новий пароль повинен відрізнятися від старого" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "Спробуйте змінити деякі літери та цифри" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "Спробуйте змінити пароль трохи більше" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "Пароль без імени користувача буде сильнішим" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "Намагайтеся уникати використання свого імени в паролі" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "Постарайтеся уникати деяких слів, що входять до паролю" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "Намагайтеся уникати загальних слів" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "Намагайтеся уникати перевпорядкування наявних слів" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "Спробуйте використовувати більше цифр" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "Спробуйте використовувати більше великих літер" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "Спробуйте використовувати більше малі літери" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" -+"Спробуйте використовувати більше спеціальних символів, як розділові знаки" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "Спробуйте використовувати суміш літер, цифр та розділових знаків" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "Намагайтеся уникати повторення одного і того ж символу" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+"Намагайтеся не повторювати однотипні символи: вам потрібно змішати літери, " -+"цифри та пунктуацію." -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "Намагайтеся уникати таких послідовностей, як 1234 або abcd" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "Довжина паролю потребує більше 8 символів" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "Деякі налаштування потрібно розблокувати, перш ніж їх можна змінити" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "Додати користувача" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Розпорядник користувача Mate" -diff --git a/po/ur.po b/po/ur.po -index a6da9ff..9a40c3a 100644 ---- a/po/ur.po -+++ b/po/ur.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: mauron, 2019\n" - "Language-Team: Urdu (https://www.transifex.com/mate/teams/13566/ur/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "زبان" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "پاس ورڈ" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." --msgstr "" -+#: src/user-admin.c:583 -+msgid "Full Name" -+msgstr "پورا نام" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "پاس ورڈ" - --#: src/user-admin.c:520 --msgid "Creating User" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "پورا نام" -- --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "نیا صارف بنائیں" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_ملتوی" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_کھولیں" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "زبان" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "صارف آئی ڈی" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "حذف کریں" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "صارف آئی ڈی" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "حذف کریں" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "آج" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "ملتوی" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "ہوگیا" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "آج" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "ملتوی" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "ہوگیا" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/uz.po b/po/uz.po -index 61f90a0..06362f2 100644 ---- a/po/uz.po -+++ b/po/uz.po -@@ -4,7 +4,7 @@ - # FIRST AUTHOR , YEAR. - # - # Translators: --# muzaffar habibullayev , 2019 -+# Muzaffar Habibullayev , 2019 - # Stefano Karapetsas , 2019 - # - #, fuzzy -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Uzbek (https://www.transifex.com/mate/teams/13566/uz/)\n" -@@ -47,528 +47,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "Standart" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "Til" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Maxfiy so'z" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Yopish" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Tasdiqlash" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Toʻliq ism" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "Standart" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Maxfiy so'z" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Tasdiqlash" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Yopish" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "_Bekor qilish" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Ochish" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "" -+ -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "Til" -+ -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "" -+ -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "" -+ -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "" -+ -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "" -+ -+#: src/user-face.c:120 - msgid "Change Name" - msgstr "" - --#: src/user-face.c:657 -+#: src/user-face.c:120 - msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:709 -+#: src/user-face.c:181 - msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Olib tashlash" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "Bugun" -+ -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Olib tashlash" -+#: src/user-history.c:402 -+msgid "next" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Bekor qilish" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "Bugun" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Bekor qilish" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/vi.po b/po/vi.po -index 70c63e4..0a7a69e 100644 ---- a/po/vi.po -+++ b/po/vi.po -@@ -14,7 +14,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Vietnamese (https://www.transifex.com/mate/teams/13566/vi/)\n" -@@ -49,528 +49,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "Mật khẩu" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "Đóng tập tin " -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "Xác nhận" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "Họ tên" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "Mật khẩu" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "Xác nhận" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "Đóng tập tin " -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "Th_ôi" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Chọn" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Mở" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Thông điệp" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "Mã số người dùng" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Gỡ bỏ" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "Mã số người dùng" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Gỡ bỏ" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Thôi" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Thông điệp" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Thôi" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/wa.po b/po/wa.po -index 0c7e058..28bfc4e 100644 ---- a/po/wa.po -+++ b/po/wa.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Walloon (https://www.transifex.com/mate/teams/13566/wa/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Tchoezi" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Drovi" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Messaedje" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Oister" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Oister" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Rinoncî" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Messaedje" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Rinoncî" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/xh.po b/po/xh.po -index 8dbf9f6..89f4299 100644 ---- a/po/xh.po -+++ b/po/xh.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Xhosa (https://www.transifex.com/mate/teams/13566/xh/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "I-Password" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" --msgstr "" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "I-Password" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Khetha" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Vula" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Umyalezo" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Susa" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Susa" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Rhoxisa" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Umyalezo" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Rhoxisa" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/yi.po b/po/yi.po -index fc9f717..3444001 100644 ---- a/po/yi.po -+++ b/po/yi.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Yiddish (https://www.transifex.com/mate/teams/13566/yi/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" --msgstr "" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" -+msgstr "קלײַב אױס" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" --msgstr "" -+#: src/user-avatar.c:253 -+msgid "_Open" -+msgstr "עפֿן" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" --msgstr "קלײַב אױס" -- --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" --msgstr "עפֿן" -- --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" --msgstr "" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "רוף אָפּ" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "רוף אָפּ" -- --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/yo.po b/po/yo.po -index 9db2222..13f9444 100644 ---- a/po/yo.po -+++ b/po/yo.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Yoruba (https://www.transifex.com/mate/teams/13566/yo/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-base.c:268 --msgid "Automatic logon" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-base.c:283 --msgid "Login time" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-base.c:297 --msgid "Group Manage" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-base.c:300 --msgid "Setting Groups" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#: src/user-admin.c:931 -+msgid "Create New User" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-avatar.c:120 src/user-avatar.c:131 -+msgid "Create Crop File" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-avatar.c:121 -+msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-avatar.c:177 src/user-avatar.c:252 -+msgid "_Cancel" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 -+msgid "Select" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-avatar.c:226 -+msgid "Load Local Picture" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-avatar.c:249 -+msgid "Browse for more pictures" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" --msgstr "" -+#: src/user-avatar.c:253 -+msgid "_Open" -+msgstr "_Ṣi" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-avatar.c:323 -+msgid "Local Picture" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-avatar.c:489 -+msgid "Avatar list" - msgstr "" - --#: src/user-admin.c:864 --msgid "Create New User" -+#: src/user-avatar.c:490 -+msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 --msgid "Create Crop File" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:301 --msgid "failed to create temporary file for image data" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 --msgid "_Cancel" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 --msgid "Select" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-face.c:428 --msgid "Load Local Picture" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-face.c:451 --msgid "Browse for more pictures" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-face.c:455 --msgid "_Open" --msgstr "_Ṣi" -- --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-face.c:543 --msgid "Local Picture" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-face.c:558 --msgid "Avatar list" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-face.c:559 --msgid "There is no address to store photos" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:466 -+msgid "" -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Yọkúrò" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:793 -+msgid "Create User Group" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:794 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-history.c:146 -+msgid "Today" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:287 --msgid "Create User Group" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Yọkúrò" -- --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Parẹ́̀" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-share.c:190 -+msgid "Message" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Parẹ́̀" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" -diff --git a/po/zh_CN.po b/po/zh_CN.po -index ca4e1c9..7bbdd09 100644 ---- a/po/zh_CN.po -+++ b/po/zh_CN.po -@@ -7,17 +7,19 @@ - # Mingcong Bai , 2019 - # shuyu liu , 2019 - # Wolfgang Ulbrich , 2019 --# zhineng404 , 2019 - # Stefano Karapetsas , 2019 -+# Wu Xiaotian , 2020 -+# OkayPJ <1535253694@qq.com>, 2021 -+# Wenbin Lv , 2022 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Wenbin Lv , 2022\n" - "Language-Team: Chinese (China) (https://www.transifex.com/mate/teams/13566/zh_CN/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -27,7 +29,7 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "管理用户帐户" -+msgstr "管理用户账户" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" -@@ -35,11 +37,11 @@ msgstr "更改用户数据需要身份验证" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "MATE 管理器" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "管理 Linux 本地用户和组" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -49,407 +51,265 @@ msgid "" - "record. By working with group-service, groups of users can be managed, such " - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" -+"Mate " -+"管理器是一款图形化应用程序,可用于管理本地用户和组。本程序可以添加和删除本地用户、更改用户名字、用户类型、用户语言、用户密码、设置自动登录。您可以查看用户的登录记录。通过使用组服务(group-" -+"service),可以管理用户组,例如添加或删除现有的用户组,以及创建或删除新用户组。" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "获取图标失败" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "打开文件" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "创建pid文件失败" -+msgstr "创建 pid 文件失败" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "写pid文件" -+msgstr "写入文件" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "写入pid文件失败" -+msgstr "写入 pid 文件失败" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "打开pid文件失败" -+msgstr "打开 pid 文件失败" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "读pid文件" -+msgstr "读取文件" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "读pid文件失败" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "没有这个用户!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "用户类型" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "普通" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "管理员" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "语言" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "未设置" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "密码" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "自动登录" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "登录时间" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "组管理" -+msgstr "读取 pid 文件失败" - --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "设置组" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "账户被禁用" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "下次登录时设置" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "获得用户信息" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "用户个数为0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "设置密码" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "关闭" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "确认" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "现在设置" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "用户密码" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "生成密码" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "移除用户" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." --msgstr "您不能删除自己的帐户。" -+msgstr "您不能删除自己的账户。" -+ -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "用户仍在登陆状态" - --#: src/user-admin.c:217 -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "移除用户“%s”" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" --msgstr "是否移除用户家目录" -+msgstr "是否移除用户的主目录" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" --msgstr "用户名重复。请再试一次" -+msgstr "用户名重复。请换一个名称" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" --msgstr "家目录名字重复。请再试一次" -+msgstr "主文件夹名称重复。请换一个名称" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." --msgstr "用户名不能以'-'开头." -+msgstr "用户名不能以 - 开头。" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" --msgstr "用户名只能有字母数字下划线组成_" -+msgstr "用户名只能由大小写字母、数字和这些字符组成:. - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" --msgstr "这将用于命名您的家目录,不能更改" -+msgstr "这将是您的主文件夹的名称,并且不能被更改" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" --msgstr "创建用户" -+msgstr "正在创建用户" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" --msgstr "" -+#: src/user-admin.c:570 -+msgid "User Name" -+msgstr "用户名" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "全名" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "账户类型" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "普通" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "管理员" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "两次输入的密码不同" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "混合密码可以提高安全性" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "使用混合字符的密码以提升安全性" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "密码" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "下次登录时设置" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" --msgstr "现在社设置密码" -+msgstr "现在设置密码" -+ -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "生成密码" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "确认" - --#: src/user-admin.c:864 -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "关闭" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "创建新用户" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "创建图像文件" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "为图像数据创建临时文件失败" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" --msgstr "取消" -+msgstr "取消(_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "选择" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "加载本地图片" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "查看更多照片" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" --msgstr "打开" -+msgstr "打开(_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "单击主窗口关闭图片选择窗口" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "本地图片" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "头像列表" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" --msgstr "头像照片不存在" -- --#: src/user-face.c:657 --msgid "Change Name" --msgstr "更改名字" -+msgstr "没有存储照片的位置" - --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "请输入正确的字符" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "使用Enter键保存修改" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "用户列表" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "添加用户" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "返回" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "消息" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "新密码不能与旧密码相同" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "加入一些数字和字母" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "密码长度不够" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "密码中不要包含用户名" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "密码中不要包含你的名字" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "密码中不要包含单词" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "尽量避免常用词" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "尽量避免对现有单词进行重新排序" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "尝试加入数字" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "未设置" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "尝试加入大写字母" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "语言" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "尝试加入小写字母" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "自动登录" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "尝试加入特殊字符" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "登录时间" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "尝试使用字母、数字和标点符号的混合" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "组管理" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "尽量避免重复相同的字符" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "设置组" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "尽量避免重复相同类型的字符." -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "更改名字" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "尽量避免像1234或ABCD这样的序列" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "请输入正确的字符" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "密码超过8个字符" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "使用 Enter 键保存修改" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" --msgstr "组名重复。请再试一次" -+msgstr "组名重复。请换一个名称" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." --msgstr "组名不能以'-'开头." -+msgstr "组名不能以 - 开头." - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" --msgstr "组名的第一个字符需要使用字母" -+msgstr "组名的第一个字符需要是字母" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" --msgstr "组名只能有字母数字下划线组成_" -+msgstr "组名只能由大小写字母、数字和这些字符组成:. - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "创建新组" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "创建新组失败" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "创建用户组" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "创建用户组成功,请查看切换列表的结尾。" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "移除组" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "不能移除root组" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "是否移除选择的组" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "组名字" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "组 gid" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "用户uid" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "移除" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "初始化组管理" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -457,125 +317,252 @@ msgstr "" - "初始化失败,请参见组\n" - "管理服务接口功能" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "联系组服务失败" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" - msgstr "" - "请确保已安装并启用组服务。\n" --"网址:https://github.com/zhuyaliang/group-servi" -- --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "获取组个数" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "组个数为零。" -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "请点击左上角的解锁标志" -+" 网址:https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" --msgstr "点击“swith group”页面上的解锁按钮。" -+msgstr "点击“切换组”页面上的解锁按钮。" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "组管理" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "组名字" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "当前用户 -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "组 ID" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" --msgstr "新组名字" -+msgstr "新组名称" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "请选择要添加到新组的用户" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "用户名" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "用户 ID" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "移除" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "组 ID" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "创建用户组" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "创建用户组成功,请查看切换组列表的结尾。" -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "切换组" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "创建组" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "移除组" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "当前用户 - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "本周" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "上周" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "今天" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "昨天" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" --msgstr "%b %e" -+msgstr "%-m月%-d日" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" --msgstr "%b %e, %Y" -+msgstr "%Y年%b%-d日" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "会话结束" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "会话开始" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" --msgstr "%s--账户活动" -+msgstr "%s — 账户活动" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "上一页" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "下一页" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "账户被禁用" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "获得用户信息" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "用户个数为 0" -+ -+#: src/user-language.c:195 - msgid "More…" --msgstr "更多..." -+msgstr "更多…" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "找不到语言" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "取消" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "完成" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "当前用户 -- %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "密码不匹配。" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "现在设置" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "用户密码" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "返回(_R)" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "消息" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "新密码需要与旧密码不同" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "请尝试更改一些数字和字母" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "请尝试使用更加不同的密码" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "不包含您的用户名的密码具有更好的强度" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "请尝试避免在密码中包含您的名字" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "请尝试避免在密码中包含某些单词" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "请尝试避免使用常见单词" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "请尝试避免对现有单词进行重新排序" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "请尝试使用更多的数字" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "请尝试使用更多的大写字母" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "请尝试使用更多的小写字母" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "请尝试使用更多的特殊字符,如标点符号" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "请尝试使用字母、数字和标点符号的混合" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "请尝试避免重复相同的字符" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "请尝试避免重复相同类型的字符。您需要混合使用字母、数字和标点符号。" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "请尝试避免使用像 1234 或 abcd 这样的序列" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "密码长度需要超过 8 个字符" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "一些设置需要解锁才能修改" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "添加用户" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Mate 用户管理器" -diff --git a/po/zh_HK.po b/po/zh_HK.po -index 03de543..d9952ef 100644 ---- a/po/zh_HK.po -+++ b/po/zh_HK.po -@@ -6,15 +6,16 @@ - # Translators: - # tomoe_musashi , 2019 - # Stefano Karapetsas , 2019 -+# Chan Shur Yan Daniel , 2020 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: Stefano Karapetsas , 2019\n" -+"Last-Translator: Chan Shur Yan Daniel , 2020\n" - "Language-Team: Chinese (Hong Kong) (https://www.transifex.com/mate/teams/13566/zh_HK/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -24,19 +25,19 @@ msgstr "" - - #: data/org.mate.user.admin.policy.in:11 - msgid "Manage user accounts" --msgstr "" -+msgstr "管理使用者帳號" - - #: data/org.mate.user.admin.policy.in:12 - msgid "Authentication is required to change user data" --msgstr "" -+msgstr "需通過認證以更改使用者資料" - - #: data/mate-user-admin.appdata.xml.in:6 - msgid "MATE Manager" --msgstr "" -+msgstr "Mate 管理器" - - #: data/mate-user-admin.appdata.xml.in:7 - msgid "Managing Linux Local Users and Groups" --msgstr "" -+msgstr "管理 Linux 本地帳號和群組" - - #: data/mate-user-admin.appdata.xml.in:9 - msgid "" -@@ -46,529 +47,514 @@ msgid "" - "record. By working with group-service, groups of users can be managed, such " - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" -+"Mate " -+"管理器是一個用來管理本地帳號和群組的圖形應用程式。它可以添加和刪除本地使用者帳號,更改使用者名稱、使用者種類、使用者語言、使用者密碼和自動登入設定。你可以翻查使用者的登入紀錄。透過" -+" group-service 可以管理使用者的群組,例如添加 / 移除現有群組和添加 / 刪除新群組。" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" --msgstr "" -+msgstr "開啟檔案" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" --msgstr "" -+msgstr "建立 pid 文件失敗" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" --msgstr "" -+msgstr "寫入檔案" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" --msgstr "" -+msgstr "寫入 pid 文件失敗" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" --msgstr "" -+msgstr "開啟 pid 文件失敗" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" --msgstr "" -+msgstr "讀取文件" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" --msgstr "" -- --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -+msgstr "讀取 pid 文件失敗" - --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "語言" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "密碼" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "關閉" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" -+msgstr "移除使用者" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." -+msgstr "你不能刪除你自己的帳號。" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#: src/user-admin.c:217 -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" --msgstr "" -+msgstr "是否要移除使用者的家目錄" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" --msgstr "" -+msgstr "使用過的使用者名稱。請嘗試其他" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" --msgstr "" -+msgstr "使用過的使用者家目錄名稱。請嘗試其他" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "全名" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "帳號種類" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "標準" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "管理員" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:788 -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "密碼" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "下次設定" -+ -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "產生密碼" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "確認" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "關閉" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "建立新的使用者" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "取消(_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "選擇" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "開啟(_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "沒有設定" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "語言" - --#: src/user-list.c:125 --msgid "User List" --msgstr "" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "自動登入" - --#: src/user-list.c:225 --msgid "Add User" --msgstr "" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "登入時間" - --#: src/user-share.c:169 --msgid "_Return" --msgstr "" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "群組管理" - --#: src/user-share.c:189 --msgid "Message" --msgstr "訊息" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "設定群組" - --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" --msgstr "" -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "使用者 ID" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "移除" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "" -+#: src/user-group-window.c:890 -+msgid "Create Groups" -+msgstr "建立群組" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" --msgstr "" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" -+msgstr "移除群組" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "" -+#: src/user-history.c:40 -+msgid "This Week" -+msgstr "這星期" - --#: src/user-group.c:690 --msgid "User ID" --msgstr "使用者 ID" -+#: src/user-history.c:44 -+msgid "Last Week" -+msgstr "上星期" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "移除" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "今天" - --#: src/user-group.c:757 --msgid "Initialization group management" --msgstr "" -+#: src/user-history.c:150 -+msgid "Yesterday" -+msgstr "昨天" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "" -+#: src/user-history.c:397 -+msgid "previous" -+msgstr "前一個" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" --msgstr "" -+#: src/user-history.c:402 -+msgid "next" -+msgstr "下一個" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "" -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "禁用帳號" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "獲取使用者資料" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "使用者數目是 0 " -+ -+#: src/user-language.c:195 -+msgid "More…" -+msgstr "更多..." -+ -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "取消" -+ -+#: src/user-language.c:672 -+msgid "Done" -+msgstr "完成" -+ -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "現在設定" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "使用者密碼" -+ -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "訊息" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" --msgstr "今天" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "取消" -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" --msgstr "完成" -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-window.c:277 -+msgid "Add User" - msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Mate 使用者管理器" -diff --git a/po/zh_TW.po b/po/zh_TW.po -index ee818bc..b23acc8 100644 ---- a/po/zh_TW.po -+++ b/po/zh_TW.po -@@ -5,16 +5,16 @@ - # - # Translators: - # Stefano Karapetsas , 2019 --# 黃柏諺 , 2019 -+# 黃柏諺 , 2021 - # - #, fuzzy - msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" --"Last-Translator: 黃柏諺 , 2019\n" -+"Last-Translator: 黃柏諺 , 2021\n" - "Language-Team: Chinese (Taiwan) (https://www.transifex.com/mate/teams/13566/zh_TW/)\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -50,158 +50,69 @@ msgstr "" - "管理員是可以管理本機使用者與群組的圖形化應用程式。它可以新增與刪除本機使用者、變更使用者名稱、使用者類型、使用者語言、使用者密碼、自動登入等。您可以檢視使用者的登入紀錄。使用" - " group-service,使用者的群組可以被管理,像是新增與移除既有的群組與建立/刪除新群組。" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "取得圖示失敗" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "Mate 使用者管理員" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "開啟檔案" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "建立 pid 檔案失敗" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "寫入檔案" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "寫入 pid 檔案失敗" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "開啟 pid 檔案失敗" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "讀取檔案" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "讀取 pid 檔案失敗" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "沒有這個使用者!!!" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "帳號類型" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "標準" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "管理員" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "語言" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "沒有設定" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "密碼" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "自動登入" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "登入時間" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "群組管理" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "設定群組" -- --#: src/user-info.c:66 --msgid "Account is disable" --msgstr "帳號已停用" -- --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" --msgstr "下一次設定" -- --#: src/user-info.c:268 --msgid "Get User Info" --msgstr "取得使用者資訊" -- --#: src/user-info.c:268 --msgid "user count is 0" --msgstr "使用者數量為 0" -- --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" --msgstr "設定密碼" -- --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" --msgstr "關閉" -- --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" --msgstr "確認" -- --#: src/user-password.c:251 --msgid "Now set up" --msgstr "現在設定" -- --#: src/user-password.c:260 --msgid "User Password" --msgstr "使用者密碼" -- --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" --msgstr "生成密碼" -- --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 - msgid "Remove User" - msgstr "移除使用者" - --#: src/user-admin.c:211 -+#: src/user-admin.c:185 - msgid "You cannot delete your own account." - msgstr "您無法刪除您自己的帳號。" - --#: src/user-admin.c:217 -+#: src/user-admin.c:193 -+msgid "user is still logged in" -+msgstr "使用者仍然登入" -+ -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" -+msgstr "移除「%s」使用者" -+ -+#: src/user-admin.c:199 - msgid "Whether to remove the user's home directory" - msgstr "是否移除使用者的家目錄" - --#: src/user-admin.c:313 -+#: src/user-admin.c:292 - msgid "Repeat of user name.Please try another" - msgstr "重覆的使用者名稱。請試試看其他的" - --#: src/user-admin.c:317 -+#: src/user-admin.c:296 - msgid "Repeat of user home name.Please try another" - msgstr "重覆的使用者家名稱。請試試其他的" - --#: src/user-admin.c:321 -+#: src/user-admin.c:300 - msgid "The username cannot start with a - ." - msgstr "使用者名稱不能以 - 開頭。" - --#: src/user-admin.c:325 -+#: src/user-admin.c:304 - msgid "" - "The username should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -209,193 +120,167 @@ msgstr "" - "使用者名稱應該只能包含大小寫\n" - "字母,從 a-z、數字與以下的字元:. - _" - --#: src/user-admin.c:350 src/user-admin.c:588 -+#: src/user-admin.c:328 src/user-admin.c:563 - msgid "This will be used to name your home folder and can't be changed" - msgstr "這將會用於命名您的家目錄,且無法變更" - --#: src/user-admin.c:520 -+#: src/user-admin.c:485 - msgid "Creating User" - msgstr "正在建立使用者" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "使用者名稱" - --#: src/user-admin.c:608 -+#: src/user-admin.c:583 - msgid "Full Name" - msgstr "全名" - --#: src/user-admin.c:638 src/user-share.c:564 -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" -+msgstr "帳號類型" -+ -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" -+msgstr "標準" -+ -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" -+msgstr "管理員" -+ -+#: src/user-admin.c:606 - msgid "The passwords entered twice are different" - msgstr "兩次輸入的密碼不同" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" --msgstr "混合式的密碼可以改善安全性" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" -+msgstr "混合密碼可改善安全性" -+ -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" -+msgstr "密碼" -+ -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" -+msgstr "下一次設定" - --#: src/user-admin.c:788 -+#: src/user-admin.c:764 - msgid "Now set the password" - msgstr "現在設定密碼" - --#: src/user-admin.c:864 -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" -+msgstr "生成密碼" -+ -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" -+msgstr "確認" -+ -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" -+msgstr "關閉" -+ -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "建立新的使用者" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "建立縮圖檔" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "建立圖片資料的暫時檔案失敗" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "取消(_C)" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "選擇" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "載入本機圖片" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "瀏覽更多圖片" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "開啟(_O)" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "在主視窗點選會關閉選擇視窗" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "本機圖片" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "大頭貼清單" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "沒有儲存照片的位置" - --#: src/user-face.c:657 --msgid "Change Name" --msgstr "變更名稱" -- --#: src/user-face.c:657 --msgid "Please enter a valid character" --msgstr "請輸入有效的字元" -- --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" --msgstr "使用 Enter 鍵以儲存修改" -- --#: src/user-list.c:125 --msgid "User List" --msgstr "使用者清單" -- --#: src/user-list.c:225 --msgid "Add User" --msgstr "新增使用者" -- --#: src/user-share.c:169 --msgid "_Return" --msgstr "返回(_R)" -- --#: src/user-share.c:189 --msgid "Message" --msgstr "訊息" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" --msgstr "新密碼必須與舊的不同" -- --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" --msgstr "嘗試變更一些字母或數字" -- --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" --msgstr "嘗試變更多一點密碼" -- --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" --msgstr "不包含您使用者名稱的密碼強度會比較高" -- --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" --msgstr "試著避免在您密碼中使用您的名字" -- --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" --msgstr "嘗試避免在密碼中包含某些字詞" -- --#: src/user-share.c:421 --msgid "Try to avoid common words" --msgstr "嘗試避免使用常見字詞" -- --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" --msgstr "嘗試避免重新排序既有的字詞" -- --#: src/user-share.c:425 --msgid "Try to use more numbers" --msgstr "嘗試使用更多數字" -+#: src/user-base.c:212 -+msgid "No Settings" -+msgstr "沒有設定" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" --msgstr "嘗試使用更多大寫字母" -+#: src/user-base.c:252 -+msgid "Language" -+msgstr "語言" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" --msgstr "嘗試使用更多小寫字母" -+#: src/user-base.c:276 -+msgid "Automatic logon" -+msgstr "自動登入" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" --msgstr "嘗試使用更多特殊字元,如標點符號" -+#: src/user-base.c:288 -+msgid "Login time" -+msgstr "登入時間" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" --msgstr "嘗試使用字母、數字與標點符號的混合" -+#: src/user-base.c:300 -+msgid "Group Manage" -+msgstr "群組管理" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" --msgstr "嘗試避免重覆某些字元" -+#: src/user-base.c:303 -+msgid "Setting Groups" -+msgstr "設定群組" - --#: src/user-share.c:437 --msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." --msgstr "嘗試避免重覆某寫類型的字元:您必須混合字母、數字與標點符號。" -+#: src/user-face.c:120 -+msgid "Change Name" -+msgstr "變更名稱" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" --msgstr "嘗試避免如 1234 或 abcd 這樣的序列" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" -+msgstr "請輸入有效的字元" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" --msgstr "密碼長度必須多於 8 個字元" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" -+msgstr "使用 Enter 鍵以儲存修改" - --#: src/user-group.c:163 -+#: src/user-group-window.c:120 - msgid "Repeat of group name.Please try another" - msgstr "群組名稱重覆。請試試其他的" - --#: src/user-group.c:167 -+#: src/user-group-window.c:124 - msgid "The groupname cannot start with a - ." - msgstr "群組名稱不能以 - 開頭。" - --#: src/user-group.c:171 -+#: src/user-group-window.c:128 - msgid "The first character of the group name needs use letter" - msgstr "群組名稱的第一個字元必須使用字母" - --#: src/user-group.c:175 -+#: src/user-group-window.c:132 - msgid "" - "The groupname should only consist of upper and lower case \n" - "letters from a-z,digits and the following characters: . - _" -@@ -403,57 +288,27 @@ msgstr "" - "群組名稱應該只能包含大小寫\n" - "字母,從 a-z、數字與以下的字元:. - _" - --#: src/user-group.c:269 -+#: src/user-group-window.c:185 - msgid "Create New Group" - msgstr "建立新群組" - --#: src/user-group.c:276 -+#: src/user-group-window.c:192 - msgid "Create New Group Faild" - msgstr "建立新群組失敗" - --#: src/user-group.c:287 --msgid "Create User Group" --msgstr "建立使用者群組" -- --#: src/user-group.c:288 --msgid "" --"Create User Group Successfully,Please view the end of the switch-groups " --"list." --msgstr "成功建立使用者群組。請檢視切換群組清單的尾端。" -- --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -+#: src/user-group-window.c:229 src/user-group-window.c:241 - msgid "Remove Group" - msgstr "移除群組" - --#: src/user-group.c:355 --msgid "Cannot remove root group" --msgstr "無法移除根群組" -- --#: src/user-group.c:363 -+#: src/user-group-window.c:230 - msgid "Whether to remove the selected group" - msgstr "是否移除選定的群組" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" --msgstr "群組名稱" -- --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" --msgstr "群組 ID" -- --#: src/user-group.c:690 --msgid "User ID" --msgstr "使用者 ID" -- --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "移除" -- --#: src/user-group.c:757 -+#: src/user-group-window.c:458 - msgid "Initialization group management" - msgstr "初始化群組管理" - --#: src/user-group.c:758 -+#: src/user-group-window.c:459 - msgid "" - "Initialization failed, please see Group \n" - " Management Service Interface function" -@@ -461,11 +316,11 @@ msgstr "" - "初始化失敗,請見群組\n" - "管理服務界面功能" - --#: src/user-group.c:764 -+#: src/user-group-window.c:465 - msgid "Failed to contact the group service" - msgstr "聯絡群組服務失敗" - --#: src/user-group.c:765 -+#: src/user-group-window.c:466 - msgid "" - "Please make sure that the group-service is installed and enabled.\n" - " url: https://github.com/zhuyaliang/group-service" -@@ -473,113 +328,240 @@ msgstr "" - "請確定群組服務已安裝並啟用。\n" - "URL:https://github.com/zhuyaliang/group-service" - --#: src/user-group.c:773 --msgid "Get the number of groups" --msgstr "取得群組的數字" -- --#: src/user-group.c:774 --msgid "The number of groups is 0." --msgstr "群組數字為 0。" -- --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" --msgstr "請在左上角點選解鎖符號" -- --#: src/user-group.c:798 -+#: src/user-group-window.c:479 - msgid "Click the unlock button on the \"swith-group\" page" - msgstr "在「切換群組」頁面點選解鎖按鈕" - --#: src/user-group.c:832 --msgid "Groups Manage" --msgstr "群組管理" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" -+msgstr "群組名稱" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" --msgstr "目前的使用者 -- %s" -+#: src/user-group-window.c:584 -+msgid "Group ID" -+msgstr "群組 ID" - --#: src/user-group.c:975 -+#: src/user-group-window.c:620 - msgid "New Group Name" - msgstr "新群組名稱" - --#: src/user-group.c:986 -+#: src/user-group-window.c:631 - msgid "Please select the user to add to the new group" - msgstr "請選取使用者以新增到新的群組" - --#: src/user-group.c:1087 -+#: src/user-group-window.c:648 -+msgid "Username" -+msgstr "使用者名稱" -+ -+#: src/user-group-window.c:649 -+msgid "User ID" -+msgstr "使用者 ID" -+ -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "移除" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" -+msgstr "群組 id" -+ -+#: src/user-group-window.c:793 -+msgid "Create User Group" -+msgstr "建立使用者群組" -+ -+#: src/user-group-window.c:794 -+msgid "" -+"Create User Group Successfully,Please view the end of the switch-groups " -+"list." -+msgstr "成功建立使用者群組。請檢視切換群組清單的尾端。" -+ -+#: src/user-group-window.c:886 - msgid "Switch Groups" - msgstr "切換群組" - --#: src/user-group.c:1091 -+#: src/user-group-window.c:890 - msgid "Create Groups" - msgstr "建立群組" - --#: src/user-group.c:1095 -+#: src/user-group-window.c:894 - msgid "Remove Groups" - msgstr "移除群組" - --#: src/user-history.c:43 -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" -+msgstr "目前的使用者 - %s" -+ -+#: src/user-history.c:40 - msgid "This Week" - msgstr "本週" - --#: src/user-history.c:47 -+#: src/user-history.c:44 - msgid "Last Week" - msgstr "上週" - --#: src/user-history.c:149 -+#: src/user-history.c:146 - msgid "Today" - msgstr "今天" - --#: src/user-history.c:153 -+#: src/user-history.c:150 - msgid "Yesterday" - msgstr "昨天" - --#: src/user-history.c:159 -+#: src/user-history.c:156 - msgid "%b %e" - msgstr "%b %e" - --#: src/user-history.c:163 -+#: src/user-history.c:160 - msgid "%b %e, %Y" - msgstr "%b %e, %Y" - --#: src/user-history.c:246 -+#: src/user-history.c:243 - msgid "Session Ended" - msgstr "工作階短已結束" - --#: src/user-history.c:253 -+#: src/user-history.c:250 - msgid "Session Started" - msgstr "工作階段已開始" - --#: src/user-history.c:290 -+#: src/user-history.c:288 - #, c-format - msgid "%s — Account Activity" - msgstr "%s — 帳號活動" - --#: src/user-history.c:400 -+#: src/user-history.c:397 - msgid "previous" - msgstr "前一個" - --#: src/user-history.c:405 -+#: src/user-history.c:402 - msgid "next" - msgstr "下一個" - --#: src/user-language.c:120 -+#: src/user-info.c:39 -+msgid "Account is disable" -+msgstr "帳號已停用" -+ -+#: src/user-info.c:207 -+msgid "Get User Info" -+msgstr "取得使用者資訊" -+ -+#: src/user-info.c:207 -+msgid "user count is 0" -+msgstr "使用者數量為 0" -+ -+#: src/user-language.c:195 - msgid "More…" - msgstr "更多……" - --#: src/user-language.c:161 -+#: src/user-language.c:225 - msgid "No languages found" - msgstr "找不到語言" - --#: src/user-language.c:573 src/user-language.c:596 -+#: src/user-language.c:667 - msgid "Cancel" - msgstr "取消" - --#: src/user-language.c:576 src/user-language.c:597 -+#: src/user-language.c:672 - msgid "Done" - msgstr "完成" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" --msgstr "目前的使用者 - %s" -+#: src/user-password.c:131 -+msgid "The passwords do not match." -+msgstr "密碼不符合" -+ -+#: src/user-password.c:282 -+msgid "Now set up" -+msgstr "現在設定" -+ -+#: src/user-password.c:292 -+msgid "User Password" -+msgstr "使用者密碼" -+ -+#: src/user-share.c:170 -+msgid "_Return" -+msgstr "返回(_R)" -+ -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "訊息" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" -+msgstr "新密碼必須與舊的不同" -+ -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" -+msgstr "嘗試變更一些字母或數字" -+ -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" -+msgstr "嘗試變更多一點密碼" -+ -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" -+msgstr "不包含您使用者名稱的密碼強度會比較高" -+ -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" -+msgstr "試著避免在您密碼中使用您的名字" -+ -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" -+msgstr "嘗試避免在密碼中包含某些字詞" -+ -+#: src/user-share.c:313 -+msgid "Try to avoid common words" -+msgstr "嘗試避免使用常見字詞" -+ -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" -+msgstr "嘗試避免重新排序既有的字詞" -+ -+#: src/user-share.c:317 -+msgid "Try to use more numbers" -+msgstr "嘗試使用更多數字" -+ -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" -+msgstr "嘗試使用更多大寫字母" -+ -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "嘗試使用更多小寫字母" -+ -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" -+msgstr "嘗試使用更多特殊字元,如標點符號" -+ -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "嘗試使用字母、數字與標點符號的混合" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "嘗試避免重覆某些字元" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "嘗試避免重覆某寫類型的字元:您必須混合字母、數字與標點符號。" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "嘗試避免如 1234 或 abcd 這樣的序列" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "密碼長度必須多於 8 個字元" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "某些設定必須先解除鎖定才能變更" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "新增使用者" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" -+msgstr "Mate 使用者管理員" -diff --git a/po/zu.po b/po/zu.po -index c23709b..0e2bdac 100644 ---- a/po/zu.po -+++ b/po/zu.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: mate-user-admin\n" - "Report-Msgid-Bugs-To: \n" --"POT-Creation-Date: 2019-09-19 17:39+0800\n" -+"POT-Creation-Date: 2021-04-02 15:19+0800\n" - "PO-Revision-Date: 2019-05-07 07:46+0000\n" - "Last-Translator: Stefano Karapetsas , 2019\n" - "Language-Team: Zulu (https://www.transifex.com/mate/teams/13566/zu/)\n" -@@ -46,528 +46,510 @@ msgid "" - "as adding/removing existing groups and creating/deleting new groups." - msgstr "" - --#: src/main.c:47 --msgid "Get Icon Fail" --msgstr "" -- --#: src/main.c:97 src/main.c:110 --msgid "Mate User Manager" --msgstr "" -- --#: src/main.c:185 src/main.c:227 -+#: src/main.c:38 src/main.c:81 - msgid "open file" - msgstr "" - --#: src/main.c:185 -+#: src/main.c:38 - msgid "Create pid file failed" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write file" - msgstr "" - --#: src/main.c:194 -+#: src/main.c:48 - msgid "write pid file failed" - msgstr "" - --#: src/main.c:227 -+#: src/main.c:81 - msgid "open pid file failed" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read file" - msgstr "" - --#: src/main.c:232 -+#: src/main.c:86 - msgid "read pid file failed" - msgstr "" - --#: src/main.c:263 --msgid "No such user!!!" --msgstr "" -- --#: src/user-base.c:220 src/user-admin.c:616 --msgid "Account Type" --msgstr "" -- --#. drop-down select boxes --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Standard" --msgstr "" -- --#: src/user-base.c:224 src/user-admin.c:619 --msgid "Administrators" --msgstr "" -- --#: src/user-base.c:235 src/user-language.c:137 --msgid "Language" --msgstr "" -- --#: src/user-base.c:240 src/user-share.c:342 --msgid "No Settings" --msgstr "" -- --#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 --#: src/user-admin.c:796 --msgid "Password" --msgstr "" -- --#: src/user-base.c:268 --msgid "Automatic logon" --msgstr "" -- --#: src/user-base.c:283 --msgid "Login time" --msgstr "" -- --#: src/user-base.c:297 --msgid "Group Manage" --msgstr "" -- --#: src/user-base.c:300 --msgid "Setting Groups" --msgstr "" -- --#: src/user-info.c:66 --msgid "Account is disable" -+#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 -+#: src/user-window.c:280 -+msgid "Remove User" - msgstr "" - --#. 新建两个单选按钮 --#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 --msgid "Set up next time" -+#: src/user-admin.c:185 -+msgid "You cannot delete your own account." - msgstr "" - --#: src/user-info.c:268 --msgid "Get User Info" -+#: src/user-admin.c:193 -+msgid "user is still logged in" - msgstr "" - --#: src/user-info.c:268 --msgid "user count is 0" -+#: src/user-admin.c:197 -+#, c-format -+msgid "Remove '%s' user" - msgstr "" - --#. create chnaged passwod dialog --#: src/user-password.c:210 --msgid "Set Password" -+#: src/user-admin.c:199 -+msgid "Whether to remove the user's home directory" - msgstr "" - --#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 --#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 --msgid "Close" -+#: src/user-admin.c:292 -+msgid "Repeat of user name.Please try another" - msgstr "" - --#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 --#: src/user-admin.c:858 src/user-group.c:1013 --msgid "Confirm" -+#: src/user-admin.c:296 -+msgid "Repeat of user home name.Please try another" - msgstr "" - --#: src/user-password.c:251 --msgid "Now set up" -+#: src/user-admin.c:300 -+msgid "The username cannot start with a - ." - msgstr "" - --#: src/user-password.c:260 --msgid "User Password" -+#: src/user-admin.c:304 -+msgid "" -+"The username should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-password.c:270 src/user-admin.c:809 --msgid "generation password" -+#: src/user-admin.c:328 src/user-admin.c:563 -+msgid "This will be used to name your home folder and can't be changed" - msgstr "" - --#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 --#: src/user-list.c:226 --msgid "Remove User" -+#: src/user-admin.c:485 -+msgid "Creating User" - msgstr "" - --#: src/user-admin.c:211 --msgid "You cannot delete your own account." -+#: src/user-admin.c:570 -+msgid "User Name" - msgstr "" - --#: src/user-admin.c:217 --msgid "Whether to remove the user's home directory" -+#: src/user-admin.c:583 -+msgid "Full Name" - msgstr "" - --#: src/user-admin.c:313 --msgid "Repeat of user name.Please try another" -+#: src/user-admin.c:591 src/user-base.c:239 -+msgid "Account Type" - msgstr "" - --#: src/user-admin.c:317 --msgid "Repeat of user home name.Please try another" -+#. drop-down select boxes -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Standard" - msgstr "" - --#: src/user-admin.c:321 --msgid "The username cannot start with a - ." -+#: src/user-admin.c:594 src/user-base.c:243 -+msgid "Administrators" - msgstr "" - --#: src/user-admin.c:325 --msgid "" --"The username should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-admin.c:606 -+msgid "The passwords entered twice are different" - msgstr "" - --#: src/user-admin.c:350 src/user-admin.c:588 --msgid "This will be used to name your home folder and can't be changed" -+#: src/user-admin.c:644 -+msgid "Mixed passwords improve security" - msgstr "" - --#: src/user-admin.c:520 --msgid "Creating User" -+#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 -+#: src/user-password.c:271 -+msgid "Password" - msgstr "" - --#: src/user-admin.c:595 src/user-group.c:681 --msgid "Username" -+#. 新建两个单选按钮 -+#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 -+#: src/user-password.c:274 -+msgid "Set up next time" - msgstr "" - --#: src/user-admin.c:608 --msgid "Full Name" -+#: src/user-admin.c:764 -+msgid "Now set the password" - msgstr "" - --#: src/user-admin.c:638 src/user-share.c:564 --msgid "The passwords entered twice are different" -+#: src/user-admin.c:785 src/user-password.c:302 -+msgid "generation password" - msgstr "" - --#: src/user-admin.c:675 --msgid "Hybrid passwords improve security" -+#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 -+#: src/user-password.c:257 src/user-password.c:316 -+msgid "Confirm" - msgstr "" - --#: src/user-admin.c:788 --msgid "Now set the password" -+#: src/user-admin.c:919 src/user-group-window.c:588 -+#: src/user-group-window.c:654 src/user-group-window.c:712 -+#: src/user-password.c:252 src/user-window.c:283 -+msgid "Close" - msgstr "" - --#: src/user-admin.c:864 -+#: src/user-admin.c:931 - msgid "Create New User" - msgstr "" - --#: src/user-face.c:300 src/user-face.c:311 -+#: src/user-avatar.c:120 src/user-avatar.c:131 - msgid "Create Crop File" - msgstr "" - --#: src/user-face.c:301 -+#: src/user-avatar.c:121 - msgid "failed to create temporary file for image data" - msgstr "" - --#: src/user-face.c:369 src/user-face.c:454 -+#: src/user-avatar.c:177 src/user-avatar.c:252 - msgid "_Cancel" - msgstr "" - --#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -+#: src/user-avatar.c:179 src/user-group-window.c:578 -+#: src/user-group-window.c:643 - msgid "Select" - msgstr "Khetha" - --#: src/user-face.c:428 -+#: src/user-avatar.c:226 - msgid "Load Local Picture" - msgstr "" - --#: src/user-face.c:451 -+#: src/user-avatar.c:249 - msgid "Browse for more pictures" - msgstr "" - --#: src/user-face.c:455 -+#: src/user-avatar.c:253 - msgid "_Open" - msgstr "_Vula" - --#: src/user-face.c:522 --msgid "Clicking on the main window closes the picture selection window" --msgstr "" -- --#: src/user-face.c:543 -+#: src/user-avatar.c:323 - msgid "Local Picture" - msgstr "" - --#: src/user-face.c:558 -+#: src/user-avatar.c:489 - msgid "Avatar list" - msgstr "" - --#: src/user-face.c:559 -+#: src/user-avatar.c:490 - msgid "There is no address to store photos" - msgstr "" - --#: src/user-face.c:657 --msgid "Change Name" -+#: src/user-base.c:212 -+msgid "No Settings" - msgstr "" - --#: src/user-face.c:657 --msgid "Please enter a valid character" -+#: src/user-base.c:252 -+msgid "Language" - msgstr "" - --#: src/user-face.c:709 --msgid "Use Enter Key to Save Modifications" -+#: src/user-base.c:276 -+msgid "Automatic logon" - msgstr "" - --#: src/user-list.c:125 --msgid "User List" -+#: src/user-base.c:288 -+msgid "Login time" - msgstr "" - --#: src/user-list.c:225 --msgid "Add User" -+#: src/user-base.c:300 -+msgid "Group Manage" - msgstr "" - --#: src/user-share.c:169 --msgid "_Return" -+#: src/user-base.c:303 -+msgid "Setting Groups" - msgstr "" - --#: src/user-share.c:189 --msgid "Message" --msgstr "Umlayezo" -- --#: src/user-share.c:407 --msgid "The new password needs to be different from the old one" -+#: src/user-face.c:120 -+msgid "Change Name" - msgstr "" - --#: src/user-share.c:409 --msgid "Try changing some letters and numbers" -+#: src/user-face.c:120 -+msgid "Please enter a valid character" - msgstr "" - --#: src/user-share.c:411 src/user-share.c:419 --msgid "Try changing the password a bit more" -+#: src/user-face.c:181 -+msgid "Use Enter Key to Save Modifications" - msgstr "" - --#: src/user-share.c:413 --msgid "A password without your user name would be stronger" -+#: src/user-group-window.c:120 -+msgid "Repeat of group name.Please try another" - msgstr "" - --#: src/user-share.c:415 --msgid "Try to avoid using your name in the password" -+#: src/user-group-window.c:124 -+msgid "The groupname cannot start with a - ." - msgstr "" - --#: src/user-share.c:417 --msgid "Try to avoid some of the words included in the password" -+#: src/user-group-window.c:128 -+msgid "The first character of the group name needs use letter" - msgstr "" - --#: src/user-share.c:421 --msgid "Try to avoid common words" -+#: src/user-group-window.c:132 -+msgid "" -+"The groupname should only consist of upper and lower case \n" -+"letters from a-z,digits and the following characters: . - _" - msgstr "" - --#: src/user-share.c:423 --msgid "Try to avoid reordering existing words" -+#: src/user-group-window.c:185 -+msgid "Create New Group" - msgstr "" - --#: src/user-share.c:425 --msgid "Try to use more numbers" -+#: src/user-group-window.c:192 -+msgid "Create New Group Faild" - msgstr "" - --#: src/user-share.c:427 --msgid "Try to use more uppercase letters" -+#: src/user-group-window.c:229 src/user-group-window.c:241 -+msgid "Remove Group" - msgstr "" - --#: src/user-share.c:429 --msgid "Try to use more lowercase letters" -+#: src/user-group-window.c:230 -+msgid "Whether to remove the selected group" - msgstr "" - --#: src/user-share.c:431 --msgid "Try to use more special characters, like punctuation" -+#: src/user-group-window.c:458 -+msgid "Initialization group management" - msgstr "" - --#: src/user-share.c:433 --msgid "Try to use a mixture of letters, numbers and punctuation" -+#: src/user-group-window.c:459 -+msgid "" -+"Initialization failed, please see Group \n" -+" Management Service Interface function" - msgstr "" - --#: src/user-share.c:435 --msgid "Try to avoid repeating the same character" -+#: src/user-group-window.c:465 -+msgid "Failed to contact the group service" - msgstr "" - --#: src/user-share.c:437 -+#: src/user-group-window.c:466 - msgid "" --"Try to avoid repeating the same type of character: you need to mix up " --"letters, numbers and punctuation." -+"Please make sure that the group-service is installed and enabled.\n" -+" url: https://github.com/zhuyaliang/group-service" - msgstr "" - --#: src/user-share.c:439 --msgid "Try to avoid sequences like 1234 or abcd" -+#: src/user-group-window.c:479 -+msgid "Click the unlock button on the \"swith-group\" page" - msgstr "" - --#: src/user-share.c:441 --msgid "Password length needs more than 8 characters" -+#: src/user-group-window.c:583 src/user-group-window.c:707 -+msgid "Group Name" - msgstr "" - --#: src/user-group.c:163 --msgid "Repeat of group name.Please try another" -+#: src/user-group-window.c:584 -+msgid "Group ID" - msgstr "" - --#: src/user-group.c:167 --msgid "The groupname cannot start with a - ." -+#: src/user-group-window.c:620 -+msgid "New Group Name" - msgstr "" - --#: src/user-group.c:171 --msgid "The first character of the group name needs use letter" -+#: src/user-group-window.c:631 -+msgid "Please select the user to add to the new group" - msgstr "" - --#: src/user-group.c:175 --msgid "" --"The groupname should only consist of upper and lower case \n" --"letters from a-z,digits and the following characters: . - _" -+#: src/user-group-window.c:648 -+msgid "Username" - msgstr "" - --#: src/user-group.c:269 --msgid "Create New Group" -+#: src/user-group-window.c:649 -+msgid "User ID" - msgstr "" - --#: src/user-group.c:276 --msgid "Create New Group Faild" -+#: src/user-group-window.c:706 src/user-group-window.c:719 -+msgid "Remove" -+msgstr "Susa" -+ -+#: src/user-group-window.c:708 -+msgid "Group id" - msgstr "" - --#: src/user-group.c:287 -+#: src/user-group-window.c:793 - msgid "Create User Group" - msgstr "" - --#: src/user-group.c:288 -+#: src/user-group-window.c:794 - msgid "" - "Create User Group Successfully,Please view the end of the switch-groups " - "list." - msgstr "" - --#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 --msgid "Remove Group" -+#: src/user-group-window.c:886 -+msgid "Switch Groups" - msgstr "" - --#: src/user-group.c:355 --msgid "Cannot remove root group" -+#: src/user-group-window.c:890 -+msgid "Create Groups" - msgstr "" - --#: src/user-group.c:363 --msgid "Whether to remove the selected group" -+#: src/user-group-window.c:894 -+msgid "Remove Groups" - msgstr "" - --#: src/user-group.c:640 src/user-group.c:716 --msgid "Group Name" -+#: src/user-group-window.c:905 src/user-language.c:739 -+#, c-format -+msgid "Current User - %s" - msgstr "" - --#: src/user-group.c:649 src/user-group.c:725 --msgid "Group ID" -+#: src/user-history.c:40 -+msgid "This Week" - msgstr "" - --#: src/user-group.c:690 --msgid "User ID" -+#: src/user-history.c:44 -+msgid "Last Week" - msgstr "" - --#: src/user-group.c:707 src/user-group.c:1065 --msgid "Remove" --msgstr "Susa" -+#: src/user-history.c:146 -+msgid "Today" -+msgstr "" - --#: src/user-group.c:757 --msgid "Initialization group management" -+#: src/user-history.c:150 -+msgid "Yesterday" - msgstr "" - --#: src/user-group.c:758 --msgid "" --"Initialization failed, please see Group \n" --" Management Service Interface function" -+#: src/user-history.c:156 -+msgid "%b %e" - msgstr "" - --#: src/user-group.c:764 --msgid "Failed to contact the group service" -+#: src/user-history.c:160 -+msgid "%b %e, %Y" - msgstr "" - --#: src/user-group.c:765 --msgid "" --"Please make sure that the group-service is installed and enabled.\n" --" url: https://github.com/zhuyaliang/group-service" -+#: src/user-history.c:243 -+msgid "Session Ended" - msgstr "" - --#: src/user-group.c:773 --msgid "Get the number of groups" -+#: src/user-history.c:250 -+msgid "Session Started" - msgstr "" - --#: src/user-group.c:774 --msgid "The number of groups is 0." -+#: src/user-history.c:288 -+#, c-format -+msgid "%s — Account Activity" - msgstr "" - --#: src/user-group.c:795 --msgid "Please click the unlock sign in the upper left corner" -+#: src/user-history.c:397 -+msgid "previous" - msgstr "" - --#: src/user-group.c:798 --msgid "Click the unlock button on the \"swith-group\" page" -+#: src/user-history.c:402 -+msgid "next" - msgstr "" - --#: src/user-group.c:832 --msgid "Groups Manage" -+#: src/user-info.c:39 -+msgid "Account is disable" - msgstr "" - --#: src/user-group.c:845 --#, c-format --msgid "Current user -- %s" -+#: src/user-info.c:207 -+msgid "Get User Info" - msgstr "" - --#: src/user-group.c:975 --msgid "New Group Name" -+#: src/user-info.c:207 -+msgid "user count is 0" - msgstr "" - --#: src/user-group.c:986 --msgid "Please select the user to add to the new group" -+#: src/user-language.c:195 -+msgid "More…" - msgstr "" - --#: src/user-group.c:1087 --msgid "Switch Groups" -+#: src/user-language.c:225 -+msgid "No languages found" - msgstr "" - --#: src/user-group.c:1091 --msgid "Create Groups" -+#: src/user-language.c:667 -+msgid "Cancel" -+msgstr "Cima" -+ -+#: src/user-language.c:672 -+msgid "Done" - msgstr "" - --#: src/user-group.c:1095 --msgid "Remove Groups" -+#: src/user-password.c:131 -+msgid "The passwords do not match." - msgstr "" - --#: src/user-history.c:43 --msgid "This Week" -+#: src/user-password.c:282 -+msgid "Now set up" - msgstr "" - --#: src/user-history.c:47 --msgid "Last Week" -+#: src/user-password.c:292 -+msgid "User Password" - msgstr "" - --#: src/user-history.c:149 --msgid "Today" -+#: src/user-share.c:170 -+msgid "_Return" - msgstr "" - --#: src/user-history.c:153 --msgid "Yesterday" -+#: src/user-share.c:190 -+msgid "Message" -+msgstr "Umlayezo" -+ -+#: src/user-share.c:299 -+msgid "The new password needs to be different from the old one" - msgstr "" - --#: src/user-history.c:159 --msgid "%b %e" -+#: src/user-share.c:301 -+msgid "Try changing some letters and numbers" - msgstr "" - --#: src/user-history.c:163 --msgid "%b %e, %Y" -+#: src/user-share.c:303 src/user-share.c:311 -+msgid "Try changing the password a bit more" - msgstr "" - --#: src/user-history.c:246 --msgid "Session Ended" -+#: src/user-share.c:305 -+msgid "A password without your user name would be stronger" - msgstr "" - --#: src/user-history.c:253 --msgid "Session Started" -+#: src/user-share.c:307 -+msgid "Try to avoid using your name in the password" - msgstr "" - --#: src/user-history.c:290 --#, c-format --msgid "%s — Account Activity" -+#: src/user-share.c:309 -+msgid "Try to avoid some of the words included in the password" - msgstr "" - --#: src/user-history.c:400 --msgid "previous" -+#: src/user-share.c:313 -+msgid "Try to avoid common words" - msgstr "" - --#: src/user-history.c:405 --msgid "next" -+#: src/user-share.c:315 -+msgid "Try to avoid reordering existing words" - msgstr "" - --#: src/user-language.c:120 --msgid "More…" -+#: src/user-share.c:317 -+msgid "Try to use more numbers" - msgstr "" - --#: src/user-language.c:161 --msgid "No languages found" -+#: src/user-share.c:319 -+msgid "Try to use more uppercase letters" - msgstr "" - --#: src/user-language.c:573 src/user-language.c:596 --msgid "Cancel" --msgstr "Cima" -+#: src/user-share.c:321 -+msgid "Try to use more lowercase letters" -+msgstr "" - --#: src/user-language.c:576 src/user-language.c:597 --msgid "Done" -+#: src/user-share.c:323 -+msgid "Try to use more special characters, like punctuation" - msgstr "" - --#: src/user-language.c:657 --#, c-format --msgid "Current User - %s" -+#: src/user-share.c:325 -+msgid "Try to use a mixture of letters, numbers and punctuation" -+msgstr "" -+ -+#: src/user-share.c:327 -+msgid "Try to avoid repeating the same character" -+msgstr "" -+ -+#: src/user-share.c:329 -+msgid "" -+"Try to avoid repeating the same type of character: you need to mix up " -+"letters, numbers and punctuation." -+msgstr "" -+ -+#: src/user-share.c:331 -+msgid "Try to avoid sequences like 1234 or abcd" -+msgstr "" -+ -+#: src/user-share.c:333 -+msgid "Password length needs more than 8 characters" -+msgstr "" -+ -+#: src/user-window.c:94 -+msgid "Some settings must be unlocked before they can be changed" -+msgstr "" -+ -+#: src/user-window.c:277 -+msgid "Add User" -+msgstr "" -+ -+#: src/user-window.c:427 -+msgid "Mate User Manager" - msgstr "" --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0018-Add-meson-install-script-update-icon-cache-and-deskt.patch mate-user-admin-1.7.0/debian/patches/0018-Add-meson-install-script-update-icon-cache-and-deskt.patch --- mate-user-admin-1.6.0/debian/patches/0018-Add-meson-install-script-update-icon-cache-and-deskt.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0018-Add-meson-install-script-update-icon-cache-and-deskt.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -From 8429e19f5b2e2af34d510771b4e943a55bf05a3c Mon Sep 17 00:00:00 2001 -From: zhuyaliang -Date: Wed, 18 May 2022 17:07:18 +0800 -Subject: [PATCH 18/20] Add meson install script update icon-cache and desktop - database - -Signed-off-by: Mike Gabriel ---- - meson.build | 1 + - meson_post_install.sh | 12 ++++++++++++ - 2 files changed, 13 insertions(+) - create mode 100755 meson_post_install.sh - -diff --git a/meson.build b/meson.build -index 5c35b11..5ec0226 100644 ---- a/meson.build -+++ b/meson.build -@@ -125,3 +125,4 @@ top_srcdir = include_directories('.') - subdir('po') - subdir('src') - subdir('data') -+meson.add_install_script('meson_post_install.sh') -diff --git a/meson_post_install.sh b/meson_post_install.sh -new file mode 100755 -index 0000000..6d29f97 ---- /dev/null -+++ b/meson_post_install.sh -@@ -0,0 +1,12 @@ -+#!/bin/sh -+if [ -z $MESON_INSTALL_PREFIX ]; then -+ echo 'This is meant to be ran from Meson only!' -+ exit 1 -+fi -+ -+if [ -z $DESTDIR ]; then -+ echo 'Updating icon cache' -+ gtk-update-icon-cache -qtf "$MESON_INSTALL_PREFIX/share/icons/hicolor" -+ echo 'Updating desktop database' -+ update-desktop-database -q "$MESON_INSTALL_PREFIX/share/applications" -+fi --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/0020-Add-new-users-created-to-different-default-groups-ba.patch mate-user-admin-1.7.0/debian/patches/0020-Add-new-users-created-to-different-default-groups-ba.patch --- mate-user-admin-1.6.0/debian/patches/0020-Add-new-users-created-to-different-default-groups-ba.patch 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/0020-Add-new-users-created-to-different-default-groups-ba.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,141 +0,0 @@ -From 7011404a23ea3d54b43d1b3a9e8ae24501a0b205 Mon Sep 17 00:00:00 2001 -From: zhuyaliang -Date: Tue, 7 Jun 2022 20:47:46 +0800 -Subject: [PATCH 20/20] Add new users created to different default groups based - on user type - -Signed-off-by: Mike Gabriel ---- - data/mate-user-admin/nuconfig | 7 ++++-- - src/main.c | 1 + - src/user-admin.c | 43 ++++++++++++++++++++++++++--------- - 3 files changed, 38 insertions(+), 13 deletions(-) - -diff --git a/data/mate-user-admin/nuconfig b/data/mate-user-admin/nuconfig -index 264758a..0214652 100644 ---- a/data/mate-user-admin/nuconfig -+++ b/data/mate-user-admin/nuconfig -@@ -7,5 +7,8 @@ nulanguage = en_US.utf8 - #Default Type for New User, 0 Ordinary User 1 Manage User - nutype = 0 - --#Default Add Groups for New Users --nugroups =mail;audio;video;lightdm -+#Default Add Groups for New Users (Administrtors) -+nuadmingroups =mail;audio;video;lightdm -+ -+#Default Add Groups for New Users (Standard) -+nustandgroups =mail;audio;video;cdrom;sshd -diff --git a/src/main.c b/src/main.c -index 428cc08..4696262 100644 ---- a/src/main.c -+++ b/src/main.c -@@ -149,6 +149,7 @@ int main(int argc, char **argv) - - gtk_init (&argc, &argv); - -+ mate_uesr_admin_log ("Info","mate-user-admin Version:%s",VERSION ); - /* Program exit processing */ - atexit(ExitHook); - /* Check whether the process has been started */ -diff --git a/src/user-admin.c b/src/user-admin.c -index 73d1360..c51a202 100644 ---- a/src/user-admin.c -+++ b/src/user-admin.c -@@ -33,7 +33,8 @@ - #define KEYGROUPNAME "nudefault" - #define LANGKEY "nulanguage" - #define TYPEKEY "nutype" --#define GROUPKEY "nugroups" -+#define ADMINGROUPKEY "nuadmingroups" -+#define STANDGROUPKEY "nustandgroups" - - #define CHECK_TIME_OUT 600 - struct _UserManagerPrivate -@@ -50,7 +51,8 @@ struct _UserManagerPrivate - int name_time_id; //Check the password format timer - int password_time_id; //Check the Realname format timer - char *user_lang; -- char **user_groups; -+ char **admin_user_groups; -+ char **stand_user_groups; - int user_type; - gboolean sensitive; - gboolean success; -@@ -75,7 +77,8 @@ static gboolean user_manager_get_new_user_config (UserManager *dialog) - GKeyFile *Kconfig = NULL; - g_autoptr(GError) error = NULL; - g_auto(GStrv) ConfigGroups = NULL; -- g_auto(GStrv) unGroups = NULL; -+ g_auto(GStrv) admin_groups = NULL; -+ g_auto(GStrv) stand_groups = NULL; - gsize Length = 0; - g_autofree char *Value = NULL; - gboolean Type; -@@ -123,19 +126,28 @@ static gboolean user_manager_get_new_user_config (UserManager *dialog) - } - dialog->priv->user_type = Type; - -- unGroups = g_key_file_get_string_list (Kconfig, KEYGROUPNAME, GROUPKEY, &Length, &error); -- if (unGroups == NULL) -+ admin_groups = g_key_file_get_string_list (Kconfig, KEYGROUPNAME, ADMINGROUPKEY, &Length, &error); -+ if (admin_groups == NULL) - { -- mate_uesr_admin_log ("Info", "key file No default add group is set for new users"); -+ mate_uesr_admin_log ("Info", "key file No default add group is set for admin new users"); - g_key_file_free (Kconfig); - return TRUE; - } -- dialog->priv->user_groups = g_strdupv (unGroups); -+ dialog->priv->admin_user_groups = g_strdupv (admin_groups); -+ -+ stand_groups = g_key_file_get_string_list (Kconfig, KEYGROUPNAME, STANDGROUPKEY, &Length, &error); -+ if (stand_groups == NULL) -+ { -+ mate_uesr_admin_log ("Info", "key file No default add group is set for stand new users"); -+ g_key_file_free (Kconfig); -+ return TRUE; -+ } -+ dialog->priv->stand_user_groups = g_strdupv (stand_groups); -+ - g_key_file_free (Kconfig); - return TRUE; - - EXIT: -- dialog->priv->user_groups = NULL; - dialog->priv->user_lang = NULL; - g_key_file_free (Kconfig); - return FALSE; -@@ -467,7 +479,11 @@ static void set_new_user_base_info (ActUser *user, - } - un = gtk_entry_get_text (GTK_ENTRY (dialog->priv->name_entry)); - mate_uesr_admin_log ("Debug","New user: %s lang %s", act_user_get_user_name (user), NewUserLang); -- add_user_to_group (un, dialog->priv->user_groups); -+ -+ if (dialog->priv->user_type == 0) -+ add_user_to_group (un, dialog->priv->stand_user_groups); -+ else -+ add_user_to_group (un, dialog->priv->admin_user_groups); - - close_dialog (GTK_WIDGET (dialog)); - } -@@ -886,9 +902,14 @@ user_manager_destroy (GtkWidget *obj) - dialog->priv->password_time_id = 0; - } - -- if (dialog->priv->user_groups != NULL) -+ if (dialog->priv->stand_user_groups != NULL) -+ { -+ g_strfreev (dialog->priv->stand_user_groups); -+ } -+ -+ if (dialog->priv->admin_user_groups != NULL) - { -- g_strfreev (dialog->priv->user_groups); -+ g_strfreev (dialog->priv->admin_user_groups); - } - - if (dialog->priv->user_lang != NULL) --- -2.30.2 - diff -Nru mate-user-admin-1.6.0/debian/patches/series mate-user-admin-1.7.0/debian/patches/series --- mate-user-admin-1.6.0/debian/patches/series 2022-06-18 14:17:08.000000000 +0000 +++ mate-user-admin-1.7.0/debian/patches/series 2023-01-29 11:46:08.000000000 +0000 @@ -1,20 +1 @@ -0001-Modifying-code-alignment-format-for-the-first-time.patch -0002-Fix-memory-leak-GetLoginTimeText.patch -0003-Modifying-code-alignment-format-for-the-second-time.patch -0004-After-freeing-the-memory-assign-null-to-the-pointer.patch -0005-Increase-user-list-width-by-20.patch -0006-Disconnect-permission-signal-after-closing-UserGroup.patch -0007-Remove-the-user-name-validity-check-timer-when-creat.patch -0008-Update-user-info-2500-ms-after-creating-new-user.patch -0009-Invalid-user-name-does-not-show-emblem-ok-symbolic.patch -0010-Displays-the-user-name-of-the-removed-user.patch -0011-Update-po-mate-user-admin.pot-and-po-POTFILES.in.patch -0012-The-unlock-popovers-is-displayed-only-once.patch -0013-Fix-multiple-memory-leaks.patch -0014-user-list-use-default-color.patch -0015-Fix-meson-function-does-not-take-positional-argument.patch -0016-Add-remove_list_element-function.patch -0017-Update-translation.patch -0018-Add-meson-install-script-update-icon-cache-and-deskt.patch -0020-Add-new-users-created-to-different-default-groups-ba.patch 1001_fix-typo.patch diff -Nru mate-user-admin-1.6.0/meson.build mate-user-admin-1.7.0/meson.build --- mate-user-admin-1.6.0/meson.build 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/meson.build 2022-12-23 02:32:30.000000000 +0000 @@ -1,5 +1,5 @@ project('mate-user-admin', 'c', - version : '1.6.0', + version : '1.7.0', license : 'GPLv3', meson_version : '>=0.40.1', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], @@ -125,3 +125,4 @@ subdir('po') subdir('src') subdir('data') +meson.add_install_script('meson_post_install.sh') diff -Nru mate-user-admin-1.6.0/meson_post_install.sh mate-user-admin-1.7.0/meson_post_install.sh --- mate-user-admin-1.6.0/meson_post_install.sh 1970-01-01 00:00:00.000000000 +0000 +++ mate-user-admin-1.7.0/meson_post_install.sh 2022-12-23 02:32:30.000000000 +0000 @@ -0,0 +1,12 @@ +#!/bin/sh +if [ -z $MESON_INSTALL_PREFIX ]; then + echo 'This is meant to be ran from Meson only!' + exit 1 +fi + +if [ -z $DESTDIR ]; then + echo 'Updating icon cache' + gtk-update-icon-cache -qtf "$MESON_INSTALL_PREFIX/share/icons/hicolor" + echo 'Updating desktop database' + update-desktop-database -q "$MESON_INSTALL_PREFIX/share/applications" +fi diff -Nru mate-user-admin-1.6.0/po/af.po mate-user-admin-1.7.0/po/af.po --- mate-user-admin-1.6.0/po/af.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/af.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Afrikaans (https://www.transifex.com/mate/teams/13566/af/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Wagwoord" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Volle name" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Wagwoord" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Volle name" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "Skep 'n nuwe gebruiker" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Selekteer" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Open" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Boodskap" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Verwyder" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Verwyder" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Kanselleer" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Boodskap" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Kanselleer" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/am.po mate-user-admin-1.7.0/po/am.po --- mate-user-admin-1.6.0/po/am.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/am.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,16 +5,16 @@ # # Translators: # Stefano Karapetsas , 2019 -# samson , 2019 +# samson , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: samson , 2019\n" +"Last-Translator: samson , 2021\n" "Language-Team: Amharic (https://www.transifex.com/mate/teams/13566/am/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "ፋይል መክፈቻ" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "መደበኛ" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "ቋንቋ" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "የ መግቢያ ቃል" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "መዝጊያ" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "ማረጋገጫ" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "ሙሉ ስም " -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "መደበኛ" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "የ መግቢያ ቃል" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "ማረጋገጫ" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "መዝጊያ" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "አዲስ ተጠቃሚ መፍጠሪያ " -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_መሰረዣ " -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "ምረጥ" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_መክፈቻ" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "ቋንቋ" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "መልእክት" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "ማስወገጃ" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "ማስወገጃ" +#: src/user-history.c:146 +msgid "Today" +msgstr "ዛሬ" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "መሰረዣ" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "ዛሬ" +#: src/user-share.c:170 +msgid "_Return" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "መልእክት" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "መሰረዣ" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ar.po mate-user-admin-1.7.0/po/ar.po --- mate-user-admin-1.6.0/po/ar.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ar.po 2022-12-23 02:32:30.000000000 +0000 @@ -8,15 +8,16 @@ # مهدي السطيفي , 2019 # alibacha19 , 2019 # Stefano Karapetsas , 2019 +# Ahmd go , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Ahmd go , 2021\n" "Language-Team: Arabic (https://www.transifex.com/mate/teams/13566/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,7 +27,7 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "" +msgstr "إدارة حسابات المستخدم" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" @@ -34,7 +35,7 @@ #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "مدير ماتي" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" @@ -49,528 +50,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "فتح مِلف" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "قياسي" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "اللغة" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "كلمة المرور" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "إغلاق" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "تأكيد" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" +msgstr "حذف المستخدم" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." +msgstr "لا تستطع حذف حسابك." -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." -msgstr "" +msgstr "اسم المستخدم لا يبدأ ب -." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" -msgstr "" +msgstr "إنشاء مستخدم" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "اسم المستخدم" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "الاسم بالكامل" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "نوع الحساب" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "قياسي" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" +msgstr "كلمتا المرور المدخلتان مختلفتين" + +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "كلمة المرور" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "تأكيد" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "إغلاق" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "أنشئ مستخدما جديدا" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "أل_غ" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "اختر" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" -msgstr "" +msgstr "تحميل الصور المحلية" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" -msgstr "" +msgstr "تصفح لمزيد من الصور" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "ا_فتح" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "اللغة" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:225 -msgid "Add User" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "وقت الدخول" -#: src/user-share.c:169 -msgid "_Return" -msgstr "" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "مدير المجموعة" -#: src/user-share.c:189 -msgid "Message" -msgstr "رسالة" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "إعدادات المجموعات" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "تغيير الاسم" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." +msgstr "اسم المجموعة لا يبدأ ب -." -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" +#: src/user-group-window.c:185 +msgid "Create New Group" +msgstr "إنشاء مجموعة جديدة" -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" +msgstr "فشل إنشاء مجموعة جديدة" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" +msgstr "حذف مجموعة" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "اسم المجموعة" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." -msgstr "" +#: src/user-group-window.c:620 +msgid "New Group Name" +msgstr "اسم المجموعة الجديد" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" -msgstr "" +#: src/user-group-window.c:648 +msgid "Username" +msgstr "اسم المستخدم" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "معرّف المستخدم" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "احذف" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" -msgstr "" +#: src/user-group-window.c:886 +msgid "Switch Groups" +msgstr "تبديل/تغيير المجموعات" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" +#: src/user-group-window.c:890 +msgid "Create Groups" +msgstr "إنشاء مجموعات" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" -msgstr "" +#: src/user-group-window.c:894 +msgid "Remove Groups" +msgstr "حذف المجموعات" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" +#: src/user-history.c:40 +msgid "This Week" +msgstr "هذا الأسبوع" -#: src/user-group.c:690 -msgid "User ID" -msgstr "معرّف المستخدم" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "الأسبوع الماضي" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "احذف" +#: src/user-history.c:146 +msgid "Today" +msgstr "اليوم" -#: src/user-group.c:757 -msgid "Initialization group management" -msgstr "" +#: src/user-history.c:150 +msgid "Yesterday" +msgstr "أمس" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" +#: src/user-history.c:397 +msgid "previous" +msgstr "السابق" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" -msgstr "" +#: src/user-history.c:402 +msgid "next" +msgstr "التالي" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "" +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "الحساب غير متوفر" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" +msgstr "أكثر..." + +#: src/user-language.c:225 +msgid "No languages found" +msgstr "اللغة غير موجودة" + +#: src/user-language.c:667 +msgid "Cancel" +msgstr "ألغ" + +#: src/user-language.c:672 +msgid "Done" +msgstr "تم" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-password.c:292 +msgid "User Password" +msgstr "كلمة المرور" + +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:190 +msgid "Message" +msgstr "رسالة" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "حاول تغيير بعض الحروف والأرقام" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "حاول تغيير كلمة المرور" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "اليوم" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "حاول استخدام أرقام أكثر" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "ألغ" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "تم" +#: src/user-window.c:277 +msgid "Add User" +msgstr "إضافة مستخدم" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "" +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "مدير المستخدم ماتي" diff -Nru mate-user-admin-1.6.0/po/as.po mate-user-admin-1.7.0/po/as.po --- mate-user-admin-1.6.0/po/as.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/as.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Assamese (https://www.transifex.com/mate/teams/13566/as/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "গুপ্তশব্দ" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "সম্পূৰ্ণ নাম" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "গুপ্তশব্দ" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "সম্পূৰ্ণ নাম" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "বাতিল (_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "নিৰ্ব্বাচন কৰক" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "খোলো (_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "বাৰ্তা" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ব্যবহাৰকাৰীৰ ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "আঁতৰাওঁক" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "ব্যবহাৰকাৰীৰ ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "আঁতৰাওঁক" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "বাতিল কৰক" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "বাৰ্তা" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "বাতিল কৰক" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ast.po mate-user-admin-1.7.0/po/ast.po --- mate-user-admin-1.6.0/po/ast.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ast.po 2022-12-23 02:32:30.000000000 +0000 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Ḷḷumex03 , 2019 +# Ḷḷumex03, 2019 # Stefano Karapetsas , 2019 # #, fuzzy @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Asturian (https://www.transifex.com/mate/teams/13566/ast/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Llingua" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Contraseña" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Zarrar" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirmar" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nome Completu" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Contraseña" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirmar" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Zarrar" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Crear Nuevu Usuariu" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Encaboxar" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Esbillar" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Abrir" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Llingua" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Mensaxe" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID del usuariu" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Desaniciar" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID del usuariu" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Desaniciar" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Encaboxar" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Fecho" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:190 +msgid "Message" +msgstr "Mensaxe" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Encaboxar" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Fecho" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/az.po mate-user-admin-1.7.0/po/az.po --- mate-user-admin-1.6.0/po/az.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/az.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: She110ck Finch , 2019\n" "Language-Team: Azerbaijani (https://www.transifex.com/mate/teams/13566/az/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Şifrə" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Bağla" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Şifrə" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Bağla" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Seç" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Aç" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "İsmarıc" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Çıxart" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Çıxart" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Ləğv Et" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "İsmarıc" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Ləğv Et" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/be.po mate-user-admin-1.7.0/po/be.po --- mate-user-admin-1.6.0/po/be.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/be.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Belarusian (https://www.transifex.com/mate/teams/13566/be/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Стандартныя" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Мова" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Пароль" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Закрыць" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Пацвердзіць" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Поўнае імя" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Стандартныя" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Пароль" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Пацвердзіць" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Закрыць" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Стварыць новага карыстальніка" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Скасаваць" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Выбар" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Адкрыць" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Мова" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Паведамленне" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Выдаліць" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Выдаліць" +#: src/user-history.c:146 +msgid "Today" +msgstr "Сёння" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Скасаваць" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Сёння" +#: src/user-share.c:170 +msgid "_Return" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Паведамленне" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Скасаваць" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/bg.po mate-user-admin-1.7.0/po/bg.po --- mate-user-admin-1.6.0/po/bg.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/bg.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Bulgarian (https://www.transifex.com/mate/teams/13566/bg/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Стандартни" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Език" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Парола" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Затваряне" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Потвърждение" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Пълно име" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Стандартни" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Парола" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Потвърждение" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Затваряне" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Създаване на нов потребител" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Отказ" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Избор" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "О_тваряне" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Език" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Съобщение" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Идентификатор на потребител" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Премахване" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "Идентификатор на потребител" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Премахване" +#: src/user-history.c:146 +msgid "Today" +msgstr "Днес" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Отказ" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Готово" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Днес" +#: src/user-share.c:190 +msgid "Message" +msgstr "Съобщение" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Отказ" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Готово" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/bn_IN.po mate-user-admin-1.7.0/po/bn_IN.po --- mate-user-admin-1.6.0/po/bn_IN.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/bn_IN.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Bengali (India) (https://www.transifex.com/mate/teams/13566/bn_IN/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "ভাষা" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "পাসওয়ার্ড" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "बंद करें" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "পূর্ণ নাম" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "পাসওয়ার্ড" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "পূর্ণ নাম" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "बंद करें" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "বাতিল (_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "নির্বাচন করুন" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "খুলুন(_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "ভাষা" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "বার্তা" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ব্যবহারকারীর ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "মুছে ফেলুন" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "ব্যবহারকারীর ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "মুছে ফেলুন" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "বাতিল" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "বার্তা" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "বাতিল" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/bn.po mate-user-admin-1.7.0/po/bn.po --- mate-user-admin-1.6.0/po/bn.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/bn.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Bengali (https://www.transifex.com/mate/teams/13566/bn/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "ভাষা" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "পাসওয়ার্ড" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "পূর্ণ নাম" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "পাসওয়ার্ড" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "পূর্ণ নাম" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "নতুন ব্যবহারকারী তৈরি করা" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "বাতিল (_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "নির্বাচন" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "খুলুন (_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "ভাষা" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "বার্তা" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ব্যবহারকারীর ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "মুছে ফেলুন" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "ব্যবহারকারীর ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "মুছে ফেলুন" +#: src/user-history.c:146 +msgid "Today" +msgstr "আজ" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "বাতিল" + +#: src/user-language.c:672 +msgid "Done" +msgstr "সম্পন্ন" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "আজ" +#: src/user-share.c:190 +msgid "Message" +msgstr "বার্তা" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "বাতিল" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "সম্পন্ন" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/br.po mate-user-admin-1.7.0/po/br.po --- mate-user-admin-1.6.0/po/br.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/br.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Breton (https://www.transifex.com/mate/teams/13566/br/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Yezh" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Ger-tremen" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Serriñ" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Kadarnaat" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Anv hag anv-bihan" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Ger-tremen" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Kadarnaat" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Serriñ" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Nullañ" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Diuzañ" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Digeriñ" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Yezh" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Kemennadenn" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Dilemel" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Dilemel" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Nullañ" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Kemennadenn" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Nullañ" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/bs.po mate-user-admin-1.7.0/po/bs.po --- mate-user-admin-1.6.0/po/bs.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/bs.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Sky Lion , 2019\n" "Language-Team: Bosnian (https://www.transifex.com/mate/teams/13566/bs/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Šifra" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Zatvori" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Potvrdi" - -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Šifra" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Potvrdi" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Zatvori" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Izaberi" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Otvori" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Poruka" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Ukloni" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Ukloni" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Odustani" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Poruka" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Odustani" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ca.po mate-user-admin-1.7.0/po/ca.po --- mate-user-admin-1.6.0/po/ca.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ca.po 2022-12-23 02:32:30.000000000 +0000 @@ -4,18 +4,18 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Wolfgang Ulbrich , 2019 # Stefano Karapetsas , 2019 -# Robert Antoni Buj Gelonch , 2019 +# Wolfgang Ulbrich , 2021 +# Robert Antoni Buj Gelonch , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Robert Antoni Buj Gelonch , 2019\n" +"Last-Translator: Robert Antoni Buj Gelonch , 2021\n" "Language-Team: Catalan (https://www.transifex.com/mate/teams/13566/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -55,158 +55,69 @@ "gestionar grups d’usuaris, com ara afegir o eliminar grups existents i crear" " o suprimir nous grups." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "Ha fallat l'obtenció de la icona" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "Gestor d'usuaris de MATE" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "obriment de fitxer" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "Ha fallat la creació del fitxer del pid" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "escriptura de fitxer" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "ha fallat l'escriptura del fitxer del pid" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "ha fallat l'obriment del fitxer del pid" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "lectura de fitxer" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "ha fallat la lectura del fitxer del pid" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "No hi ha tal usuari!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Tipus de compte" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Estàndard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Administradors" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Idioma" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Sense ajusts" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Contrasenya" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Inici de sessió automàtic" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Hora d'inici de sessió" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Gestió dels grups" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Establiment dels grups" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "El compte està inhabilitat" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Configura-la la pròxima vegada" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Obtén la informació de l'usuari" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "el nombre d'usuaris és 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Estableix la contrasenya" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Tanca" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirma" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Configura-la ara" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Contrasenya de l'usuari" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "generació de la contrasenya" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Suprimeix l'usuari" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "No podeu suprimir el vostre compte." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Si s'ha de suprimir el directori personal de l'usuari" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "Repetició de nom d'usuari. Intenteu-ho amb un altre" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "Repetició de nom de carpeta d'usuari. Intenteu-ho amb un altre" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "El nom d'usuari no pot començar amb un - ." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -214,201 +125,169 @@ "El nom d'usuari només hauria de contenir lletres en majúscules\n" "i minúscules de la a fins a la z, dígits i els caràcters següents: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" "Això s'utilitzarà per posar el nom a la vostra carpeta d'usuari i no es pot " "canviar" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Creació de l'usuari" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "Nom d'usuari" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Nom de l'usuari" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nom complet" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Tipus de compte" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Estàndard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administradors" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "Les contrasenyes introduïdes dues vegades són diferents" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Les contrasenyes híbrides milloren la seguretat" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Les contrasenyes mixtes milloren la seguretat" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Contrasenya" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Configura-la la pròxima vegada" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Ara establiu la contrasenya" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "generació de la contrasenya" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirma" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Tanca" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Crea un usuari nou" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "Crea un fitxer de retall" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "no s'ha pogut crear un fitxer temporal per a les dades de la imatge" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Cancel·la" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Selecciona" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Carrega la imatge local" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Navega per més imatges" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Obre" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" -"En fer clic a la finestra principal es tanca la finestra de selecció de la " -"imatge" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Imatge local" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Llista d'avatars" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "No hi ha cap adreça per emmagatzemar les imatges" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Canvia el nom" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Introduïu un caràcter vàlid" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Utilitza la tecla Retorn per desar les modificacions" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Llista d'usuaris" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Afegeix un usuari" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "_Retorn" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Missatge" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "La contrasenya nova ha de ser diferent de l'anterior" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Intenteu canviar algunes lletres i números" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Intenteu canviar una mica més la contrasenya" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "Una contrasenya sense el vostre nom d'usuari seria més forta" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Intenteu evitar l'ús del vostre nom a la contrasenya" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Intenteu evitar algunes de les paraules incloses a la contrasenya" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Intenteu evitar paraules comunes" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Intenteu evitar la reordenació de paraules existents" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Intenteu utilitzar més números" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Sense ajusts" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Intenteu utilitzar més lletres en majúscules" +#: src/user-base.c:252 +msgid "Language" +msgstr "Idioma" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Intenteu utilitzar més lletres en minúscules" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Inici de sessió automàtic" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" -"Intenteu utilitzar més caràcters especials, com ara signes de puntuació" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Hora d'inici de sessió" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "" -"Intenteu utilitzar una barreja de lletres, números i signes de puntuació" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Gestió dels grups" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Intenteu evitar la repetició del mateix caràcter" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Establiment dels grups" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Intenteu evitar la repetició del mateix tipus de caràcter: heu de barrejar " -"lletres, números i signes puntuació." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Canvia el nom" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Intenteu evitar les seqüències com ara 1234 o abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Introduïu un caràcter vàlid" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "La longitud de la contrasenya ha de tenir més de 8 caràcters" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Utilitza la tecla Retorn per desar les modificacions" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "Repetició de nom de grup. Intenteu-ho amb un altre" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "El nom de grup no pot començar amb un - ." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "El primer caràcter del nom del grup ha de ser una lletra" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -416,59 +295,27 @@ "El nom de grup només hauria de contenir lletres en majúscules\n" "i minúscules de la a fins a la z, dígits i els caràcters següents: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Crea un grup nou" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "Ha fallat la creació del grup nou" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Crea un grup d'usuaris" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" -"S'ha creat amb èxit el grup d'usuaris. Consulteu el final de la llista de " -"canvis dels grups." - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Suprimeix el grup" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "No es pot suprimir el grup root" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "Si s'ha de suprimir el grup seleccionat" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Nom del grup" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "Id. de grup" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "Id. d'usuari" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Suprimeix" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "Inicialització de la gestió de grups" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -476,11 +323,11 @@ "La inicialització ha fallat; consulteu la funció \n" "de la interfície del servei de gestió de grups" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "No s'ha pogut contactar amb group-service" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -488,114 +335,246 @@ "Assegureu-vos que group-service està instal·lat i habilitat.\n" " url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Obtén el nombre de grups" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "El nombre de grups és 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" -"Feu clic al signe de desbloqueig que hi ha a la vora superior esquerra" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "Feu clic al botó de desbloqueig a la pàgina «canvi de grup»" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Gestió dels grups" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Nom del grup" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Usuari actual -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Id. de grup" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Nom del grup nou" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Seleccioneu l'usuari per afegir-lo al grup nou" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Nom d'usuari" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Id. d'usuari" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Suprimeix" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "Id. de grup" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Crea un grup d'usuaris" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" +"S'ha creat amb èxit el grup d'usuaris. Consulteu el final de la llista de " +"canvis dels grups." + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Canvis dels grups" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Creació de grups" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Supressió de grups" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Usuari actual - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "aquesta setmana" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "setmana passada" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "avui" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "ahir" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%e %b" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%e %b de %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Sessió finalitzada" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Sessió iniciada" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — Activitat del compte" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "anterior" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "següent" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "El compte està inhabilitat" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Obtén la informació de l'usuari" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "el nombre d'usuaris és 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Més..." -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "No s'ha trobat cap idioma" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Cancel·la" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Completat" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Usuari actual - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Les contrasenyes no coincideixen." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Configura-la ara" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Contrasenya de l'usuari" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Retorn" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Missatge" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "La contrasenya nova ha de ser diferent de l'anterior" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Intenteu canviar algunes lletres i números" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Intenteu canviar una mica més la contrasenya" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Una contrasenya sense el vostre nom d'usuari seria més forta" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Intenteu evitar l'ús del vostre nom a la contrasenya" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Intenteu evitar algunes de les paraules incloses a la contrasenya" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Intenteu evitar paraules comunes" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Intenteu evitar la reordenació de paraules existents" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Intenteu utilitzar més números" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Intenteu utilitzar més lletres en majúscules" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Intenteu utilitzar més lletres en minúscules" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" +"Intenteu utilitzar més caràcters especials, com ara signes de puntuació" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" +"Intenteu utilitzar una barreja de lletres, números i signes de puntuació" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Intenteu evitar la repetició del mateix caràcter" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Intenteu evitar la repetició del mateix tipus de caràcter: heu de barrejar " +"lletres, números i signes puntuació." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Intenteu evitar les seqüències com ara 1234 o abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "La longitud de la contrasenya ha de tenir més de 8 caràcters" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "Alguns ajusts s'han de desbloquejar abans que es puguin canviar" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Afegeix un usuari" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Gestor d'usuaris de MATE" diff -Nru mate-user-admin-1.6.0/po/ca@valencia.po mate-user-admin-1.7.0/po/ca@valencia.po --- mate-user-admin-1.6.0/po/ca@valencia.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ca@valencia.po 2022-12-23 02:32:30.000000000 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Catalan (Valencian) (https://www.transifex.com/mate/teams/13566/ca@valencia/)\n" @@ -48,528 +48,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Estàndard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Idioma" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Contrasenya" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Tanca" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirma" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nom complet" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Estàndard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Contrasenya" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirma" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Tanca" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Crea un usuari nou" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Cancel·la" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Selecciona" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Obri" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Idioma" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Missatge" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Identificador d'usuari" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Suprimeix" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "Identificador d'usuari" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Suprimeix" +#: src/user-history.c:146 +msgid "Today" +msgstr "Hui" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Cancel·la" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Completat" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Hui" +#: src/user-share.c:190 +msgid "Message" +msgstr "Missatge" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Cancel·la" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Completat" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/cmn.po mate-user-admin-1.7.0/po/cmn.po --- mate-user-admin-1.6.0/po/cmn.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/cmn.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: 趙惟倫 , 2019\n" "Language-Team: Chinese (Mandarin) (https://www.transifex.com/mate/teams/13566/cmn/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "語言" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "密碼" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "關閉" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "全名" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "密碼" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "全名" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "關閉" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "建立新的使用者" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "選擇" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "開啟(_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "語言" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "訊息" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "使用者 ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "移除" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "使用者 ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "移除" +#: src/user-history.c:146 +msgid "Today" +msgstr "今天" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "取消" + +#: src/user-language.c:672 +msgid "Done" +msgstr "完成" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "今天" +#: src/user-share.c:190 +msgid "Message" +msgstr "訊息" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "取消" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "完成" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/crh.po mate-user-admin-1.7.0/po/crh.po --- mate-user-admin-1.6.0/po/crh.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/crh.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Crimean Turkish (https://www.transifex.com/mate/teams/13566/crh/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Til" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Tam İsim" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Tam İsim" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Vazgeç" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Aç" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Til" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Risale" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Çetlet" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Çetlet" +#: src/user-history.c:146 +msgid "Today" +msgstr "Bugün" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Vazgeç" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Bugün" +#: src/user-share.c:170 +msgid "_Return" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Risale" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Vazgeç" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/cs.po mate-user-admin-1.7.0/po/cs.po --- mate-user-admin-1.6.0/po/cs.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/cs.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,19 +5,19 @@ # # Translators: # Michal , 2019 -# Lucas Lommer , 2019 -# LiberteCzech , 2019 +# LiberteCzech , 2019 # Stefano Karapetsas , 2019 -# ToMáš Marný, 2019 +# ToMáš Marný, 2021 +# Lukáš Lommer , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: ToMáš Marný, 2019\n" +"Last-Translator: Lukáš Lommer , 2021\n" "Language-Team: Czech (https://www.transifex.com/mate/teams/13566/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,11 +35,11 @@ #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "Správce MATE" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "Správa místních linuxových uživatelských účtů a skupin" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -49,159 +49,76 @@ "record. By working with group-service, groups of users can be managed, such " "as adding/removing existing groups and creating/deleting new groups." msgstr "" +"Správce MATE je grafický nástroj pro správu místních uživatelských účtů a " +"skupin. Umožňuje přidávat a odstraňovat místní uživatele, měnit uživatelská " +"jména, typy účtů, jazyk uživatele, jeho heslo a spravovat automatické " +"přihlášení. Umožňuje také prohlížet podrobnosti účtů. Ve spolupráci s " +"„group-service” umožňuje správu uživatelských skupin jako přidávání a " +"odstraňování existujících skupin a vytváření či mazáni nových skupin." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "Nepodařilo se získat ikonu" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "otevřít soubor" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "Selhalo vytvoření souboru pid" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "zapsat soubor" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "pokus o zapsání souboru pid selhal" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "pokus o otevření souboru pid selhal" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "číst soubor" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "pokus o načtení souboru pid selhal" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Takový uživatel neexistuje!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Typ účtu" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standardní" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Správci" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Jazyk" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Žádná nastavení" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Heslo" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Automatické přihlášení" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Čas přihlášení" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Správa skupiny" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Nastavení skupin" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Účet je zakázán" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Nastavit příště" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Získat informace o uživateli" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "počet uživatelů je 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Nastavit heslo" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Zavřené" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Potvrdit" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Nastavit nyní" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Uživatelské heslo" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "generování hesla" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Odebrat uživatele" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Nemůžete smazat svůj vlastní účet." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "uživatel je stále přihlášen" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Odebrat uživatele „%s“" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Zda odebrat domovský adresář uživatele" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "Opakujte uživatelské jméno. Zkuste prosím jiné" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" -msgstr "" +msgstr "Opakujte název domácího adresáře uživatele. Zkuste prosím jiný" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "Uživatelské jméno nemůže začínat znakem -." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -209,196 +126,168 @@ "Uživatelské jméno by mělo obsahovat pouze malá a velká \n" "písmena a-z (bez diakritiky), číslice a následující znaky: . - _ (tečka, spojovník a podtržítko)" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" "Bude použito jako název vaší domovské složky a nelze jej později změnit" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Vytvoření uživatele" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "Uživatelské jméno" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Celé jméno" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Typ účtu" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standardní" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Správci" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "Zadaná hesla se liší" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Hybridní hesla zvyšují zabezpečení" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Smíšená hesla zlepšují zabezpečení" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Heslo" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Nastavit příště" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Nastavit heslo nyní" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "generování hesla" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Potvrdit" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Zavřené" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Vytvoření nového uživatele" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "nepodařilo se vytvořit dočasný soubor pro obrazová data" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Zrušit" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Vybrat" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Načíst místní obrázek" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Procházet další obrázky" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Otevřít" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "Kliknutím na hlavní okno se okno výběru obrázků zavře" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Místní obrázek" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Seznam avatarů" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "Neexistuje adresa pro ukládání fotografií" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Změnit jméno" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Zadejte prosím platný znak" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Pro uložení úprav použijte klávesu Enter" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Seznam uživatelů" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Přidat uživatele" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Zpráva" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "Nové heslo musí být odlišné od starého" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Zkuste změnit některá písmena a čísla" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Zkuste změnit heslo o něco více" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "Heslo bez vašeho uživatelského jména by bylo silnější" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Snažte se vyhnout použití svého jména v hesle" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Snažte se vyhnout některým slovům obsaženým v hesle" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Snažte se vyhnout běžným slovům" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Snažte se vyhnout přeskupování existujících slov" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Zkuste použít více čísel" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Žádná nastavení" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Zkuste použít více velkých písmen" +#: src/user-base.c:252 +msgid "Language" +msgstr "Jazyk" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Zkuste použít více malých písmen" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Automatické přihlášení" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "Zkuste použít více speciálních znaků, například interpunkci" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Čas přihlášení" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "Zkuste použít kombinaci písmen, čísel a interpunkčních znamének" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Správa skupiny" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Snažte se vyhnout opakování stejného znaku" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Nastavení skupin" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Snažte se vyhnout opakování stejného typu znaku: musíte míchat písmena, " -"číslice a interpunkci." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Změnit jméno" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Snažte se vyhnout sekvencím jako 1234 nebo abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Zadejte prosím platný znak" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "Délka hesla vyžaduje více než 8 znaků" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Pro uložení úprav použijte klávesu Enter" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "Opakujte název skupiny. Vyzkoušejte jiný" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "Název skupiny nemůže začínat znakem -." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "Pro první znak názvu skupiny je vyžadováno použít písmeno" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -406,67 +295,39 @@ "Název skupiny by měl obsahovat pouze malá a velká \n" "písmena a-z (bez diakritiky), číslice a následující znaky: . - _ (tečka, spojovník a podtržítko)" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Vytvořit novou skupinu" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "Vytvoření nové skupiny se nezdařilo" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Vytvořit skupinu uživatelů" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Odstranit skupinu" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "Nelze odebrat skupinu superuživatele" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "Zda odebrat vybranou skupinu" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Název skupiny" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "ID skupiny" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID uživatele" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Odstranit" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" -msgstr "" +msgstr "Inicializace správy skupin" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" +"Inicializace selhala, zkontrolujte prosím funkci\n" +"Group Management Service Interface" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" -msgstr "" +msgstr "Nepodařilo se napojit na „group-service”" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -474,113 +335,242 @@ "Ujistěte se, že je group-service nainstalována a povolena.\n" " url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Zjistit počet skupin" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "Počet skupin je 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "Klikněte na znak odemknutí v levém horním rohu" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "Na stránce Přepnout skupiny klikněte na tlačítko odemknutí" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Spravovat skupiny" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Název skupiny" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Aktuální uživatel -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "ID skupiny" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Nový název skupiny" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Vyberte uživatele, kterého chcete přidat do nové skupiny" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Uživatelské jméno" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID uživatele" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Odstranit" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "ID skupiny" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Vytvořit skupinu uživatelů" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Přepnout skupiny" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Vytvořit skupiny" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Odebrat skupiny" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Současný uživatel - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Tento týden" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "Minulý týden" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Dnes" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Včera" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%e. %b" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%e. %b %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Sezení ukončeno" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Sezení započato" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — Aktivita účtu" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "předchozí" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "další" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Účet je zakázán" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Získat informace o uživateli" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "počet uživatelů je 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Více…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Žádné jazyky nenalezeny" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Zrušit" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Hotovo" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Současný uživatel - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Hesla se neshodují." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Nastavit nyní" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Uživatelské heslo" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "V_rátit" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Zpráva" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Nové heslo musí být odlišné od starého" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Zkuste změnit některá písmena a čísla" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Zkuste změnit heslo o něco více" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Heslo bez vašeho uživatelského jména by bylo silnější" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Snažte se vyhnout použití svého jména v hesle" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Snažte se vyhnout některým slovům obsaženým v hesle" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Snažte se vyhnout běžným slovům" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Snažte se vyhnout přeskupování existujících slov" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Zkuste použít více čísel" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Zkuste použít více velkých písmen" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Zkuste použít více malých písmen" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Zkuste použít více speciálních znaků, například interpunkci" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Zkuste použít kombinaci písmen, čísel a interpunkčních znamének" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Snažte se vyhnout opakování stejného znaku" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Snažte se vyhnout opakování stejného typu znaku: musíte míchat písmena, " +"číslice a interpunkci." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Snažte se vyhnout sekvencím jako 1234 nebo abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Délka hesla vyžaduje více než 8 znaků" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "Některá nastavení musí být před změnou odemčena" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Přidat uživatele" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Správce uživatelů Mate" diff -Nru mate-user-admin-1.6.0/po/cy.po mate-user-admin-1.7.0/po/cy.po --- mate-user-admin-1.6.0/po/cy.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/cy.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Welsh (https://www.transifex.com/mate/teams/13566/cy/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Iaith" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Cyfrinair" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Cau" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Cadarnhau" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Enw Llawn" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Cyfrinair" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Cadarnhau" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Cau" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Diddymu" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Dewis" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Agor" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Iaith" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Neges" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Tynnu" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Tynnu" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Diddymu" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Neges" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Diddymu" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/da.po mate-user-admin-1.7.0/po/da.po --- mate-user-admin-1.6.0/po/da.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/da.po 2022-12-23 02:32:30.000000000 +0000 @@ -6,16 +6,16 @@ # Translators: # Aputsiak Niels Janussen , 2019 # Stefano Karapetsas , 2019 -# Joe Hansen , 2019 +# Joe Hansen , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Joe Hansen , 2019\n" +"Last-Translator: Joe Hansen , 2021\n" "Language-Team: Danish (https://www.transifex.com/mate/teams/13566/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -54,158 +54,69 @@ "grupper af brugere håndteres, såsom tilføjelse/fjernelse fra eksisterende " "grupper og oprettelse/sletning af nye grupper." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "Kunne ikke hente ikon" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "Mates brugerhåndtering" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "åbn fil" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "Kunne ikke oprette pid-fil" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "skriv fil" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "kunne ikke skrive pid-fil" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "kunne ikke åbne pid-fil" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "læs fil" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "kunne ikke læse pid-fil" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Ingen sådan bruger!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Kontotype" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Administratorer" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Sprog" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Ingen indstillinger" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Adgangskode" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Automatisk logind" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "logindtidspunkt" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Gruppehåndtering" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Indstillingsgrupper" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Konto er deaktiveret" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Opsæt næste gang" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Hent brugerinformation" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "brugerkonto er 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Angiv adgangskode" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Luk" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Bekræft" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Sæt op nu" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Brugeradgangskode" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "tilfældig adgangskode" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Fjern bruger" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Du kan ikke slette din egen konto." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "bruger er stadig logget ind" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Fjern brugeren »%s«" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Om brugerens hjemmemapppe skal fjernes" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "Gentagelse af brugernavn. Prøv venligst et andet" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "Gentagelse af brugers hjemmenavn. Prøv venligst et andet" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "Brugernavnet kan ikke starte med et -." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -213,196 +124,168 @@ "Brugernavnet bør kun bestå af store/små bogstaver\n" "fra a-z, tal og de følgende tegn: .-_" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" "Dette vil blive brugt til at navngive din hjemmemappe og kan ikke ændres" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Opretter bruger" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "Brugernavn" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Fulde navn" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Kontotype" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administratorer" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "De to indtastede adgangskoder er forskellige" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Hybride adgangskoder forbedrer sikkerheden" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Blandede adgangskoder forbedrer sikkerheden" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Adgangskode" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Opsæt næste gang" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Angiv adgangskoden nu" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "tilfældig adgangskode" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Bekræft" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Luk" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Opret ny bruger" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "Opret beskæringsfil" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "kunne ikke oprette midlertidig fil for billeddata" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Afbryd" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Vælg" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Indlæs lokalt billede" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Gennemse efter flere billeder" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Åbn" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "Et klik på hovedvinduet lukker vinduet for billedvalg" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Lokalt billede" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Avatarliste" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "Der er ingen adresse at lagre billeder" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Ændr navn" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Indtast venligst et gyldigt tegn" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Brug tasten Retur til at gemme ændringer" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Brugerliste" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Tilføj bruger" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "_Retur" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Besked" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "Den nye adgangskode skal være forskellig fra den gamle" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Prøv at ændre nogle bogstaver og tal" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Prøv at ændre adgangskoden en smule mere" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "En adgangskode uden dit brugernavn vil være mere sikker" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Prøv at undgå at bruge dit navn i adgangskoden" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Prøv at undgå nogle af ordene inkluderet i adgangskoden" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Prøv at undgå gængse ord" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Prøv at undgå ændring af rækkefølge på eksisterende ord" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Prøv at bruge flere tal" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Ingen indstillinger" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Prøv at bruge flere store bogstaver" +#: src/user-base.c:252 +msgid "Language" +msgstr "Sprog" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Prøv at bruge flere mindre bogstaver" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Automatisk logind" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "Prøv at bruge flere specielle tegn, såsom tegnsætning" +#: src/user-base.c:288 +msgid "Login time" +msgstr "logindtidspunkt" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "Prøv at bruge en blanding af bogstaver, tal og tegnsætning" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Gruppehåndtering" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Prøv at undgå gentagelse af det samme tegn" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Indstillingsgrupper" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Prøv at undgå gentagelse af den samme type af tegn: du skal blande " -"bogstaver, tal og tegnsætning." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Ændr navn" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Prøv at undgå sekvenser såsom 1234 eller abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Indtast venligst et gyldigt tegn" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "Adgangskoden skal være længere end 8 tegn" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Brug tasten Retur til at gemme ændringer" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "Gentagelse af gruppenavn. Prøv venligt et andet" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "Gruppenavnet kan ikke starte med en -." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "Det første tegn i gruppenavnet skal være et bogstav" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -410,58 +293,27 @@ "Gruppenavnet bør kun bestå af store/små bogstaver\n" "fra a-z, tal og de følgende tegn: .-_" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Opret ny gruppe" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "Opret ny gruppe mislykkedes" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Opret brugergruppe" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" -"Opret brugergruppe lykkedes, se venligst slutningen af switch-groups-listen." - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Fjern gruppe" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "Kan ikke fjerne root-gruppe" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "Om den valgte gruppe skal fjernes" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Gruppenavn" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "Gruppe-id" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "Bruger-ID" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Fjern" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "Initialiseringsgruppehåndtering" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -469,11 +321,11 @@ "Initialisering mislykkedes, se venligst funktionen\n" "Tjenestegrænseflade for gruppehåndtering" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "Kunne ikke kontakte gruppetjenesten" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -481,113 +333,243 @@ "Sikr dig venligst at group-service er installeret og aktiveret.\n" " url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Hent antallet af grupper" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "Antallet af grupper er 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "Dobbeltklik tegnet for lås op i øverste venstre hjørne" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "Klik på knappen lås op på siden »swith-group«" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Gruppehåndtering" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Gruppenavn" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Nuværende bruger -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Gruppe-id" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Nyt gruppenavn" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Vælg venligst brugeren at tilføje til den nye gruppe" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Brugernavn" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Bruger-ID" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Fjern" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "Gruppe-id" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Opret brugergruppe" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" +"Opret brugergruppe lykkedes, se venligst slutningen af switch-groups-listen." + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Skift grupper" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Opret grupper" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Fjern grupper" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Nuværende bruger - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Denne uge" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "Sidste uge" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "I dag" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "I går" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Session sluttede" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Session startede" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — Kontoaktivitet" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "forrige" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "næste" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Konto er deaktiveret" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Hent brugerinformation" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "brugerkonto er 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Mere ..." -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Ingen sprog fundet" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Annuller" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Færdig" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Nuværende bruger - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Adgangskoderne er forskellige." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Sæt op nu" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Brugeradgangskode" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Retur" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Besked" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Den nye adgangskode skal være forskellig fra den gamle" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Prøv at ændre nogle bogstaver og tal" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Prøv at ændre adgangskoden en smule mere" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "En adgangskode uden dit brugernavn vil være mere sikker" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Prøv at undgå at bruge dit navn i adgangskoden" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Prøv at undgå nogle af ordene inkluderet i adgangskoden" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Prøv at undgå gængse ord" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Prøv at undgå ændring af rækkefølge på eksisterende ord" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Prøv at bruge flere tal" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Prøv at bruge flere store bogstaver" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Prøv at bruge flere mindre bogstaver" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Prøv at bruge flere specielle tegn, såsom tegnsætning" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Prøv at bruge en blanding af bogstaver, tal og tegnsætning" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Prøv at undgå gentagelse af det samme tegn" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Prøv at undgå gentagelse af den samme type af tegn: du skal blande " +"bogstaver, tal og tegnsætning." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Prøv at undgå sekvenser såsom 1234 eller abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Adgangskoden skal være længere end 8 tegn" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "Nogle indstillinger skal være låst op før de kan ændres" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Tilføj bruger" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Mates brugerhåndtering" diff -Nru mate-user-admin-1.6.0/po/de.po mate-user-admin-1.7.0/po/de.po --- mate-user-admin-1.6.0/po/de.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/de.po 2022-12-23 02:32:30.000000000 +0000 @@ -6,18 +6,18 @@ # Translators: # Tobias Bannert , 2019 # Wolfgang Ulbrich , 2019 -# Marcel Artz , 2019 # Stefano Karapetsas , 2019 -# Ettore Atalan , 2019 +# Marcel Artz , 2020 +# Ettore Atalan , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Ettore Atalan , 2019\n" +"Last-Translator: Ettore Atalan , 2021\n" "Language-Team: German (https://www.transifex.com/mate/teams/13566/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -50,159 +50,70 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "Laden des Sympols fehlgeschlagen" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "Mate-Benutzerverwaltung" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "öffne Datei" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "Erstellen der PID-Datei ist fehlgeschlagen" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "schreibe Datei" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "Schreiben der PID-Datei ist fehlgeschlagen" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "Öffnen der PID-Datei ist fehlgeschlagen" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "Lese Datei" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "Lesen der PID-Datei ist fehlgeschlagen" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Kein solcher Benutzer" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Konto Typ" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Administratoren" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Sprache" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Keine Einstelungen" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Passwort" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Automatisches Einloggen" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Anmeldezeit" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Gruppenverwaltung" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Gruppeneinstellung" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Konto ist deaktiviert" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Beim nächsten Mal einrichten" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Holen Sie sich Benutzerinformationen" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "Benutzeranzahl ist 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Passwort festlegen" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Schließen" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Bestätigen" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Jetzt einrichten" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Benutzer Passwort" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "Passwort erzeugen" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Benutzer entfernen" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Sie können nicht ihr eigenes Konto löschen" -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Gibt an, ob das Basisverzeichnis des Benutzers entfernt werden soll" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "Benutzername schon vorhanden, versuchen Sie bitte einen anderen" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" "Name des Basisverzeichnis schon vorhanden, versuchen Sie bitte einen anderen" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "Der Benutzername kann nicht mit einem - beginnen" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -210,256 +121,197 @@ "Der Benutzername sollte nur aus Groß- und Kleinbuchstaben, \n" "Buchstaben von a-z, Ziffern und die folgenden Zeichen bestehen: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" "Dies wird verwendet, um Ihr Basisverzeichnis zu benennen und kann nicht " "geändert werden" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Benutzer erstellen" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "Benutzername" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Vollständiger Name" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Konto Typ" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administratoren" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "Das zweite Passwort unterscheidet sich vom ersten" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Gemischte Passwörter verbessern die Sicherheit" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Passwort" -#: src/user-admin.c:788 +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Beim nächsten Mal einrichten" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Das Passwort jetzt einrichten" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "Passwort erzeugen" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Bestätigen" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Schließen" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Neuen Benutzer erstellen" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "Fehler beim Erstellen einer temporären Datei für Bilddaten" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Abbruch" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Wähle" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Lade lokales Bild" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Suche nach mehr Bildern" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Öffnen" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "Ein Klicken im Hauptfenster schließt die Bildauswahl" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Lokales Bild" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Benutzerbild-Liste" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "Kein Verzeichnis vohanden um Bilder zu speichern" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Wechsle den Namen" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Bitte geben Sie ein gültiges Zeichen ein" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Benutze die Eingabetaste um die Veränderung zu speichern" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Benutzerliste" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Benutzer hinzufügen" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "_Bestätige" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Nachricht" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "Das neue Passwort muß vom alten verschieden sein" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Versuche einige Buchstaben und Zahlen zu verändern" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Versuche das Passwort ein wenig mehr zu verändern" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "Ein Passwort was den Benutzernamen nicht beinhaltet ist stärker" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Vermeiden Sie die Verwendung ihres Namen im Passwort" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Versuchen Sie einige Worte im Passwort zu vermeiden" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Vermeiden Sie allgemeine Worte im Passwort" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Vermeiden Sie die Neuanordnung von existierenden Wörtern" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Versuchen Sie mehr Zahlen zu verwenden" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Keine Einstelungen" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Versuchen Sie mehr Großbuchstaben zu verwenden" +#: src/user-base.c:252 +msgid "Language" +msgstr "Sprache" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Versuchen Sie mehr Kleinbuchstaben zu verwenden" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Automatisches Einloggen" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "Versuchen Sie mehr Sonderzeichen wie Interpunktion zu verwenden" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Anmeldezeit" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "" -"Versuchen Sie eine Mischung aus Buchstaben, Zahlen und Satzzeichen zu " -"verwenden" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Gruppenverwaltung" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Versuchen Sie widerholende gleiche Zeichen zu vermeiden" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Gruppeneinstellung" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Versuchen Sie die Wiederholung von Zeichen zu vermeiden: Sie müssen " -"Buchstaben, Nummern and Interpunktion vermischen." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Wechsle den Namen" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Versuchen Sie Sequenzen wie 1234 oder abcd zu vermeiden" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Bitte geben Sie ein gültiges Zeichen ein" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "Die Passwortlänge muss mindestens 8 Zeichen lang sein" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Benutze die Eingabetaste um die Veränderung zu speichern" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" -msgstr "" +msgstr "Gruppenname schon vorhanden, versuchen Sie bitte einen anderen" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "Der Gruppenname darf nicht mit einem - beginnen." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "Das erste Zeichen des Gruppennamens benötigt einen Buchstaben" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" +"Der Gruppenname sollte nur aus Groß- und Kleinbuchstaben, \n" +"Buchstaben von a-z, Ziffern und die folgenden Zeichen bestehen: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Neue Gruppe erstellen" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" -msgstr "" - -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Benutzergruppe erstellen" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" -"Erzeugen der Gruppe war erfolgreich, schaue am Ende der Gruppenliste nach" +msgstr "Erzeugen der Gruppe ist fehlgeschlagen" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Gruppe entfernen" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "Entfernen der root Gruppe fehlgeschlagen" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" -msgstr "" - -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Gruppenname" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "Gruppen ID" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "Benutzerkennung" +msgstr "Gibt an, ob die ausgewählete Gruppe entfernt werden soll" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Entfernen" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "Initialisiere Gruppenverwaltung" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -467,11 +319,11 @@ "Initialisierung fehlgeschlagen, bitte schau in \n" "Gruppenverwaltungs Schnittstellenfunktion nach" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "Verbinden zum Gruppenservice fehlgeschlagen" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -479,113 +331,245 @@ "Bitte stellen Sie sicher das der Gruppenservice installiert und aktiv ist.\n" " url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Beziehe die Nummer der Gruppen" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "Die Nummer der Gruppe ist 0" - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "Zun Freichalten bitte in die obere linke Ecke klicken" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "Klicke den Freischaltknopf auf der Gruppenseite" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Gruppenverwaltung" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Gruppenname" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Aktueller Benutzer -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Gruppen-ID" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Neuer Gruppenname" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Bitte wähle den Benutzer um ihn der Gruppe hinzufügen" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Benutzername" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Benutzerkennung" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Entfernen" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Benutzergruppe erstellen" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" +"Erzeugen der Gruppe war erfolgreich, schaue am Ende der Gruppenliste nach" + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Wechsele Gruppe" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Gruppen erstellen" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Gruppen entfernen" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Aktueller Benutzer - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Diese Woche" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "Letzte Woche" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Heute" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Gestern" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Session beendet" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Session gestarted" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — Kontoaktivität" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "vorherige" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "nächste" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Konto ist deaktiviert" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Holen Sie sich Benutzerinformationen" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "Benutzeranzahl ist 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Mehr…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Keine Sprachen gefunden" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Abbruch" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Getan" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Aktueller Benutzer - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Jetzt einrichten" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Benutzer Passwort" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Bestätige" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Nachricht" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Das neue Passwort muß vom alten verschieden sein" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Versuche einige Buchstaben und Zahlen zu verändern" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Versuche das Passwort ein wenig mehr zu verändern" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Ein Passwort was den Benutzernamen nicht beinhaltet ist stärker" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Vermeiden Sie die Verwendung ihres Namen im Passwort" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Versuchen Sie einige Worte im Passwort zu vermeiden" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Vermeiden Sie allgemeine Worte im Passwort" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Vermeiden Sie die Neuanordnung von existierenden Wörtern" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Versuchen Sie mehr Zahlen zu verwenden" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Versuchen Sie mehr Großbuchstaben zu verwenden" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Versuchen Sie mehr Kleinbuchstaben zu verwenden" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Versuchen Sie mehr Sonderzeichen wie Interpunktion zu verwenden" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" +"Versuchen Sie eine Mischung aus Buchstaben, Zahlen und Satzzeichen zu " +"verwenden" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Versuchen Sie widerholende gleiche Zeichen zu vermeiden" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Versuchen Sie die Wiederholung von Zeichen zu vermeiden: Sie müssen " +"Buchstaben, Nummern and Interpunktion vermischen." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Versuchen Sie Sequenzen wie 1234 oder abcd zu vermeiden" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Die Passwortlänge muss mindestens 8 Zeichen lang sein" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Benutzer hinzufügen" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Mate-Benutzerverwaltung" diff -Nru mate-user-admin-1.6.0/po/dz.po mate-user-admin-1.7.0/po/dz.po --- mate-user-admin-1.6.0/po/dz.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/dz.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Dzongkha (https://www.transifex.com/mate/teams/13566/dz/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "ཆོག་ཡིག" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "མིང་ཆ་ཚང་།" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "ཆོག་ཡིག" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "མིང་ཆ་ཚང་།" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "ཆ་མེད།(_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "སེལ་འཐུ་འབད།" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "ཁ་ཕྱེ།(_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "འཕྲིན་དོན།" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "རྩ་བསྐྲད་གཏང་།" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "རྩ་བསྐྲད་གཏང་།" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "ཆ་མེད་གཏང་།" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "འཕྲིན་དོན།" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "ཆ་མེད་གཏང་།" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/el.po mate-user-admin-1.7.0/po/el.po --- mate-user-admin-1.6.0/po/el.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/el.po 2022-12-23 02:32:30.000000000 +0000 @@ -4,19 +4,19 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Efstathios Iosifidis , 2019 # thunk , 2019 -# Αλέξανδρος Καπετάνιος , 2019 +# Alexandros Kapetanios , 2019 # Stefano Karapetsas , 2019 +# Efstathios Iosifidis , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Efstathios Iosifidis , 2021\n" "Language-Team: Greek (https://www.transifex.com/mate/teams/13566/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,19 +26,19 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "" +msgstr "Διαχείριση λογαριασμών των χρηστών" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" -msgstr "" +msgstr "Απαιτείται πιστοποίηση για την αλλαγή δεδομένων του χρήστη" #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "Διαχειριστής MATE" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "Διαχείριση τοπικών χρηστών και ομάδων Linux" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -48,529 +48,537 @@ "record. By working with group-service, groups of users can be managed, such " "as adding/removing existing groups and creating/deleting new groups." msgstr "" +"Ο Διαχεισιτής Mate είναι μια γραφική εφαρμογή που διαχειρίζεται τοπικούς " +"χρήστες και ομάδες. Μπορεί να προσθέσει και να διαγράψει τοπικούς χρήστες, " +"να αλλάξει όνομα χρήστη, τύπο χρήστη, γλώσσα χρήστη, συνθηματικό χρήστη, " +"αυτόματη σύνδεση. Μπορείτε να δείτε το ιστορικό σύνδεσης του χρήστη. " +"Δουλεύοντας με ομάδα-υπηρεσίες, μπορείτε να διαχειριστείτε ομάδες χρηστών, " +"όπως προσθήκη/αφαίρεση υφιστάμενων ομάδων και δημιουργία/διαγραφή νέων " +"ομάδων." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "άνοιγμα αρχείου" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "" +msgstr "Αποτυχία δημιουργίας αρχείου pid" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "εγγραφή αρχείου" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "" +msgstr "αποτυχία εγγραφής αρχείου pid" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "" +msgstr "αποτυχία ανοίγματος αρχείου pid" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "" +msgstr "ανάγνωση αρχείου" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Τυπική" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Γλώσσα" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Κωδικός πρόσβασης" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" +msgstr "αποτυχία ανάγνωσης αρχείου pid" -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Κλείσιμο" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Επιβεβαίωση" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" -msgstr "" +msgstr "Αφαίρεση χρήστη" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." -msgstr "" +msgstr "Δεν μπορείτε να διαγράψετε τον δικό σας λογαριασμό." + +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "ο χρήστης είναι ακόμα συνδεδεμένος" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Αφαίρεση χρήστη «%s»" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" -msgstr "" +msgstr "Επανάληψη ονόματος χρήστη. Δοκιμάστε άλλο" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." -msgstr "" +msgstr "Το όνομα χρήστη δεν μπορεί να αρχίζει με - ." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" +"Το όνομα χρήστη πρέπει να αποτελείται μόνο από πεζά και κεφαλαία\n" +"γράμματα από a-z, ψηφία και τους ακόλουθους χαρακτήρες :. - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" -msgstr "" +msgstr "Γίνεται δημιουργία χρήστη" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Όνομα χρήστη" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Ονοματεπώνυμο" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Τύπος λογαριασμού" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Τυπική" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Διαχειριστές" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" -msgstr "" +msgstr "Τα συνθηματικά που εισήχθησαν είναι διαφορετικά" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Οι μικτοί κωδικοί πρόσβασης βελτιώνουν την ασφάλεια" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Συνθηματικό" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Ρύθμιση την επόμενη φορά" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" -msgstr "" +msgstr "Τώρα ορίστε το συνθηματικό" + +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "γεννήτρια συνθηματικού" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Επιβεβαίωση" -#: src/user-admin.c:864 +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Κλείσιμο" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Δημιουργία νέου χρήστη" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "Α_κύρωση" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Επιλογή" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" -msgstr "" +msgstr "Φόρτωση τοπικής εικόνας" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" -msgstr "" +msgstr "Αναζήτηση για περισσότερες εικόνες" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "Ά_νοιγμα" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" -msgstr "" +msgstr "Τοπική εικόνα" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" -msgstr "" - -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +msgstr "Δεν υπάρχει διεύθυνση για αποθήκευση φωτογραφιών" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" - -#: src/user-list.c:125 -msgid "User List" -msgstr "" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Μήνυμα" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Χωρίς ρυθμίσεις" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Γλώσσα" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Αυτόματη σύνδεση" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Ώρα εισόδου" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Διαχείριση ομάδας" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Ρυθμίσεις ομάδων" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Αλλαγή ονόματος" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Παρακαλούμε εισάγετε έγκυρο χαρακτήρα" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Χρησιμοποιήστε το πλήκτρο Enter για να αποθηκεύσετε τις τροποποιήσεις" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." -msgstr "" +msgstr "Το όνομα της ομάδας δεν μπορεί να αρχίζει με - ." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "" +"Ο πρώτος χαρακτήρας του ονόματος της ομάδας χρειάζεται να είναι γράμμα" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" +"Το όνομα ομάδας πρέπει να αποτελείται μόνο από κεφαλαία και πεζά\n" +"γράμματα από a-z, ψηφία και τους ακόλουθους χαρακτήρες: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" -msgstr "" +msgstr "Δημιουργία νέας ομάδας" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" -msgstr "" +msgstr "Αποτυχία δημιουργίας νέας ομάδας" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" -msgstr "" - -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" +msgstr "Αφαίρεση ομάδας" -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" -msgstr "" - -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "" +msgstr "Εάν θα αφαιρέσετε την επιλεγμένη ομάδα" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID Χρήστη" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Αφαίρεση" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" -msgstr "" +msgstr "Αρχικοποίηση διαχείρισης ομάδας" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" +"Η αρχικοποίηση απέτυχε, ανατρέξτε στην λειτουργία\n" +" Ομάδα Διαχείρισης Υπηρεσίας Διεπαφής" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" -msgstr "" +msgstr "Αποτυχία επικοινωνίας με την υπηρεσία ομάδων" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" +"Παρακαλούμε βεβαιωθείτε ότι η υπηρεσία ομάδας είναι εγκατεστημένη και ενεργοποιημένη.\n" +" url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "" - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" -msgstr "" +msgstr "Κάντε κλικ στο κουμπί ξεκλειδώματος στη σελίδα «swith-group»" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Όνομα ομάδας" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Αναγνωριστικό ομάδας" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" -msgstr "" +msgstr "Νέο όνομα ομάδας" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" +msgstr "Παρακαλούμε επιλέξτε τον χρήστη για προσθήκη στη νέα ομάδα" + +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Όνομα χρήστη" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID Χρήστη" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Αφαίρεση" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "Αναγνωριστικό ομάδας" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Δημιουργία ομάδας χρηστών" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" +"Επιτυχής δημιουργία ομάδας χρηστών, παρακαλούμε δείτε το τέλος της λίστας " +"εναλλαγής-ομάδων." -#: src/user-group.c:1087 +#: src/user-group-window.c:886 msgid "Switch Groups" -msgstr "" +msgstr "Εναλλαγή ομάδων" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" -msgstr "" +msgstr "Δημιουργία ομάδων" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" -msgstr "" +msgstr "Αφαίρεση ομάδων" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Τρέχον χρήστης - %s" + +#: src/user-history.c:40 msgid "This Week" -msgstr "" +msgstr "Αυτήν την εβδομάδα" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" -msgstr "" +msgstr "Την προηγούμενη εβδομάδα" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Σήμερα" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" -msgstr "" +msgstr "Χθές" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" -msgstr "" +msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" -msgstr "" +msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" -msgstr "" +msgstr "Η συνεδρία τελείωσε" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" -msgstr "" +msgstr "Η συνεδρία άρχισε" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" -msgstr "" +msgstr "%s — Δραστηριότητα λογαριασμού" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" -msgstr "" +msgstr "προηγούμενο" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" -msgstr "" +msgstr "επόμενο" + +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Ο λογαριασμός είναι απενεργοποιημένος" -#: src/user-language.c:120 +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Λήψη πληροφοριών χρήστη" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "η μέτρηση χρήστη είναι 0" + +#: src/user-language.c:195 msgid "More…" -msgstr "" +msgstr "Περισσότερα…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" -msgstr "" +msgstr "Δεν βρέθηκαν γλώσσες" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Ακύρωση" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" -msgstr "Έγινε" +msgstr "Ολοκληρώθηκε" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Τα συνθηματικά δεν ταιριάζουν." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Ρύθμιση τώρα" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Συνθηματικό χρήστη" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Επιστροφή" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Μήνυμα" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Το νέο συνθηματικό πρέπει να είναι διαφορετικός από το παλιό" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Προσπαθήστε να αλλάξετε μερικά γράμματα και αριθμούς" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Προσπαθήστε να αλλάξετε το συνθηματικό λίγο περισσότερο" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Ένα συνθηματικό χωρίς το όνομα χρήστη πιθανόν να είναι πιο ισχυρό" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Προσπαθήστε να αποφύγετε τη χρήση του ονόματός σας στο συνθηματικό" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" +"Προσπαθήστε να αποφύγετε μερικές από τις λέξεις που συμπεριλαμβάνονται στο " +"συνθηματικό" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Προσπαθήστε να αποφύγετε συνηθισμένες λέξεις" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Προσπαθήστε να αποφύγετε αναδιάταξη υπαρχουσών λέξεων" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Προσπαθήστε να χρησιμοποιήστε περισσότερους αριθμούς" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Προσπαθήστε να χρησιμοποιήσετε περισσότερα κεφαλαία γράμματα" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Προσπαθήστε να χρησιμοποιήσετε περισσότερα πεζά γράμματα" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" +"Προσπαθήστε να χρησιμοποιήσετε περισσότερους ειδικούς χαρακτήρες, όπως " +"σημεία στίξης" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" +"Προσπαθήστε να χρησιμοποιήσετε έναν συνδυασμό γραμμάτων, αριθμών και σημείων" +" στίξης" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Προσπαθήστε να αποφύγετε την επανάληψη του ίδιου χαρακτήρα" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Προσπαθήστε να αποφύγετε την επανάληψη του ίδιου τύπου χαρακτήρα: χρειάζεστε" +" την ανάμειξη γραμμάτων, αριθμών και σημείων στίξης." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Προσπαθήστε να αποφύγετε ακολουθίες όπως 1234 ή abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Το μέγεθος του συνθηματικού πρέπει να είναι πάνω από 8 χαρακτήρες" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "Ορισμένες ρυθμίσεις πρέπει να ξεκλειδωθούν πριν μπορέσουν να αλλάξουν" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Προσθήκη χρήστη" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Διαχειριστής χρηστών του Mate" diff -Nru mate-user-admin-1.6.0/po/en_AU.po mate-user-admin-1.7.0/po/en_AU.po --- mate-user-admin-1.6.0/po/en_AU.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/en_AU.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Michael Findlay , 2019\n" "Language-Team: English (Australia) (https://www.transifex.com/mate/teams/13566/en_AU/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Language" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Password" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Close" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirm" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Full Name" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Password" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirm" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Close" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Create New User" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Cancel" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Select" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Open" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Language" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Message" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "User ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Remove" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "User ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Remove" +#: src/user-history.c:146 +msgid "Today" +msgstr "Today" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Cancel" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Done" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Today" +#: src/user-share.c:190 +msgid "Message" +msgstr "Message" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Cancel" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/en_CA.po mate-user-admin-1.7.0/po/en_CA.po --- mate-user-admin-1.6.0/po/en_CA.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/en_CA.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: English (Canada) (https://www.transifex.com/mate/teams/13566/en_CA/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Password" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Full Name" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Password" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Full Name" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Select" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Open" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Message" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Remove" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Remove" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Cancel" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Message" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Cancel" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/en_GB.po mate-user-admin-1.7.0/po/en_GB.po --- mate-user-admin-1.6.0/po/en_GB.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/en_GB.po 2022-12-23 02:32:30.000000000 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: English (United Kingdom) (https://www.transifex.com/mate/teams/13566/en_GB/)\n" @@ -48,528 +48,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Language" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Password" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Close" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirm" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Full Name" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Password" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirm" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Close" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Create New User" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Cancel" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Select" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Open" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Language" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Message" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "User ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Remove" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "User ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Remove" +#: src/user-history.c:146 +msgid "Today" +msgstr "Today" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Cancel" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Done" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Today" +#: src/user-share.c:190 +msgid "Message" +msgstr "Message" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Cancel" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/eo.po mate-user-admin-1.7.0/po/eo.po --- mate-user-admin-1.6.0/po/eo.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/eo.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,17 +5,18 @@ # # Translators: # Stefano Karapetsas , 2019 -# Robin van der Vliet , 2019 +# Robin van der Vliet , 2019 # fenris , 2019 +# Forecast , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: fenris , 2019\n" +"Last-Translator: Forecast , 2020\n" "Language-Team: Esperanto (https://www.transifex.com/mate/teams/13566/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,528 +49,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Pasvorto" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Fermi" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Tuta nomo" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Pasvorto" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Tuta nomo" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Fermi" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "Krei novan uzanton" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" -msgstr "" +msgstr "_Rezigni" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Elekti" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Malfermi" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Mesaĝo" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Forigi" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Forigi" +#: src/user-history.c:146 +msgid "Today" +msgstr "Hodiaŭ" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Nuligi" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Hodiaŭ" +#: src/user-share.c:170 +msgid "_Return" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Mesaĝo" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Nuligi" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/es_AR.po mate-user-admin-1.7.0/po/es_AR.po --- mate-user-admin-1.6.0/po/es_AR.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/es_AR.po 2022-12-23 02:32:30.000000000 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Germán Herrou , 2019\n" "Language-Team: Spanish (Argentina) (https://www.transifex.com/mate/teams/13566/es_AR/)\n" @@ -48,528 +48,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Nombre Completo" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Cerrar" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Cerrar" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" +msgstr "_Cancelar" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Nombre Completo" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-avatar.c:253 +msgid "_Open" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" -msgstr "_Cancelar" +#: src/user-base.c:252 +msgid "Language" +msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:455 -msgid "_Open" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" -msgstr "" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Cancelar" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Cancelar" - -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/es_CO.po mate-user-admin-1.7.0/po/es_CO.po --- mate-user-admin-1.6.0/po/es_CO.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/es_CO.po 2022-12-23 02:32:30.000000000 +0000 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Daniel Aranda , 2019\n" "Language-Team: Spanish (Colombia) (https://www.transifex.com/mate/teams/13566/es_CO/)\n" @@ -49,528 +49,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Estándar" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Cerrar" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Estándar" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Cerrar" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "" +#: src/user-avatar.c:253 +msgid "_Open" +msgstr "_Abrir" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:455 -msgid "_Open" -msgstr "_Abrir" - -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Eliminar" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-history.c:146 +msgid "Today" +msgstr "Hoy" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Eliminar" - -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Cancelar" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Hoy" +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Cancelar" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/es_MX.po mate-user-admin-1.7.0/po/es_MX.po --- mate-user-admin-1.6.0/po/es_MX.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/es_MX.po 2022-12-23 02:32:30.000000000 +0000 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Jose Carlos Martínez Rodriguez , 2019\n" "Language-Team: Spanish (Mexico) (https://www.transifex.com/mate/teams/13566/es_MX/)\n" @@ -49,528 +49,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Estandard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Nombre Completo" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Estandard" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Nombre Completo" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-avatar.c:253 +msgid "_Open" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:455 -msgid "_Open" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Eliminar" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Eliminar" - -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Cancelar" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Cancelar" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/es.po mate-user-admin-1.7.0/po/es.po --- mate-user-admin-1.6.0/po/es.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/es.po 2022-12-23 02:32:30.000000000 +0000 @@ -4,19 +4,19 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Joel Barrios , 2019 # Rodrigo Lledó , 2019 # Stefano Karapetsas , 2019 -# Toni Estévez , 2019 +# Joel Barrios , 2021 +# Toni Estévez , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Toni Estévez , 2019\n" +"Last-Translator: Toni Estévez , 2021\n" "Language-Team: Spanish (https://www.transifex.com/mate/teams/13566/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -56,158 +56,69 @@ "gestionar grupos de usuarios, como añadir/eliminar grupos existentes y " "crear/eliminar grupos nuevos." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "No se ha podido obtener el icono" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "Gestor de usuarios de MATE" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "abrir archivo" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "No se ha podido crear el archivo del PID" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "escribir archivo" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "no se ha podido escribir el archivo del PID" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "no se ha podido abrir el archivo del PID" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "leer archivo" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "No se ha podido leer el archivo del PID" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Este usuario no existe" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Tipo de cuenta" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Estándar" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Administradores" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Idioma" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Sin ajustes" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Contraseña" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Inicio de sesión automático" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Hora de inicio de sesión" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Gestión de grupos" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Configuración de grupos" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "La cuenta está desactivada" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Configurar la próxima vez" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Obtener información del usuario" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "el número de usuarios es 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Configurar la contraseña" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Cerrar" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirmar" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Configurar ahora" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Contraseña del usuario" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "generación de la contraseña" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Eliminar el usuario" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "No puede eliminar su propia cuenta." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "el usuario todavía está conectado" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Eliminar el usuario «%s»" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Si se debe eliminar la carpeta personal del usuario" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "Nombre de usuario repetido. Pruebe con otro" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "Nombre de la carpeta de usuario repetido. Pruebe con otro" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "El nombre de usuario no puede comenzar con un -." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -215,197 +126,167 @@ "El nombre de usuario solo puede contener letras mayúsculas\n" "y minúsculas de la a a la z, dígitos y los caracteres siguientes: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "Se usará para nombrar la carpeta personal y no se puede cambiar" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Creación del usuario" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "Nombre de usuario" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Nombre del usuario" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nombre completo" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Tipo de cuenta" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Estándar" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administradores" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "Las contraseñas introducidas dos veces son diferentes" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Las contraseñas híbridas mejoran la seguridad" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Las contraseñas mixtas mejoran la seguridad" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Contraseña" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Configurar la próxima vez" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Ahora configure la contraseña" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "generación de la contraseña" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirmar" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Cerrar" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Crear un usuario nuevo" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "Crear un archivo de recorte" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "no se ha podido crear el archivo temporal para los datos de la imagen" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Cancelar" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Seleccionar" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Cargar una imagen local" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Buscar más imágenes" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Abrir" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" -"Al hacer clic en la ventana principal se cierra la ventana de selección de " -"la imagen" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Imagen local" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Lista de avatares" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "No hay ninguna dirección para almacenar las imágenes" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Cambiar el nombre" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Escriba un carácter válido" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Utilice la tecla Intro para guardar las modificaciones" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Lista de usuarios" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Añadir un usuario" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "_Volver" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Mensaje" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "La contraseña nueva debe ser diferente de la antigua" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Pruebe a cambiar algunas letras y números" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Pruebe a cambiar un poco más la contraseña" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "Una contraseña que no incluya su nombre de usuario sería más fuerte" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Trate de evitar el uso de su nombre en la contraseña" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Trate de evitar algunas de las palabras incluidas en la contraseña" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Trate de evitar palabras de uso común" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Trate de evitar la reordenación de las palabras existentes" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Trate de usar más números" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Sin ajustes" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Trate de usar más letras mayúsculas" +#: src/user-base.c:252 +msgid "Language" +msgstr "Idioma" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Trate de usar más letras minúsculas" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Inicio de sesión automático" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "Trate de usar más caracteres especiales, como signos de puntuación" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Hora de inicio de sesión" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "Trate de usar una mezcla de letras, números y signos de puntuación" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Gestión de grupos" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Trate de no repetir el mismo carácter" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Configuración de grupos" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Trate de no repetir el mismo tipo de carácter: mezcle letras, números y " -"signos puntuación." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Cambiar el nombre" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Trate de evitar secuencias como 1234 o abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Escriba un carácter válido" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "La longitud de la contraseña debe tener más de 8 caracteres" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Use la tecla Intro para guardar las modificaciones" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "Nombre de grupo repetido. Pruebe con otro" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "El nombre de grupo no puede comenzar con un -." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "El primer carácter del nombre de grupo debe ser una letra" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -413,59 +294,27 @@ "El nombre de grupo solo puede contener letras mayúsculas\n" "y minúsculas de la a a la z, dígitos y los caracteres siguientes: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Crear un grupo nuevo" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "No se ha podido crear el grupo nuevo" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Crear un grupo de usuarios" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" -"Se ha creado correctamente el grupo de usuarios. Mire al final de la lista " -"de grupos." - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Eliminar el grupo" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "No se puede eliminar el grupo root" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "Si se debe eliminar el grupo seleccionado" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Nombre del grupo" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "ID del grupo" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID del usuario" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Eliminar" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "Inicialización de la gestión de grupos" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -473,11 +322,11 @@ "La inicializacion ha fallado; consulte la función \n" "de la interfaz del servicio de gestión de grupos" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "No se ha podido contactar con group-service" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -485,113 +334,244 @@ "Asegúrese de que group-service está instalado y activado.\n" "URL: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Obtener el número de grupos" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "El número de grupos es 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "Haga clic en el signo de desbloqueo en la esquina superior izquierda" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "Haga clic en el botón de desbloqueo en la página de cambio de grupo." -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Gestión de grupos" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Nombre del grupo" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Usuario actual -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "ID del grupo" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Nombre del grupo nuevo" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Seleccione el usuario para añadirlo al grupo nuevo" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Nombre de usuario" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID del usuario" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Eliminar" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "ID del grupo" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Crear un grupo de usuarios" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" +"Se ha creado correctamente el grupo de usuarios. Mire al final de la lista " +"de grupos." + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Cambiar grupos" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Crear grupos" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Eliminar grupos" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Usuario actual - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Esta semana" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "La semana pasada" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Hoy" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Ayer" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%e %b" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%e %b de %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Sesión finalizada" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Sesión iniciada" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — Actividad de la cuenta" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "anterior" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "siguiente" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "La cuenta está desactivada" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Obtener información del usuario" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "el número de usuarios es 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Más..." -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "No se ha encontrado ningún idioma" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Cancelar" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Hecho" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Usuario actual - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Las contraseñas no coinciden." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Configurar ahora" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Contraseña del usuario" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Volver" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Mensaje" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "La contraseña nueva debe ser diferente de la antigua" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Pruebe a cambiar algunas letras y números" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Pruebe a cambiar un poco más la contraseña" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Una contraseña que no incluya su nombre de usuario sería más fuerte" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Trate de evitar el uso de su nombre en la contraseña" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Trate de evitar algunas de las palabras incluidas en la contraseña" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Trate de evitar palabras de uso común" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Trate de evitar la reordenación de las palabras existentes" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Trate de usar más números" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Trate de usar más letras mayúsculas" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Trate de usar más letras minúsculas" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Trate de usar más caracteres especiales, como signos de puntuación" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Trate de usar una mezcla de letras, números y signos de puntuación" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Trate de no repetir el mismo carácter" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Trate de no repetir el mismo tipo de carácter: mezcle letras, números y " +"signos puntuación." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Trate de evitar secuencias como 1234 o abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "La longitud de la contraseña debe tener más de 8 caracteres" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "Algunos ajustes se deben desbloquear antes de que se puedan cambiar" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Añadir un usuario" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Gestor de usuarios de MATE" diff -Nru mate-user-admin-1.6.0/po/et.po mate-user-admin-1.7.0/po/et.po --- mate-user-admin-1.6.0/po/et.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/et.po 2022-12-23 02:32:30.000000000 +0000 @@ -6,15 +6,16 @@ # Translators: # Ivar Smolin , 2019 # Stefano Karapetsas , 2019 +# Marko Silluste , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Marko Silluste , 2021\n" "Language-Team: Estonian (https://www.transifex.com/mate/teams/13566/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,19 +25,19 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "" +msgstr "Kasutajakontode haldamine" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" -msgstr "" +msgstr "Kasutajaandmete muutmiseks on vaja autentida" #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "MATE Haldur" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "Linuxi lokaalsete kasutajate ja gruppide haldamine" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -47,528 +48,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "ava fail" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "kirjuta fail" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standardsed" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Keel" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Salasõna" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Suletud" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Kinnita" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" +msgstr "Kasutaja eemaldamine" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." +msgstr "Sa ei saa kustutada oma kontot." -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Täisnimi" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standardsed" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Salasõna" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" +msgstr "Nüüd määra parool" + +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Kinnita" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Suletud" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Uue kasutaja loomine" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Tühista" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Valik" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Ava" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Keel" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Automaatne logimine" -#: src/user-list.c:125 -msgid "User List" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Logimise aeg" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Teade" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Muuda nimi" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Sisestage kehtiv märk" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" -msgstr "" +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Kasutajanimi" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Kasutaja ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Eemalda" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "Kasutaja ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Eemalda" +#: src/user-history.c:146 +msgid "Today" +msgstr "Täna" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Konto on keelatud" + +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Tühista" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Valmis" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:292 +msgid "User Password" +msgstr "Kasutaja parool" + +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:190 +msgid "Message" +msgstr "Teade" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Uus parool peab olema erinev vanast" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Proovige mõnda tähte ja numbrit muuta" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Täna" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Tühista" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Püüdke vältida järjestusi nagu 1234 või abcd" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Valmis" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Lisa kasutaja" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/eu.po mate-user-admin-1.7.0/po/eu.po --- mate-user-admin-1.6.0/po/eu.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/eu.po 2022-12-23 02:32:30.000000000 +0000 @@ -6,15 +6,16 @@ # Translators: # Asier Iturralde Sarasola , 2019 # Stefano Karapetsas , 2019 +# David García-Abad , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: David García-Abad , 2020\n" "Language-Team: Basque (https://www.transifex.com/mate/teams/13566/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -47,528 +48,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "ireki fitxategia" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "idatzi fitxategia" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Estandarra" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Hizkuntza" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Pasahitza" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Itxi" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Berretsi" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Izen osoa" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Estandarra" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Pasahitza" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Berretsi" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Itxi" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Sortu erabiltzaile berria" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Utzi" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Hautatu" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Ireki" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Hizkuntza" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Mezua" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Erabiltzailearen IDa" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Kendu" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "Erabiltzailearen IDa" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Kendu" +#: src/user-history.c:146 +msgid "Today" +msgstr "Gaur" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Utzi" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Eginda" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Gaur" +#: src/user-share.c:190 +msgid "Message" +msgstr "Mezua" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Utzi" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Eginda" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/fa.po mate-user-admin-1.7.0/po/fa.po --- mate-user-admin-1.6.0/po/fa.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/fa.po 2022-12-23 02:32:30.000000000 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Persian (https://www.transifex.com/mate/teams/13566/fa/)\n" @@ -48,528 +48,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "گذرواژه" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "نام و نام خانوادگی" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "گذرواژه" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "نام و نام خانوادگی" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "ان_صراف" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "انتخاب" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_باز کردن" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "پیغام" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "حذف" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "حذف" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "انصراف" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "پیغام" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "انصراف" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/fi.po mate-user-admin-1.7.0/po/fi.po --- mate-user-admin-1.6.0/po/fi.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/fi.po 2022-12-23 02:32:30.000000000 +0000 @@ -7,15 +7,16 @@ # Eslam Ali , 2019 # Ammuu5, 2019 # Stefano Karapetsas , 2019 +# Kimmo Kujansuu , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Kimmo Kujansuu , 2020\n" "Language-Team: Finnish (https://www.transifex.com/mate/teams/13566/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,528 +49,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "avaa tiedosto" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "" +msgstr "Pid-tiedoston luominen epäonnistui" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "kirjoita tiedosto" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "" +msgstr "pid-tiedoston kirjoittaminen epäonnistui" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "" +msgstr "Pid-tiedosto avaaminen epäonnistui" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "" +msgstr "lue tiedosto" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Tunnuksen tyyppi" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Kieli" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Salasana" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Tunnus on pois käytöstä" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" +msgstr "pid-tiedoston lukeminen epäonnistui" -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Sulje" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Vahvista" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Poista käyttäjä" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Et voi poistaa omaa tunnustasi." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Koko nimi" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Tunnuksen tyyppi" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Salasana" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Vahvista" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Sulje" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Luo uusi käyttäjä" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Peru" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Valitse" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Avaa" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" - -#: src/user-list.c:125 -msgid "User List" -msgstr "" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Viesti" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" - -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Kieli" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "Käyttäjätunniste" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Poista" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Käyttäjätunniste" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Poista" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-group.c:1087 +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Poista ryhmät" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Nykyinen käyttäjä - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Tällä viikolla" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "Viime viikolla" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Tänään" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Eilen" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Istunto päättynyt" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Istunto aloitettu" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "edellinen" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "seuraava" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Tunnus on pois käytöstä" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "" + +#: src/user-language.c:195 msgid "More…" msgstr "Lisää..." -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Kieliä ei löytynyt" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Peru" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Valmis" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Nykyinen käyttäjä - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Viesti" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "" diff -Nru mate-user-admin-1.6.0/po/fr.po mate-user-admin-1.7.0/po/fr.po --- mate-user-admin-1.6.0/po/fr.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/fr.po 2022-12-23 02:32:30.000000000 +0000 @@ -6,18 +6,21 @@ # Translators: # Charles Monzat , 2019 # Laurent Napias, 2019 -# Wolfgang Ulbrich , 2019 # Stefano Karapetsas , 2019 # Pierre-Yves , 2019 +# ButterflyOfFire, 2020 +# Étienne Deparis , 2020 +# Wolfgang Ulbrich , 2021 +# Tubuntu, 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Pierre-Yves , 2019\n" +"Last-Translator: Tubuntu, 2021\n" "Language-Team: French (https://www.transifex.com/mate/teams/13566/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,11 +39,11 @@ #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "Gestionnaire de MATE" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "Gestion des utilisateurs et groupes locaux Linux" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -50,159 +53,77 @@ "record. By working with group-service, groups of users can be managed, such " "as adding/removing existing groups and creating/deleting new groups." msgstr "" +"Mate Manager est une application graphique permettant de gérer les " +"utilisateurs et groupes locaux. Elle permet d'ajouter et supprimer des " +"utilisateurs locaux, changer leur nom, type, langue, mot de passe et " +"paramétrer leur connexion automatique. Vous pouvez voir les enregistrements " +"de connexion des utilisateurs. Avec l'aide de group-service, les groupes " +"d'utilisateurs peuvent être gérés, avec l'ajout et la suppression de " +"groupes." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "La récupération de l'icône a échoué" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "Gestionnaire d'utilisateurs Mate" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "ouverture du fichier" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "Échec de création du fichier pid" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "écriture du fichier" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "échec d'écriture du fichier pid" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "l'ouverture du fichier pid à échoué" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "lecture du fichier" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "échec de lecture du fichier pid" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Aucun utilisateur de ce genre!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Type de compte" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Administrateur" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Langue" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Pas configuré" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Mot de passe" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Connexion automatique" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Date de connexion" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Gestion des Groupes" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Paramétrage des groupes" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Le compte est désactivé" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Changer lors de la prochaine connexion" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Obtention des informations sur l'utilisateur" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "le nombre d'utilisateurs est 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Définir le mot de passe" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Fermer" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirmer" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Mot de passe de l'utilisateur" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "Générer un mot de passe" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Supprimer l'utilisateur" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Vous ne pouvez pas supprimer votre propre compte." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "l'utilisateur est toujours connecté" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Supprimer l'utilisateur '%s'" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Supprimer également le répertoire personnel de l'utilisateur ?" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "Nom d'utilisateur déjà utilisé. Essayez-en un autre" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "Nom de répertoire personnel déjà utilisé. Essayez-en un autre" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "Le nom de l'utilisateur ne peut pas commencer par un -." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -210,200 +131,169 @@ "Le nom d'utilisateur ne doit être composé que de lettres majuscules et minuscules, \n" "de chiffres et les caractères suivants : . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" "Ceci sera utilisé pour nommer votre dossier personnel et ne pourra pas être " "changé" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Création de l'utilisateur" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "Nom d'utilisateur" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nom complet" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Type de compte" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administrateur" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "Les mots de passe saisis sont différents" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Les mots de passe hybrides améliorent la sécurité " +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Les mots de passe combinés améliorent la sécurité" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Mot de passe" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Changer lors de la prochaine connexion" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Introduire le mot de passe maintenant" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "Générer un mot de passe" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirmer" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Fermer" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Créer un nouvel utilisateur" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" -msgstr "" +msgstr "Créer un fichier de troncature" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "échec de création d'un fichier temporaire pour l'image" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Annuler" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Sélectionner" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Charger une image locale" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Rechercher d'autres images" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Ouvrir" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" -"Cliquez sur la fenêtre principale pour fermer la fenêtre de sélection des " -"images" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Image locale" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Liste des avatars" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "Il n'y a pas d'adresse pour stocker les photos" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Modifier le nom" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Veuillez saisir un caractère valide" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Appuyez sur la touche Entrée pour enregistrer les modifications" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Liste des utilisateurs" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Ajouter un utilisateur" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "_Retour" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Message" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "Le nouveau mot de passe doit être différent de l'ancien" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Essayez de changer quelques chiffres et lettres" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Essayez de modifier le mot de passe un peu plus" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" -"Un mot de passe qui ne contient pas votre identifiant serait plus fort" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "N'utilisez pas votre identifiant comme mot de passe" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Évitez les mots communs dans le mot de passe" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Évitez les mots communs" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Évitez de réorganiser les mots existants" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Utilisez plus de chiffres" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Pas configuré" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Utilisez des majuscules" +#: src/user-base.c:252 +msgid "Language" +msgstr "Langue" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Utilisez des minuscules" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Connexion automatique" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "Utilisez plus de caractères spéciaux, tels que des ponctuations" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Date de connexion" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "Utilisez un mélange de lettres, de chiffres et de ponctuations" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Gestion des Groupes" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Évitez les répétitions de caractères" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Paramétrage des groupes" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Évitez les répétitions de caractères, vous devez mélanger des chiffres, des " -"lettres et des caractères spéciaux." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Modifier le nom" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Évitez les séquences telles que 1234 ou abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Veuillez saisir un caractère valide" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "Le mot de passe doit contenir plus de 8 caractères" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Appuyez sur la touche Entrée pour enregistrer les modifications" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "Ce groupe existe déjà. Essayez un autre nom" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "Le nom du groupe ne peut pas commencer par un -." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "Le nom du groupe doit commencer par une lettre" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -411,67 +301,39 @@ "Le nom du groupe ne doit être composé que de lettres majuscules et minuscules, \n" "chiffres et les caractères suivants : . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Créer un nouveau groupe" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "La création du groupe a échoué" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Créer un groupe utilisateur" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "Le groupe à été créé avec succès. Il se trouve en fin de liste." - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Supprimer le groupe" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "Impossible de supprimer le groupe root" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "Voulez-vous supprimer le groupe sélectionné ?" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Nom du groupe" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "ID du groupe" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID de l'utilisateur" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Supprimer" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "Initialisation de group management" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" +"L'initialisation a échouée, merci de voir la fonction\n" +"d'interface du service de gestion de groupe" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "Échec de communication avec \"group-service\"" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -479,114 +341,247 @@ "Veuillez vérifier que \"group-service\" est installé et activé.\n" " url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Calcul du nombre de groupes." - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "Le nombre de groupes est 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" -"Veuillez cliquer sur le bouton déverrouiller dans le coin supérieur gauche" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "" +"Cliquer sur le bouton de déverrouillage sur la page « Sélection des " +"groupes »" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Gestion des groupes" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Nom du groupe" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Utilisateur actuel -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "ID du groupe" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Nom du nouveau groupe" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Veuillez sélectionner l'utilisateur à ajouter au nouveau groupe" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Nom d'utilisateur" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID de l'utilisateur" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Supprimer" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "ID du groupe" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Créer un groupe utilisateur" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "Le groupe à été créé avec succès. Il se trouve en fin de liste." + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Sélection des groupes" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Création de groupes" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Suppression de groupes" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Utilisateur actuel - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Cette semaine" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "La semaine passée" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Aujourd'hui" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Hier" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Fin de session" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Début de session" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — Activité du compte" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "précédent" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "suivant" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Le compte est désactivé" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Obtention des informations sur l'utilisateur" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "le nombre d'utilisateurs est 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Plus…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Aucune langue trouvée" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Annuler" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Terminé" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Utilisateur actuel - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Les mots de passe ne correspondent pas." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Tout est en place" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Mot de passe de l'utilisateur" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Retour" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Message" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Le nouveau mot de passe doit être différent de l'ancien" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Essayez de changer quelques chiffres et lettres" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Essayez de modifier le mot de passe un peu plus" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "" +"Un mot de passe qui ne contient pas votre identifiant serait plus fort" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "N'utilisez pas votre identifiant comme mot de passe" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Évitez les mots communs dans le mot de passe" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Évitez les mots communs" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Évitez de réorganiser les mots existants" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Utilisez plus de chiffres" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Utilisez des majuscules" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Utilisez des minuscules" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Utilisez plus de caractères spéciaux, tels que des ponctuations" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Utilisez un mélange de lettres, de chiffres et de ponctuations" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Évitez les répétitions de caractères" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Évitez les répétitions de caractères, vous devez mélanger des chiffres, des " +"lettres et des caractères spéciaux." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Évitez les séquences telles que 1234 ou abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Le mot de passe doit contenir plus de 8 caractères" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" +"Certains paramètres doivent être déverrouillés avant de pouvoir être " +"modifiés." + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Ajouter un utilisateur" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Gestionnaire d'utilisateurs Mate" diff -Nru mate-user-admin-1.6.0/po/fur.po mate-user-admin-1.7.0/po/fur.po --- mate-user-admin-1.6.0/po/fur.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/fur.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Friulian (https://www.transifex.com/mate/teams/13566/fur/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Password" - -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:260 -msgid "User Password" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Password" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" -msgstr "" +#: src/user-avatar.c:253 +msgid "_Open" +msgstr "_Vierç" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:455 -msgid "_Open" -msgstr "_Vierç" - -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Messaç" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Gjave..." + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Gjave..." - -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Scancele" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" -msgstr "" +#: src/user-share.c:190 +msgid "Message" +msgstr "Messaç" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Scancele" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/fy.po mate-user-admin-1.7.0/po/fy.po --- mate-user-admin-1.6.0/po/fy.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/fy.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Western Frisian (https://www.transifex.com/mate/teams/13566/fy/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Wachtwurd" - -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:260 -msgid "User Password" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Wachtwurd" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" -msgstr "" +#: src/user-avatar.c:253 +msgid "_Open" +msgstr "Iepenje" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:455 -msgid "_Open" -msgstr "Iepenje" - -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Fuortsmite" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Fuortsmite" - -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Skras" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Skras" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ga.po mate-user-admin-1.7.0/po/ga.po --- mate-user-admin-1.6.0/po/ga.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ga.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Irish (https://www.transifex.com/mate/teams/13566/ga/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Focal Faire" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Ainm Iomlán" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Focal Faire" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Ainm Iomlán" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Cealaigh" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Tóg" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Oscail" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Teachtaireacht" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Bain" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Bain" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Cealaigh" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Teachtaireacht" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Cealaigh" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/gl.po mate-user-admin-1.7.0/po/gl.po --- mate-user-admin-1.6.0/po/gl.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/gl.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,16 +5,16 @@ # # Translators: # Stefano Karapetsas , 2019 -# Miguel Anxo Bouzada , 2019 +# Miguel Anxo Bouzada , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Miguel Anxo Bouzada , 2019\n" +"Last-Translator: Miguel Anxo Bouzada , 2021\n" "Language-Team: Galician (https://www.transifex.com/mate/teams/13566/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -53,158 +53,69 @@ " con servizo de grupo, pódense xestionar grupos de usuarios, como " "engadir/eliminar grupos existentes e crear/eliminar novos grupos." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "Produciuse un fallo ao obter a icona" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "Xestión de usuarios do Mate" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "abrir o ficheiro" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "Produciuse un fallo ao crear o ficheiro PID" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "escribir o ficheiro" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "produciuse un fallo ao escribir o ficheiro PID" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "produciuse un fallo ao abrir o ficheiro PID" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "ler o ficheiro" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "Produciuse un fallo ao ler o ficheiro PID" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Non existe ese usuario!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Tipo de conta" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Estándar" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Administradores" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Idioma" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Sen axustes" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Contrasinal" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Acceso automático" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Hora de acceso" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Xestión do grupo" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Axustes dos grupos" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "A conta está desactivada." - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Estabelecela a próxima vez" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Obter información do usuario" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "o número de usuarios é 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Estabelecer o contrasinal" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Pechar" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirmar" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Estabelecela agora" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Contrasinal do usuario" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "xeración do contrasinal" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Retirar o usuario" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Vostede non pode eliminar a súa propia conta." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Se se debe retirar o directorio persoal do usuario" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "Repítese o nome de usuario, tenteo con outro" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "Repítese o nome do cartafol persoal de usuario, tenteo con outro" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "O nome de usuario non pode comezar cun - ." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -212,197 +123,168 @@ "O nome de usuario debe consistir só en maiúsculas e minúsculas\n" "letras da a-z, díxitos e os seguintes caracteres: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "Empregarase para nomear o seu cartafol persoal e non se pode cambiar" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Creación de usuarios" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "Nome de usuario" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Nome do usuario" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nome completo" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Tipo de conta" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Estándar" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administradores" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "Os contrasinais introducidos dúas veces son diferentes" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Os contrasinais híbridos melloran a seguridade" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Contrasinal" -#: src/user-admin.c:788 +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Estabelecela a próxima vez" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Estabelecer agora o contrasinal" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "xeración do contrasinal" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirmar" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Pechar" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Crear un novo usuario" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "Crear un ficheiro de recorte" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" "Produciuse un fallo ao crear un ficheiro temporal para os datos da imaxe" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Cancelar" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Seleccionar" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Cargar a imaxe local" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Navegar para buscar máis imaxes" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Abrir" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "Ao premer na xanela principal péchase a xanela de selección de imaxes" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Imaxe local" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Lista de avatares" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "Non hai enderezo para almacenar fotos" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Cambiar o nome" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Introduza un carácter válido" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Empregue a tecla Intro para gardar as modificacións" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Lista de usuarios" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Engadir un usuario" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "_Retorno" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Mensaxe" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "O novo contrasinal debe ser diferente do anterior" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Tente cambiar algunhas letras e números" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Tente cambiar un pouco máis o contrasinal" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "Un contrasinal sen o seu nome de usuario sería máis forte" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Tente evitar o uso de seu nome no contrasinal" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Tente evitar algunhas das palabras incluídas no contrasinal" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Tente evitar palabras comúns" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Tente evitar a reordenación das palabras existentes" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Tente empregar máis números" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Sen axustes" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Tente empregar máis letras maiúsculas" +#: src/user-base.c:252 +msgid "Language" +msgstr "Idioma" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Tente empregar máis letras minúsculas" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Acceso automático" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" -"Tente empregar máis caracteres especiais, como os signos de puntuación" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Hora de acceso" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "Tente empregar unha mestura de letras, números e signos de puntuación" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Xestión do grupo" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Tente evitar a repetición do mesmo carácter" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Axustes dos grupos" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Tente evitar a repetición do mesmo tipo de carácter: necesita mesturar " -"letras, números e signos de puntuación." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Cambiar o nome" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Tente evitar secuencias como 1234 ou abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Introduza un carácter válido" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "O contrasinal deberá ter unha lonxitude de máis de 8 caracteres" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Empregue a tecla Intro para gardar as modificacións" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "Repítese o nome de grupo, tenteo con outro" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "O nome de grupo non pode comezar cun - ." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "O primeiro carácter do nome de grupo debe ser unha letra" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -410,59 +292,27 @@ "O nome de grupo debe consistir só en maiúsculas e minúsculas\n" "letras da a-z, díxitos e os seguintes caracteres: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Crear un novo grupo" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "Produciuse un fallo ao crear un novo grupo" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Crear un grupo de usuarios" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" -"Crear satisfactoriamente un grupo de usuarios. Vexa o final da lista de " -"cambios de grupos." - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Retirar grupo" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "Non é posíbel retirar o grupo raíz (root)" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "Se se debe retirar o o grupo seleccionado" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Nome do grupo" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "ID do grupo" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID de usuario" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Retirar" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "Inicialización da xestión de grupos" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -470,11 +320,11 @@ "Produciuse un fallo coa inicialización. Consulte a\n" "función Interface do servizo de xestión de grupos" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "Produciuse un fallo ao contactar co servizo de grupo" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -482,113 +332,245 @@ "Asegúrese de que o servizo de grupo está instalado e activado.\n" "url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Obter o número de grupos" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "O número de grupos é 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "Prema no signo de desbloqueo no canto superior esquerdo" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "Prema no botón de desbloqueo na páxina de «cambio de grupo»" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Xestión dos grupos" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Nome do grupo" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Usuario actual -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "ID do grupo" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Novo nome do grupo" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Seleccione un usuario para engadilo ao novo grupo" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Nome de usuario" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID de usuario" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Retirar" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Crear un grupo de usuarios" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" +"Crear satisfactoriamente un grupo de usuarios. Vexa o final da lista de " +"cambios de grupos." + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Cambiar de grupos" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Crear grupos" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Retirar grupos" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Usuario actual - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Esta semana" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "A semana pasada" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Hoxe" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Onte" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%e de %b " -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%e de %b de %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Sesión rematada" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Sesión iniciada" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — Actividade da conta" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "anterior" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "seguinte" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "A conta está desactivada." + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Obter información do usuario" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "o número de usuarios é 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Máis…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Non se atopou ningún idioma" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Cancelar" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Feito" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Usuario actual - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Estabelecela agora" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Contrasinal do usuario" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Retorno" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Mensaxe" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "O novo contrasinal debe ser diferente do anterior" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Tente cambiar algunhas letras e números" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Tente cambiar un pouco máis o contrasinal" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Un contrasinal sen o seu nome de usuario sería máis forte" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Tente evitar o uso de seu nome no contrasinal" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Tente evitar algunhas das palabras incluídas no contrasinal" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Tente evitar palabras comúns" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Tente evitar a reordenación das palabras existentes" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Tente empregar máis números" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Tente empregar máis letras maiúsculas" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Tente empregar máis letras minúsculas" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" +"Tente empregar máis caracteres especiais, como os signos de puntuación" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Tente empregar unha mestura de letras, números e signos de puntuación" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Tente evitar a repetición do mesmo carácter" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Tente evitar a repetición do mesmo tipo de carácter: necesita mesturar " +"letras, números e signos de puntuación." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Tente evitar secuencias como 1234 ou abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "O contrasinal deberá ter unha lonxitude de máis de 8 caracteres" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Engadir un usuario" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Xestión de usuarios do Mate" diff -Nru mate-user-admin-1.6.0/po/gu.po mate-user-admin-1.7.0/po/gu.po --- mate-user-admin-1.6.0/po/gu.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/gu.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Gujarati (https://www.transifex.com/mate/teams/13566/gu/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "પાસવર્ડ" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "બંધ કરો" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "પૂરું નામ" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "પાસવર્ડ" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "પૂરું નામ" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "બંધ કરો" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "રદ કરો (_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "પસંદ કરો" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "ખોલો (_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "સંદેશો" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "વપરાશકર્તા ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "દૂર કરો" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "વપરાશકર્તા ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "દૂર કરો" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "રદ કરો" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "સંદેશો" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "રદ કરો" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ha.po mate-user-admin-1.7.0/po/ha.po --- mate-user-admin-1.6.0/po/ha.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ha.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Hausa (https://www.transifex.com/mate/teams/13566/ha/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" -msgstr "" +#: src/user-avatar.c:253 +msgid "_Open" +msgstr "_Buɗe" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:455 -msgid "_Open" -msgstr "_Buɗe" - -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Cire" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Cire" - -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Soke" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Soke" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/he.po mate-user-admin-1.7.0/po/he.po --- mate-user-admin-1.6.0/po/he.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/he.po 2022-12-23 02:32:30.000000000 +0000 @@ -4,18 +4,19 @@ # FIRST AUTHOR , YEAR. # # Translators: -# shy tzedaka , 2019 # Yaron Shahrabani , 2019 # Stefano Karapetsas , 2019 +# Omer I.S. , 2020 +# shy tzedaka , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: shy tzedaka , 2020\n" "Language-Team: Hebrew (https://www.transifex.com/mate/teams/13566/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,528 +49,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "פתיחת קובץ" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "שפה" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "ססמה" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "סגירה" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "אישור" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "שם מלא" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "סטנדרטי" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "סיסמה" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "אישור" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "סגירה" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "יצירת משתמש חדש" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" -msgstr "_בטל" +msgstr "_ביטול" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "בחר" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_פתח" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "שפה" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "הודעה" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "מזהה משתמש" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "הסר" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "מזהה משתמש" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "הסר" +#: src/user-history.c:146 +msgid "Today" +msgstr "היום" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "ביטול" + +#: src/user-language.c:672 +msgid "Done" +msgstr "הושלם" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" +msgstr "סיסמת משתמש" + +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:190 +msgid "Message" +msgstr "הודעה" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "היום" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "ביטול" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "הושלם" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "אורך הסיסמה צריך להיות יותר מ 8 אותיות." + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/hi.po mate-user-admin-1.7.0/po/hi.po --- mate-user-admin-1.6.0/po/hi.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/hi.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Hindi (https://www.transifex.com/mate/teams/13566/hi/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "पासवर्ड" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "बंद करें" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "पूरा नाम" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "पासवर्ड" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "पूरा नाम" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "बंद करें" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "रद्द करें (_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "चुनें" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "खोलें (_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "संदेश" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "उपयोक्ता पहचान" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "निकलें" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "उपयोक्ता पहचान" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "निकलें" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "रद्द करें" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "संदेश" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "रद्द करें" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/hr.po mate-user-admin-1.7.0/po/hr.po --- mate-user-admin-1.6.0/po/hr.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/hr.po 2022-12-23 02:32:30.000000000 +0000 @@ -6,17 +6,17 @@ # Translators: # Ivica Kolić , 2019 # Stefano Karapetsas , 2019 -# stemd , 2019 # Elvis M. Lukšić , 2019 +# stemd , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Elvis M. Lukšić , 2019\n" +"Last-Translator: stemd , 2021\n" "Language-Team: Croatian (https://www.transifex.com/mate/teams/13566/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -49,528 +49,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "otvori datoteku" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "Neuspjelo stvaranje PID datoteke" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "snimi datoteku" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "neuspjelo snimanje PID datoteke" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "neuspjelo otvaranje PID datoteke" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "učitaj datoteku" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "neuspjelo čitanje PID datoteke" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Ne postoji takav korisnik!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Tip računa" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Običan" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Administratori" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Jezik" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Bez postavki" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Zaporka" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Automatska prijava" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Vrijeme prijave" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Upravljanje grupama" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Postavke grupa" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Račun je onemogućen" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Postavi zaporku" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Zatvori" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Potvrdi" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Zaporka" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "stvaranje zaporke" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Ukloni korisnika" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Ne možete obrisati vlastiti račun." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "Korisničko ime ne može početi s - ." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Korisničko ime" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Puno ime" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Tip računa" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Običan" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administratori" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Zaporka" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "stvaranje zaporke" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Potvrdi" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Zatvori" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Stvori novog korisnika" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Opozovi" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Odaberi" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Otvori" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Promijeni ime" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Popis korisnika" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Dodaj korisnika" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Poruka" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Bez postavki" -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Jezik" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Automatska prijava" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Vrijeme prijave" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Upravljanje grupama" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Postavke grupa" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Promijeni ime" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "Zaporka ne može biti kraća od 8 znakova" - -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "Ime grupe već postoji. Molimo odaberite drugo ime." -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Stvori novu grupu" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Ukloni" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Ukloni" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-group.c:1087 +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Promijeni grupe" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "" + +#: src/user-history.c:40 msgid "This Week" msgstr "Ovaj tjedan" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "Prethodni tjedan" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "danas" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "jučer" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "prethodni" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "sljedeći" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Račun je onemogućen" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "" + +#: src/user-language.c:195 msgid "More…" msgstr "Više..." -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Jezici nisu nađeni" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Opozovi" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Obavljeno" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Zaporka" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Poruka" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Zaporka ne može biti kraća od 8 znakova" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Dodaj korisnika" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/hu.po mate-user-admin-1.7.0/po/hu.po --- mate-user-admin-1.6.0/po/hu.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/hu.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,18 +5,18 @@ # # Translators: # KAMI KAMI , 2019 -# Balázs Meskó , 2019 -# Rezső Páder , 2019 +# Balázs Meskó , 2019 # Stefano Karapetsas , 2019 +# Rezső Páder , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Rezső Páder , 2020\n" "Language-Team: Hungarian (https://www.transifex.com/mate/teams/13566/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,19 +26,19 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "" +msgstr "Felhasználói fiókok kezelése" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" -msgstr "" +msgstr "Hitelesítés szükséges a felhasználó adatainak módosításához" #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "MATE felhasználó kezelő" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "Helyi felhasználók és csoportok kezelése" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -49,528 +49,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "fájl megnyitása" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "" +msgstr "PID fájl létrehozása sikertelen" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "fájl írása" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "" +msgstr "PID fájl írása sikertelen" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "" +msgstr "PID fájl megnyitása sikertelen" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "" +msgstr "fájl olvasása" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Nyelv" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Jelszó" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" +msgstr "PID fájl olvasása sikertelen" -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Bezárás" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Megerősítés" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" +msgstr "Felhasználó törlése" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." +msgstr "A saját fiók nem törölhető." -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" -msgstr "" +msgstr "Felhasználó saját könyvtárának eltávolítása" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" -msgstr "" +msgstr "Felhasználó létrehozása" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Teljes név" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Fiók típusa" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Adminisztrátor" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" -msgstr "" +msgstr "A két jelszó nem egyezik" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Jelszó" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Beállítás később" + +#: src/user-admin.c:764 msgid "Now set the password" -msgstr "" +msgstr "Jelszó beállítása most" + +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "jelszó generálás" -#: src/user-admin.c:864 +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Megerősítés" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Bezárás" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Új felhasználó létrehozása" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "Mé_gse" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Kijelölés" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Megnyitás" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Nincs beállítás" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Nyelv" -#: src/user-list.c:125 -msgid "User List" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Automatikus bejelentkezés" -#: src/user-list.c:225 -msgid "Add User" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Bejelentkezés ideje" -#: src/user-share.c:169 -msgid "_Return" -msgstr "" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Csoportkezelés" -#: src/user-share.c:189 -msgid "Message" -msgstr "Üzenet" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Csoportok beállítása" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Név módosítása" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Csoport neve" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" -msgstr "" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Csoport ID" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." -msgstr "" +#: src/user-group-window.c:620 +msgid "New Group Name" +msgstr "Új csoport neve" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" -msgstr "" +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Felhasználónév" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Felhasználóazonosító" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Eltávolítás" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" +#: src/user-group-window.c:890 +msgid "Create Groups" +msgstr "Csoportok létrehozása" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" -msgstr "" +#: src/user-group-window.c:894 +msgid "Remove Groups" +msgstr "Csoportok törlése" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" +#: src/user-history.c:40 +msgid "This Week" +msgstr "Ez a hét" -#: src/user-group.c:690 -msgid "User ID" -msgstr "Felhasználóazonosító" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "Utolsó hét" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Eltávolítás" +#: src/user-history.c:146 +msgid "Today" +msgstr "Ma" -#: src/user-group.c:757 -msgid "Initialization group management" -msgstr "" +#: src/user-history.c:150 +msgid "Yesterday" +msgstr "Tegnap" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" -msgstr "" +#: src/user-history.c:160 +msgid "%b %e, %Y" +msgstr "%Y. %b %d" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" +msgstr "%s — fiók aktivitás" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" +#: src/user-history.c:397 +msgid "previous" +msgstr "előző" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" +msgstr "következő" + +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Ez a fiók le van tiltva." + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Felhasználók lekérdezése" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "nincsenek felhasználók" + +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Mégse" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Kész" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Beállítás most" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Felhasználó jelszava" + +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:190 +msgid "Message" +msgstr "Üzenet" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Ma" +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Mégse" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Kész" +#: src/user-window.c:277 +msgid "Add User" +msgstr "Felhasználó hozzáadása" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "" +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "MATE felhasználó kezelő" diff -Nru mate-user-admin-1.6.0/po/hy.po mate-user-admin-1.7.0/po/hy.po --- mate-user-admin-1.6.0/po/hy.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/hy.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Siranush , 2019\n" "Language-Team: Armenian (https://www.transifex.com/mate/teams/13566/hy/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Ստանդարտ" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Լեզու" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Գաղտնաբառ" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Փակ" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Հաստատել" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Լրիվ Անունը" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Ստանդարտ" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Գաղտնաբառ" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Հաստատել" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Փակ" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Չեղարկել " -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Բացել" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 +#: src/user-base.c:212 +msgid "No Settings" +msgstr "" + +#: src/user-base.c:252 +msgid "Language" +msgstr "Լեզու" + +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "" + +#: src/user-base.c:288 +msgid "Login time" +msgstr "" + +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "" + +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "" + +#: src/user-face.c:120 msgid "Change Name" msgstr "" -#: src/user-face.c:657 +#: src/user-face.c:120 msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:709 +#: src/user-face.c:181 msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Հեռացնել" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:146 +msgid "Today" +msgstr "Այսօր" + +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Հեռացնել" +#: src/user-history.c:402 +msgid "next" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Չեղարկել" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Այսօր" +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Չեղարկել" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/id.po mate-user-admin-1.7.0/po/id.po --- mate-user-admin-1.6.0/po/id.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/id.po 2022-12-23 02:32:30.000000000 +0000 @@ -9,15 +9,16 @@ # Hatta.z, 2019 # Febrian Setianto (Feber) , 2019 # Stefano Karapetsas , 2019 +# Andika Triwidada , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Andika Triwidada , 2021\n" "Language-Team: Indonesian (https://www.transifex.com/mate/teams/13566/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,19 +28,19 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "" +msgstr "Mengelola akun pengguna" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" -msgstr "" +msgstr "Autentikasi diperlukan untuk mengubah data pengguna" #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "Manajer MATE" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "Mengelola Pengguna dan Grup Lokal Linux" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -49,529 +50,530 @@ "record. By working with group-service, groups of users can be managed, such " "as adding/removing existing groups and creating/deleting new groups." msgstr "" +"Manajer Mate adalah aplikasi grafis yang mengelola pengguna dan grup lokal. " +"Ini bisa menambah dan menghapus pengguna lokal, mengubah nama pengguna, " +"jenis pengguna, bahasa pengguna, kata sandi pengguna, login otomatis. Anda " +"dapat melihat rekaman masuk pengguna. Dengan bekerja dengan group-service, " +"kelompok pengguna dapat dikelola, seperti menambah/menghapus grup yang ada " +"dan membuat/menghapus grup baru." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "buka berkas" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "" +msgstr "Pembuatan berkas pid gagal" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "tulis berkas" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "" +msgstr "menulis berkas pid gagal" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "" +msgstr "membuka berkas pid gagal" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "" +msgstr "baca berkas" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standar" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Bahasa" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Sandi" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" +msgstr "membaca berkas pid gagal" -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Tutup" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Konfirmasi" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" -msgstr "" +msgstr "Hapus Pengguna" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." -msgstr "" +msgstr "Anda tidak dapat menghapus akun Anda sendiri." + +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "pengguna masih log masuk" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Hapus pengguna '%s'" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" -msgstr "" +msgstr "Apakah akan menghapus direktori rumah pengguna" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" -msgstr "" +msgstr "Pengulangan nama pengguna. Silakan coba yang lain" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" -msgstr "" +msgstr "Pengulangan nama rumah pengguna. Silakan coba yang lain" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." -msgstr "" +msgstr "Nama pengguna tidak dapat dimulai dengan -." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" +"Nama pengguna hanya boleh terdiri dari huruf besar dan kecil \n" +"dari a-z, digit, dan karakter berikut: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" +"Ini akan digunakan untuk menamai folder rumah Anda dan tidak dapat diubah" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" -msgstr "" +msgstr "Membuat Pengguna" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Nama Pengguna" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nama Lengkap" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Jenis Akun" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standar" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administrator" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" -msgstr "" +msgstr "Kata sandi yang dimasukkan dua kali berbeda" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Kata sandi campuran meningkatkan keamanan" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Sandi" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Siapkan kali berikutnya" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" -msgstr "" +msgstr "Sekarang mengatur password" + +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "pembuatan kata sandi" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Konfirmasi" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Tutup" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "Buat Pengguna Baru" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" -msgstr "" +msgstr "Buat Berkas Pangkas" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" -msgstr "" +msgstr "gagal membuat berkas sementara untuk data gambar" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Batal" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Pilih" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" -msgstr "" +msgstr "Muat Gambar Lokal" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" -msgstr "" +msgstr "Ramban untuk lebih banyak gambar" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "B_uka" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" -msgstr "" +msgstr "Gambar Lokal" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" -msgstr "" +msgstr "Daftar avatar" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" -msgstr "" - -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" - -#: src/user-list.c:125 -msgid "User List" -msgstr "" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Pesan" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" +msgstr "Tidak ada alamat untuk menyimpan foto" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Tidak Ada Pengaturan" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Bahasa" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Logon otomatis" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Waktu login" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Kelola Grup" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Mengatur Grup" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Ganti Nama" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Silakan masukkan karakter yang valid" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Gunakan Tombol Enter untuk Menyimpan Modifikasi" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" -msgstr "" +msgstr "Pengulangan nama grup. Silakan coba yang lain" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." -msgstr "" +msgstr "Nama grup tidak dapat dimulai dengan -." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" -msgstr "" +msgstr "Karakter pertama dari nama grup perlu menggunakan huruf" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" +"Nama grup hanya boleh berupa huruf besar dan kecil \n" +"dari a-z, digit, dan karakter berikut:. - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" -msgstr "" +msgstr "Buat Grup Baru" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" -msgstr "" - -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" +msgstr "Buat Grup Baru Gagal" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" -msgstr "" - -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" +msgstr "Hapus Grup" -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" -msgstr "" +msgstr "Apakah akan menghapus grup yang dipilih" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID Pengguna" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Hapus" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" -msgstr "" +msgstr "Inisialisasi manajemen grup" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" +"Inisialisasi gagal, silakan lihat fungsi \n" +" Antar Muka Layanan Manajemen Grup" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" -msgstr "" +msgstr "Gagal menghubungi layanan grup" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" +"Pastikan bahwa group-service diinstal dan diaktifkan.\n" +" URL: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "" - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" -msgstr "" +msgstr "Klik tombol buka kunci pada halaman \"switch-group\"" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Nama Group" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "ID Grup" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" -msgstr "" +msgstr "Nama Grup Baru" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" +msgstr "Silakan pilih pengguna untuk ditambahkan ke grup baru" + +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Nama Pengguna" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID Pengguna" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Hapus" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "Id grup" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Buat Grup Pengguna" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" +"Sukses Membuat Grup Pengguna, Silakan lihat akhir daftar switch-group." -#: src/user-group.c:1087 +#: src/user-group-window.c:886 msgid "Switch Groups" -msgstr "" +msgstr "Beralih Grup" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" -msgstr "" +msgstr "Buat Grup" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" -msgstr "" +msgstr "Hapus Grup" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Pengguna Saat Ini - %s" + +#: src/user-history.c:40 msgid "This Week" -msgstr "" +msgstr "Minggu Ini" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" -msgstr "" +msgstr "Minggu Lalu" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Hari ini" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" -msgstr "" +msgstr "Kemarin" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" -msgstr "" +msgstr "%e %b" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" -msgstr "" +msgstr "%e b% %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" -msgstr "" +msgstr "Sesi Berakhir" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" -msgstr "" +msgstr "Sesi Dimulai" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" -msgstr "" +msgstr "%s — Aktivitas Akun" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" -msgstr "" +msgstr "sebelumnya" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" -msgstr "" +msgstr "berikutnya" + +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Akun dinonaktifkan" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Dapatkan Info Pengguna" -#: src/user-language.c:120 +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "cacah pengguna adalah 0" + +#: src/user-language.c:195 msgid "More…" -msgstr "" +msgstr "Lebih banyak…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" -msgstr "" +msgstr "Tidak ada bahasa yang ditemukan" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Batal" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Selesai" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Kata sandi tidak cocok." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Sekarang telah siap" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Kata Sandi Pengguna" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Return" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Pesan" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Kata sandi baru harus berbeda dari yang lama" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Cobalah mengubah beberapa huruf dan angka" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Cobalah mengubah kata sandi sedikit lebih lagi" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Kata sandi tanpa nama pengguna Anda akan lebih kuat" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Cobalah untuk menghindari menggunakan nama Anda di kata sandi" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "" +"Cobalah untuk menghindari beberapa kata yang disertakan dalam kata sandi" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Cobalah hindari kata-kata umum" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Cobalah untuk menghindari penataan ulang kata yang ada" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Cobalah untuk menggunakan lebih banyak angka" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Cobalah untuk menggunakan lebih banyak huruf besar" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Cobalah untuk menggunakan lebih banyak huruf kecil" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Coba gunakan karakter khusus lainnya, seperti tanda baca" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Cobalah untuk menggunakan campuran huruf, angka, dan tanda baca" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Cobalah untuk menghindari mengulangi karakter yang sama" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" +"Cobalah untuk menghindari pengulangan tipe karakter yang sama: Anda perlu " +"mencampur huruf, angka, dan tanda baca." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Cobalah untuk menghindari urutan seperti 1234 atau abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Panjang kata sandi perlu lebih dari 8 karakter" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "Beberapa pengaturan harus dibuka kuncinya sebelum mereka dapat diubah" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Tambah Pengguna" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Manajer Pengguna Mate" diff -Nru mate-user-admin-1.6.0/po/ie.po mate-user-admin-1.7.0/po/ie.po --- mate-user-admin-1.6.0/po/ie.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ie.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Caarmi, 2019\n" "Language-Team: Interlingue (https://www.transifex.com/mate/teams/13566/ie/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Lingue" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Contrasigne" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Cluder" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirmar" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nómine complet" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Contrasigne" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirmar" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Cluder" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Anullar" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Aperter" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 +#: src/user-base.c:212 +msgid "No Settings" +msgstr "" + +#: src/user-base.c:252 +msgid "Language" +msgstr "Lingue" + +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "" + +#: src/user-base.c:288 +msgid "Login time" +msgstr "" + +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "" + +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "" + +#: src/user-face.c:120 msgid "Change Name" msgstr "" -#: src/user-face.c:657 +#: src/user-face.c:120 msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:709 +#: src/user-face.c:181 msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Remover" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Remover" +#: src/user-history.c:397 +msgid "previous" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Anullar" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Anullar" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ig.po mate-user-admin-1.7.0/po/ig.po --- mate-user-admin-1.6.0/po/ig.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ig.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Igbo (https://www.transifex.com/mate/teams/13566/ig/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" -msgstr "" +#: src/user-avatar.c:253 +msgid "_Open" +msgstr "_Mepee" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:455 -msgid "_Open" -msgstr "_Mepee" - -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Wepụ" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Wepụ" - -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Wepụ" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Wepụ" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/is.po mate-user-admin-1.7.0/po/is.po --- mate-user-admin-1.6.0/po/is.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/is.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Sveinn í Felli , 2019\n" "Language-Team: Icelandic (https://www.transifex.com/mate/teams/13566/is/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Tungumál" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Lykilorð" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Fullt nafn" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Lykilorð" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Fullt nafn" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Hætta við" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Velja" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Opna" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Tungumál" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Skilaboð" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Fjarlægja" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Fjarlægja" +#: src/user-history.c:146 +msgid "Today" +msgstr "Í dag" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Hætta við" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Í dag" +#: src/user-share.c:170 +msgid "_Return" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Skilaboð" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Hætta við" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/it.po mate-user-admin-1.7.0/po/it.po --- mate-user-admin-1.6.0/po/it.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/it.po 2022-12-23 02:32:30.000000000 +0000 @@ -4,19 +4,19 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Giuseppe Pignataro , 2019 # Enrico B. , 2019 # Stefano Karapetsas , 2019 -# Alessandro Volturno , 2019 +# Giuseppe Pignataro , 2021 +# Alessandro Volturno , 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Alessandro Volturno , 2019\n" +"Last-Translator: Alessandro Volturno , 2022\n" "Language-Team: Italian (https://www.transifex.com/mate/teams/13566/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,19 +26,19 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "Gestione account utenti" +msgstr "Gestisce gli account utenti" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" -msgstr "Autenticazione obbligatoria per modificare i dati utente" +msgstr "È richiesta l'autenticazione per modificare i dati dell'utente" #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "Manager MATE " +msgstr "MATE Manager" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "Gestire Utenti Locali e Gruppi Linux" +msgstr "Gestire Utenti Locali e Gruppi in Linux" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -48,165 +48,76 @@ "record. By working with group-service, groups of users can be managed, such " "as adding/removing existing groups and creating/deleting new groups." msgstr "" -"Manager Mate è una applicazione grafica che gestisce gruppi e utenti locali." -" Può aggiungere o cancellare utenti locali, cambiare nome utente, tipo " -"utente, lingua utente, password utente, login automatico. È possibile " +"Mate Manager è una applicazione grafica che gestisce gruppi e utenti locali." +" Può aggiungere o cancellare utenti locali, cambiare il nome utente, tipo " +"di utente, lingua utente, password utente, login automatico. È possibile " "visualizzare il rapporto di login utente. Lavorando con servizi di gruppo, " "possono essere gestiti gruppi di utenti, come ad esempio " "aggiungere/rimuovere gruppi esistenti e creare/cancellare nuovi gruppi." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "Inserimento icona fallita" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "Manager Utente Mate" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "apri file" +msgstr "apri un file" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "Creazione file pid fallita" +msgstr "Creazione del file pid fallita" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "Scrivi file" +msgstr "Scrivi il file" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "Scrittura file pid fallita" +msgstr "La scrittura del file pid è fallita" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "Apertura file pid fallita" +msgstr "L'apertura del file pid è fallita" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "Leggi file" +msgstr "Leggi il file" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "Lettura file pid fallita" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Nessun utente!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Tipo account" +msgstr "La lettura del file pid è fallita" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Predefinito" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Amministratori" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Lingua" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Nessuna impostazione" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Password" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Accesso automatico" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Ora di accesso" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Gestione gruppi" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Impostazioni gruppi" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Account disabilitato" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Imposta successivamente" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Inserimento info utente" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "Conteggio utente è 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Imposta password" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Chiudi" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Conferma" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Imposta adesso" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Password utente" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "Genera password" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Rimuovi utente" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Non puoi eliminare il tuo account." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "l'utente è ancora connesso" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Rimuovi l'utente '%s'" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" -msgstr "Rimuovere o meno la cartella home dell'utente" +msgstr "Indica se rimuovere o meno la cartella home dell'utente" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" -msgstr "Nome utente ripetuto. Riprova" +msgstr "Nome utente ripetuto. PEr favore inserirne un altro" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" -msgstr "Nome home utente ripetuto. Riprova" +msgstr "Nome della home utente ripetuto. Per favore provarne un altro" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." -msgstr "Il nome utente non può iniziare con - ." +msgstr "Il nome utente non può iniziare con un - ." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -214,381 +125,453 @@ "Il nome utente deve essere composto da lettere maiuscole \n" "o minuscole dalla a alla z, numeri e i seguenti caratteri: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" -msgstr "Verrà usato per creare la cartella home e non può esser cambiato" +msgstr "Verrà utilizzato per creare la cartella home e non può esser cambiato" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" -msgstr "Creazione utente" +msgstr "Creazione di un utente" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "Nome utente" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nome completo" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Tipo di account" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Amministratori" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "Le password inserite non corrispondono" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Le password ibride migliorano la sicurezza" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Le password miste migliorano la sicurezza" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Password" -#: src/user-admin.c:788 +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Imposta successivamente" + +#: src/user-admin.c:764 msgid "Now set the password" -msgstr "Imposta password ora" +msgstr "Adesso Imposta la password" + +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "Genera la password" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Conferma" -#: src/user-admin.c:864 +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Chiudi" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Crea nuovo utente" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" -msgstr "Crea file di ritaglio" +msgstr "Crea il file Crop" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" -msgstr "Creazione file temporaneo per i dati immagine fallita" +msgstr "Creazione del file temporaneo per i dati dell'immagine fallita" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "A_nnulla" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" -msgstr "Selezione" +msgstr "Seleziona" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" -msgstr "Carica immagine locale" +msgstr "Carica un'immagine locale" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Sfoglia per altre immagini" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Apri" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "Fare clic sulla finestra principale chiude la selezione dell'immagine" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Immagine locale" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Lista avatar" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "Nessun indirizzo per archiviare le foto" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Modifica nome" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Inserisci un carattere valido" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Usa il tasto Invio per salvare le modifiche" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Lista utenti" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Aggiungi utente" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "_Annulla" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Messaggio" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "La nuova password deve essere diversa dalla precedente" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Prova a cambiare alcune lettere o numeri" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Prova a modificare di più la password" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "Una password senza il tuo nome utente sarebbe più robusta" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Evita di inserire il tuo nome nella password" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Evita alcune parole inserite nella password" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Evita parole comuni" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Evita di cambiare l'ordine delle stesse parole" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Cerca di usare più numeri" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Nessuna impostazione" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Cerca di usare più lettere maiuscole" +#: src/user-base.c:252 +msgid "Language" +msgstr "Lingua" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Cerca di usare più lettere minuscole" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Accesso automatico" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "Cerca di usare più caratteri speciali come la punteggiatura" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Ora di accesso" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "Cerca di usare un mix di lettere, numeri e punteggiatura" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Gestione del gruppo" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Evita di ripetere lo stesso carattere" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Impostazioni dei gruppi" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Evita di ripetere caratteri dello stesso tipo: crea un mix di lettere, " -"numeri e punteggiatura." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Modifica nome" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Evita sequenze come 1234 o abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Per favore inserire un carattere valido" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "La lunghezza minima della password è 8 caratteri" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Usa il tasto Invio per salvare le modifiche" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" -msgstr "Nome gruppo ripetuto. Riprova" +msgstr "Nome del gruppo ripetuto. Per favore inserirne un altro" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "Il nome del gruppo non può iniziare con - ." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "Il primo carattere del nome del gruppo deve essere una lettera" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -"Il nome del gruppo deve essere composto da lettere maiuscole \n" -"o minuscole dalla a alla z, numeri e i seguenti caratteri: . - _" +"Il nome del gruppo deve essere composto da lettere\n" +"maiuscole o minuscole dalla a alla z, numeri e i seguenti caratteri: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" -msgstr "Crea nuovo gruppo" +msgstr "Crea un nuovo gruppo" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" -msgstr "Creazione nuovo gruppo fallita" - -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Crea gruppo utente" +msgstr "La creazione del nuovo gruppo è fallita" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" -"Creazione gruppo utenti completato, controlla alla fine della lista switch-" -"groups." - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" -msgstr "Rimuovi gruppo" - -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "Impossibile rimuovere il gruppo root" +msgstr "Rimuovi il gruppo" -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" -msgstr "Rimuovere o meno il gruppo selezionato" - -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Nome gruppo" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "ID gruppo" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID utente" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Rimuovi" +msgstr "Indica se rimuovere o meno il gruppo selezionato" -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" -msgstr "Avvio gestione gruppi" +msgstr "Gestione di inizializzazione del gruppo " -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" -"Avvio fallito, controlla funzionamento della \n" -"Interfaccia del servizio di gestione gruppo" +"Inizializzazione fallita, per favore controllare Groupo\n" +"funzione Management Service Interface." -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" -msgstr "Collegamento con il servizio non riuscito" +msgstr "Errore nel contattare il servizio di gruppo" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" -"Assicurati che il group-service sia installato e abilitato.\n" +"Per favore assicurarsi che il group-service sia installato e abilitato.\n" " url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Ottieni numero dei gruppi" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "Il numero di gruppi è 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "Premi il simbolo di sblocco nell'angolo in alto a sinistra" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" -msgstr "Fai clic sul tasto di sblocco nella scheda \"cambio gruppo\"" +msgstr "Fare clic sul tasto di sblocco nella scheda \"cambia gruppo\"" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Gestione gruppi" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Nome del gruppo" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Utente attuale -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "ID del gruppo" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Nome del nuovo gruppo" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" -msgstr "Seleziona l'utente da aggiungere al nuovo gruppo" +msgstr "Selezionare l'utente da aggiungere al nuovo gruppo" + +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Nome utente" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID utente" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Rimuovi" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "ID del Gruppo" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Crea un gruppo di utenti" -#: src/user-group.c:1087 +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" +"Creazione del gruppo di utenti completato, controllare alla fine della lista" +" switch-groups." + +#: src/user-group-window.c:886 msgid "Switch Groups" -msgstr "Cambio gruppo" +msgstr "Cambia gruppi" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" -msgstr "Crea gruppo" +msgstr "Crea gruppi" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" -msgstr "Rimuovi gruppo" +msgstr "Rimuovi gruppi" + +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Utente attuale -- %s" -#: src/user-history.c:43 +#: src/user-history.c:40 msgid "This Week" msgstr "Questa settimana" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" -msgstr "Ultima settimana" +msgstr "La settimana scorsa" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Oggi" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Ieri" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Sessione conclusa" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Sessione avviata" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" -msgstr "%s — Attività account" +msgstr "%s — Attività dell'account" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "precedente" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "successivo" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Account disabilitato" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Ottieni informazioni sull'utente" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "Il numero di utenti è 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Altro…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Nessuna lingua trovata" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Annulla" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Fatto" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Utente attuale -- %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Le password non corrispondono." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Imposta adesso" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Password utente" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Annulla" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Messaggio" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "La nuova password deve essere diversa dalla precedente" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Prova a cambiare alcune lettere o numeri" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Prova a modificare la password un po' di più" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Una password senza il tuo nome utente sarebbe più robusta" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Evita di inserire il tuo nome nella password" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Evita alcune parole inserite nella password" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Evita parole comuni" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Evita di cambiare l'ordine delle parole esistenti" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Cerca di usare più numeri" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Cerca di usare più lettere maiuscole" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Cerca di usare più lettere minuscole" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Cerca di usare più caratteri speciali, come punteggiatura" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Cerca di usare un mix di lettere, numeri e punteggiatura" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Evita di ripetere lo stesso carattere" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Evita di ripetere caratteri dello stesso tipo: crea un mix di lettere, " +"numeri e punteggiatura." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Evita sequenze come 1234 o abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "La lunghezza minima della password è 8 caratteri" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" +"Alcune impostazioni devono essere sbloccate prima di poter essere modificate" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Aggiungi utente" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Mate User Manager" diff -Nru mate-user-admin-1.6.0/po/ja.po mate-user-admin-1.7.0/po/ja.po --- mate-user-admin-1.6.0/po/ja.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ja.po 2022-12-23 02:32:30.000000000 +0000 @@ -4,20 +4,21 @@ # FIRST AUTHOR , YEAR. # # Translators: +# Stefano Karapetsas , 2019 # ABE Tsunehiko, 2019 # Rockers , 2019 # Yoshifumi Kinoshita , 2019 -# Stefano Karapetsas , 2019 # Aefgh Threenine , 2019 +# Green, 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Aefgh Threenine , 2019\n" +"Last-Translator: Green, 2021\n" "Language-Team: Japanese (https://www.transifex.com/mate/teams/13566/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,15 +32,15 @@ #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" -msgstr "ユーザーデータの変更には認証が必要" +msgstr "ユーザーデータの変更には認証が必要です" #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "MATE マネージャ" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "Linux のローカルユーザーとグループの管理" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -49,529 +50,521 @@ "record. By working with group-service, groups of users can be managed, such " "as adding/removing existing groups and creating/deleting new groups." msgstr "" +"Mate " +"マネージャは、ローカルユーザーとグループを管理するグラフィカルなアプリケーションです。ローカルユーザーの追加と削除、ユーザー名の変更、ユーザーのタイプ変更、ユーザーの言語変更、ユーザーのパスワード変更、自動ログインなどの設定が可能です。ユーザーのログイン記録を見ることができます。グループサービスと連携することで、既存のグループの追加・削除や、新しいグループの作成・削除など、ユーザーのグループを管理することができます。" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "ファイルを開く" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "" +msgstr "pidファイルの作成を失敗" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "ファイルの書き込み" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "" +msgstr "pid ファイルの書き込み失敗" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "" +msgstr "pid ファイルを開くことができなせん" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "" +msgstr "ファイルの読み込み" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" +msgstr "pid ファイルを読み込めません" -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "アカウントタイプ" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "標準" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "管理者" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "言語" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "パスワード" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "自動ログオン" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "閉じる" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "確認" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "ユーザーの削除" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." -msgstr "" +msgstr "自分自身のアカウントを削除することはできません。" + +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "ユーザーは現在ログイン中です" -#: src/user-admin.c:217 +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "'%s' ユーザーの削除" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" -msgstr "" +msgstr "ユーザーのホームディレクトリを削除しますか" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" -msgstr "" +msgstr "ユーザー名の重複です。別のユーザー名を試してください。" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" -msgstr "" +msgstr "ユーザーのホーム名の重複です。別の名前を試してください。" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." -msgstr "" +msgstr "ユーザ名は a - で始めることができません!" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" +"ユーザー名は大文字と小文字だけで構成されています。\n" +"a-z の文字や数字と次の記号です: .- " -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" -msgstr "" +msgstr "これがホームフォルダの名前として使用され、変更することはできません。" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" -msgstr "" +msgstr "ユーザーの作成" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "ユーザーの名前" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" -msgstr "氏名" +msgstr "フルネーム" + +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "アカウントのタイプ" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "標準" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "管理者" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" -msgstr "" +msgstr "2回入力したパスワードが異なっています" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "パスワードを使い分けるとセキュリティが向上" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "パスワード" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "次回に設定する" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" -msgstr "" +msgstr "パスワードを設定します" + +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "自動生成したパスワード" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "確認" -#: src/user-admin.c:864 +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "閉じる" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "新しいユーザーの作成" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" -msgstr "" +msgstr "Crop ファイルを作成" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" -msgstr "" +msgstr "画像データの一時ファイル作成に失敗" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "キャンセル(_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "選択" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" -msgstr "" +msgstr "ローカルの画像を読み込む" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" -msgstr "" +msgstr "もっとたくさんの写真を見る" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "開く(_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" -msgstr "" +msgstr "ローカルの画像" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" -msgstr "" +msgstr "アバターの一覧" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" -msgstr "" - -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" +msgstr "写真を保存するアドレスがありません" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" - -#: src/user-list.c:125 -msgid "User List" -msgstr "ユーザーリスト" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "ユーザーの追加" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "メッセージ" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "設定なし" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "言語" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "自動ログオン" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "ログインの時刻" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "グループ管理" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "グループ設定" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "名前の変更" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "有効な文字を入力してください" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "修正内容を保存するには Enter キーを使用します" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" -msgstr "" +msgstr "グループ名の重複。違う名前を使ってください" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." -msgstr "" +msgstr "グループ名は a - で始めることができません。" -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" -msgstr "" +msgstr "グループ名の最初の文字にはアルファベットを使用してください" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" +"グループ名は大文字と小文字だけで構成されます。\n" +"a-z の文字や数字と次の記号です: .- " -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" -msgstr "" +msgstr "新規グループを作成" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" -msgstr "" - -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" +msgstr "新しいグループを作成することができません" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" -msgstr "" - -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" +msgstr "グループを削除" -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" -msgstr "" +msgstr "選択したグループを削除しますか" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "ユーザー ID" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "削除" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" -msgstr "" +msgstr "グループ管理を初期化" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" +"初期化失敗です。グループを見てください\n" +"マネジメントサービスのインタフェース機能" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" -msgstr "" +msgstr "グループサービスへの接続に失敗しました" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" +"グループサービスがインストールされ、有効になっているか確認してください。\n" +" url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "" - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" -msgstr "" +msgstr "\"swith-group\" ページのロック解除ボタンを押しください" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "グループ名" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "グループ ID" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" -msgstr "" +msgstr "新規グループ名" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" -msgstr "" +msgstr "新規グループに追加するユーザーを選択してください" + +#: src/user-group-window.c:648 +msgid "Username" +msgstr "ユーザ名" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ユーザー ID" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "削除" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "グループ ID" -#: src/user-group.c:1087 +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "ユーザーグループを作成" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "ユーザーグループの作成に成功しました。スイッチグループリストの最後を表示してください。" + +#: src/user-group-window.c:886 msgid "Switch Groups" -msgstr "" +msgstr "スイッチグループ" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" -msgstr "" +msgstr "グループを作成" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" -msgstr "" +msgstr "グループを削除" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "現在のユーザー - %s" + +#: src/user-history.c:40 msgid "This Week" -msgstr "" +msgstr "今週" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" -msgstr "" +msgstr "先週" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "今日" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" -msgstr "" +msgstr "昨日" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" -msgstr "" +msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" -msgstr "" +msgstr "%Y年 %B月%e日" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" -msgstr "" +msgstr "セッションの終了" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" -msgstr "" +msgstr "セッションの開始" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" -msgstr "" +msgstr "%s — アカウント・アクティビティ" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" -msgstr "" +msgstr "前へ" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" -msgstr "" +msgstr "次へ" + +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "アカウントは無効です" -#: src/user-language.c:120 +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "ユーザー情報の取得" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "ユーザー数は 0 です" + +#: src/user-language.c:195 msgid "More…" -msgstr "" +msgstr "もっと" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" -msgstr "" +msgstr "言語が見つかりません" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "キャンセル" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "完了" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "パスワードが一致しません。" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "今設定する" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "ユーザーのパスワード" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "戻る(_R)" + +#: src/user-share.c:190 +msgid "Message" +msgstr "メッセージ" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "新しいパスワードは、古いパスワードとは異なるものでないといけません" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "文字や数字を変えてみてください" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "パスワードを少し変えてみてください" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "ユーザー名を含まないパスワードの方が強力です" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "パスワードに自分の名前を使わないようにします" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "パスワードに単語が含まれるのを避けてください" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "一般的な言葉は避けるようにしてください" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "既存の単語を並べ替えないようにしてください" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "もっと多くの数字を使うようにしてください" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "もっと多くの大文字を使うようにしてください" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "もっと多くの小文字を使うようにしてください" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "句読点など、もっと特殊文字を使うようにします" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "文字や数字、句読点を組み合わせて使うようにしてください" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "同じ文字を繰り返し使うのは避けてください" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "同じ種類の文字の繰り返しを避けるには、文字、数字、句読点を混ぜる必要があります。" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "1234 や abcd のような並びシーケンスは避けてください" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "パスワードの長さは8文字以上必要です" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "一部の設定を変更するにはロック解除が必要です。" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "ユーザーの追加" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Mate ユーザー管理" diff -Nru mate-user-admin-1.6.0/po/kab.po mate-user-admin-1.7.0/po/kab.po --- mate-user-admin-1.6.0/po/kab.po 1970-01-01 00:00:00.000000000 +0000 +++ mate-user-admin-1.7.0/po/kab.po 2022-12-23 02:32:30.000000000 +0000 @@ -0,0 +1,555 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the mate-user-admin package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Slimane Selyan AMIRI , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: mate-user-admin\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" +"PO-Revision-Date: 2019-05-07 07:46+0000\n" +"Last-Translator: Slimane Selyan AMIRI , 2020\n" +"Language-Team: Kabyle (https://www.transifex.com/mate/teams/13566/kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: data/org.mate.user.admin.policy.in:11 +msgid "Manage user accounts" +msgstr "" + +#: data/org.mate.user.admin.policy.in:12 +msgid "Authentication is required to change user data" +msgstr "" + +#: data/mate-user-admin.appdata.xml.in:6 +msgid "MATE Manager" +msgstr "" + +#: data/mate-user-admin.appdata.xml.in:7 +msgid "Managing Linux Local Users and Groups" +msgstr "" + +#: data/mate-user-admin.appdata.xml.in:9 +msgid "" +"Mate Manager is a graphical application that manages local users and groups." +" It can add and delete local users, change user name, user type, user " +"language, user password, automatic login. You can view the user's login " +"record. By working with group-service, groups of users can be managed, such " +"as adding/removing existing groups and creating/deleting new groups." +msgstr "" + +#: src/main.c:38 src/main.c:81 +msgid "open file" +msgstr "" + +#: src/main.c:38 +msgid "Create pid file failed" +msgstr "" + +#: src/main.c:48 +msgid "write file" +msgstr "" + +#: src/main.c:48 +msgid "write pid file failed" +msgstr "" + +#: src/main.c:81 +msgid "open pid file failed" +msgstr "" + +#: src/main.c:86 +msgid "read file" +msgstr "" + +#: src/main.c:86 +msgid "read pid file failed" +msgstr "" + +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" +msgstr "" + +#: src/user-admin.c:185 +msgid "You cannot delete your own account." +msgstr "" + +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "" + +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" +msgstr "" + +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" +msgstr "" + +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" +msgstr "" + +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." +msgstr "" + +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" +msgstr "" + +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" +msgstr "" + +#: src/user-admin.c:485 +msgid "Creating User" +msgstr "" + +#: src/user-admin.c:570 +msgid "User Name" +msgstr "" + +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "" + +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" +msgstr "" + +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 +msgid "Now set the password" +msgstr "" + +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "" + +#: src/user-admin.c:931 +msgid "Create New User" +msgstr "" + +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" +msgstr "" + +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" +msgstr "" + +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" +msgstr "_Sefsex" + +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" +msgstr "" + +#: src/user-avatar.c:226 +msgid "Load Local Picture" +msgstr "" + +#: src/user-avatar.c:249 +msgid "Browse for more pictures" +msgstr "" + +#: src/user-avatar.c:253 +msgid "_Open" +msgstr "_Ldi" + +#: src/user-avatar.c:323 +msgid "Local Picture" +msgstr "" + +#: src/user-avatar.c:489 +msgid "Avatar list" +msgstr "" + +#: src/user-avatar.c:490 +msgid "There is no address to store photos" +msgstr "" + +#: src/user-base.c:212 +msgid "No Settings" +msgstr "" + +#: src/user-base.c:252 +msgid "Language" +msgstr "" + +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "" + +#: src/user-base.c:288 +msgid "Login time" +msgstr "" + +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "" + +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "" + +#: src/user-face.c:120 +msgid "Change Name" +msgstr "" + +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "" + +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "" + +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" +msgstr "" + +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." +msgstr "" + +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" +msgstr "" + +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" +msgstr "" + +#: src/user-group-window.c:185 +msgid "Create New Group" +msgstr "" + +#: src/user-group-window.c:192 +msgid "Create New Group Faild" +msgstr "" + +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" +msgstr "" + +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" +msgstr "" + +#: src/user-group-window.c:458 +msgid "Initialization group management" +msgstr "" + +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" +msgstr "" + +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" +msgstr "" + +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" +msgstr "" + +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" +msgstr "" + +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "" + +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "" + +#: src/user-group-window.c:620 +msgid "New Group Name" +msgstr "" + +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" +msgstr "" + +#: src/user-group-window.c:648 +msgid "Username" +msgstr "" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Supprimer" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" + +#: src/user-group-window.c:886 +msgid "Switch Groups" +msgstr "" + +#: src/user-group-window.c:890 +msgid "Create Groups" +msgstr "" + +#: src/user-group-window.c:894 +msgid "Remove Groups" +msgstr "" + +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "" + +#: src/user-history.c:40 +msgid "This Week" +msgstr "" + +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" + +#: src/user-history.c:146 +msgid "Today" +msgstr "" + +#: src/user-history.c:150 +msgid "Yesterday" +msgstr "" + +#: src/user-history.c:156 +msgid "%b %e" +msgstr "" + +#: src/user-history.c:160 +msgid "%b %e, %Y" +msgstr "" + +#: src/user-history.c:243 +msgid "Session Ended" +msgstr "" + +#: src/user-history.c:250 +msgid "Session Started" +msgstr "" + +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" +msgstr "" + +#: src/user-history.c:397 +msgid "previous" +msgstr "" + +#: src/user-history.c:402 +msgid "next" +msgstr "" + +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "" + +#: src/user-language.c:195 +msgid "More…" +msgstr "" + +#: src/user-language.c:225 +msgid "No languages found" +msgstr "" + +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Annuler" + +#: src/user-language.c:672 +msgid "Done" +msgstr "" + +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "" + +#: src/user-share.c:190 +msgid "Message" +msgstr "" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "" diff -Nru mate-user-admin-1.6.0/po/ka.po mate-user-admin-1.7.0/po/ka.po --- mate-user-admin-1.6.0/po/ka.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ka.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Georgian (https://www.transifex.com/mate/teams/13566/ka/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "პაროლი" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "სრული სახელი" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "პაროლი" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "სრული სახელი" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_გაუქმება" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "არჩევა" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_გახსნა" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "შეტყობინება" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "წაშლა" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "წაშლა" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "გაუქმება" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "შეტყობინება" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "გაუქმება" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/kk.po mate-user-admin-1.7.0/po/kk.po --- mate-user-admin-1.6.0/po/kk.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/kk.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Kazakh (https://www.transifex.com/mate/teams/13566/kk/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Қалыпты" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Тіл" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "пароль" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Жабу" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Құптау" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Толық аты" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Қалыпты" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "пароль" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Құптау" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Жабу" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "Ба_с тарту" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Таңдау" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "А_шу" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Тіл" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Хабарлама" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Өшіру" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Өшіру" +#: src/user-history.c:146 +msgid "Today" +msgstr "Бүгін" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Ба_с тарту" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Дайын" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Бүгін" +#: src/user-share.c:190 +msgid "Message" +msgstr "Хабарлама" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Ба_с тарту" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Дайын" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/kn.po mate-user-admin-1.7.0/po/kn.po --- mate-user-admin-1.6.0/po/kn.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/kn.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Kannada (https://www.transifex.com/mate/teams/13566/kn/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "ಭಾಷೆ" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "ಗುಪ್ತಪದ" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "ಮುಚ್ಚು" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "ಸಂಪೂರ್ಣ ಹೆಸರು" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "ಗುಪ್ತಪದ" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "ಸಂಪೂರ್ಣ ಹೆಸರು" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "ಮುಚ್ಚು" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "ರದ್ದು ಮಾಡಲಾಗಿದೆ(_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "ಆಯ್ಕೆಮಾಡು" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "ತೆರೆ(_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "ಭಾಷೆ" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "ಸಂದೇಶ" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ಬಳಕೆದಾರ ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "ತೆಗೆದು ಹಾಕು" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "ಬಳಕೆದಾರ ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "ತೆಗೆದು ಹಾಕು" +#: src/user-history.c:146 +msgid "Today" +msgstr "ಇಂದು" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "ರದ್ದುಗೊಳಿಸು" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "ಇಂದು" +#: src/user-share.c:170 +msgid "_Return" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "ಸಂದೇಶ" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "ರದ್ದುಗೊಳಿಸು" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ko.po mate-user-admin-1.7.0/po/ko.po --- mate-user-admin-1.6.0/po/ko.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ko.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,17 +5,17 @@ # # Translators: # Seong-ho Cho , 2019 -# 박정규(Jung-Kyu Park) , 2019 # Stefano Karapetsas , 2019 +# 박정규(Jung-Kyu Park) , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: 박정규(Jung-Kyu Park) , 2021\n" "Language-Team: Korean (https://www.transifex.com/mate/teams/13566/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,158 +48,69 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "아이콘 보기 실패" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "파일 열기" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "pid 파일 만들기 실패" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "쓰기 실패" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "pid 쓰기 실패" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "pid 파일 열기 실패" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "파일 일기" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "pid 파일 읽기 실패" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "없는 사용자입니다!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "계정 종류" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "표준" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "관리자" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "언어" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "설정 안 함" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "암호" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "자동 로그온" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "로그인 시간" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "그룹 관리" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "그룹 설정" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "계정의 사용이 중지 되었습니다" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "다음에 설정" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "사용자 정보 얻기" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "사용자 수는 0입니다" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "비밀번호 설정" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "닫기" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "확인" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "지금 설정" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "사용자 비밀번호" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "비밀번호 만들기" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "사용자 지우기" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "본인 계정은 지울 수 없습니다." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "사용자의 홈 디렉토리 제거 여부를 결정합니다" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "같은 사용자 이름이 있습니다. 다른 이름으로 시도해 보세요" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "같은 사용자 홈 이름이 있습니다. 다른 이름으로 시도해 보세요" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "사용자 이름은 \"-\"로 시작할 수 없습니다." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -207,193 +118,167 @@ "사용자 이름은 반드시 a-z까지의 대소문자와 숫자 \n" "그리고 다음의 기호만을 포함해야 합니다:\".\" \"-\" \"_\"" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "이 이름은 홈 폴더 이름으로 사용되며 바꿀 수 없습니다." -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "사용자 만들기" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "사용자 이름" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "전체 이름" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "계정 종류" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "표준" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "관리자" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "두 번 입력한 비밀번호가 다릅니다" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "하이브리드 암호는 보안을 향상합니다" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "암호" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "다음에 설정" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "비밀번호 설정하기" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "비밀번호 만들기" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "확인" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "닫기" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "새 사용자 만들기" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "Crop 파일 만들기" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "이미지 데이터용 임시 파일을 만들지 못했습니다" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "취소(_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "선택" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "컴퓨터에서 사진 불러오기" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "더 많은 사진 둘러보기" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "열기(_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "메인 창을 클릭하면 그림 선택 창이 닫힙니다" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "컴퓨터에 있는 사진" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "아바타 목록" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "사진을 저장할 주소가 없습니다" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "이름 바꾸기" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "올바른 문자를 입력해주세요" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "설정을 저장하시려면 Enter키를 누르세요" - -#: src/user-list.c:125 -msgid "User List" -msgstr "사용자 목록" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "사용자 더하기" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "확인(_R)" - -#: src/user-share.c:189 -msgid "Message" -msgstr "메시지" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "새 비밀번호는 이전 비밀번호와 달라야 합니다" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "글자나 숫자를 바꿔보세요" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "비밀번호를 조금 더 바꿔보세요" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "사용자 이름이 없는 비밀번호가 더 강력합니다" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "비밀번호에는 이름을 사용하지 않는 게 좋습니다" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "비밀번호에 사용된 단어 중 일부는 피하는 게 좋습니다" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "일반적인 단어는 피하는 게 좋습니다" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "기존의 단어에서 순서만 바꾸는 것은 피하는 게 좋습니다" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "숫자를 좀 더 사용해보세요" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "설정 안 함" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "대문자를 좀 더 사용해보세요" +#: src/user-base.c:252 +msgid "Language" +msgstr "언어" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "소문자를 좀 더 사용해보세요" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "자동 로그온" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "구두점 같은 특수문자를 좀 더 사용해보세요" +#: src/user-base.c:288 +msgid "Login time" +msgstr "로그인 시간" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "문자나 숫자 구두점들을 섞어서 사용해보세요" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "그룹 관리" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "같은 문자를 반복해서 사용하는 것은 피하는 게 좋습니다" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "그룹 설정" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "같은 유형의 문자를 반복해서 사용하는 것은 피하는 게 좋습니다 글자나 숫자 구두점들을 섞어서 사용해야 합니다." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "이름 바꾸기" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "1234 또는 abcd 같은 일련의 숫자나 글자의 배열은 피하는 게 좋습니다" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "올바른 문자를 입력해주세요" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "비밀번호는 8 글자 이상이어야 합니다" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "설정을 저장하시려면 Enter키를 누르세요" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "같은 그룹 이름이 있습니다. 다른 이름으로 시도해 보세요" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "그룹 이름은 \"-\"로 시작할 수 없습니다." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "그룹 이름에 쓰이는 첫 번째 문자는 글자여야 합니다" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -401,57 +286,27 @@ "그룹 이름은 반드시 a-z까지의 대소문자와 숫자 \n" "그리고 다음의 기호만을 포함해야 합니다:\".\" \"-\" \"_\"" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "새 그룹 만들기" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "새 그룹 만들기 실패" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "사용자 그룹 만들기" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "사용자 그룹 만들기를 성공했습니다, switch-groups 목록의 끝을 보아주세요." - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "그룹 지우기" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "root 그룹은 지울 수 없습니다" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "선택한 그룹의 제거 여부를 결정합니다" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "그룹 이름" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "그룹 ID" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "사용자 ID" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "제거" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "초기화 그룹 관리" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -459,11 +314,11 @@ "초기화 실패\n" "그룹 관리 서비스 인터페이스 기능을 확인해주세요" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "그룹 서비스에 접근하는 데 실패했습니다" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -471,113 +326,240 @@ "group-service를 설치해서 사용 가능하도록 설정했는지 확인해 주세요.\n" " url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "그룹수 확인하기" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "그룹 수는 0 개입니다." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "왼쪽 위 모서리의 잠금 해제 표시를 클릭해 주세요" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "\"swith-group\" 페이지에 있는 잠금 해제 버튼을 클릭해주세요" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "그룹 관리" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "그룹 이름" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "현재 사용자 -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "그룹 ID" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "새 그룹 이름" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "새 그룹에 추가할 사용자를 선택해주세요" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "사용자 ID" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "제거" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "사용자 그룹 만들기" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "사용자 그룹 만들기를 성공했습니다, switch-groups 목록의 끝을 보아주세요." + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "그룹 바꾸기" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "그룹 만들기" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "그룹 지우기" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "현재 사용자 - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "이번 주" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "지난주" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "오늘" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "어제" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%b %e일" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%Y년 %b %e일" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "세션 끝" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "세션 시작" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — 계정 활동" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "이전" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "다음" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "계정의 사용이 중지 되었습니다" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "사용자 정보 얻기" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "사용자 수는 0입니다" + +#: src/user-language.c:195 msgid "More…" msgstr "더보기…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "언어를 찾을 수 없습니다" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "취소" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "완료" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "현재 사용자 - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "지금 설정" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "사용자 비밀번호" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "확인(_R)" + +#: src/user-share.c:190 +msgid "Message" +msgstr "메시지" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "새 비밀번호는 이전 비밀번호와 달라야 합니다" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "글자나 숫자를 바꿔보세요" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "비밀번호를 조금 더 바꿔보세요" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "사용자 이름이 없는 비밀번호가 더 강력합니다" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "비밀번호에는 이름을 사용하지 않는 게 좋습니다" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "비밀번호에 사용된 단어 중 일부는 피하는 게 좋습니다" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "일반적인 단어는 피하는 게 좋습니다" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "기존의 단어에서 순서만 바꾸는 것은 피하는 게 좋습니다" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "숫자를 좀 더 사용해보세요" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "대문자를 좀 더 사용해보세요" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "소문자를 좀 더 사용해보세요" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "구두점 같은 특수문자를 좀 더 사용해보세요" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "문자나 숫자 구두점들을 섞어서 사용해보세요" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "같은 문자를 반복해서 사용하는 것은 피하는 게 좋습니다" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "같은 유형의 문자를 반복해서 사용하는 것은 피하는 게 좋습니다 글자나 숫자 구두점들을 섞어서 사용해야 합니다." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "1234 또는 abcd 같은 일련의 숫자나 글자의 배열은 피하는 게 좋습니다" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "비밀번호는 8 글자 이상이어야 합니다" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "사용자 더하기" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "" diff -Nru mate-user-admin-1.6.0/po/ku_IQ.po mate-user-admin-1.7.0/po/ku_IQ.po --- mate-user-admin-1.6.0/po/ku_IQ.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ku_IQ.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Rasti K5 , 2019\n" "Language-Team: Kurdish (Iraq) (https://www.transifex.com/mate/teams/13566/ku_IQ/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "پێوانەیی" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "زمان" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "تێپەڕەوشە" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "داخستن" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "ناوی تەواو" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "پێوانەیی" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "تێپەڕەوشە" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "داخستن" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_هەڵوەشاندنەوە" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_کردنەوە" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 +#: src/user-base.c:212 +msgid "No Settings" +msgstr "" + +#: src/user-base.c:252 +msgid "Language" +msgstr "زمان" + +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "" + +#: src/user-base.c:288 +msgid "Login time" +msgstr "" + +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "" + +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "" + +#: src/user-face.c:120 msgid "Change Name" msgstr "" -#: src/user-face.c:657 +#: src/user-face.c:120 msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:709 +#: src/user-face.c:181 msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "لابردن" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "لابردن" +#: src/user-history.c:397 +msgid "previous" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "هەڵوەشاندنەوە" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "هەڵوەشاندنەوە" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ku.po mate-user-admin-1.7.0/po/ku.po --- mate-user-admin-1.6.0/po/ku.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ku.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Kurdish (https://www.transifex.com/mate/teams/13566/ku/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Şîfre" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Nav û Paşnav" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Şîfre" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Nav û Paşnav" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Betal" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Hilbijêre" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Veke" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Peyam" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Rake" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Rake" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Betalkirin" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Peyam" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Betalkirin" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ky.po mate-user-admin-1.7.0/po/ky.po --- mate-user-admin-1.6.0/po/ky.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ky.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,16 +5,16 @@ # # Translators: # ballpen, 2019 -# chingis, 2019 +# 41e38594a6ab66d45dbd71e8e44a0b16_36d21e8, 2019 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: chingis, 2019\n" +"Last-Translator: 41e38594a6ab66d45dbd71e8e44a0b16_36d21e8, 2019\n" "Language-Team: Kyrgyz (https://www.transifex.com/mate/teams/13566/ky/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Тил" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Сырсөз" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Жабуу" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Толук атыңыз" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Сырсөз" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Толук атыңыз" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Жабуу" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Жокко чыгаруу" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Тандоо" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Ачуу" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Тил" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Билдирүү" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Өчүрүү" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Өчүрүү" +#: src/user-history.c:146 +msgid "Today" +msgstr "Бүгүн" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Жокко чыгаруу" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Даяр" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Бүгүн" +#: src/user-share.c:190 +msgid "Message" +msgstr "Билдирүү" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Жокко чыгаруу" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Даяр" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/li.po mate-user-admin-1.7.0/po/li.po --- mate-user-admin-1.6.0/po/li.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/li.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Limburgian (https://www.transifex.com/mate/teams/13566/li/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Keus" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Äöpene" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Berich" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Ewegdoon" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Ewegdoon" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Annulere" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Berich" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Annulere" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/lt.po mate-user-admin-1.7.0/po/lt.po --- mate-user-admin-1.6.0/po/lt.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/lt.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,17 +5,17 @@ # # Translators: # brennus , 2019 -# Moo, 2019 # Stefano Karapetsas , 2019 +# Moo, 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Moo, 2021\n" "Language-Team: Lithuanian (https://www.transifex.com/mate/teams/13566/lt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,11 +33,11 @@ #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "MATE tvarkytuvė" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "Linux vietinių naudotojų ir grupių tvarkymas" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -48,528 +48,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "atverti failą" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "Pid failo sukūrimas patyrė nesėkmę" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Tokio naudotojo nėra!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Paskyros tipas" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standartinės" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Administratoriai" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Kalba" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Nėra nustatymų" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Slaptažodis" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Automatinis prisijungimas" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Prisijungimo laikas" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Nustatyti slaptažodį" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Užverti" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Patvirtinti" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Naudotojo slaptažodis" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Šalinti naudotoją" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Negalite ištrinti savo paskyros." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Ar ištrinti naudotojo namų katalogą, ar ne" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Naudotojo vardas" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Vardas, pavardė" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Paskyros tipas" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standartinės" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administratoriai" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Slaptažodis" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Patvirtinti" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Užverti" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Sukurti naują naudotoją" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Atsisakyti" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Pasirinkti" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Atverti" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Naudotojų sąrašas" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Pridėti naudotoją" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Pranešimas" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "Naujasis slaptažodis turi skirtis nuo senojo" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Nėra nustatymų" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Kalba" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Automatinis prisijungimas" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Prisijungimo laikas" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" -msgstr "" +msgstr "Šalinti grupę" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "Naudotojo ID" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Šalinti" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Grupės pavadinimas" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Grupės ID" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "" +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Naudotojo vardas" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Naudotojo ID" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Šalinti" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "Grupės id" + +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-group.c:1087 +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Dabartinis naudotojas - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Šiandien" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Seansas užbaigtas" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Seansas pradėtas" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — Paskyros veikla" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "" + +#: src/user-language.c:195 msgid "More…" msgstr "Daugiau…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Nerasta jokių kalbų" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Atsisakyti" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Atlikta" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Dabartinis naudotojas - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Slaptažodžiai nesutampa" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Naudotojo slaptažodis" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Pranešimas" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Naujasis slaptažodis turi skirtis nuo senojo" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Pridėti naudotoją" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Mate naudotojų tvarkytuvė" diff -Nru mate-user-admin-1.6.0/po/lv.po mate-user-admin-1.7.0/po/lv.po --- mate-user-admin-1.6.0/po/lv.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/lv.po 2022-12-23 02:32:30.000000000 +0000 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# ciba43 , 2019 +# duck , 2019 # Stefano Karapetsas , 2019 # #, fuzzy @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Latvian (https://www.transifex.com/mate/teams/13566/lv/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Valoda" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Parole" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Aizvērt" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Apstiprināt" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Pilnais vārds" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Parole" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Apstiprināt" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Aizvērt" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Izveidot jaunu lietotāju" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "At_celt" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Izvēlieties" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Atvērt" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Valoda" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Ziņojums" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Lietotāja ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Aizvākt" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "Lietotāja ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Aizvākt" +#: src/user-history.c:146 +msgid "Today" +msgstr "Šodien" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Atcelt" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Gatavs" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Šodien" +#: src/user-share.c:190 +msgid "Message" +msgstr "Ziņojums" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Atcelt" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Gatavs" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/mai.po mate-user-admin-1.7.0/po/mai.po --- mate-user-admin-1.6.0/po/mai.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/mai.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Maithili (https://www.transifex.com/mate/teams/13566/mai/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "कूटशब्द" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "पूरा नाम" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "कूटशब्द" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "पूरा नाम" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "रद्द करू (_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "चुनू" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "खोलू (_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "संदेश" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "प्रयोक्ता आइ डी" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "हटाबू" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "प्रयोक्ता आइ डी" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "हटाबू" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "रद करू" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "संदेश" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "रद करू" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/mate-user-admin.pot mate-user-admin-1.7.0/po/mate-user-admin.pot --- mate-user-admin-1.6.0/po/mate-user-admin.pot 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/mate-user-admin.pot 2022-12-23 02:32:30.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -42,527 +42,508 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:919 src/user-group-window.c:588 src/user-group-window.c:654 +#: src/user-group-window.c:712 src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-avatar.c:253 +msgid "_Open" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:455 -msgid "_Open" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" - -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +"Create User Group Successfully,Please view the end of the switch-groups list." msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups list." +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-language.c:667 +msgid "Cancel" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/mg.po mate-user-admin-1.7.0/po/mg.po --- mate-user-admin-1.6.0/po/mg.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/mg.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Malagasy (https://www.transifex.com/mate/teams/13566/mg/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Teny fanalahidy" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Anarana feno" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Teny fanalahidy" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Anarana feno" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Aoka" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Hisafidy" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Sokafy" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Hafatra" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Esory" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Esory" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Ajanony" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Hafatra" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Ajanony" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/mi.po mate-user-admin-1.7.0/po/mi.po --- mate-user-admin-1.6.0/po/mi.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/mi.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Maori (https://www.transifex.com/mate/teams/13566/mi/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" -msgstr "" +#: src/user-avatar.c:253 +msgid "_Open" +msgstr "_Huaki" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:455 -msgid "_Open" -msgstr "_Huaki" - -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Tangohia" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Tangohia" - -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Whakakore" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Whakakore" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/mk.po mate-user-admin-1.7.0/po/mk.po --- mate-user-admin-1.6.0/po/mk.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/mk.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Macedonian (https://www.transifex.com/mate/teams/13566/mk/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Лозинка" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Затвори" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Потврди" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Цело име" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Лозинка" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Потврди" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Затвори" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Откажи" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Одбери" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Отвори" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Порака" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Отстрани" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Отстрани" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Откажи" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Завршено" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:190 +msgid "Message" +msgstr "Порака" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Откажи" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Завршено" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ml.po mate-user-admin-1.7.0/po/ml.po --- mate-user-admin-1.6.0/po/ml.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ml.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Malayalam (https://www.transifex.com/mate/teams/13566/ml/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "അടയാളവാക്കു്" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "മുഴുവന്‍ പേര്" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "അടയാളവാക്കു്" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "മുഴുവന്‍ പേര്" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_റദ്ദാക്കുക" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "തെരഞ്ഞെടുക്കുക" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_തുറക്കുക" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "സന്ദേശം" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ഉപയോക്തൃ ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "നീക്കം ചെയ്യുക" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "ഉപയോക്തൃ ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "നീക്കം ചെയ്യുക" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "റദ്ദാക്കുക" + +#: src/user-language.c:672 +msgid "Done" +msgstr "തീര്‍ന്നു" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:190 +msgid "Message" +msgstr "സന്ദേശം" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "റദ്ദാക്കുക" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "തീര്‍ന്നു" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/mn.po mate-user-admin-1.7.0/po/mn.po --- mate-user-admin-1.6.0/po/mn.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/mn.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Mongolian (https://www.transifex.com/mate/teams/13566/mn/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Нууц Үг" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Бүтэн нэр" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Нууц Үг" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Бүтэн нэр" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Буцах" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Сонгох" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Нээх" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Мэдээ" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Устгах" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Устгах" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Таслан зогсоох" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Мэдээ" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Таслан зогсоох" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/mr.po mate-user-admin-1.7.0/po/mr.po --- mate-user-admin-1.6.0/po/mr.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/mr.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Marathi (https://www.transifex.com/mate/teams/13566/mr/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "मानक " - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "भाषा" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "गुप्तशब्द" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "बंद करा" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "पुष्टी करा" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "पूर्ण नाव" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "मानक " + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "गुप्तशब्द" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "पुष्टी करा" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "बंद करा" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "नविन वापरकर्ता बनवा" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "रद्द करा(_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "निवडा " -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "उघडा (_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "भाषा" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "संदेश" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "वापरकर्ता ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "काढून टाका" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "वापरकर्ता ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "काढून टाका" +#: src/user-history.c:146 +msgid "Today" +msgstr "आज" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "रद्द करा" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "आज" +#: src/user-share.c:170 +msgid "_Return" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "संदेश" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "रद्द करा" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ms.po mate-user-admin-1.7.0/po/ms.po --- mate-user-admin-1.6.0/po/ms.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ms.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,16 +5,16 @@ # # Translators: # Stefano Karapetsas , 2019 -# abuyop , 2019 +# abuyop , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: abuyop , 2019\n" +"Last-Translator: abuyop , 2021\n" "Language-Team: Malay (https://www.transifex.com/mate/teams/13566/ms/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -53,158 +53,69 @@ "mengendalikan group-service, kumpulan pengguna boleh diuruskan, seperti " "menambah/membuang kumpulan sedia ada dan mencipta/memadam kumpulan baharu." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "Gagal Mendapatkan Ikon" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "Pengurus Pengguna Mate" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "buka fail" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "Penciptaan fail pid gagal" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "tulis fail" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "Penulisan fail pid gagal" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "Pembukaan fail pid gagal" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "baca fail" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "Pembacaan fail pid gagal" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Tiada pengguna sebegitu!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Jenis Akaun" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Piawai" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Pentadbir" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Bahasa" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Tiada Tetapan" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Kata laluan" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Daftar masuk automatik" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Masa daftar masuk" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Urus Berkumpulan" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Menetapkan Kumpulan" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Akaun dilumpuhkan" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Tetapkan waktu berikutnya" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Dapatkan Maklumat Pengguna" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "kiraan pengguna ialah 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Tetapkan Kata Laluan" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Tutup" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Sahkan" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Kini ditetapkan" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Kata Laluan Pengguna" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "penjanaan kata laluan" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Buang Pengguna" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Anda tidak boleh memadam akaun anda sendiri." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "pengguna masih mendaftar masuk" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Buang pengguna '%s'" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Sama ada hendak membuang direktori rumah pengguna" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "Ulang nama pengguna. Cuba sekali lagi" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "Ulang nama rumah pengguna. Cuba sekali lagi" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "Nama pengguna tidak boleh bermula dengan tanda -." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -212,196 +123,168 @@ "Nama pengguna mesti mengandungi huruf besar dan kecil\n" "dari a-z, angka dan aksara berikut: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" "Ia akan digunakan untuk menamakan folder rumah anda dan tidak boleh diubah" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Mencipta Pengguna" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "Nama Pengguna" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nama Penuh" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Jenis Akaun" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Piawai" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Pentadbir" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "Kata laluan yang dimasukkan sebanyak dua kali adalah berlainan" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Kata laluan hidbrid dapat menambahbaik keselamatan" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Kata laluan bercampur dapat menambah baik keselamatan" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Kata laluan" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Tetapkan waktu berikutnya" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Sekarang tetapkan kata laluan" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "penjanaan kata laluan" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Sahkan" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Tutup" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Cipta Pengguna Baru" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "Cipta Fail Keratan" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "gagal mencipta fail sementara untuk data imej" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Batal" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Pilih" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Muat Gambar Setempat" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Layar lagi gambar" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Buka" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "Mengklik tetingkap utama dapat menutup tetingkap pemilihan gambar" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Gambar Setempat" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Senarai Avatar" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "Tiada alamat boleh digunakan untuk menyimpan foto" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Ubah Nama" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Sila masukkan satu aksara yang sah" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Guna Kekunci Enter untuk Menyimpan Pengubahsuaian" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Senarai Pengguna" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Tambah Pengguna" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "_Kembali" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Mesej" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "Kata laluan baharu perlu berbeza dengan yang lama" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Cuba ubah beberapa abjad dan angka" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Cuba ubah kata laluan sekali lagi" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "Satu kata laluan tanpa ada nama pengguna anda adalah lebih kuat" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Cuba hindari penggunaan nama pengguna di dalam kata laluan" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Cuba hindari beberapa perkataan yang ada di dalam kata laluan" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Cuba hindari perkataan-perkataan yang umum digunakan" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Cuba hindari menyusun semula perkataan sedia ada" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Cuba masukkan lagi banyak nombor" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Tiada Tetapan" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Cuba gandingkan dengan beberapa abjad berhuruf besar" +#: src/user-base.c:252 +msgid "Language" +msgstr "Bahasa" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Cuba gandingkan dengan beberapa abjad berhuruf kecil" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Daftar masuk automatik" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "Cuba gandingkan dengan akasara khas, seperti tanda baca" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Masa daftar masuk" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "Cuba gabungkan dengan abjad, angka dan tanda baca" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Urus Berkumpulan" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Cuba hindari mengulangi aksara yang sama" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Menetapkan Kumpulan" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Cuba hindari mengulangi jenis aksara yang sama: anda perlu gabungkan dengan " -"abjad, angka dan tanda baca." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Ubah Nama" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Cuba hindari jujukan seperti 1234 atau abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Sila masukkan satu aksara yang sah" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "Panjang kata laluan perlu melebihi 8 aksara" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Guna Kekunci Enter untuk Menyimpan Pengubahsuaian" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "Ulangan nama kumpulan. Cuba sekali lagi" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "Nama kumpulan tidak boleh bermula dengan tanda -." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "Aksara pertama bagi nama kumpulan mesti menggunakan abjad" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -409,59 +292,27 @@ "Nama kumpulan mesti mengandungi huruf besar dan kecil\n" "dari a-z, angka dan aksara berikut: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Cipta Kumpulan Baharu" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "Penciptaan Kumpulan Baharu Gagal" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Cipta Kumpulan Pengguna" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" -"Berjaya mencipta Kumpulan Pengguna. Sila lihat di bahagian terbawah senarai " -"swith-group." - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Buang Kumpulan" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "Tidak dapat buang kumpulan root" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "Sama ada hendak membuang kumpulan terpilih" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Nama Kumpulan" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "ID Kumpulan" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID Pengguna" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Buang" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "Pengawalan pengurusan kumpulan" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -469,11 +320,11 @@ "Pengawalan gagal, sila rujuk fungsi\n" "Antaramuka Perkhidmatan Pengurusan Kumpulan" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "Gagal menghubungi perkhidmatan kumpulan" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -481,113 +332,244 @@ "Sila pastikan group-service telah dipasang dan dibenarkan.\n" " url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Dapatkan bilangan kumpulan" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "Bilangan kumpulan ialah 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "Sila klik nyakunci daftar di bahagian bucu kiri atas" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "Klik butang nyahkunci pada halaman \"switch-group\"" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Urus Kumpulan" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Nama Kumpulan" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Pengguna semasa -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "ID Kumpulan" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Nama Kumpulan Baharu" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Sila pilih pengguna untuk ditambah masuk ke dalam kumpulan baharu" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Nama Pengguna" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID Pengguna" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Buang" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "Id kumpulan" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Cipta Kumpulan Pengguna" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" +"Berjaya mencipta Kumpulan Pengguna. Sila lihat di bahagian terbawah senarai " +"swith-group." + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Tukar Kumpulan" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Cipta Kumpulan" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Buang Kumpulan" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Pengguna Semasa - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Minggu Ini" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "Minggu Lepas" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Hari Ini" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Semalam" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Sesi Tamat" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Sesi Bermula" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — Aktiviti Akaun" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "terdahulu" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "berikutnya" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Akaun dilumpuhkan" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Dapatkan Maklumat Pengguna" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "kiraan pengguna ialah 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Lagi..." -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Tiada bahasa ditemui" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Batal" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Selesai" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Pengguna Semasa - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Kata laluan tidak sepadan." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Kini ditetapkan" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Kata Laluan Pengguna" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Kembali" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Mesej" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Kata laluan baharu perlu berbeza dengan yang lama" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Cuba ubah beberapa abjad dan angka" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Cuba ubah kata laluan sekali lagi" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Satu kata laluan tanpa ada nama pengguna anda adalah lebih kuat" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Cuba hindari penggunaan nama pengguna di dalam kata laluan" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Cuba hindari beberapa perkataan yang ada di dalam kata laluan" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Cuba hindari perkataan-perkataan yang umum digunakan" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Cuba hindari menyusun semula perkataan sedia ada" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Cuba masukkan lagi banyak nombor" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Cuba gandingkan dengan beberapa abjad berhuruf besar" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Cuba gandingkan dengan beberapa abjad berhuruf kecil" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Cuba gandingkan dengan akasara khas, seperti tanda baca" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Cuba gabungkan dengan abjad, angka dan tanda baca" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Cuba hindari mengulangi aksara yang sama" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Cuba hindari mengulangi jenis aksara yang sama: anda perlu gabungkan dengan " +"abjad, angka dan tanda baca." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Cuba hindari jujukan seperti 1234 atau abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Panjang kata laluan perlu melebihi 8 aksara" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "Beberapa tetapan mesti dibuka kunci sebelum ia boleh diubah" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Tambah Pengguna" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Pengurus Pengguna Mate" diff -Nru mate-user-admin-1.6.0/po/nb.po mate-user-admin-1.7.0/po/nb.po --- mate-user-admin-1.6.0/po/nb.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/nb.po 2022-12-23 02:32:30.000000000 +0000 @@ -8,16 +8,16 @@ # Kenneth Jenssen , 2019 # Stefano Karapetsas , 2019 # b84df44fb72862b85bae7a669218c6c2, 2019 -# Kjell Cato Heskjestad , 2019 +# heskjestad , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Kjell Cato Heskjestad , 2019\n" +"Last-Translator: heskjestad , 2021\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/mate/teams/13566/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -55,158 +55,69 @@ "vise brukerens innloggingshistorikk. MATE Brukerbehandler kan også legge til" " og fjerne brukere fra eksisterende grupper, og legge til og slette grupper." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "Klarte ikke hente ikon" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "MATE Brukerbehandler" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "åpne fil" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "Klarte ikke opprette pid-fil" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "skriv fil" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "klarte ikke skrive pid-fil" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "klarte ikke åpne pid-fil" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "les fil" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "klarte ikke lese pid-fil" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Ingen slik bruker!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Kontotype" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Forvalg" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Administratorer" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Språk" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Ingen innstillinger" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Passord" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Automatisk innlogging" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Innloggingstid" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Behandle grupper" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Sett opp grupper" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Kontoen er deaktivert" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Lag neste gang" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Hent brukerinformasjon" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "antall brukere er 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Lag et passord" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Lukk" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Bekreft" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Sett opp nå" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Bruker passord" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "generert passord" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr " Fjern bruker" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Du kan ikke slette din egen konto." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "bruker er fortsatt innlogget" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Fjern '%s'-bruker" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Hvorvidt brukerens hjemmemappe skal fjernes" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "Brukernavnet er allerede i bruk. Velg et annet." -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "Brukermappen er allerede i bruk. Velg en annen." -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "Brukernavnet kan ikke starte med en - ." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -214,194 +125,167 @@ "Brukernavnet kan kun bestå av små og store bokstaver (A-Z),\n" "tall og følgende tegn: . - _ (punktum, bindestrek, understrek)." -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "Dette vil brukes til å navngi hjemmemappen din og kan ikke endres" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Oppretter bruker" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "Brukernavn" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Fullt navn" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Kontotype" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Forvalg" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administratorer" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "Passordene er forskjellige" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Hybridpassord øker sikkerheten" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Blandede passord øker sikkerheten" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Passord" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Lag neste gang" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Lag passordet nå" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "generert passord" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Bekreft" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Lukk" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Lag ny bruker" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "Opprette beskåret bilde" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "klarte ikke opprette midlertidig bildefil" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Avbryt" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Velg" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Last inn lokalt bilde" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Bla etter flere bilder" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Åpne" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "Klikk i hovedvinduet for å lukke bildevalgsdialogen" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Lokalt bilde" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Liste med profilbilder" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "Mangler adressen der bildene lagres" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Endre navn" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Oppgi et gyldig tegn" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Trykk Enter for å lagre endringene" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Brukerliste" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Legg til bruker" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "_Gå tilbake" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Beskjed" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "Det nye passordet må være forskjellig fra det gamle" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Prøv å endre noen bokstaver og tall" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Prøv å endre passordet bare litt til" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "Fjern brukernavnet fra passordet for å gjøre det sterkere" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Unngå å bruke navnet ditt i passordet" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Prøv å unngå noen av ordene i passordet" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Unngå noen vanlige ord" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Unngå å stokke om eksisterende ord" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Bruk flere tall" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Ingen innstillinger" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Bruk flere store bokstaver" +#: src/user-base.c:252 +msgid "Language" +msgstr "Språk" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Bruk flere små bokstaver" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Automatisk innlogging" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "Bruk flere spesialtegn, f.eks. punktum, komma, parenteser …" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Innloggingstid" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "Bruk en blanding av bokstaver, tall og andre tegn" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Behandle grupper" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Unngå å gjenta samme tegn" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Sett opp grupper" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Unngå å gjenta samme type tegn. Du bør blande bokstaver, tall og andre tegn." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Endre navn" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Unngå rekkefølger som 1234 eller abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Oppgi et gyldig tegn" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "Passordet må være lengre enn 8 tegn" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Trykk Enter for å lagre endringene" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "Gruppenavnet er allerede i bruk. Velg et annet." -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "Gruppenavnet kan ikke starte med - ." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "Det første tegnet i gruppenavnet må være en bokstav" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -409,57 +293,27 @@ "Gruppenavnet kan kun bestå av små og store bokstaver (A-Z),\n" "tall og følgende tegn: . - _ (punktum, bindestrek, understrek)." -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Opprett ny gruppe" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "Klarte ikke opprette ny gruppe" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Opprett brukergruppe" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "Gruppa ble opprettet, jamfør slutten av gruppelista." - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Fjern gruppe" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "Kan ikke fjerne gruppa «root»" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "Hvorvidt den valgte gruppa skal fjernes" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Gruppenavn" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "Gruppe-ID" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "Bruker-ID" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Fjern" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "Sett i gang gruppebehandling" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -467,11 +321,11 @@ "Klarte ikke sette i gang, jamfør\n" "gruppebehandlingens grensesnittfunksjon" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "Klarte ikke kontakte «group-service»" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -479,113 +333,241 @@ "Sørg for at «group-service» er installert og slått på.\n" "Adresse: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Hent antall grupper" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "Antall grupper er 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "Velg «lås opp»-symbolet i øvre venstre hjørne" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "Velg «lås opp»-knappen på gruppesiden" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Behandle grupper" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Gruppenavn" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Nåværende bruker -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Gruppe-ID" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Nytt gruppenavn" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Velg brukeren som skal legges til den nye gruppa" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Brukernavn" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Bruker-ID" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Fjern" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "Gruppe-ID" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Opprett brukergruppe" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "Gruppa ble opprettet, jamfør slutten av gruppelista." + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Bytt grupper" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Opprett grupper" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Fjern grupper" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Nåværende bruker – %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Denne uka" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "Forrige uke" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "I dag" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "I går" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Økt avsluttet" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Økt startet" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — kontoaktivitet" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "forrige" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "neste" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Kontoen er deaktivert" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Hent brukerinformasjon" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "antall brukere er 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Mer …" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr " Fant ingen språk" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Avbryt" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Ferdig" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Nåværende bruker – %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Passordene er ikke like." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Sett opp nå" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Bruker passord" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Gå tilbake" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Beskjed" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Det nye passordet må være forskjellig fra det gamle" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Prøv å endre noen bokstaver og tall" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Prøv å endre passordet bare litt til" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Fjern brukernavnet fra passordet for å gjøre det sterkere" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Unngå å bruke navnet ditt i passordet" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Prøv å unngå noen av ordene i passordet" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Unngå noen vanlige ord" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Unngå å stokke om eksisterende ord" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Bruk flere tall" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Bruk flere store bokstaver" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Bruk flere små bokstaver" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Bruk flere spesialtegn, f.eks. punktum, komma, parenteser …" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Bruk en blanding av bokstaver, tall og andre tegn" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Unngå å gjenta samme tegn" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Unngå å gjenta samme type tegn. Du bør blande bokstaver, tall og andre tegn." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Unngå rekkefølger som 1234 eller abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Passordet må være lengre enn 8 tegn" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "Noen innstillinger må låses opp før de kan endres" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Legg til bruker" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "MATE Brukerbehandler" diff -Nru mate-user-admin-1.6.0/po/nds.po mate-user-admin-1.7.0/po/nds.po --- mate-user-admin-1.6.0/po/nds.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/nds.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,16 +5,16 @@ # # Translators: # Stefano Karapetsas , 2019 -# Benedikt Straub , 2019 +# Benedikt Straub , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Benedikt Straub , 2019\n" +"Last-Translator: Benedikt Straub , 2021\n" "Language-Team: Low German (https://www.transifex.com/mate/teams/13566/nds/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -47,159 +47,70 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "Teken halen fehlslagen" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "Mate Bruker-Verwalter" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "Datei opmaken" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "PID-Datei maken fehlslagen" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "Datei schrieven" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "PID-Datei schrieven fehlslagen" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "PID-Datei opmaken fehlslagen" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "Datei lesen" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "PID-Datei lesen fehlslagen" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Keen sülker Bruker!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Konto-Aard" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Normaal" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Verwalter" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Spraak" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Keene Instellens" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Passwoord" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Automatisk anmellen" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Anmell-Tied" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Klottjen verwalten" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Klottjen Instellen" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Konto is deaktiveert" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Anner Maal instellen" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Bruker-Informatioon halen" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "Brukertahl is 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Passwoord setten" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Sluten" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Jau" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Nu instellen" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Bruker-Passwoord" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "Passwoord maken" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Bruker lösken" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Du kannst dien eegenes Konto nich lösken." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Of dat Heimaad-Verteeknis vun de Bruker lösket worden sall" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "Bruker-Naam gifft 't al. Bidde anner Naam versöken." -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" "Bruker-Heimaad-Verteeknis-Naam gifft 't al. Bidde anner Naam versöken." -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "De Bruker-Naam kann nich mit - begünnen-" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -207,197 +118,169 @@ "De Bruker-Naam sall nix as Bookstavens vun a-z un A-Z, Tahlen un deese " "Bookstavens enthollen: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" "Daar word dien Heimaad-Verteeknis mit benöömt, dat kann dann nich mehr " "ännert worden." -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Bruker maken" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "Brukernaam" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Bruker-Naam" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Vor- un Tonaam" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Konto-Aard" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Normaal" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Verwalter" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "Twee verschedene Passwoorden ingeven" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Miskete Passwoorden sünd sekerer" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Passwoord" -#: src/user-admin.c:788 +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Anner Maal instellen" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Nu sett dat Passwoord" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "Passwoord maken" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Jau" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Sluten" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Nejen Bruker maken" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "Sneden Datei maken" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "Kunn keene tiedwiese Datei för Bild-Daten maken" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Avbreken" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Utkören" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Bild vum Reekner laden" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Mehr Billers söken" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Opmaken" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "Klick dat Höövd-Fenster an, um dat Bild-Utkören-Fenster to sluten" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Bild vum Reekner" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "List vun Bruker-Billers" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "'t gifft keene Adress för Fotos" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Naam ännern" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Bidde giff eenen gültigen Bookstaav in" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Bruuk de Enter-Tast, um de Ännerns to sekern" - -#: src/user-list.c:125 -msgid "User List" -msgstr "List vun Brukers" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Bruker hentofögen" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "_Torügg" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Nahricht" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "Dat neje Passwoord mutt anners as dat olle wesen" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Versöök, eenige Bookstavens un Tahlen to ännern" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Versöök, dat Passwoord een bietje mehr to ännern" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "Een Passwoord, waar dien Bruker-Naam nich drin is, is beter" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Versöök, dien Naam nich in dat Passwoord to schrieven" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Versöök, eenige vun de Woorten in deesem Passwoord nich to bruken" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Versöök, Woorten, wat man faaktiedens bruukt, nich to bruken" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Versöök, anner Woorten nich umtosetten" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Versöök, mehr Tahlen to bruken" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Keene Instellens" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Versöök, mehr grote Bookstavens to bruken" +#: src/user-base.c:252 +msgid "Language" +msgstr "Spraak" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Versöök, mehr lütte Bookstavens to bruken" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Automatisk anmellen" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "Versöök, mehr sünnerlike Bookstavens to bruken, to 'n Bispööl . un ," +#: src/user-base.c:288 +msgid "Login time" +msgstr "Anmell-Tied" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "Versöök, Bookstavens, Tahlen un anner Tekens to misken" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Klottjen verwalten" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Versöök, de sülven Bookstaven nich to wedderhalen" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Klottjen Instellen" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Versöök, de sülven Bookstaven nich to wedderhalen: Du sallst Bookstavens, " -"Tahlen un anner Tekens misken." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Naam ännern" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Versöök, keene Törns as 1234 oder abcd to bruken" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Bidde giff eenen gültigen Bookstaav in" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "Dat Passwoord mutt mehr as 8 Bookstavens hebben" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Bruuk de Enter-Tast, um de Ännerns to sekern" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "Klottjen-Naam gifft 't al. Bidde anner Naam versöken." -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "De Klottjen-Naam kann nich mit - begünnen-" -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "Dat eerste Teken in de Klottjen-Naam mutt een Bookstaav wesen" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -405,58 +288,27 @@ "De Klottjen-Naam sall nix as Bookstavens vun a-z un A-Z, Tahlen un deese " "Bookstavens enthollen: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Neje Klottje maken" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "Neje Klottje maken fehlslagen" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Bruker-Klottje maken" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" -"Neje Bruker-Klottje maakt, du finnst se am Enn vun de Klottje-Ännern-List." - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Klottje lösken" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "Root-Klottje kann nich lösket worden" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "Of de utköört Klottje lösket worden sall" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Klottjen-Naam" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "Klottjen-ID" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "Bruker-ID" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Entfernen" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "Gruppen-Verwalten vörbereiden" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -464,11 +316,11 @@ "Vörbereiden hett nich klappt, bidde kiek de \n" " Gruppen-Verwalten-Deenst-Schnittstee-Funktioon an" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "Kunn de Gruppen-Deenst nich vörbereiden" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -476,113 +328,243 @@ "Bidde pass up, dat de Gruppen-Deenst installeert un anknipst is.\n" " URL: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "De Tahl vun Gruppen halen" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "De Tahl vun Gruppen is 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "Bidde klick up dat Upsluten-Teken in the boven links Eck" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "Klick up de Uplsuten-Knoop in the »Grupp wesseln«-Siet" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Gruppen verwalten" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Klottjen-Naam" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Aktueller Bruker – %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Klottjen-ID" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Nejer Grupp-Naam" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Bidde köör de Bruker ut, well to de neje Grupp hentoföögt worden sall" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Brukernaam" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Bruker-ID" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Entfernen" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Bruker-Klottje maken" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" +"Neje Bruker-Klottje maakt, du finnst se am Enn vun de Klottje-Ännern-List." + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Grupp wesseln" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Neje Grupp" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Grupp wegdoon" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Aktueller Bruker – %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Deese Week" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "Leste Week" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Vandag" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Güstern" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Törn is över" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Törn hett begunnen" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s – Konto-Aktivheid" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "Een torügg" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "Een vör" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Konto is deaktiveert" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Bruker-Informatioon halen" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "Brukertahl is 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Mehr …" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Keene Spraken funnen" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Avbreken" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Fertig" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Aktueller Bruker – %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Nu instellen" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Bruker-Passwoord" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Torügg" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Nahricht" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Dat neje Passwoord mutt anners as dat olle wesen" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Versöök, eenige Bookstavens un Tahlen to ännern" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Versöök, dat Passwoord een bietje mehr to ännern" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Een Passwoord, waar dien Bruker-Naam nich drin is, is beter" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Versöök, dien Naam nich in dat Passwoord to schrieven" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Versöök, eenige vun de Woorten in deesem Passwoord nich to bruken" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Versöök, Woorten, wat man faaktiedens bruukt, nich to bruken" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Versöök, anner Woorten nich umtosetten" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Versöök, mehr Tahlen to bruken" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Versöök, mehr grote Bookstavens to bruken" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Versöök, mehr lütte Bookstavens to bruken" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Versöök, mehr sünnerlike Bookstavens to bruken, to 'n Bispööl . un ," + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Versöök, Bookstavens, Tahlen un anner Tekens to misken" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Versöök, de sülven Bookstaven nich to wedderhalen" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Versöök, de sülven Bookstaven nich to wedderhalen: Du sallst Bookstavens, " +"Tahlen un anner Tekens misken." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Versöök, keene Törns as 1234 oder abcd to bruken" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Dat Passwoord mutt mehr as 8 Bookstavens hebben" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Bruker hentofögen" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Mate Bruker-Verwalter" diff -Nru mate-user-admin-1.6.0/po/ne.po mate-user-admin-1.7.0/po/ne.po --- mate-user-admin-1.6.0/po/ne.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ne.po 2022-12-23 02:32:30.000000000 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Nepali (https://www.transifex.com/mate/teams/13566/ne/)\n" @@ -48,528 +48,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "भाषा" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "पासवर्ड" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "बन्दगर्नुहोस्" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "स्वीकृत गर्नुहोस्" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "पूरा नाम" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "पासवर्ड" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "स्वीकृत गर्नुहोस्" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "बन्दगर्नुहोस्" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "रद्द गर्नुहोस्" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "चयन गर्नुहोस्" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "खोल्नुहोस्" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "भाषा" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "सन्देश" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "हटाउने" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "हटाउने" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "रद्द गर्नुहोस्" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "सन्देश" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "रद्द गर्नुहोस्" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/nl.po mate-user-admin-1.7.0/po/nl.po --- mate-user-admin-1.6.0/po/nl.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/nl.po 2022-12-23 02:32:30.000000000 +0000 @@ -7,16 +7,16 @@ # Michael Steenbeek , 2019 # Erik Bent , 2019 # Stefano Karapetsas , 2019 -# Pjotr , 2019 +# Pjotr , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Pjotr , 2019\n" +"Last-Translator: Pjotr , 2021\n" "Language-Team: Dutch (https://www.transifex.com/mate/teams/13566/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -56,160 +56,71 @@ "worden beheerd, zoals het toevoegen en verwijderen van bestaande groepen en " "het aanmaken/wissen van nieuwe groepen. " -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "Pictogram verkrijgen mislukt" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "MATE Gebruikersbeheer" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "bestand openen" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "Aanmaken van pid-bestand mislukt" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "bestand schrijven" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "pid-bestand schrijven mislukt" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "pid-bestand openen mislukt" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "bestand lezen" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "pid-bestand lezen mislukt" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Die gebruiker bestaat niet!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Soort account" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standaard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Beheerders" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Talen" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Geen instellingen" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Wachtwoord" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Automatisch aanmelden" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Aanmeldtijd" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Groepsbeheer" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Groepen instellen" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Account is uitgeschakeld" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Volgende keer instellen" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Gebruikersinformatie verkrijgen" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "aantal gebruikers is 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Wachtwoord instellen" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Sluiten" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Bevestigen" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Nu instellen" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Gebruikerswachtwoord" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "wachtwoord aanmaken" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Gebruiker verwijderen" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "U kunt uw eigen account niet verwijderen." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "gebruiker is nog steeds aangemeld" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Verwijder gebruiker '%s'" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Of de persoonlijke map van de gebruiker moet worden verwijderd" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "Herhaal de gebruikersnaam. Probeer a.u.b. een andere" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" "Herhaal de naam van de persoonlijke map van de gebruiker. Probeer a.u.b. een" " andere" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "De gebruikersnaam mag niet beginnen met een - ." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -217,198 +128,169 @@ "De gebruikersnaam mag alleen bestaan uit hoofd- en kleine\n" "letters in de a-z reeks, cijfers en de volgende tekens: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" "Dit zal worden gebruikt om uw persoonlijke map een naam te geven en kan niet" " worden veranderd" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Gebruiker maken" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "Gebruikersnaam" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Volledige naam" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Soort account" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standaard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Beheerders" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "De beide wachtwoorden zijn niet identiek" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Hybride wachtwoorden verhogen de veiligheid" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Gemengde wachtwoorden verhogen de veiligheid" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Wachtwoord" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Volgende keer instellen" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Wachtwoord nu instellen" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "wachtwoord aanmaken" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Bevestigen" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Sluiten" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Nieuwe gebruiker maken" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "Cropbestand maken" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "kon geen tijdelijk bestand aanmaken voor afbeeldingsgegevens" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Afbreken" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Selecteren" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Lokale foto laden" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Doorbladeren naar meer foto's" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Openen" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "Klikken op het hoofdvenster sluit het fotoselectievenster" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Lokale foto" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Avatarlijst" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "Er is geen adres om foto's op te slaan" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Naam wijzigen" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Voer a.u.b. een geldig teken in" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Gebruik Entertoets om wijzigingen op te slaan" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Gebruikerslijst" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Gebruiker toevoegen" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "_Terug" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Bericht" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "Het nieuwe wachtwoord moet verschillen van het oude" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Probeer om wat letters en cijfers te veranderen" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Probeer om het wachtwoord wat meer te veranderen" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "Een wachtwoord zonder uw gebruikersnaam erin zou sterker zijn" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Probeer om het gebruik van uw naam in het wachtwoord te vermijden" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Probeer om sommige woorden in het wachtwoord te vermijden" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Probeer om gewone woorden te vermijden" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Probeer om het herschikken van bestaande woorden te vermijden" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Probeer meer cijfers te gebruiken" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Geen instellingen" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Probeer meer hoofdletters te gebruiken" +#: src/user-base.c:252 +msgid "Language" +msgstr "Talen" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Probeer meer kleine letters te gebruiken" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Automatisch aanmelden" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "Probeer meer bijzondere tekens te gebruiken, zoals interpunctie" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Aanmeldtijd" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "" -"Probeer om een mengsel van letters, cijfers en interpunctie te gebruiken" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Groepsbeheer" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Probeer om het herhalen van hetzelfde teken te vermijden" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Groepen instellen" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Probeer om het herhalen van hetzelfde soort teken te vermijden: u dient " -"letters, cijfers en interpunctie te vermengen." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Naam wijzigen" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Probeer om reeksen als 1234 of abcd te vermijden" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Voer a.u.b. een geldig teken in" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "Wachtwoord moet meer dan acht tekens bevatten" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Gebruik Entertoets om wijzigingen op te slaan" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "Herhalen van groepsnaam. Probeer a.u.b. een andere" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "De groepsnaam mag niet beginnen met een - ." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "Het eerste teken van de groepsnaam moet een letter zijn" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -416,58 +298,27 @@ "De groepsnaam mag alleen bestaan uit hoofd- en kleine\n" "letters in de a-z reeks, cijfers en de volgende tekens: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Nieuwe groep maken" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "Aanmaken nieuwe groep mislukt" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Gebruikersgroep maken" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" -"Groep met succes aangemaakt, zie a.u.b. het einde van de groepswissellijst." - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Groep verwijderen" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "Kan groep root niet verwijderen" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "Of de gekozen groep moet worden verwijderd" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Groepsnaam" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "Groeps-ID" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "User-id" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Verwijderen" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "Initialisatie van groepsbeheer" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -475,11 +326,11 @@ "Initialisatie is mislukt, zie a.u.b. de\n" "functie Groepsbeheerdienst-bediening" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "Kon geen contact maken met de groepsdienst" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -487,113 +338,246 @@ "Zorg er a.u.b. voor dat de groepsdienst is geïnstalleerd en ingeschakeld.\n" " url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Toon het aantal groepen" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "Het aantal groepen is 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "Klik a.u.b. op het ontgrendelingsteken in de linkerbovenhoek" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "Klik op de ontgrendelingsknop op de 'groepswissel'-pagina" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Groepen beheren" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Groepsnaam" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Huidige gebruiker -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Groeps-ID" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Nieuwe groepsnaam" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Kies a.u.b. de gebruiker om toe te voegen aan de nieuwe groep" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Gebruikersnaam" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "User-id" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Verwijderen" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "Groeps-ID" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Gebruikersgroep maken" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" +"Groep met succes aangemaakt, zie a.u.b. het einde van de groepswissellijst." + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Groepen wisselen" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Groepen aanmaken" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Groepen verwijderen" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Huidige gebruiker - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Deze week" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "Vorige week" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Vandaag" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Gisteren" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Sessie geëindigd" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Sessie aangevangen" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — Accountactiviteit" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "vorige" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "volgende" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Account is uitgeschakeld" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Gebruikersinformatie verkrijgen" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "aantal gebruikers is 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Meer..." -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Geen talen gevonden" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Afbreken" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Gereed" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Huidige gebruiker - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "De wachtwoorden komen niet overeen." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Nu instellen" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Gebruikerswachtwoord" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Terug" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Bericht" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Het nieuwe wachtwoord moet verschillen van het oude" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Probeer om wat letters en cijfers te veranderen" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Probeer om het wachtwoord wat meer te veranderen" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Een wachtwoord zonder uw gebruikersnaam erin zou sterker zijn" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Probeer om het gebruik van uw naam in het wachtwoord te vermijden" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Probeer om sommige woorden in het wachtwoord te vermijden" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Probeer om gewone woorden te vermijden" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Probeer om het herschikken van bestaande woorden te vermijden" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Probeer meer cijfers te gebruiken" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Probeer meer hoofdletters te gebruiken" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Probeer meer kleine letters te gebruiken" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Probeer meer bijzondere tekens te gebruiken, zoals interpunctie" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" +"Probeer om een mengsel van letters, cijfers en interpunctie te gebruiken" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Probeer om het herhalen van hetzelfde teken te vermijden" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Probeer om het herhalen van hetzelfde soort teken te vermijden: u dient " +"letters, cijfers en interpunctie te vermengen." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Probeer om reeksen als 1234 of abcd te vermijden" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Wachtwoord moet meer dan acht tekens bevatten" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" +"Sommige instellingen moeten worden ontgrendeld alvorens zij kunnen worden " +"veranderd" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Gebruiker toevoegen" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "MATE Gebruikersbeheer" diff -Nru mate-user-admin-1.6.0/po/nn.po mate-user-admin-1.7.0/po/nn.po --- mate-user-admin-1.6.0/po/nn.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/nn.po 2022-12-23 02:32:30.000000000 +0000 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Øystein Steffensen-Alværvik , 2019 +# Øystein Steffensen-Alværvik, 2019 # Stefano Karapetsas , 2019 # #, fuzzy @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Norwegian Nynorsk (https://www.transifex.com/mate/teams/13566/nn/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Passord" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Lukk" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Fullt namn" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Passord" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Fullt namn" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Lukk" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Avbryt" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Vel" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Opna" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Melding" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Fjern" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Fjern" +#: src/user-history.c:146 +msgid "Today" +msgstr "I dag" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Avbryt" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Fullført" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "I dag" +#: src/user-share.c:190 +msgid "Message" +msgstr "Melding" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Avbryt" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Fullført" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/nso.po mate-user-admin-1.7.0/po/nso.po --- mate-user-admin-1.6.0/po/nso.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/nso.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Northern Sotho (https://www.transifex.com/mate/teams/13566/nso/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Kgetha" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Bula" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Molaetša" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Tloša " + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Tloša " +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Khansela" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Molaetša" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Khansela" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/oc.po mate-user-admin-1.7.0/po/oc.po --- mate-user-admin-1.6.0/po/oc.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/oc.po 2022-12-23 02:32:30.000000000 +0000 @@ -6,15 +6,16 @@ # Translators: # Cédric Valmary , 2019 # Stefano Karapetsas , 2019 +# Quentin PAGÈS, 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Quentin PAGÈS, 2021\n" "Language-Team: Occitan (post 1500) (https://www.transifex.com/mate/teams/13566/oc/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,15 +25,15 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "" +msgstr "Gerir los comptes d’utilizaire" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" -msgstr "" +msgstr "Autentificacion requerida per modificar las donadas d’utilizaire" #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "Gestionari MATE" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" @@ -47,528 +48,513 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "dobrir fichièr" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "" +msgstr "Fracàs de la creacion del fichièr pid" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "escriure fichièr" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "" +msgstr "Fracàs de l’escritura del fichièr pid" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "" +msgstr "Fracàs de la dubertura del fichièr pid" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "" +msgstr "legir fichièr" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Senhal" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" +msgstr "Fracàs de la lectura del fichièr pid" -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Tampar" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirmar" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." +msgstr "Podètz pas suprimir vòstre pròpri compte." -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Nom d’utilizaire" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nom complet" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Tipe de compte" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Estandard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administrators" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" -msgstr "" +msgstr "Los senhals picats dos còps correspondon pas." -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Los senhals mesclats melhoran la seguretat" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Senhal" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Configurar lo còp que ven" + +#: src/user-admin.c:764 msgid "Now set the password" -msgstr "" +msgstr "Configurar lo senhal ara" + +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "generar senhal" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirmar" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Tampar" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" -msgstr "" +msgstr "Crear un utilizaire novèl" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Anullar" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Seleccionar" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" -msgstr "" +msgstr "Car un imatge local" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" -msgstr "" +msgstr "Recercar d'autres imatges" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Dobrir" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" -msgstr "" +msgstr "Imatge local" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" -msgstr "" +msgstr "Lista d’avatars" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" - -#: src/user-list.c:125 -msgid "User List" -msgstr "" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Messatge" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Cap de paramètre" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Lenga" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Connexion automatica" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Ora de connexion" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Gestion dels grops" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Modificar lo nom" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." -msgstr "" +msgstr "Lo nom de grop pòt pas començar per « - »." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Suprimir" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Nom de grop" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Identificant del grop" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" -msgstr "" +#: src/user-group-window.c:620 +msgid "New Group Name" +msgstr "Nom del grop novèl" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "" +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Nom d’utilizaire" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID utilizaire" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Suprimir" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "ID grop" + +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-group.c:1087 +#: src/user-group-window.c:886 msgid "Switch Groups" -msgstr "" +msgstr "Escambiar grops" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" -msgstr "" +msgstr "Crear de grops" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" -msgstr "" +msgstr "Suprimir los gropes" + +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Utilizaire actual - %s" -#: src/user-history.c:43 +#: src/user-history.c:40 msgid "This Week" -msgstr "" +msgstr "Aquesta setmana" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" -msgstr "" +msgstr "La setmana passada" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Uèi" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" -msgstr "" +msgstr "Ièr" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" -msgstr "" +msgstr "%e %b" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" -msgstr "" +msgstr "%e %B %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" -msgstr "" +msgstr "Session acabada" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" -msgstr "" +msgstr "Session començada" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" -msgstr "" +msgstr "%s — Activitat del compte" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" -msgstr "" +msgstr "precedent" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" -msgstr "" +msgstr "seguent" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Compte desactivat" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Informacions utilizaire" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "lo comptador utilizaire es a 0" + +#: src/user-language.c:195 msgid "More…" -msgstr "" +msgstr "Mai…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" -msgstr "" +msgstr "Cap de lenga pas trobada" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Anullar" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" +msgstr "Acabat" + +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Los senhals correspondon pas." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Configurar ara" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Senhal utilizaire" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Retorn" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Messatge" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Lo senhal novèl deu èsser diferent de l'ancian" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Ensajatz de cambiar qualques letras e chifras" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Ensajatz de modificar un pauc mai lo senhal" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Un senhal que conten pas vòstre nom d'utilizaire seriá mai fòrt" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Ensajatz d'incorporar pas vòstre nom dins lo senhal" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Ensajatz d'evitar d'unes mots contenguts dins lo senhal" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Ensajatz d'evitar de mots usuals" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Ensajatz d'evitar de rearrengar los mots existents" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Ensajatz d'utilizar mai de chifras" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Ensajatz d'utilizar mai de letras majusculas" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Ensajatz d'utilizar mai de letras minisculas" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Ensajatz d'utilizar mai de caractèrs especials, coma las pontuacions" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" +"Ensajatz d'utilizar una mescla de letras, de chifras e de ponctuacions" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Ensajatz d'evitar la repeticion del meteis caractèr" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" +"Ensajatz d'evitar la repeticion del meteis caractèr : vos cal mesclar de " +"letras, de chifras e de ponctuacions." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Ensajatz d'evitar de sequéncias talas coma 1234 o abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "La longor de senhal requerida es de mai de 8 caractèrs" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "Devètz desverrolhar certans paramètres per los modificar" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Apondre un utilizaire" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Gestionari d’utilizaire MATE" diff -Nru mate-user-admin-1.6.0/po/or.po mate-user-admin-1.7.0/po/or.po --- mate-user-admin-1.6.0/po/or.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/or.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,10 +11,10 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" -"Language-Team: Oriya (https://www.transifex.com/mate/teams/13566/or/)\n" +"Language-Team: Odia (https://www.transifex.com/mate/teams/13566/or/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "ପ୍ରବେଶ ସଙ୍କେତ" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "ପୂରା ନାମ" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "ପ୍ରବେଶ ସଙ୍କେତ" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "ପୂରା ନାମ" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "ବାତିଲ କରନ୍ତୁ (_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "ବାଛନ୍ତୁ" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "ଖୋଲନ୍ତୁ (_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "ସନ୍ଦେଶ" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ଉପୟୋଗକର୍ତ୍ତା ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "ଅପସାରଣ କରନ୍ତୁ" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "ଉପୟୋଗକର୍ତ୍ତା ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "ଅପସାରଣ କରନ୍ତୁ" +#: src/user-history.c:146 +msgid "Today" +msgstr "ଆଜି" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "ବାତିଲ କରନ୍ତୁ" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "ଆଜି" +#: src/user-share.c:170 +msgid "_Return" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "ସନ୍ଦେଶ" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "ବାତିଲ କରନ୍ତୁ" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/pa.po mate-user-admin-1.7.0/po/pa.po --- mate-user-admin-1.6.0/po/pa.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/pa.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Panjabi (Punjabi) (https://www.transifex.com/mate/teams/13566/pa/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "ਭਾਸ਼ਾ" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "ਪਾਸਵਰਡ" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "ਬੰਦ ਕਰੋ" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "ਪੂਰਾ ਨਾਂ" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "ਪਾਸਵਰਡ" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "ਪੂਰਾ ਨਾਂ" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "ਬੰਦ ਕਰੋ" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "ਨਵਾਂ ਯੂਜ਼ਰ ਬਣਾਓ" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "ਰੱਦ ਕਰੋ(_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "ਚੁਣੋ" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "ਖੋਲ੍ਹੋ(_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "ਭਾਸ਼ਾ" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "ਸੁਨੇਹਾ" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ਯੂਜ਼ਰ ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "ਹਟਾਓ" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "ਯੂਜ਼ਰ ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "ਹਟਾਓ" +#: src/user-history.c:146 +msgid "Today" +msgstr "ਅੱਜ" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "ਰੱਦ ਕਰੋ" + +#: src/user-language.c:672 +msgid "Done" +msgstr "ਮੁਕੰਮਲ" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "ਅੱਜ" +#: src/user-share.c:190 +msgid "Message" +msgstr "ਸੁਨੇਹਾ" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "ਰੱਦ ਕਰੋ" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "ਮੁਕੰਮਲ" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/pl.po mate-user-admin-1.7.0/po/pl.po --- mate-user-admin-1.6.0/po/pl.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/pl.po 2022-12-23 02:32:30.000000000 +0000 @@ -6,19 +6,20 @@ # Translators: # Przemek P , 2019 # Andrzej Jarzębowski , 2019 -# Rafał Babiarz , 2019 +# 7fa0336cac7b5f4fb2d9a1e63d4cee52_003379a , 2019 # Dominik Adrian Grzywak, 2019 # Stefano Karapetsas , 2019 -# Marcin Net , 2019 +# 7d927f1adaae02ae3120b2ceacc1eadf_34fcd4b <964145c7ac0e6f1856853edaa15b3982_834090>, 2019 +# Marek Adamski, 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Marcin Net , 2019\n" +"Last-Translator: Marek Adamski, 2021\n" "Language-Team: Polish (https://www.transifex.com/mate/teams/13566/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,7 +37,7 @@ #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "Menedżer MATE" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" @@ -50,159 +51,77 @@ "record. By working with group-service, groups of users can be managed, such " "as adding/removing existing groups and creating/deleting new groups." msgstr "" +"Menedżer MATE to graficzna aplikacja do zarządzania lokalnymi użytkownikami " +"i grupami. Może: dodawać i usuwać lokalnych użytkowników, zmieniać nazwę " +"użytkownika, typ użytkownika, język użytkownika, hasło użytkownika, " +"automatyczne logowanie. Pozwala na wyświetlanie rejestru logowania " +"użytkownika. Pracując z usługą grupową, można zarządzać grupami " +"użytkowników, na przykład dodawać lub usuwać istniejące grupy i tworzyć lub " +"usuwać nowe grupy." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "Menedżer Użytkowników Mate" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "otwórz plik" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "Utworzenie pliku PID nie powiodło sie" +msgstr "Tworzenie pliku PID nie powiodło sie" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "zapisz plik" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "Zapisanie pliku PID nie powiodło sie" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "Otwarcie pliku PID nie powiodło sie" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "odczytaj plik" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "Odczytanie pliku PID nie powiodło sie" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Nie znaleziono użytkownika!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Typ Konta" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Administratorzy" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Język" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Brak Ustawień" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Hasło" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Automatyczne logowanie" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Czas logowania" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Zarządzanie Grupą" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Ustawienia Grup" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Konto jest wyłączone" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Ustaw następnym razem" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Uzyskaj informacje o użytkowniku" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "liczba użytkowników wynosi 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Ustaw Hasło" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Zamknij" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Potwierdź" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Ustaw teraz" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Hasło Użytkownika" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "utworzenie hasła" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Usuń Użytkownika" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Nie możesz usunąć swojego konta" -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "użytkownik jest nadal zalogowany" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Usuń użytkownika '%s'" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Czy usunąć katalog domowy użytkownika" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "Powtórz nazwę użytkownika. Spróbuj ponownie" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "Powtórz nazwę domową użytkownika.Proszę spróbuj innej" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "Nazwa użytkownika nie może rozpoczynać się od - ." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -210,263 +129,209 @@ "Nazwa użytkownika powinna składać się wyłącznie \n" "z małych i dużych liter, cyfr oraz znaków: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" "Ta nazwa zostanie użyta jako nazwa twojego katalogu domowego i nie będzie " "mogła być zmieniona" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Tworzenie Użytkownika" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "Nazwa użytkownika" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Imię i nazwisko" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Typ Konta" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administratorzy" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "Wprowadzone hasłą różnią się" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Hasła hybrydowe poprawiają bezpieczeństwo" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Mieszane hasła zwiększają bezpieczeństwo" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Hasło" -#: src/user-admin.c:788 +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Ustaw następnym razem" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Ustaw hasło teraz" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "utworzenie hasła" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Potwierdź" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Zamknij" + +#: src/user-admin.c:931 msgid "Create New User" -msgstr "Utworzenie nowego użytkownika" +msgstr "Utwórz nowego użytkownika" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" -msgstr "" +msgstr "Utwórz plik wycięcia" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "utworzenie pliku tymczasowgo dla obrazu nie powiodło się" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Anuluj" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Zaznacza" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Ładowanie Pliku Lokalnego" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Wyszukaj więcej obrazów" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Otwórz" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "Kliknięcie na okno główne zamyka okno wyboru obrazu" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Obraz Lokalny" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Lista awatarów" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "Brak adresu do przechowywania zdjęć" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Zmień Nazwę" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Proszę podać prawidłowy znak" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Użyj klawisza Enter aby zapisać zmiany" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Lista użytkowników" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Dodaj użytkownika" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Komunikat" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "Nowe hasło musi być różne od poprzedniego" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Spróbuj zmienić kilka liter i liczb" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Spróbuj zmienić hasło na lepsze" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "Hasło bez nazwy użytkownika byłoby silniejsze" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Unikaj zawierania nazwy użytkownika w haśle" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Postaraj się unikać niektórych słów zawartych w haśle" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Unikaj pospolitych słów" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Spróbuj uniknąć zmiany kolejności istniejących słów" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Spróbuj użyć więcej liczb" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Brak Ustawień" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Spróbuj użyć więcej dużych liter" +#: src/user-base.c:252 +msgid "Language" +msgstr "Język" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Spróbuj użyć więcej małych liter" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Automatyczne logowanie" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "Spróbuj użyć więcej znaków specjalnych, takich jak interpunkcja" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Czas logowania" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "Spróbuj użyć kombinacji liter, cyfr i znaków interpunkcyjnych" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Zarządzanie Grupą" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Spróbuj uniknąć powtarzania tych samych znaków" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Ustawienia Grup" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Staraj się unikać powtarzania tego samego typu znaków: musisz pomieszać " -"litery, cyfry i znaki interpunkcyjne" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Zmień Nazwę" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Staraj się unikać sekwencji takich jak 1234 lub abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Proszę podać prawidłowy znak" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "Długość hasła musi być większa niż 8 znaków" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Użyj klawisza Enter aby zapisać zmiany" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "Powtórz nazwe grupy. Spróbuj ponownie" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "Nazwa użytkownika nie może rozpoczynać się od - ." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "Pierwszy znak nazwy grupy musi być literą" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" +"Nazwa grupy powinna składać się tylko z wielkich i małych liter \n" +"od a do z, cyfr i następujących znaków: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Stwórz nową grupę" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "Tworzenie nowej grupy nie powiodło się" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Stwórz grupę użytkowników" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Usuń grupę" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "Nie można usunąć grupy Roota" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "Czy usunąć zaznaczoną grupę?" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Nazwa grupy" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "Identyfikator grupy" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "Identyfikator użytkownika" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Usuń" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "Uruchamianie menadżera grup" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" +"Nie udało się uruchomić, sprawdź działanie \n" +"Interfejsu usługi zarządzania grupami" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "Nie można połączyć się z usługą grupy." -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -474,113 +339,245 @@ "Upewnij się że usługa group-service jest zainstalowana i włączona.\n" " url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Pobierz liczbę grup" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "Liczba grup wynosi 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "Proszę kliknąć na znak odblokowania w lewym górnym rogu" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" -msgstr "" +msgstr "Kliknij przycisk odblokowania na stronie \"przełącznika grup\"" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Zarządzanie Grupami" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Nazwa grupy" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Bieżący użytkownik -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Identyfikator grupy" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Nazwa nowej grupy" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Proszę wybrać użytkownika, który ma zostać dodany do nowej grupy" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Nazwa użytkownika" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Identyfikator użytkownika" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Usuń" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "Identyfikator grupy" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Stwórz grupę użytkowników" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" +"Tworzenie grupy użytkownika zakończone, sprawdź na końcu listy przełącznika " +"grup." + +#: src/user-group-window.c:886 msgid "Switch Groups" -msgstr "Przełącznik Grup" +msgstr "Przełącznik grup" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" -msgstr "Stwórz Grupy" +msgstr "Stwórz grupy" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Usuń Grupy" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Bieżący użytkownik - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Ten tydzień" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "Poprzedni tydzień" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Dzisiaj" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Wczoraj" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" -msgstr "" +msgstr "%e %b" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" -msgstr "" +msgstr "%e%b %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Sesja zakończona" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Sesja rozpoczęta" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" -msgstr "" +msgstr "%s — Aktywność konta" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "Poprzednia" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "Następna" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Konto jest wyłączone" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Uzyskaj informacje o użytkowniku" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "liczba użytkowników wynosi 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Więcej..." -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Nie znaleziono języków" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Anuluj" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Ukończono" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Bieżący użytkownik - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Hasła nie są zgodne." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Ustaw teraz" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Hasło Użytkownika" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Powrót" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Komunikat" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Nowe hasło musi być różne od poprzedniego" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Spróbuj zmienić kilka liter i liczb" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Spróbuj zmienić hasło na lepsze" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Hasło bez nazwy użytkownika byłoby silniejsze" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Unikaj zawierania nazwy użytkownika w haśle" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Postaraj się unikać niektórych słów zawartych w haśle" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Unikaj pospolitych słów" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Spróbuj uniknąć zmiany kolejności istniejących słów" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Spróbuj użyć więcej liczb" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Spróbuj użyć więcej dużych liter" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Spróbuj użyć więcej małych liter" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Spróbuj użyć więcej znaków specjalnych, takich jak interpunkcja" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Spróbuj użyć kombinacji liter, cyfr i znaków interpunkcyjnych" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Spróbuj uniknąć powtarzania tych samych znaków" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Staraj się unikać powtarzania tego samego typu znaków: musisz pomieszać " +"litery, cyfry i znaki interpunkcyjne" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Staraj się unikać sekwencji takich jak 1234 lub abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Długość hasła musi być większa niż 8 znaków" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" +"Niektóre ustawienia muszą zostać odblokowane, zanim będzie można je zmienić" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Dodaj użytkownika" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Menedżer Użytkowników Mate" diff -Nru mate-user-admin-1.6.0/po/POTFILES.in mate-user-admin-1.7.0/po/POTFILES.in --- mate-user-admin-1.6.0/po/POTFILES.in 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/POTFILES.in 2022-12-23 02:32:30.000000000 +0000 @@ -1,14 +1,17 @@ data/org.mate.user.admin.policy.in data/mate-user-admin.appdata.xml.in -src/main.c -src/user-base.c -src/user-info.c -src/user-password.c -src/user-admin.c -src/user-face.c -src/user-list.c -src/user-share.c -src/user-group.c +src/main.c +src/user-admin.c +src/user-avatar.c +src/user-base.c src/user-crop.c +src/user-face.c +src/user-group.c +src/user-group-window.c src/user-history.c +src/user-info.c src/user-language.c +src/user-list.c +src/user-password.c +src/user-share.c +src/user-window.c diff -Nru mate-user-admin-1.6.0/po/ps.po mate-user-admin-1.7.0/po/ps.po --- mate-user-admin-1.6.0/po/ps.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ps.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,10 +11,10 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" -"Language-Team: Pushto (https://www.transifex.com/mate/teams/13566/ps/)\n" +"Language-Team: Pashto (https://www.transifex.com/mate/teams/13566/ps/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "تېرنويې" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "تېرنويې" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "بندول_" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "ټاکل" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "پرانيستل_" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "استوزه" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "ړنګول" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "ړنګول" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "بندول" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "استوزه" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "بندول" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/pt_BR.po mate-user-admin-1.7.0/po/pt_BR.po --- mate-user-admin-1.6.0/po/pt_BR.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/pt_BR.po 2022-12-23 02:32:30.000000000 +0000 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Marcus Vinícius Marques, 2019 +# 65f2af3cfa184c075942a0418b98d2de_d688669, 2019 # 710a500dd1d5560bb05c8b24814b8c26, 2019 # Xerxes Lins , 2019 # Marcelo Ghelman , 2019 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: George Silva , 2019\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/mate/teams/13566/pt_BR/)\n" @@ -51,528 +51,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "Obter Ícone de Falha" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "abrir arquivo" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "Criação de arquivo pid falhou" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "escrever no arquivo" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "Escrever arquivo pid falhou" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "Abrir arquivo pid falhou" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "ler arquivo" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "ler arquivo pid falhou" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Este usuário não existe!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Tipo de Conta" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Padrão" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Administradores" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Idioma" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Sem Configurações" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Senha" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Entrada automática" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Tempo de login" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Gerenciar grupo" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Configurações de Grupos" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Conta desativada" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Configurar da próxima vez" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Obter Informações do Usuário" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "contagem de usuários é 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Definir Senha" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Fechar" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirmar" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Agora configure" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Senha de Usuário" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "criação de senha" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Remover Usuário" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Você não pode excluir sua própria conta." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "Nome de usuário não pode começar com um - (traço)." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "nome de usuário" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nome completo" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Tipo de Conta" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Padrão" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administradores" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Senha" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Configurar da próxima vez" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "criação de senha" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirmar" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Fechar" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Criar novo usuário" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Cancelar" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Selecionar" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Abrir" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" - -#: src/user-list.c:125 -msgid "User List" -msgstr "" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "_Retorno" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Mensagem" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Sem Configurações" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Idioma" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Entrada automática" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Tempo de login" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Gerenciar grupo" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Configurações de Grupos" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID do usuário" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Remover" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "" - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Gerenciar Grupos" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Novo Nome do Grupo" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Selecione o usuário a adicionar ao novo grupo" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "nome de usuário" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID do usuário" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Remover" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Trocar Grupos" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Criar Grupos" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Remover Grupos" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "" + +#: src/user-history.c:40 msgid "This Week" msgstr "Esta Semana" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "Última Semana" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Hoje" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Ontem" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Sessão Finalizada" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Sessão Iniciada" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "anterior" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "próximo" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Conta desativada" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Obter Informações do Usuário" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "contagem de usuários é 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Mais..." -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Nenhum idioma encontrado" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Cancelar" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Feito" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Agora configure" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Senha de Usuário" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Retorno" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Mensagem" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/pt.po mate-user-admin-1.7.0/po/pt.po --- mate-user-admin-1.6.0/po/pt.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/pt.po 2022-12-23 02:32:30.000000000 +0000 @@ -7,7 +7,7 @@ # Sérgio Marques , 2019 # Stefano Karapetsas , 2019 # José Vieira , 2019 -# Manuela Silva , 2019 +# Manuela Silva , 2019 # Hugo Carvalho , 2019 # Carlos Moreira, 2019 # @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Carlos Moreira, 2019\n" "Language-Team: Portuguese (https://www.transifex.com/mate/teams/13566/pt/)\n" @@ -51,528 +51,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "abrir ficheiro" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "A criação do ficheiro pid falhou" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "gravar ficheiro" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "a gravação do ficheiro pid falhou" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "a abertura do ficheiro pid falhou" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "ler ficheiro" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "a leitura do ficheiro pid falhou" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Tipo de Conta" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Padrão" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Administradores" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Idioma" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Sem Definições" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Senha" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Fechar" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirmar" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nome Completo" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Tipo de Conta" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Padrão" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administradores" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Senha" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirmar" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Fechar" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Criar novo utilizador" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Cancelar" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Escolher" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Abrir" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Sem Definições" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Idioma" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" -msgstr "Adicionar Utilizador" - -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Mensagem" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID de Utilizador" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Remover" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID de Utilizador" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Remover" +#: src/user-history.c:146 +msgid "Today" +msgstr "Hoje" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Cancelar" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Terminado" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Hoje" +#: src/user-share.c:190 +msgid "Message" +msgstr "Mensagem" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Cancelar" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Terminado" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Adicionar Utilizador" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ro.po mate-user-admin-1.7.0/po/ro.po --- mate-user-admin-1.6.0/po/ro.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ro.po 2022-12-23 02:32:30.000000000 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Romanian (https://www.transifex.com/mate/teams/13566/ro/)\n" @@ -48,528 +48,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Limbă" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Parolă" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Închide" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Confirmă" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Nume complet" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Parolă" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Confirmă" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Închide" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Creare utilizator nou" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Renunță" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Selectați" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Deschide" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Limbă" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Mesaj" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID utilizator" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Elimină" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID utilizator" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Elimină" +#: src/user-history.c:146 +msgid "Today" +msgstr "Azi" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Renunță" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Făcut" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Azi" +#: src/user-share.c:190 +msgid "Message" +msgstr "Mesaj" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Renunță" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Făcut" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ru.po mate-user-admin-1.7.0/po/ru.po --- mate-user-admin-1.6.0/po/ru.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ru.po 2022-12-23 02:32:30.000000000 +0000 @@ -4,19 +4,21 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Alexei Sorokin , 2019 -# Aleksey Kabanov , 2019 +# XRevan86, 2019 # Dmitriy Kulikov , 2019 # Stefano Karapetsas , 2019 +# Aleksey Kabanov , 2020 +# Cyber Tailor , 2020 +# Иван Л. , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Иван Л. , 2021\n" "Language-Team: Russian (https://www.transifex.com/mate/teams/13566/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,19 +28,19 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "" +msgstr "Управление учётными записями пользователей" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" -msgstr "" +msgstr "Для изменения данных пользователя необходима аутентификация" #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "Менеджер MATE" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "Управление локальными пользователями и группами Linux" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -49,528 +51,512 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "открыть файл" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "" +msgstr "Сбой создания файла идентификатора процесса" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "записать файл" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "" +msgstr "сбой записи файла идентификатора процесса" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "" +msgstr "сбой открытия файла идентификатора процесса" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "" +msgstr "читать файл" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Стандартные" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Язык" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Пароль" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Закрыть" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Подтвердить" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" +msgstr "сбой чтения файла идентификатора процесса" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" -msgstr "" +msgstr "Удалить пользователя" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." -msgstr "" +msgstr "Нельзя удалить собственную учётную запись." + +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "пользователь все еще вошел в систему" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Удалить '%s' пользователя" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" -msgstr "" +msgstr "Удалить домашний каталог пользователя" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" -msgstr "" +msgstr "Создание пользователя" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Имя пользователя " -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Полное имя" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Тип учётной записи" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Стандартные" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Администраторы" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Пароль" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Подтвердить" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Закрыть" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Создать нового пользователя" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "О_тмена" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Выбрать" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Открыть" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" -msgstr "" +msgstr "Локальное изображение" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" -msgstr "" +msgstr "Список аватаров" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" - -#: src/user-list.c:125 -msgid "User List" -msgstr "" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Сообщение" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Нет настроек" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Язык" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Автоматический вход" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Время входа в систему" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" -msgstr "" +msgstr "Первый символ имени группы должен быть буквой" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" -msgstr "" - -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" +msgstr "Удалить группу" -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "Идентификатор пользователя" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Удалить" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "" - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Имя группы" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "ID группы " -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" -msgstr "" +msgstr "Имя новой группы" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" +msgstr "Выберите пользователя для добавления в новую группу" + +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Имя пользователя" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Идентификатор пользователя" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Удалить" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "id группы " + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Создать группу пользователя" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-group.c:1087 +#: src/user-group-window.c:886 msgid "Switch Groups" -msgstr "" +msgstr "Группы переключателей " -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-history.c:47 +#: src/user-history.c:40 +msgid "This Week" +msgstr "Эта неделя" + +#: src/user-history.c:44 msgid "Last Week" -msgstr "" +msgstr "Прошлая неделя" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Сегодня" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" -msgstr "" +msgstr "Вчера" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" -msgstr "" +msgstr "Сеанс завершён" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "" + +#: src/user-language.c:195 msgid "More…" msgstr "" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Отмена" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Готово" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Пароль пользователя" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Сообщение" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Новый пароль должен отличаться от старого" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Попробуйте изменить некоторые буквы и цифры" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Попробуйте изменить пароль немного сильнее" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Пароль без вашего имени пользователя будет более надёжным" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Постарайтесь избегать использования вашего имени в пароле" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Постарайтесь избегать часто используемых слов" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Попробуйте использовать больше цифр" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Постарайтесь использовать смесь букв, цифр и знаков препинания" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Постарайтесь избегать повторения одного и того же символа" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Постарайтесь избегать повторения символов одного типа: используйте смесь " +"букв, цифр и знаков препинания." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Постарайтесь не использовать последовательности типа 1234 или abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Длина пароля должна быть больше 8 символов" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Добавить пользователя" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/rw.po mate-user-admin-1.7.0/po/rw.po --- mate-user-admin-1.6.0/po/rw.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/rw.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Kinyarwanda (https://www.transifex.com/mate/teams/13566/rw/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Ijambobanga" - -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:260 -msgid "User Password" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Ijambobanga" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" -msgstr "" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" +msgstr "Guhitamo" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-avatar.c:253 +msgid "_Open" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" -msgstr "Guhitamo" - -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:455 -msgid "_Open" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Ubutumwa" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Gukuraho" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Gukuraho" - -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Kureka" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" -msgstr "" +#: src/user-share.c:190 +msgid "Message" +msgstr "Ubutumwa" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Kureka" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/si.po mate-user-admin-1.7.0/po/si.po --- mate-user-admin-1.6.0/po/si.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/si.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Sinhala (https://www.transifex.com/mate/teams/13566/si/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "රහස්පදය" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "සම්පූර්ණ නම" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "රහස්පදය" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "සම්පූර්ණ නම" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "අවලංගු කරන්න (_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "තෝරන්න" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "විවෘත කරන්න (_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "පණිවිඩ" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "ඉවත් කරන්න" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "ඉවත් කරන්න" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "අවලංගු කරන්න" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "පණිවිඩ" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "අවලංගු කරන්න" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/sk.po mate-user-admin-1.7.0/po/sk.po --- mate-user-admin-1.6.0/po/sk.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/sk.po 2022-12-23 02:32:30.000000000 +0000 @@ -6,7 +6,7 @@ # Translators: # Ján Ďanovský , 2019 # Dušan Kazik , 2019 -# Juraj Oravec, 2019 +# 32442f8bc5cc500b59f161d95078a28a_525ed04, 2019 # Tibor Kaputa , 2019 # peter, 2019 # Stefano Karapetsas , 2019 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Slovak (https://www.transifex.com/mate/teams/13566/sk/)\n" @@ -51,528 +51,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Štandardné" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Jazyk" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Heslo" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Zatvoriť" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Potvrdiť" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Celé meno" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Štandardné" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Heslo" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Potvrdiť" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Zatvoriť" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Vytvorenie nového používateľa" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Zrušiť" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Vybrať" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Otvoriť" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Jazyk" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Správa" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID používateľa" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Odstrániť" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID používateľa" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Odstrániť" +#: src/user-history.c:146 +msgid "Today" +msgstr "Dnes" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Zrušiť" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Hotovo" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Dnes" +#: src/user-share.c:190 +msgid "Message" +msgstr "Správa" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Zrušiť" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Hotovo" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/sl.po mate-user-admin-1.7.0/po/sl.po --- mate-user-admin-1.6.0/po/sl.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/sl.po 2022-12-23 02:32:30.000000000 +0000 @@ -8,15 +8,17 @@ # Damir Jerovšek , 2019 # Damir Mevkić , 2019 # Stefano Karapetsas , 2019 +# Helena S , 2020 +# Martin Srebotnjak , 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Martin Srebotnjak , 2022\n" "Language-Team: Slovenian (https://www.transifex.com/mate/teams/13566/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,19 +28,19 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "" +msgstr "Upravljate uporabniške račune" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" -msgstr "" +msgstr "Zahtevana je overitev za spremembo uporabniških podatkov" #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "Upravljalnik MATE" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "Upravlja Linux lokalne uporabnike in skupine" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -48,529 +50,530 @@ "record. By working with group-service, groups of users can be managed, such " "as adding/removing existing groups and creating/deleting new groups." msgstr "" +"Mate Manager je grafična aplikacija, ki upravlja krajevne uporabnike in " +"skupine. Lahko dodaja in briše krajevne uporabnike, spreminja uporabniško " +"ime, vrsto uporabnika, uporabniški jezik, uporabniško geslo, samodejno " +"prijavo. Ogledate si lahko zapisnik uporabnikovih prijav. Z delom s " +"storitvami skupine je mogoče upravljati skupine uporabnikov, npr. " +"dodajati/odstranjevati obstoječe skupine in ustvarjati/brisati nove skupine." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "odpri datoteko" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "" +msgstr "Ustvarjanje datoteke pid je spodletelo" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "zapiši datoteko" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "" +msgstr "Zapisovanje v datoteko pid je spodletelo" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "" +msgstr "Odpiranje datoteke pid je spodletelo" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "" +msgstr "branje datoteke" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Običajne" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Jezik" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Geslo" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" +msgstr "Branje datoteke pid je spodletelo" -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Zapri" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Potrdi" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" -msgstr "" +msgstr "Odstrani uporabnika" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." -msgstr "" +msgstr "Ne morete izbrisati svojega računa." + +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "Uporabnik je še naprej prijavljen." + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Odstrani uporabnika »%s«" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" -msgstr "" +msgstr "Ali želite odstraniti domačo mapo uporabnika" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" -msgstr "" +msgstr "Ta uporabnik že obstaja. Izberite drugo ime" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" -msgstr "" +msgstr "Ta domača mapa uporabnika že obstaja. Izberite drugo" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." -msgstr "" +msgstr "Uporabniško ime se ne sme začeti z -." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" +"Uporabniško ime je lahko sestavljeno samo iz velikih in majhnih\n" +"črk od a-z, številk in naslednjih znakov: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" -msgstr "" +msgstr "To bo uporabljeno kot ime domače mape in je ni mogoče spremeniti" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" -msgstr "" +msgstr "Ustvarjanje uporabnika" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Uporabniško ime" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Polno ime" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Vrsta računa" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Običajne" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Skrbniki" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" -msgstr "" +msgstr "Dvakrat vnesena gesla se razlikujeta" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Mešana gesla izboljšajo varnost" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Geslo" -#: src/user-admin.c:788 +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Nastavite naslednjič" + +#: src/user-admin.c:764 msgid "Now set the password" -msgstr "" +msgstr "Zdaj nastavi geslo" + +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "generirajte geslo" -#: src/user-admin.c:864 +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Potrdi" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Zapri" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Ustvari novega uporabnika" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" -msgstr "" +msgstr "Ustvari obrezano datoteko" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" -msgstr "" +msgstr "ni bilo mogoče ustvariti začasne datoteke za slikovne podatke" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Prekliči" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Izberi" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" -msgstr "" +msgstr "Naložite lokalno sliko" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" -msgstr "" +msgstr "Poiščite več slik" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Odpri" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" -msgstr "" +msgstr "Lokalna slika" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" -msgstr "" +msgstr "Seznam podob" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" -msgstr "" - -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" - -#: src/user-list.c:125 -msgid "User List" -msgstr "" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Sporočilo" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" +msgstr "Ni naslova za shranjevanje fotografij" -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Brez nastavitev" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Jezik" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Samodejna prijava" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Čas prijave" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Upravljanje skupine" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Nastavitev skupin" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Spremeni ime" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Vnesite veljaven znak" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Uporabite tipko Enter za shranitev sprememb" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" -msgstr "" +msgstr "To ime skupine že obstaja. Izberite drugo" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." -msgstr "" +msgstr "Ime skupine se ne sme začeti z - ." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" -msgstr "" +msgstr "Za prvi znak imena skupine je potrebna črka" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" +"Ime skupine je lahko sestavljeno samo iz velikih in majhnih\n" +"črk od a-z, številk in naslednjih znakov: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" -msgstr "" +msgstr "Ustvari novo skupino" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" -msgstr "" +msgstr "Ustvarjanje nove skupine spodletelo" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" -msgstr "" - -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" +msgstr "Odstrani skupina" -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" -msgstr "" +msgstr "Ali želite odstraniti izbrano skupino" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID uporabnika" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Odstrani" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" -msgstr "" +msgstr "Inicializacija upravljanja skupin" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" +"Inicializacija je spodletela, glejte funkcijo\n" +" Vmesnik storitve upravljanja skupin" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" -msgstr "" +msgstr "S skupinsko storitvijo ni bilo mogoče navezati stika" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" +"Zagotovite, da je storitev group-service nameščena in omogočena.\n" +" URL: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "" - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" -msgstr "" +msgstr "Kliknite gumb odklepa na strani »swith-group«" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Ime skupine" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "ID skupine" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" -msgstr "" +msgstr "Novo ime skupine" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" +msgstr "Izberite uporabnika, ki ga želite dodati v novo skupino" + +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Uporabniško ime" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID uporabnika" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Odstrani" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "ID skupine" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Ustvari uporabniško skupino" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" +"Uspešno ustvarjena skupina uporabnikov. Oglejte si konec seznama skupin " +"preklopov." -#: src/user-group.c:1087 +#: src/user-group-window.c:886 msgid "Switch Groups" -msgstr "" +msgstr "Zamenjaj skupine" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" -msgstr "" +msgstr "Ustvari skupine" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" -msgstr "" +msgstr "Odstrani skupine" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Trenutni uporabnik - %s" + +#: src/user-history.c:40 msgid "This Week" -msgstr "" +msgstr "Ta teden" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" -msgstr "" +msgstr "Prejšnji teden" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Danes" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" -msgstr "" +msgstr "Včeraj" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" -msgstr "" +msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" -msgstr "" +msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" -msgstr "" +msgstr "Seja je končana" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" -msgstr "" +msgstr "Seja se je začela" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" -msgstr "" +msgstr "%s — Dejavnost računa" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" -msgstr "" +msgstr "prejšni" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" -msgstr "" +msgstr "naslednji" + +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Račun je onemogočen" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Pridobite informacije o uporabniku" -#: src/user-language.c:120 +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "število uporabnikov je 0" + +#: src/user-language.c:195 msgid "More…" -msgstr "" +msgstr "Več..." -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" -msgstr "" +msgstr "Jezikov ni bilo mogoče najti" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Prekliči" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Končano" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Gesli se ne ujemata." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Sedaj nastavite" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Uporabniško geslo" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Nazaj" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Sporočilo" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Novo geslo naj bo drugačno od starega" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Poskusite spremeniti nekaj črk in številk" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Poskusite malo bolj spremeniti geslo" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Geslo brez uporabniškega imena bi bilo močnejše" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Poskusite se izogniti uporabi imena v geslu" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Poskusite se izogniti nekaterim besedam, ki jih vsebuje geslo" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Poskusite se izogniti pogostim besedam" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Poskusite se izogniti preurejanju obstoječih besed" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Poskusite uporabiti več številk" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Poskusite uporabiti več črk z veliko začetnico" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Poskusite uporabiti več črk z malo začetnico" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Poskusite uporabiti več posebnih znakov, kot so ločila" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Poskusite uporabiti mešanico črk, številk in ločil" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Poskusite se izogniti ponovitvi istega znaka" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" +"Poskusite se izogniti ponavljanju iste vrste znakov: mešati morate črke, " +"številke in ločila." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Poskusite se izogniti zaporedjem, kot so 1234 ali abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Dolžina gesla naj bo več kot 8 znakov" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" +"Nekatere nastavitve je potrebno odkleniti, preden jih lahko spremenite." + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Dodaj uporabnika" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Upravljalnik uporabnikov Mate" diff -Nru mate-user-admin-1.6.0/po/sq.po mate-user-admin-1.7.0/po/sq.po --- mate-user-admin-1.6.0/po/sq.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/sq.po 2022-12-23 02:32:30.000000000 +0000 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Albanian (https://www.transifex.com/mate/teams/13566/sq/)\n" @@ -49,528 +49,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Gjuha" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Fjalëkalimi" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Mbyll" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Konfirmo" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Emri dhe mbiemri" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Fjalëkalimi" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Konfirmo" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Mbyll" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Anulo" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Zgjidh" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Hap" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Gjuha" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Mesazhi" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Hiq" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Hiq" +#: src/user-history.c:146 +msgid "Today" +msgstr "Sot" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Anulo" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Perfunduar" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Sot" +#: src/user-share.c:190 +msgid "Message" +msgstr "Mesazhi" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Anulo" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Perfunduar" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/sr@latin.po mate-user-admin-1.7.0/po/sr@latin.po --- mate-user-admin-1.6.0/po/sr@latin.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/sr@latin.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Serbian (Latin) (https://www.transifex.com/mate/teams/13566/sr@latin/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Jezik" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Lozinka" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Zatvoren" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "Puno ime i prezime" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Lozinka" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "Puno ime i prezime" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Zatvoren" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "Napravi novog korisnika" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Otkaži" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Odaberi" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Otvori" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Jezik" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Poruka" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "IB korisnika" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Ukloni" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "IB korisnika" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Ukloni" +#: src/user-history.c:146 +msgid "Today" +msgstr "Danas" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Otkaži" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Gotovo" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Danas" +#: src/user-share.c:190 +msgid "Message" +msgstr "Poruka" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Otkaži" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Gotovo" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/sr.po mate-user-admin-1.7.0/po/sr.po --- mate-user-admin-1.6.0/po/sr.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/sr.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,16 +5,16 @@ # # Translators: # Stefano Karapetsas , 2019 -# Мирослав Николић , 2019 +# Мирослав Николић , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Мирослав Николић , 2019\n" +"Last-Translator: Мирослав Николић , 2021\n" "Language-Team: Serbian (https://www.transifex.com/mate/teams/13566/sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,19 +24,19 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "" +msgstr "Управљајте корисничким налозима" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" -msgstr "" +msgstr "Потребно је потврђивање идентитета за промену корисничких података" #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "Мејтов управник" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "Управљање Линуксовим локалним корисницима и групама" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -46,529 +46,530 @@ "record. By working with group-service, groups of users can be managed, such " "as adding/removing existing groups and creating/deleting new groups." msgstr "" +"Мејтов управник је графички програм који управља локалним корисницима и " +"групама. Може додати и брисати локалне кориснике, променити име, врсту, " +"језик и лозинку корисника, аутоматско пријављивање. Можете видети запис " +"пријављивања корисника. У раду са услугом-групе, групама корисника се може " +"управљати, као што је додавање/уклањање постојећих група и стварање/брисање " +"нових група." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "отварање датотеке" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "" +msgstr "Стварање датотеке пид-а није успело" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "писање датотеке" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "" +msgstr "писање датотеке пид-а није успело" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "" +msgstr "отварање датотеке пид-а није успело" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "" +msgstr "читање датотеке" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Уобичајена" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Језик" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Лозинка" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" +msgstr "читање датотеке пид-а није успело" -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Затвори" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Потврди" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" -msgstr "" +msgstr "Уклони корисника" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." -msgstr "" +msgstr "Не можете обрисати ваш лични налог." + +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "корисник је и даље пријављен" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Уклони „%s“ корисника" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" -msgstr "" +msgstr "Да ли се уклања корисникова лична фасцикла" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" -msgstr "" +msgstr "Понавља се корисничко име. Пробајте неко друго" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" -msgstr "" +msgstr "Понавља се назив личне фасцикле. Пробајте неки други" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." -msgstr "" +msgstr "Корисничко име не може почети са „-“ ." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" +"Име корисника треба да се састоји само од великих малих \n" +"слова од „a-z“, цифара и следећих знакова: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" +"Ово ће бити коришћено за именовање ваше личне фасцикле и не може бити " +"измењено" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" -msgstr "" +msgstr "Стварање корисника" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Корисничко име" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Име и презиме" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Врста налога" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Уобичајена" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Администратори" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" -msgstr "" +msgstr "Два пута унесене лозинке се разликују" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Мешовите лозинке побољшавају безбедност" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Лозинка" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Подеси следећи пут" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" -msgstr "" +msgstr "Сада поставите лозинку" + +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "стварање лозинке" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Потврди" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Затвори" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "Направи новог корисника" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" -msgstr "" +msgstr "Направите датотеку одсецања" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" -msgstr "" +msgstr "Нисам успео да направим привремену датотеку за податке слике" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Откажи" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Одабери" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" -msgstr "" +msgstr "Учитај локалну слику" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" -msgstr "" +msgstr "Потражите још слика" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Отвори" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" -msgstr "" +msgstr "ЛОкална слика" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" -msgstr "" +msgstr "Списак аватара" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" -msgstr "" - -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" - -#: src/user-list.c:125 -msgid "User List" -msgstr "" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Порука" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" +msgstr "Нема адресе за смештај фотографија" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Нема поставки" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Језик" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Аутоматска пријава" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Време пријаве" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Управљање групом" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Подешавам групе" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Промени назив" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Унесите исправан знак" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Користите тастер „Унеси“ да сачувате измене" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" -msgstr "" +msgstr "Понавља се назив групе. Пробајте неко друго" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." -msgstr "" +msgstr "Назив групе не може почети са „-“ ." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" -msgstr "" +msgstr "Први знак назива групе треба да буде слово" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" +"Назив групе треба да се састоји само од великих малих \n" +"слова од „a-z“, цифара и следећих знакова: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" -msgstr "" +msgstr "Направите нову групу" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" -msgstr "" - -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" +msgstr "Није успело стварање нове групе" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" -msgstr "" - -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" +msgstr "Уклањање групе" -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" -msgstr "" +msgstr "Да ли се уклања изабрана група" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "ИБ корисника" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Уклони" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" -msgstr "" +msgstr "Започињање управљања групом" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" +"Започињање није успело, погледајте функцију \n" +" сучеља услуге управљања групом" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" -msgstr "" +msgstr "Нисам успео да контактирам услугу групе" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" +"Уверите се да је „group-service“ инсталирано и омогућено.\n" +" url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "" - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" -msgstr "" +msgstr "Кликните на дугме откључавања на странице „swith-group“" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Назив групе" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "ИБ групе" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" -msgstr "" +msgstr "Нови назив групе" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" +msgstr "Изаберите корисника за додавање у нову групу" + +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Корисничко име" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ИБ корисника" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Уклони" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "Иб групе" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Направите корисничку групу" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" +"Стварање корисничке групе је успело, погледајте крај списка промене група." -#: src/user-group.c:1087 +#: src/user-group-window.c:886 msgid "Switch Groups" -msgstr "" +msgstr "Промени групе" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" -msgstr "" +msgstr "Направи групе" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" -msgstr "" +msgstr "Уклони групе" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Текући корисник – %s" + +#: src/user-history.c:40 msgid "This Week" -msgstr "" +msgstr "Ове седмице" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" -msgstr "" +msgstr "Прошле седмице" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Данас" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" -msgstr "" +msgstr "Јуче" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" -msgstr "" +msgstr "%b. %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" -msgstr "" +msgstr "%e. %b, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" -msgstr "" +msgstr "Сесија је завршена" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" -msgstr "" +msgstr "Сесија је започета" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" -msgstr "" +msgstr "%s — Активност налога" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" -msgstr "" +msgstr "претходно" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" -msgstr "" +msgstr "следеће" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Налог је искључен" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Прибави податке о кориснику" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "број корисника је 0" + +#: src/user-language.c:195 msgid "More…" -msgstr "" +msgstr "Још…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" -msgstr "" +msgstr "Нисам пронашао језике" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Откажи" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Готово" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Лозинке се не подударају." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Сада подеси" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Лозинка корисника" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Врати" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Порука" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Нова лозинка треба да се разликује од старе" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Пробајте да измените нека слова и бројеве" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Пробајте још само мало да измените лозинку" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Лозинка без вашег корисничког имена биће јача" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Покушајте да избегнете ваше име у лозинки" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Покушајте да избегнете неке од речи употребљених у лозинки" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Покушајте да избегнете уобичајене речи" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Покушајте да избегнете преуређивање постојећих речи" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Покушајте да користите више бројева" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Покушајте да користите више великих слова" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Покушајте да користите више малих слова" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Покушајте да користите више посебних знакова, као тачка" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Покушајте да користите мешавину слова, бројева и тачака" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Покушајте да избегнете понављање истог знака" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" +"Покушајте да избегнете понављање исте врсте знака: треба да мешате велика " +"слова, бројеве и тачке." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Покушајте да избегнете низове 1234 или „abcd“" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Дужина лозинке треба да има више од 8 знакова" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "Неке поставке морају бити откључане да би могле да се мењају" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Додајте корисника" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Мејтов управник корисницима" diff -Nru mate-user-admin-1.6.0/po/sv.po mate-user-admin-1.7.0/po/sv.po --- mate-user-admin-1.6.0/po/sv.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/sv.po 2022-12-23 02:32:30.000000000 +0000 @@ -7,15 +7,16 @@ # Patrik Nilsson , 2019 # Tobias Lekare , 2019 # Stefano Karapetsas , 2019 +# Luna Jernberg , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Luna Jernberg , 2021\n" "Language-Team: Swedish (https://www.transifex.com/mate/teams/13566/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +26,7 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "" +msgstr "Hantera användarkonton" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" @@ -48,528 +49,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "öppna fil" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "skriv fil" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "" +msgstr "läs fil" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standard" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Språk" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Lösenord" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Stäng" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Bekräfta" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" +msgstr "Ta bort användare" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Ta bort '%s' användare" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "Användarnamn" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Fullständigt namn" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Konto typ" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standard" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Administratörer" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Lösenord" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Bekräfta" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Stäng" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Skapa ny användare" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" -msgstr "" +msgstr "Skapa Crop fil" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Avbryt" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Markera" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" -msgstr "" +msgstr "Ladda lokal bild" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" -msgstr "" +msgstr "Bläddra efter mer bilder" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Öppna" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Språk" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Automatisk inloggning" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Meddelande" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Ändra namn" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" +#: src/user-group-window.c:185 +msgid "Create New Group" +msgstr "Skapa ny grupp" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" +msgstr "Ta bort grupp" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Gruppnamn" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" -msgstr "" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Grupp ID" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." -msgstr "" +#: src/user-group-window.c:620 +msgid "New Group Name" +msgstr "Nytt Gruppnamn" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" -msgstr "" +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Användarnamn" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Användar-id" -#: src/user-group.c:276 -msgid "Create New Group Faild" -msgstr "" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Ta bort" -#: src/user-group.c:287 +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "Grupp ID" + +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" -msgstr "" +#: src/user-group-window.c:886 +msgid "Switch Groups" +msgstr "Ändra grupper" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" +#: src/user-group-window.c:890 +msgid "Create Groups" +msgstr "Skapa grupper" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" -msgstr "" +#: src/user-group-window.c:894 +msgid "Remove Groups" +msgstr "Ta bort grupper" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "Användar-id" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "Förra veckan" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Ta bort" +#: src/user-history.c:146 +msgid "Today" +msgstr "Idag" -#: src/user-group.c:757 -msgid "Initialization group management" -msgstr "" +#: src/user-history.c:150 +msgid "Yesterday" +msgstr "Igår" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" -msgstr "" +#: src/user-history.c:156 +msgid "%b %e" +msgstr "%b %e" -#: src/user-group.c:764 -msgid "Failed to contact the group service" -msgstr "" +#: src/user-history.c:160 +msgid "%b %e, %Y" +msgstr "%b %e, %Y" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" +#: src/user-history.c:397 +msgid "previous" +msgstr "föregående" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" +msgstr "nästa" + +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-language.c:195 +msgid "More…" +msgstr "Mer…" + +#: src/user-language.c:225 +msgid "No languages found" +msgstr "Inga språk hittades" + +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Avbryt" + +#: src/user-language.c:672 +msgid "Done" +msgstr "Färdig" + +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Lösenorden stämmer inte överens" + +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-password.c:292 +msgid "User Password" +msgstr "Användarlösenord" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Enter" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Meddelande" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Idag" +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Avbryt" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "Färdig" +#: src/user-window.c:277 +msgid "Add User" +msgstr "Lägg till användare" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/ta.po mate-user-admin-1.7.0/po/ta.po --- mate-user-admin-1.6.0/po/ta.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ta.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Tamil (https://www.transifex.com/mate/teams/13566/ta/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "மொழி" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "கடவுச்சொல்" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "மூடுக " - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "உறுதி செய்" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "முழுப்பெயர்" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "கடவுச்சொல்" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "உறுதி செய்" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "மூடுக " + +#: src/user-admin.c:931 msgid "Create New User" msgstr "புதிய பயனரை உருவாக்கு" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "ரத்து (_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "தெரிவுசெய்க" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "(_O)திற" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "மொழி" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "தகவல்" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "பயனர் ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "நீக்கு" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "பயனர் ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "நீக்கு" +#: src/user-history.c:146 +msgid "Today" +msgstr "இன்று" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "ரத்து செய்க" + +#: src/user-language.c:672 +msgid "Done" +msgstr "முடிந்தது" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "இன்று" +#: src/user-share.c:190 +msgid "Message" +msgstr "தகவல்" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "ரத்து செய்க" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "முடிந்தது" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/te.po mate-user-admin-1.7.0/po/te.po --- mate-user-admin-1.6.0/po/te.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/te.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Telugu (https://www.transifex.com/mate/teams/13566/te/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "రహస్యపదం" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "మూసివేయి" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "పూర్తి నామము" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "రహస్యపదం" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "పూర్తి నామము" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" -msgstr "" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "మూసివేయి" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "రద్దు(_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "ఎంపిక" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "తెరచు(_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "సందేశము" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "వినియోగదారి ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "తీసివేయు" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "వినియోగదారి ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "తీసివేయు" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "రద్దు" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "సందేశము" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "రద్దు" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/th.po mate-user-admin-1.7.0/po/th.po --- mate-user-admin-1.6.0/po/th.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/th.po 2022-12-23 02:32:30.000000000 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Thai (https://www.transifex.com/mate/teams/13566/th/)\n" @@ -48,528 +48,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "ภาษา" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "รหัสผ่าน" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "ปิด" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "ยืนยัน" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "ชื่อเต็ม" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "รหัสผ่าน" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "ยืนยัน" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "ปิด" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_ยกเลิก" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "เลือก" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_เปิด" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "ภาษา" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "ข้อความ" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "ID ผู้ใช้" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "ลบ" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "ID ผู้ใช้" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "ลบ" +#: src/user-history.c:146 +msgid "Today" +msgstr "วันนี้" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "ยกเลิก" + +#: src/user-language.c:672 +msgid "Done" +msgstr "เรียบร้อย" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "วันนี้" +#: src/user-share.c:190 +msgid "Message" +msgstr "ข้อความ" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "ยกเลิก" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "เรียบร้อย" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/tk.po mate-user-admin-1.7.0/po/tk.po --- mate-user-admin-1.6.0/po/tk.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/tk.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Turkmen (https://www.transifex.com/mate/teams/13566/tk/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "" +#: src/user-avatar.c:253 +msgid "_Open" +msgstr "_Aç" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:455 -msgid "_Open" -msgstr "_Aç" - -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Sargyt" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Çykar" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Çykar" - -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Ybtal" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" -msgstr "" +#: src/user-share.c:190 +msgid "Message" +msgstr "Sargyt" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Ybtal" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/tr.po mate-user-admin-1.7.0/po/tr.po --- mate-user-admin-1.6.0/po/tr.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/tr.po 2022-12-23 02:32:30.000000000 +0000 @@ -6,17 +6,17 @@ # Translators: # mauron, 2019 # Emre FIRAT , 2019 -# Butterfly , 2019 # Stefano Karapetsas , 2019 +# Butterfly , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Butterfly , 2020\n" "Language-Team: Turkish (https://www.transifex.com/mate/teams/13566/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -30,15 +30,15 @@ #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" -msgstr "" +msgstr "Kullanıcı verilerini değiştirmek için kimlik doğrulaması gerekiyor" #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "MATE Yönetici" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "Linux Yerel Kullanıcıları ve Grupları Yönetimi" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -48,529 +48,523 @@ "record. By working with group-service, groups of users can be managed, such " "as adding/removing existing groups and creating/deleting new groups." msgstr "" +"Mate Yöneticisi yerel kullanıcıları ve grupları yöneten grafik arayüzlü bir " +"uygulamadır. Yerel kullanıcıları ekleyebilir ve silebilir, kullanıcı adını, " +"kullanıcı türünü, kullanıcı dilini, kullanıcı parolasını, otomatik giriş " +"bilgilerini değiştirebilir. Kullanıcının oturum kaydını " +"görüntüleyebilirsiniz. Grup hizmeti ile çalışarak, mevcut grupları " +"ekleme/kaldırma ve yeni grupları oluşturma/silme gibi işlevlerle kullanıcı " +"gruplarını yönetilebilir." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "dosya aç" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "" +msgstr "Pid dosyası oluşturma başarısız" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "dosya yaz" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "" +msgstr "pid dosyası yazımı başarısız" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "" +msgstr "pid dosyası açılması başarısız" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "" +msgstr "dosya oku" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standart" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Lisan" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Parola" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" +msgstr "pid dosyası okuma başarısız" -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Kapat" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Doğrula" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" +msgstr "Kullanıcı Sil" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." +msgstr "Kendi hesabınızı silemezsiniz." -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" -msgstr "" +msgstr "Kullanıcı ev dizininin de silinip silinmeyeceği" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" -msgstr "" +msgstr "Kullanıcı adı tekrarı.Lütfen başka bir tane deneyin" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" -msgstr "" +msgstr "Kullanıcı ev dizini tekrarı.Lütfen başka bir tane deneyin" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." -msgstr "" +msgstr "Kullanıcı adı - ile başlayamaz." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" -msgstr "" +msgstr "Kullanıcı Oluşturma" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Tam İsim" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Hesap Türü" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standart" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Yönetici" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" +msgstr "İki kez girilen parolalar birbirinden farklı" + +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Parola" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" -msgstr "" +msgstr "Şimdi parolayı ayarla" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "parola oluşturma" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Doğrula" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Kapat" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Yeni Kullanıcı Oluştur" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" -msgstr "" +msgstr "Kırpma Dosyası Oluştur" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" -msgstr "" +msgstr "görüntü verileri için geçici dosya oluşturulamadı" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Vazgeç" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Seç" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" -msgstr "" +msgstr "Yerel Resim Yükle" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" -msgstr "" +msgstr "Daha fazla resim için gözatın" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Aç" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" -msgstr "" +msgstr "Yerel Resim" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" -msgstr "" +msgstr "Avatar listesi" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" -msgstr "" - -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" +msgstr "Fotoğrafların saklanacağı adres yok" -#: src/user-list.c:125 -msgid "User List" -msgstr "" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Mesaj" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Ayar Yok" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "Lisan" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Otomatik oturum" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Oturum zamanı" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Grup Yönetimi" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Grupları Ayarla" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Adı Değiştir" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Lütfen geçerli bir karakter girin" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Değişiklikleri Kaydetmek için Giriş Tuşunu Kullanının" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" -msgstr "" +msgstr "Grup adı tekrarı.Lütfen başka bir tane deneyin" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." -msgstr "" +msgstr "Grup adı - ile başlayamaz." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" -msgstr "" +msgstr "Grup adının ilk karakterinde harf kullanmalıdır" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" -msgstr "" +msgstr "Yeni Grup Oluştur" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" -msgstr "" - -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" +msgstr "Yeni Grup Oluşturma Başarısız" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" -msgstr "" +msgstr "Grup Sil" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "Kullanıcı ID" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Kaldır" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" -msgstr "" +msgstr "Grup yönetimini başlatma" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" msgstr "" +"Başlatma başarısız, lütfen Grup Yönetim\n" +" Hizmet Arabirimi işlevine bakın" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Grup Adı" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "Grup ID" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" -msgstr "" +#: src/user-group-window.c:620 +msgid "New Group Name" +msgstr "Yeni Grup Adı" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" +msgstr "Lütfen yeni gruba eklenecek kullanıcıyı seçin" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "" +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Kullanızı adı" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Kullanıcı ID" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Kaldır" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Kullanıcı Grubu Oluştur" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-group.c:1087 +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" -msgstr "" +msgstr "Grupları Oluştur" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" -msgstr "" +msgstr "Grupları Sil" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Mevcut Kullanıcı - %s" + +#: src/user-history.c:40 msgid "This Week" -msgstr "" +msgstr "Bu Hafta" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" -msgstr "" +msgstr "Geçen Hafta" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Bugün" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" -msgstr "" +msgstr "Dün" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" -msgstr "" +msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" -msgstr "" +msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" -msgstr "" +msgstr "Oturum Sonlandı" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" -msgstr "" +msgstr "Oturum Başladı" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" -msgstr "" +msgstr "%s — Hesap Hareketliliği" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" -msgstr "" +msgstr "önceki" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" -msgstr "" +msgstr "sonraki" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Hesap pasif" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Kullanıcı Bilgilerini Al" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "kullanıcı sayısı 0" + +#: src/user-language.c:195 msgid "More…" -msgstr "" +msgstr "Daha fazla..." -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" -msgstr "" +msgstr "Dil bulunamadı" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "İptal" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Tamamlandı" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Kullanıcı Parolası" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Geri" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Mesaj" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Yeni parolanın eskisinden farklı olması gerekiyor" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Bazı harfleri ve sayıları değiştirmeyi deneyin" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Parolayı biraz daha değiştirmeyi deneyin" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Kullanıcı adınızı içermeyen bir parola daha güçlü olabilir" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Parolanızda adınızı kullanmaktan kaçınmaya çalışın" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Parolanızın bazı kelimeleri içermesinden kaçınmaya çalışın" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Sık kullanılan kelimelerden kaçınmaya çalışın" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Mevcut kelimeleri yeniden sıralamaktan kaçının" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Daha fazla rakam kullanmaya çalışın" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Daha fazla büyük harf kullanmaya çalışın" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Daha fazla küçük harf kullanmaya çalışın" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "Daha özel karakter kullanmaya çalışın, noktalama gibi" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" +"Harf, sayı ve noktalama işaretlerinin bir karışımını kullanmaya çalışın" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Aynı karakteri tekrarlamaktan kaçınmaya çalışın" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" +"Aynı tür karakterleri tekrar etmekten kaçının: harfleri, sayıları ve " +"noktalama işaretlerini karıştırmanız gerekir." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "1234 veya abcd gibi dizilerden kaçınmaya çalışın" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Parola uzunluğunun 8 karakterden fazla olması gerekiyor" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Kullanıcı Ekle" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Mate Kullanıcı Yöneticisi" diff -Nru mate-user-admin-1.6.0/po/tzm.po mate-user-admin-1.7.0/po/tzm.po --- mate-user-admin-1.6.0/po/tzm.po 1970-01-01 00:00:00.000000000 +0000 +++ mate-user-admin-1.7.0/po/tzm.po 2022-12-23 02:32:30.000000000 +0000 @@ -0,0 +1,555 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the mate-user-admin package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Hakim Oubouali , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: mate-user-admin\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" +"PO-Revision-Date: 2019-05-07 07:46+0000\n" +"Last-Translator: Hakim Oubouali , 2020\n" +"Language-Team: Central Atlas Tamazight (https://www.transifex.com/mate/teams/13566/tzm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tzm\n" +"Plural-Forms: nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;\n" + +#: data/org.mate.user.admin.policy.in:11 +msgid "Manage user accounts" +msgstr "" + +#: data/org.mate.user.admin.policy.in:12 +msgid "Authentication is required to change user data" +msgstr "" + +#: data/mate-user-admin.appdata.xml.in:6 +msgid "MATE Manager" +msgstr "" + +#: data/mate-user-admin.appdata.xml.in:7 +msgid "Managing Linux Local Users and Groups" +msgstr "" + +#: data/mate-user-admin.appdata.xml.in:9 +msgid "" +"Mate Manager is a graphical application that manages local users and groups." +" It can add and delete local users, change user name, user type, user " +"language, user password, automatic login. You can view the user's login " +"record. By working with group-service, groups of users can be managed, such " +"as adding/removing existing groups and creating/deleting new groups." +msgstr "" + +#: src/main.c:38 src/main.c:81 +msgid "open file" +msgstr "ṛẓem afaylu" + +#: src/main.c:38 +msgid "Create pid file failed" +msgstr "" + +#: src/main.c:48 +msgid "write file" +msgstr "" + +#: src/main.c:48 +msgid "write pid file failed" +msgstr "" + +#: src/main.c:81 +msgid "open pid file failed" +msgstr "" + +#: src/main.c:86 +msgid "read file" +msgstr "ɣer afaylu" + +#: src/main.c:86 +msgid "read pid file failed" +msgstr "" + +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" +msgstr "" + +#: src/user-admin.c:185 +msgid "You cannot delete your own account." +msgstr "" + +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "" + +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" +msgstr "" + +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" +msgstr "" + +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" +msgstr "" + +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." +msgstr "" + +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" +msgstr "" + +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" +msgstr "" + +#: src/user-admin.c:485 +msgid "Creating User" +msgstr "" + +#: src/user-admin.c:570 +msgid "User Name" +msgstr "" + +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "" + +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" +msgstr "" + +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Taguri n uzray" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 +msgid "Now set the password" +msgstr "" + +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Ssentem" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Rgel" + +#: src/user-admin.c:931 +msgid "Create New User" +msgstr "" + +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" +msgstr "" + +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" +msgstr "" + +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" +msgstr "_Sser" + +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" +msgstr "" + +#: src/user-avatar.c:226 +msgid "Load Local Picture" +msgstr "" + +#: src/user-avatar.c:249 +msgid "Browse for more pictures" +msgstr "" + +#: src/user-avatar.c:253 +msgid "_Open" +msgstr "_Ṛẓem" + +#: src/user-avatar.c:323 +msgid "Local Picture" +msgstr "" + +#: src/user-avatar.c:489 +msgid "Avatar list" +msgstr "" + +#: src/user-avatar.c:490 +msgid "There is no address to store photos" +msgstr "" + +#: src/user-base.c:212 +msgid "No Settings" +msgstr "" + +#: src/user-base.c:252 +msgid "Language" +msgstr "Tutlayt" + +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "" + +#: src/user-base.c:288 +msgid "Login time" +msgstr "" + +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "" + +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "" + +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Ssenfel isem" + +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "" + +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "" + +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" +msgstr "" + +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." +msgstr "" + +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" +msgstr "" + +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" +msgstr "" + +#: src/user-group-window.c:185 +msgid "Create New Group" +msgstr "" + +#: src/user-group-window.c:192 +msgid "Create New Group Faild" +msgstr "" + +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" +msgstr "Kkes Tarabbut" + +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" +msgstr "" + +#: src/user-group-window.c:458 +msgid "Initialization group management" +msgstr "" + +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" +msgstr "" + +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" +msgstr "" + +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" +msgstr "" + +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" +msgstr "" + +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Isem n Trabbut" + +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "" + +#: src/user-group-window.c:620 +msgid "New Group Name" +msgstr "" + +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" +msgstr "" + +#: src/user-group-window.c:648 +msgid "Username" +msgstr "" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Kkes" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" + +#: src/user-group-window.c:886 +msgid "Switch Groups" +msgstr "" + +#: src/user-group-window.c:890 +msgid "Create Groups" +msgstr "" + +#: src/user-group-window.c:894 +msgid "Remove Groups" +msgstr "" + +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "" + +#: src/user-history.c:40 +msgid "This Week" +msgstr "" + +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" + +#: src/user-history.c:146 +msgid "Today" +msgstr "Ass-a" + +#: src/user-history.c:150 +msgid "Yesterday" +msgstr "Assennaṭ" + +#: src/user-history.c:156 +msgid "%b %e" +msgstr "%b %e" + +#: src/user-history.c:160 +msgid "%b %e, %Y" +msgstr "%b %e, %Y" + +#: src/user-history.c:243 +msgid "Session Ended" +msgstr "" + +#: src/user-history.c:250 +msgid "Session Started" +msgstr "" + +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" +msgstr "" + +#: src/user-history.c:397 +msgid "previous" +msgstr "" + +#: src/user-history.c:402 +msgid "next" +msgstr "" + +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "" + +#: src/user-language.c:195 +msgid "More…" +msgstr "Uggar…" + +#: src/user-language.c:225 +msgid "No languages found" +msgstr "" + +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Sser" + +#: src/user-language.c:672 +msgid "Done" +msgstr "" + +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Aɣul" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Tuzint" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "" diff -Nru mate-user-admin-1.6.0/po/ug.po mate-user-admin-1.7.0/po/ug.po --- mate-user-admin-1.6.0/po/ug.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ug.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,15 +11,15 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" -"Language-Team: Uighur (https://www.transifex.com/mate/teams/13566/ug/)\n" +"Language-Team: Uyghur (https://www.transifex.com/mate/teams/13566/ug/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ug\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "ئىم" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "تولۇق ئاتى" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "ئىم" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "تولۇق ئاتى" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "يېڭى ئەزا قوش" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "ئاچ(_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "ئۇچۇر" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "چىقىرىۋەت" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "چىقىرىۋەت" +#: src/user-history.c:146 +msgid "Today" +msgstr "Today" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "ۋاز كەچ" + +#: src/user-language.c:672 +msgid "Done" +msgstr "تامام" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Today" +#: src/user-share.c:190 +msgid "Message" +msgstr "ئۇچۇر" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "ۋاز كەچ" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "تامام" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/uk.po mate-user-admin-1.7.0/po/uk.po --- mate-user-admin-1.6.0/po/uk.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/uk.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,16 +5,18 @@ # # Translators: # Stefano Karapetsas , 2019 -# Микола Ткач , 2019 +# Oleksii Khalikov , 2020 +# Микола Ткач , 2021 +# Taras Panchenko , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Микола Ткач , 2019\n" +"Last-Translator: Taras Panchenko , 2021\n" "Language-Team: Ukrainian (https://www.transifex.com/mate/teams/13566/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -53,158 +55,69 @@ "з груповим сервісом, можна керувати групами користувачів, такими як " "додавання/вилучення наявних груп та створення/вилучення нових груп." -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "Упорядник користувача Mate" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "відкрити файл" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr " Не вдалося створити pid-файл" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "записати файл" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "не вдалося записати pid-файл" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "не вдалося відкрити pid-файл " -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "файл читання" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "не вдалося прочитати pid-файл" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "Немає такого користувача!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "Тип обліківки" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Стандартні" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "Розпорядники" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Мова" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "Немає налаштувань" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Пароль" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "Самочинний вхід" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "Час входу" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "Керування групою" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "Налаштування груп" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "Обліковий запис вимкнено" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "Налаштувати наступного разу" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "Отримати інформацію про користувача" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "кількість користувачів - 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "Встановити пароль" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Закрити" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Схвалити" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "Тепер налаштуйте" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "Пароль користувача" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "генерувати пароль" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "Вилучити користувача" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "Ви не можете вилучити власний обліковий запис." -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "користувач все ще авторизований" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "Видалити користувача '%s'" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "Вилучити домашній каталог користувача" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" -msgstr "Повторіть ім’я користувача. Спробуйте инше" +msgstr "Повторіть ім’я користувача. Спробуйте інше" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" -msgstr "Повторіть домашнє ім’я користувача. Спробуйте инше" +msgstr "Повторіть домашнє ім’я користувача. Спробуйте інше" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "Ім'я користувача не може починатися з a - ." -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -212,197 +125,168 @@ "Ім'я користувача має складатися лише з верхнього та нижнього регістру \n" "літер від a-z, цифр та таких символів: . - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" "Це буде використано для імени вашої домашньої теки, і її неможливо змінити" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "Створити користувача" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "Ім'я користувача" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Повне ім'я" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "Тип обліківки" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Стандартні" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "Розпорядники" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "Уведені двічі паролі різні" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "Гібридні паролі покращують безпеку" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "Змішані паролі покращують безпеку" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Пароль" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "Налаштувати наступного разу" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "Тепер встановіть пароль" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "генерувати пароль" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Схвалити" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Закрити" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "Створити нового користувача" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" -msgstr "" +msgstr "Створити файл обрізання" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "не вдалося створити тимчасовий файл для даних зображень" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Скасувати" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Вибрати" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "Завантажити локальне зображення" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "Шукати додаткові світлини" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Відкрити" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "Клацання на головному вікні закриває вікно вибору зображення" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "Локальне зображення" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "Перелік мармизок" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "Немає адреси для зберігання світлин" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "Змінити ім'я" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "Уведіть дійсний символ" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "Використовуйте клавішу Enter, щоб зберегти зміни" - -#: src/user-list.c:125 -msgid "User List" -msgstr "Перелік користувачів" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "Додати користувача" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "" - -#: src/user-share.c:189 -msgid "Message" -msgstr "Повідомлення" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "Новий пароль повинен відрізнятися від старого" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "Спробуйте змінити деякі літери та цифри" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "Спробуйте змінити пароль трохи більше" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "Пароль без імени користувача буде сильнішим" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "Намагайтеся уникати використання свого імени в паролі" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "Постарайтеся уникати деяких слів, що входять до паролю" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "Намагайтеся уникати загальних слів" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "Намагайтеся уникати перевпорядкування наявних слів" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "Спробуйте використовувати більше цифр" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "Немає налаштувань" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "Спробуйте використовувати більше великих літер" +#: src/user-base.c:252 +msgid "Language" +msgstr "Мова" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "Спробуйте використовувати більше малі літери" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "Самочинний вхід" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" -"Спробуйте використовувати більше спеціальних символів, як розділові знаки" +#: src/user-base.c:288 +msgid "Login time" +msgstr "Час входу" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "Спробуйте використовувати суміш літер, цифр та розділових знаків" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "Керування групою" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "Намагайтеся уникати повторення одного і того ж символу" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "Налаштування груп" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "" -"Намагайтеся не повторювати однотипні символи: вам потрібно змішати літери, " -"цифри та пунктуацію." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "Змінити ім'я" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "Намагайтеся уникати таких послідовностей, як 1234 або abcd" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "Уведіть дійсний символ" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "Довжина паролю потребує більше 8 символів" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "Використовуйте клавішу Enter, щоб зберегти зміни" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" -msgstr "Повторіть назву групи. Спробуйте иншу" +msgstr "Повторіть назву групи. Спробуйте іншу" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "Ім'я групи не може починатися з a - ." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "Перший символ назви групи потребує використання літери" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -410,57 +294,27 @@ "Ім'я групи має складатися лише з верхнього та нижнього регістру \n" "літер від a-z, цифр та таких символів: . - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "Створити нову групу" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "Створити нову групу" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "Створити групу користувачів" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "Вилучити групу" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "Не вдається вилучити кореневу групу" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "Вилучити вибрану групу" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "Назва групи" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "ID групи" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "Ідентифікатор користувача" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Вилучити" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "Керування групою ініціалізації" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -468,11 +322,11 @@ "Помилка ініціалізації, див. Групу \n" " Функція сервісу інтерфейсу керування" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "Не вдалося зв’язатися із службою групи" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -480,113 +334,245 @@ "Переконайтеся, що встановлено та увімкнено груповий сервіс.\n" " url: https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "Отримайте кількість груп" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "Кількість груп - 0." - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "Натисніть знак розблокування у верхньому лівому куті" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "Натисніть кнопку розблокування на сторінці 'swith-group'" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "Керування групами" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "Назва групи" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "Поточний користувач -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "ID групи" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "Нове ім'я групи" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "Виберіть користувача, якого потрібно додати до нової групи" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "Ім'я користувача" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Ідентифікатор користувача" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Вилучити" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "id групи" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "Створити групу користувачів" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "" +"Група користувачів успішно створена. Перегляньте кінець списку перемикача " +"груп." + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "Перемикання груп" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "Створити групи" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "Вилучити групи" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "Поточний користувач - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "Цього тижня" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "Минулого тижня" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "Сьогодні" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "Вчора" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "Сеанс закінчено" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "Сеанс розпочато" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — Активність обліківки" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "попередній" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "черговий" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "Обліковий запис вимкнено" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "Отримати інформацію про користувача" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "кількість користувачів - 0" + +#: src/user-language.c:195 msgid "More…" msgstr "Більше…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "Мов не знайдено" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "Скасувати" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "Завершено" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "Поточний користувач - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "Паролі не збігаються." + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "Тепер налаштуйте" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "Пароль користувача" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "_Повернення" + +#: src/user-share.c:190 +msgid "Message" +msgstr "Повідомлення" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "Новий пароль повинен відрізнятися від старого" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "Спробуйте змінити деякі літери та цифри" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "Спробуйте змінити пароль трохи більше" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "Пароль без імени користувача буде сильнішим" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "Намагайтеся уникати використання свого імени в паролі" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "Постарайтеся уникати деяких слів, що входять до паролю" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "Намагайтеся уникати загальних слів" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "Намагайтеся уникати перевпорядкування наявних слів" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "Спробуйте використовувати більше цифр" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "Спробуйте використовувати більше великих літер" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "Спробуйте використовувати більше малі літери" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" +"Спробуйте використовувати більше спеціальних символів, як розділові знаки" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "Спробуйте використовувати суміш літер, цифр та розділових знаків" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "Намагайтеся уникати повторення одного і того ж символу" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" +"Намагайтеся не повторювати однотипні символи: вам потрібно змішати літери, " +"цифри та пунктуацію." + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "Намагайтеся уникати таких послідовностей, як 1234 або abcd" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "Довжина паролю потребує більше 8 символів" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "Деякі налаштування потрібно розблокувати, перш ніж їх можна змінити" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "Додати користувача" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Розпорядник користувача Mate" diff -Nru mate-user-admin-1.6.0/po/ur.po mate-user-admin-1.7.0/po/ur.po --- mate-user-admin-1.6.0/po/ur.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/ur.po 2022-12-23 02:32:30.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: mauron, 2019\n" "Language-Team: Urdu (https://www.transifex.com/mate/teams/13566/ur/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "زبان" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "پاس ورڈ" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." -msgstr "" +#: src/user-admin.c:583 +msgid "Full Name" +msgstr "پورا نام" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "پاس ورڈ" -#: src/user-admin.c:520 -msgid "Creating User" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "پورا نام" - -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "نیا صارف بنائیں" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_ملتوی" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_کھولیں" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "زبان" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "صارف آئی ڈی" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "حذف کریں" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "صارف آئی ڈی" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "حذف کریں" +#: src/user-history.c:146 +msgid "Today" +msgstr "آج" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "ملتوی" + +#: src/user-language.c:672 +msgid "Done" +msgstr "ہوگیا" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "آج" +#: src/user-share.c:190 +msgid "Message" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "ملتوی" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "ہوگیا" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/uz.po mate-user-admin-1.7.0/po/uz.po --- mate-user-admin-1.6.0/po/uz.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/uz.po 2022-12-23 02:32:30.000000000 +0000 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# muzaffar habibullayev , 2019 +# Muzaffar Habibullayev , 2019 # Stefano Karapetsas , 2019 # #, fuzzy @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Uzbek (https://www.transifex.com/mate/teams/13566/uz/)\n" @@ -47,528 +47,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "Standart" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "Til" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Maxfiy so'z" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Yopish" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Tasdiqlash" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Toʻliq ism" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "Standart" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Maxfiy so'z" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Tasdiqlash" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Yopish" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "_Bekor qilish" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Ochish" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 +#: src/user-base.c:212 +msgid "No Settings" +msgstr "" + +#: src/user-base.c:252 +msgid "Language" +msgstr "Til" + +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "" + +#: src/user-base.c:288 +msgid "Login time" +msgstr "" + +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "" + +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "" + +#: src/user-face.c:120 msgid "Change Name" msgstr "" -#: src/user-face.c:657 +#: src/user-face.c:120 msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:709 +#: src/user-face.c:181 msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Olib tashlash" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:146 +msgid "Today" +msgstr "Bugun" + +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Olib tashlash" +#: src/user-history.c:402 +msgid "next" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Bekor qilish" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "Bugun" +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Bekor qilish" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/vi.po mate-user-admin-1.7.0/po/vi.po --- mate-user-admin-1.6.0/po/vi.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/vi.po 2022-12-23 02:32:30.000000000 +0000 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Vietnamese (https://www.transifex.com/mate/teams/13566/vi/)\n" @@ -49,528 +49,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "Mật khẩu" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "Đóng tập tin " - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "Xác nhận" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "Họ tên" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "Mật khẩu" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "Xác nhận" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "Đóng tập tin " + +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "Th_ôi" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Chọn" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Mở" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Thông điệp" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "Mã số người dùng" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Gỡ bỏ" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" -msgstr "Mã số người dùng" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Gỡ bỏ" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Thôi" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Thông điệp" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Thôi" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/wa.po mate-user-admin-1.7.0/po/wa.po --- mate-user-admin-1.6.0/po/wa.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/wa.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Walloon (https://www.transifex.com/mate/teams/13566/wa/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Tchoezi" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Drovi" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Messaedje" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Oister" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Oister" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Rinoncî" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Messaedje" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Rinoncî" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/xh.po mate-user-admin-1.7.0/po/xh.po --- mate-user-admin-1.6.0/po/xh.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/xh.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Xhosa (https://www.transifex.com/mate/teams/13566/xh/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "I-Password" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" -msgstr "" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "I-Password" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Khetha" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Vula" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Umyalezo" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Susa" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Susa" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Rhoxisa" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Umyalezo" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Rhoxisa" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/yi.po mate-user-admin-1.7.0/po/yi.po --- mate-user-admin-1.6.0/po/yi.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/yi.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Yiddish (https://www.transifex.com/mate/teams/13566/yi/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" -msgstr "" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" +msgstr "קלײַב אױס" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" -msgstr "" +#: src/user-avatar.c:253 +msgid "_Open" +msgstr "עפֿן" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" -msgstr "קלײַב אױס" - -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:455 -msgid "_Open" -msgstr "עפֿן" - -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" -msgstr "" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "רוף אָפּ" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "רוף אָפּ" - -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/yo.po mate-user-admin-1.7.0/po/yo.po --- mate-user-admin-1.6.0/po/yo.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/yo.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Yoruba (https://www.transifex.com/mate/teams/13566/yo/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-base.c:268 -msgid "Automatic logon" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-base.c:283 -msgid "Login time" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-base.c:297 -msgid "Group Manage" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-base.c:300 -msgid "Setting Groups" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#: src/user-admin.c:931 +msgid "Create New User" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-avatar.c:120 src/user-avatar.c:131 +msgid "Create Crop File" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-avatar.c:121 +msgid "failed to create temporary file for image data" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-avatar.c:177 src/user-avatar.c:252 +msgid "_Cancel" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 +msgid "Select" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-avatar.c:226 +msgid "Load Local Picture" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-avatar.c:249 +msgid "Browse for more pictures" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" -msgstr "" +#: src/user-avatar.c:253 +msgid "_Open" +msgstr "_Ṣi" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-avatar.c:323 +msgid "Local Picture" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-avatar.c:489 +msgid "Avatar list" msgstr "" -#: src/user-admin.c:864 -msgid "Create New User" +#: src/user-avatar.c:490 +msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 -msgid "Create Crop File" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:301 -msgid "failed to create temporary file for image data" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 -msgid "_Cancel" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 -msgid "Select" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-face.c:428 -msgid "Load Local Picture" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-face.c:451 -msgid "Browse for more pictures" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-face.c:455 -msgid "_Open" -msgstr "_Ṣi" - -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-face.c:543 -msgid "Local Picture" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-face.c:558 -msgid "Avatar list" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-face.c:559 -msgid "There is no address to store photos" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:189 -msgid "Message" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:466 +msgid "" +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Yọkúrò" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:793 +msgid "Create User Group" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:794 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Create User Group Successfully,Please view the end of the switch-groups " +"list." msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-history.c:146 +msgid "Today" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:287 -msgid "Create User Group" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Yọkúrò" - -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Parẹ́̀" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-share.c:190 +msgid "Message" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Parẹ́̀" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-window.c:277 +msgid "Add User" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/po/zh_CN.po mate-user-admin-1.7.0/po/zh_CN.po --- mate-user-admin-1.6.0/po/zh_CN.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/zh_CN.po 2022-12-23 02:32:30.000000000 +0000 @@ -7,17 +7,19 @@ # Mingcong Bai , 2019 # shuyu liu , 2019 # Wolfgang Ulbrich , 2019 -# zhineng404 , 2019 # Stefano Karapetsas , 2019 +# Wu Xiaotian , 2020 +# OkayPJ <1535253694@qq.com>, 2021 +# Wenbin Lv , 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Wenbin Lv , 2022\n" "Language-Team: Chinese (China) (https://www.transifex.com/mate/teams/13566/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,7 +29,7 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "管理用户帐户" +msgstr "管理用户账户" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" @@ -35,11 +37,11 @@ #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "MATE 管理器" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "管理 Linux 本地用户和组" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -49,407 +51,265 @@ "record. By working with group-service, groups of users can be managed, such " "as adding/removing existing groups and creating/deleting new groups." msgstr "" +"Mate " +"管理器是一款图形化应用程序,可用于管理本地用户和组。本程序可以添加和删除本地用户、更改用户名字、用户类型、用户语言、用户密码、设置自动登录。您可以查看用户的登录记录。通过使用组服务(group-" +"service),可以管理用户组,例如添加或删除现有的用户组,以及创建或删除新用户组。" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "获取图标失败" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "打开文件" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "创建pid文件失败" +msgstr "创建 pid 文件失败" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "写pid文件" +msgstr "写入文件" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "写入pid文件失败" +msgstr "写入 pid 文件失败" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "打开pid文件失败" +msgstr "打开 pid 文件失败" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "读pid文件" +msgstr "读取文件" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "读pid文件失败" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "没有这个用户!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "用户类型" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "普通" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "管理员" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "语言" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "未设置" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "密码" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "自动登录" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "登录时间" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "组管理" +msgstr "读取 pid 文件失败" -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "设置组" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "账户被禁用" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "下次登录时设置" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "获得用户信息" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "用户个数为0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "设置密码" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "关闭" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "确认" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "现在设置" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "用户密码" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "生成密码" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "移除用户" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." -msgstr "您不能删除自己的帐户。" +msgstr "您不能删除自己的账户。" + +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "用户仍在登陆状态" -#: src/user-admin.c:217 +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "移除用户“%s”" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" -msgstr "是否移除用户家目录" +msgstr "是否移除用户的主目录" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" -msgstr "用户名重复。请再试一次" +msgstr "用户名重复。请换一个名称" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" -msgstr "家目录名字重复。请再试一次" +msgstr "主文件夹名称重复。请换一个名称" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." -msgstr "用户名不能以'-'开头." +msgstr "用户名不能以 - 开头。" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" -msgstr "用户名只能有字母数字下划线组成_" +msgstr "用户名只能由大小写字母、数字和这些字符组成:. - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" -msgstr "这将用于命名您的家目录,不能更改" +msgstr "这将是您的主文件夹的名称,并且不能被更改" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" -msgstr "创建用户" +msgstr "正在创建用户" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" -msgstr "" +#: src/user-admin.c:570 +msgid "User Name" +msgstr "用户名" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "全名" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "账户类型" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "普通" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "管理员" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "两次输入的密码不同" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "混合密码可以提高安全性" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "使用混合字符的密码以提升安全性" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "密码" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "下次登录时设置" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" -msgstr "现在社设置密码" +msgstr "现在设置密码" + +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "生成密码" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "确认" -#: src/user-admin.c:864 +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "关闭" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "创建新用户" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "创建图像文件" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "为图像数据创建临时文件失败" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" -msgstr "取消" +msgstr "取消(_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "选择" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "加载本地图片" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "查看更多照片" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" -msgstr "打开" +msgstr "打开(_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "单击主窗口关闭图片选择窗口" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "本地图片" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "头像列表" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" -msgstr "头像照片不存在" - -#: src/user-face.c:657 -msgid "Change Name" -msgstr "更改名字" +msgstr "没有存储照片的位置" -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "请输入正确的字符" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "使用Enter键保存修改" - -#: src/user-list.c:125 -msgid "User List" -msgstr "用户列表" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "添加用户" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "返回" - -#: src/user-share.c:189 -msgid "Message" -msgstr "消息" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "新密码不能与旧密码相同" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "加入一些数字和字母" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "密码长度不够" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "密码中不要包含用户名" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "密码中不要包含你的名字" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "密码中不要包含单词" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "尽量避免常用词" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "尽量避免对现有单词进行重新排序" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "尝试加入数字" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "未设置" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "尝试加入大写字母" +#: src/user-base.c:252 +msgid "Language" +msgstr "语言" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "尝试加入小写字母" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "自动登录" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "尝试加入特殊字符" +#: src/user-base.c:288 +msgid "Login time" +msgstr "登录时间" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "尝试使用字母、数字和标点符号的混合" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "组管理" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "尽量避免重复相同的字符" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "设置组" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "尽量避免重复相同类型的字符." +#: src/user-face.c:120 +msgid "Change Name" +msgstr "更改名字" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "尽量避免像1234或ABCD这样的序列" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "请输入正确的字符" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "密码超过8个字符" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "使用 Enter 键保存修改" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" -msgstr "组名重复。请再试一次" +msgstr "组名重复。请换一个名称" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." -msgstr "组名不能以'-'开头." +msgstr "组名不能以 - 开头." -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" -msgstr "组名的第一个字符需要使用字母" +msgstr "组名的第一个字符需要是字母" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" -msgstr "组名只能有字母数字下划线组成_" +msgstr "组名只能由大小写字母、数字和这些字符组成:. - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "创建新组" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "创建新组失败" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "创建用户组" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "创建用户组成功,请查看切换列表的结尾。" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "移除组" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "不能移除root组" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "是否移除选择的组" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "组名字" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "组 gid" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "用户uid" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "移除" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "初始化组管理" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -457,125 +317,252 @@ "初始化失败,请参见组\n" "管理服务接口功能" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "联系组服务失败" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" msgstr "" "请确保已安装并启用组服务。\n" -"网址:https://github.com/zhuyaliang/group-servi" - -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "获取组个数" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "组个数为零。" - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "请点击左上角的解锁标志" +" 网址:https://github.com/zhuyaliang/group-service" -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" -msgstr "点击“swith group”页面上的解锁按钮。" +msgstr "点击“切换组”页面上的解锁按钮。" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "组管理" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "组名字" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "当前用户 -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "组 ID" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" -msgstr "新组名字" +msgstr "新组名称" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "请选择要添加到新组的用户" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "用户名" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "用户 ID" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "移除" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "组 ID" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "创建用户组" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "创建用户组成功,请查看切换组列表的结尾。" + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "切换组" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "创建组" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "移除组" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "当前用户 - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "本周" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "上周" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "今天" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "昨天" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" -msgstr "%b %e" +msgstr "%-m月%-d日" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" -msgstr "%b %e, %Y" +msgstr "%Y年%b%-d日" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "会话结束" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "会话开始" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" -msgstr "%s--账户活动" +msgstr "%s — 账户活动" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "上一页" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "下一页" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "账户被禁用" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "获得用户信息" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "用户个数为 0" + +#: src/user-language.c:195 msgid "More…" -msgstr "更多..." +msgstr "更多…" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "找不到语言" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "取消" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "完成" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "当前用户 -- %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "密码不匹配。" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "现在设置" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "用户密码" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "返回(_R)" + +#: src/user-share.c:190 +msgid "Message" +msgstr "消息" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "新密码需要与旧密码不同" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "请尝试更改一些数字和字母" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "请尝试使用更加不同的密码" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "不包含您的用户名的密码具有更好的强度" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "请尝试避免在密码中包含您的名字" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "请尝试避免在密码中包含某些单词" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "请尝试避免使用常见单词" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "请尝试避免对现有单词进行重新排序" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "请尝试使用更多的数字" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "请尝试使用更多的大写字母" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "请尝试使用更多的小写字母" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "请尝试使用更多的特殊字符,如标点符号" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "请尝试使用字母、数字和标点符号的混合" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "请尝试避免重复相同的字符" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "请尝试避免重复相同类型的字符。您需要混合使用字母、数字和标点符号。" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "请尝试避免使用像 1234 或 abcd 这样的序列" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "密码长度需要超过 8 个字符" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "一些设置需要解锁才能修改" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "添加用户" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Mate 用户管理器" diff -Nru mate-user-admin-1.6.0/po/zh_HK.po mate-user-admin-1.7.0/po/zh_HK.po --- mate-user-admin-1.6.0/po/zh_HK.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/zh_HK.po 2022-12-23 02:32:30.000000000 +0000 @@ -6,15 +6,16 @@ # Translators: # tomoe_musashi , 2019 # Stefano Karapetsas , 2019 +# Chan Shur Yan Daniel , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2019\n" +"Last-Translator: Chan Shur Yan Daniel , 2020\n" "Language-Team: Chinese (Hong Kong) (https://www.transifex.com/mate/teams/13566/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,19 +25,19 @@ #: data/org.mate.user.admin.policy.in:11 msgid "Manage user accounts" -msgstr "" +msgstr "管理使用者帳號" #: data/org.mate.user.admin.policy.in:12 msgid "Authentication is required to change user data" -msgstr "" +msgstr "需通過認證以更改使用者資料" #: data/mate-user-admin.appdata.xml.in:6 msgid "MATE Manager" -msgstr "" +msgstr "Mate 管理器" #: data/mate-user-admin.appdata.xml.in:7 msgid "Managing Linux Local Users and Groups" -msgstr "" +msgstr "管理 Linux 本地帳號和群組" #: data/mate-user-admin.appdata.xml.in:9 msgid "" @@ -46,529 +47,514 @@ "record. By working with group-service, groups of users can be managed, such " "as adding/removing existing groups and creating/deleting new groups." msgstr "" +"Mate " +"管理器是一個用來管理本地帳號和群組的圖形應用程式。它可以添加和刪除本地使用者帳號,更改使用者名稱、使用者種類、使用者語言、使用者密碼和自動登入設定。你可以翻查使用者的登入紀錄。透過" +" group-service 可以管理使用者的群組,例如添加 / 移除現有群組和添加 / 刪除新群組。" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" -msgstr "" +msgstr "開啟檔案" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" -msgstr "" +msgstr "建立 pid 文件失敗" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" -msgstr "" +msgstr "寫入檔案" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" -msgstr "" +msgstr "寫入 pid 文件失敗" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" -msgstr "" +msgstr "開啟 pid 文件失敗" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" -msgstr "" +msgstr "讀取文件" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" -msgstr "" - -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" +msgstr "讀取 pid 文件失敗" -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "語言" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "密碼" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "關閉" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" +msgstr "移除使用者" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." +msgstr "你不能刪除你自己的帳號。" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#: src/user-admin.c:217 +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" -msgstr "" +msgstr "是否要移除使用者的家目錄" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" -msgstr "" +msgstr "使用過的使用者名稱。請嘗試其他" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" -msgstr "" +msgstr "使用過的使用者家目錄名稱。請嘗試其他" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "全名" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "帳號種類" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "標準" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "管理員" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:788 +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "密碼" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "下次設定" + +#: src/user-admin.c:764 msgid "Now set the password" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "產生密碼" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "確認" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "關閉" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "建立新的使用者" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "取消(_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "選擇" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "開啟(_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "沒有設定" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "" +#: src/user-base.c:252 +msgid "Language" +msgstr "語言" -#: src/user-list.c:125 -msgid "User List" -msgstr "" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "自動登入" -#: src/user-list.c:225 -msgid "Add User" -msgstr "" +#: src/user-base.c:288 +msgid "Login time" +msgstr "登入時間" -#: src/user-share.c:169 -msgid "_Return" -msgstr "" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "群組管理" -#: src/user-share.c:189 -msgid "Message" -msgstr "訊息" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "設定群組" -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" -msgstr "" +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "使用者 ID" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "移除" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "" +#: src/user-group-window.c:890 +msgid "Create Groups" +msgstr "建立群組" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" -msgstr "" +#: src/user-group-window.c:894 +msgid "Remove Groups" +msgstr "移除群組" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "" +#: src/user-history.c:40 +msgid "This Week" +msgstr "這星期" -#: src/user-group.c:690 -msgid "User ID" -msgstr "使用者 ID" +#: src/user-history.c:44 +msgid "Last Week" +msgstr "上星期" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "移除" +#: src/user-history.c:146 +msgid "Today" +msgstr "今天" -#: src/user-group.c:757 -msgid "Initialization group management" -msgstr "" +#: src/user-history.c:150 +msgid "Yesterday" +msgstr "昨天" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "" +#: src/user-history.c:397 +msgid "previous" +msgstr "前一個" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" -msgstr "" +#: src/user-history.c:402 +msgid "next" +msgstr "下一個" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "" +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "禁用帳號" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "獲取使用者資料" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "使用者數目是 0 " + +#: src/user-language.c:195 +msgid "More…" +msgstr "更多..." + +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "取消" + +#: src/user-language.c:672 +msgid "Done" +msgstr "完成" + +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-password.c:282 +msgid "Now set up" +msgstr "現在設定" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "使用者密碼" + +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-share.c:190 +msgid "Message" +msgstr "訊息" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:149 -msgid "Today" -msgstr "今天" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "取消" +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" -msgstr "完成" +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-window.c:277 +msgid "Add User" msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Mate 使用者管理器" diff -Nru mate-user-admin-1.6.0/po/zh_TW.po mate-user-admin-1.7.0/po/zh_TW.po --- mate-user-admin-1.6.0/po/zh_TW.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/zh_TW.po 2022-12-23 02:32:30.000000000 +0000 @@ -5,16 +5,16 @@ # # Translators: # Stefano Karapetsas , 2019 -# 黃柏諺 , 2019 +# 黃柏諺 , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" -"Last-Translator: 黃柏諺 , 2019\n" +"Last-Translator: 黃柏諺 , 2021\n" "Language-Team: Chinese (Taiwan) (https://www.transifex.com/mate/teams/13566/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -50,158 +50,69 @@ "管理員是可以管理本機使用者與群組的圖形化應用程式。它可以新增與刪除本機使用者、變更使用者名稱、使用者類型、使用者語言、使用者密碼、自動登入等。您可以檢視使用者的登入紀錄。使用" " group-service,使用者的群組可以被管理,像是新增與移除既有的群組與建立/刪除新群組。" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "取得圖示失敗" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "Mate 使用者管理員" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "開啟檔案" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "建立 pid 檔案失敗" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "寫入檔案" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "寫入 pid 檔案失敗" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "開啟 pid 檔案失敗" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "讀取檔案" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "讀取 pid 檔案失敗" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "沒有這個使用者!!!" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "帳號類型" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "標準" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "管理員" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "語言" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "沒有設定" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "密碼" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "自動登入" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "登入時間" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "群組管理" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "設定群組" - -#: src/user-info.c:66 -msgid "Account is disable" -msgstr "帳號已停用" - -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" -msgstr "下一次設定" - -#: src/user-info.c:268 -msgid "Get User Info" -msgstr "取得使用者資訊" - -#: src/user-info.c:268 -msgid "user count is 0" -msgstr "使用者數量為 0" - -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" -msgstr "設定密碼" - -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" -msgstr "關閉" - -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" -msgstr "確認" - -#: src/user-password.c:251 -msgid "Now set up" -msgstr "現在設定" - -#: src/user-password.c:260 -msgid "User Password" -msgstr "使用者密碼" - -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" -msgstr "生成密碼" - -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 msgid "Remove User" msgstr "移除使用者" -#: src/user-admin.c:211 +#: src/user-admin.c:185 msgid "You cannot delete your own account." msgstr "您無法刪除您自己的帳號。" -#: src/user-admin.c:217 +#: src/user-admin.c:193 +msgid "user is still logged in" +msgstr "使用者仍然登入" + +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" +msgstr "移除「%s」使用者" + +#: src/user-admin.c:199 msgid "Whether to remove the user's home directory" msgstr "是否移除使用者的家目錄" -#: src/user-admin.c:313 +#: src/user-admin.c:292 msgid "Repeat of user name.Please try another" msgstr "重覆的使用者名稱。請試試看其他的" -#: src/user-admin.c:317 +#: src/user-admin.c:296 msgid "Repeat of user home name.Please try another" msgstr "重覆的使用者家名稱。請試試其他的" -#: src/user-admin.c:321 +#: src/user-admin.c:300 msgid "The username cannot start with a - ." msgstr "使用者名稱不能以 - 開頭。" -#: src/user-admin.c:325 +#: src/user-admin.c:304 msgid "" "The username should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -209,193 +120,167 @@ "使用者名稱應該只能包含大小寫\n" "字母,從 a-z、數字與以下的字元:. - _" -#: src/user-admin.c:350 src/user-admin.c:588 +#: src/user-admin.c:328 src/user-admin.c:563 msgid "This will be used to name your home folder and can't be changed" msgstr "這將會用於命名您的家目錄,且無法變更" -#: src/user-admin.c:520 +#: src/user-admin.c:485 msgid "Creating User" msgstr "正在建立使用者" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#: src/user-admin.c:570 +msgid "User Name" msgstr "使用者名稱" -#: src/user-admin.c:608 +#: src/user-admin.c:583 msgid "Full Name" msgstr "全名" -#: src/user-admin.c:638 src/user-share.c:564 +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" +msgstr "帳號類型" + +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" +msgstr "標準" + +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" +msgstr "管理員" + +#: src/user-admin.c:606 msgid "The passwords entered twice are different" msgstr "兩次輸入的密碼不同" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" -msgstr "混合式的密碼可以改善安全性" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" +msgstr "混合密碼可改善安全性" + +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" +msgstr "密碼" + +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" +msgstr "下一次設定" -#: src/user-admin.c:788 +#: src/user-admin.c:764 msgid "Now set the password" msgstr "現在設定密碼" -#: src/user-admin.c:864 +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" +msgstr "生成密碼" + +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" +msgstr "確認" + +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" +msgstr "關閉" + +#: src/user-admin.c:931 msgid "Create New User" msgstr "建立新的使用者" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "建立縮圖檔" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "建立圖片資料的暫時檔案失敗" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "取消(_C)" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "選擇" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "載入本機圖片" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "瀏覽更多圖片" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "開啟(_O)" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "在主視窗點選會關閉選擇視窗" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "本機圖片" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "大頭貼清單" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "沒有儲存照片的位置" -#: src/user-face.c:657 -msgid "Change Name" -msgstr "變更名稱" - -#: src/user-face.c:657 -msgid "Please enter a valid character" -msgstr "請輸入有效的字元" - -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" -msgstr "使用 Enter 鍵以儲存修改" - -#: src/user-list.c:125 -msgid "User List" -msgstr "使用者清單" - -#: src/user-list.c:225 -msgid "Add User" -msgstr "新增使用者" - -#: src/user-share.c:169 -msgid "_Return" -msgstr "返回(_R)" - -#: src/user-share.c:189 -msgid "Message" -msgstr "訊息" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" -msgstr "新密碼必須與舊的不同" - -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" -msgstr "嘗試變更一些字母或數字" - -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" -msgstr "嘗試變更多一點密碼" - -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" -msgstr "不包含您使用者名稱的密碼強度會比較高" - -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" -msgstr "試著避免在您密碼中使用您的名字" - -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" -msgstr "嘗試避免在密碼中包含某些字詞" - -#: src/user-share.c:421 -msgid "Try to avoid common words" -msgstr "嘗試避免使用常見字詞" - -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" -msgstr "嘗試避免重新排序既有的字詞" - -#: src/user-share.c:425 -msgid "Try to use more numbers" -msgstr "嘗試使用更多數字" +#: src/user-base.c:212 +msgid "No Settings" +msgstr "沒有設定" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" -msgstr "嘗試使用更多大寫字母" +#: src/user-base.c:252 +msgid "Language" +msgstr "語言" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" -msgstr "嘗試使用更多小寫字母" +#: src/user-base.c:276 +msgid "Automatic logon" +msgstr "自動登入" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" -msgstr "嘗試使用更多特殊字元,如標點符號" +#: src/user-base.c:288 +msgid "Login time" +msgstr "登入時間" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" -msgstr "嘗試使用字母、數字與標點符號的混合" +#: src/user-base.c:300 +msgid "Group Manage" +msgstr "群組管理" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" -msgstr "嘗試避免重覆某些字元" +#: src/user-base.c:303 +msgid "Setting Groups" +msgstr "設定群組" -#: src/user-share.c:437 -msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." -msgstr "嘗試避免重覆某寫類型的字元:您必須混合字母、數字與標點符號。" +#: src/user-face.c:120 +msgid "Change Name" +msgstr "變更名稱" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" -msgstr "嘗試避免如 1234 或 abcd 這樣的序列" +#: src/user-face.c:120 +msgid "Please enter a valid character" +msgstr "請輸入有效的字元" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" -msgstr "密碼長度必須多於 8 個字元" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" +msgstr "使用 Enter 鍵以儲存修改" -#: src/user-group.c:163 +#: src/user-group-window.c:120 msgid "Repeat of group name.Please try another" msgstr "群組名稱重覆。請試試其他的" -#: src/user-group.c:167 +#: src/user-group-window.c:124 msgid "The groupname cannot start with a - ." msgstr "群組名稱不能以 - 開頭。" -#: src/user-group.c:171 +#: src/user-group-window.c:128 msgid "The first character of the group name needs use letter" msgstr "群組名稱的第一個字元必須使用字母" -#: src/user-group.c:175 +#: src/user-group-window.c:132 msgid "" "The groupname should only consist of upper and lower case \n" "letters from a-z,digits and the following characters: . - _" @@ -403,57 +288,27 @@ "群組名稱應該只能包含大小寫\n" "字母,從 a-z、數字與以下的字元:. - _" -#: src/user-group.c:269 +#: src/user-group-window.c:185 msgid "Create New Group" msgstr "建立新群組" -#: src/user-group.c:276 +#: src/user-group-window.c:192 msgid "Create New Group Faild" msgstr "建立新群組失敗" -#: src/user-group.c:287 -msgid "Create User Group" -msgstr "建立使用者群組" - -#: src/user-group.c:288 -msgid "" -"Create User Group Successfully,Please view the end of the switch-groups " -"list." -msgstr "成功建立使用者群組。請檢視切換群組清單的尾端。" - -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 +#: src/user-group-window.c:229 src/user-group-window.c:241 msgid "Remove Group" msgstr "移除群組" -#: src/user-group.c:355 -msgid "Cannot remove root group" -msgstr "無法移除根群組" - -#: src/user-group.c:363 +#: src/user-group-window.c:230 msgid "Whether to remove the selected group" msgstr "是否移除選定的群組" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" -msgstr "群組名稱" - -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" -msgstr "群組 ID" - -#: src/user-group.c:690 -msgid "User ID" -msgstr "使用者 ID" - -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "移除" - -#: src/user-group.c:757 +#: src/user-group-window.c:458 msgid "Initialization group management" msgstr "初始化群組管理" -#: src/user-group.c:758 +#: src/user-group-window.c:459 msgid "" "Initialization failed, please see Group \n" " Management Service Interface function" @@ -461,11 +316,11 @@ "初始化失敗,請見群組\n" "管理服務界面功能" -#: src/user-group.c:764 +#: src/user-group-window.c:465 msgid "Failed to contact the group service" msgstr "聯絡群組服務失敗" -#: src/user-group.c:765 +#: src/user-group-window.c:466 msgid "" "Please make sure that the group-service is installed and enabled.\n" " url: https://github.com/zhuyaliang/group-service" @@ -473,113 +328,240 @@ "請確定群組服務已安裝並啟用。\n" "URL:https://github.com/zhuyaliang/group-service" -#: src/user-group.c:773 -msgid "Get the number of groups" -msgstr "取得群組的數字" - -#: src/user-group.c:774 -msgid "The number of groups is 0." -msgstr "群組數字為 0。" - -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" -msgstr "請在左上角點選解鎖符號" - -#: src/user-group.c:798 +#: src/user-group-window.c:479 msgid "Click the unlock button on the \"swith-group\" page" msgstr "在「切換群組」頁面點選解鎖按鈕" -#: src/user-group.c:832 -msgid "Groups Manage" -msgstr "群組管理" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" +msgstr "群組名稱" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" -msgstr "目前的使用者 -- %s" +#: src/user-group-window.c:584 +msgid "Group ID" +msgstr "群組 ID" -#: src/user-group.c:975 +#: src/user-group-window.c:620 msgid "New Group Name" msgstr "新群組名稱" -#: src/user-group.c:986 +#: src/user-group-window.c:631 msgid "Please select the user to add to the new group" msgstr "請選取使用者以新增到新的群組" -#: src/user-group.c:1087 +#: src/user-group-window.c:648 +msgid "Username" +msgstr "使用者名稱" + +#: src/user-group-window.c:649 +msgid "User ID" +msgstr "使用者 ID" + +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "移除" + +#: src/user-group-window.c:708 +msgid "Group id" +msgstr "群組 id" + +#: src/user-group-window.c:793 +msgid "Create User Group" +msgstr "建立使用者群組" + +#: src/user-group-window.c:794 +msgid "" +"Create User Group Successfully,Please view the end of the switch-groups " +"list." +msgstr "成功建立使用者群組。請檢視切換群組清單的尾端。" + +#: src/user-group-window.c:886 msgid "Switch Groups" msgstr "切換群組" -#: src/user-group.c:1091 +#: src/user-group-window.c:890 msgid "Create Groups" msgstr "建立群組" -#: src/user-group.c:1095 +#: src/user-group-window.c:894 msgid "Remove Groups" msgstr "移除群組" -#: src/user-history.c:43 +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" +msgstr "目前的使用者 - %s" + +#: src/user-history.c:40 msgid "This Week" msgstr "本週" -#: src/user-history.c:47 +#: src/user-history.c:44 msgid "Last Week" msgstr "上週" -#: src/user-history.c:149 +#: src/user-history.c:146 msgid "Today" msgstr "今天" -#: src/user-history.c:153 +#: src/user-history.c:150 msgid "Yesterday" msgstr "昨天" -#: src/user-history.c:159 +#: src/user-history.c:156 msgid "%b %e" msgstr "%b %e" -#: src/user-history.c:163 +#: src/user-history.c:160 msgid "%b %e, %Y" msgstr "%b %e, %Y" -#: src/user-history.c:246 +#: src/user-history.c:243 msgid "Session Ended" msgstr "工作階短已結束" -#: src/user-history.c:253 +#: src/user-history.c:250 msgid "Session Started" msgstr "工作階段已開始" -#: src/user-history.c:290 +#: src/user-history.c:288 #, c-format msgid "%s — Account Activity" msgstr "%s — 帳號活動" -#: src/user-history.c:400 +#: src/user-history.c:397 msgid "previous" msgstr "前一個" -#: src/user-history.c:405 +#: src/user-history.c:402 msgid "next" msgstr "下一個" -#: src/user-language.c:120 +#: src/user-info.c:39 +msgid "Account is disable" +msgstr "帳號已停用" + +#: src/user-info.c:207 +msgid "Get User Info" +msgstr "取得使用者資訊" + +#: src/user-info.c:207 +msgid "user count is 0" +msgstr "使用者數量為 0" + +#: src/user-language.c:195 msgid "More…" msgstr "更多……" -#: src/user-language.c:161 +#: src/user-language.c:225 msgid "No languages found" msgstr "找不到語言" -#: src/user-language.c:573 src/user-language.c:596 +#: src/user-language.c:667 msgid "Cancel" msgstr "取消" -#: src/user-language.c:576 src/user-language.c:597 +#: src/user-language.c:672 msgid "Done" msgstr "完成" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" -msgstr "目前的使用者 - %s" +#: src/user-password.c:131 +msgid "The passwords do not match." +msgstr "密碼不符合" + +#: src/user-password.c:282 +msgid "Now set up" +msgstr "現在設定" + +#: src/user-password.c:292 +msgid "User Password" +msgstr "使用者密碼" + +#: src/user-share.c:170 +msgid "_Return" +msgstr "返回(_R)" + +#: src/user-share.c:190 +msgid "Message" +msgstr "訊息" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" +msgstr "新密碼必須與舊的不同" + +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" +msgstr "嘗試變更一些字母或數字" + +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" +msgstr "嘗試變更多一點密碼" + +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" +msgstr "不包含您使用者名稱的密碼強度會比較高" + +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" +msgstr "試著避免在您密碼中使用您的名字" + +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" +msgstr "嘗試避免在密碼中包含某些字詞" + +#: src/user-share.c:313 +msgid "Try to avoid common words" +msgstr "嘗試避免使用常見字詞" + +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" +msgstr "嘗試避免重新排序既有的字詞" + +#: src/user-share.c:317 +msgid "Try to use more numbers" +msgstr "嘗試使用更多數字" + +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" +msgstr "嘗試使用更多大寫字母" + +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "嘗試使用更多小寫字母" + +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" +msgstr "嘗試使用更多特殊字元,如標點符號" + +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "嘗試使用字母、數字與標點符號的混合" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "嘗試避免重覆某些字元" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "嘗試避免重覆某寫類型的字元:您必須混合字母、數字與標點符號。" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "嘗試避免如 1234 或 abcd 這樣的序列" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "密碼長度必須多於 8 個字元" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "某些設定必須先解除鎖定才能變更" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "新增使用者" + +#: src/user-window.c:427 +msgid "Mate User Manager" +msgstr "Mate 使用者管理員" diff -Nru mate-user-admin-1.6.0/po/zu.po mate-user-admin-1.7.0/po/zu.po --- mate-user-admin-1.6.0/po/zu.po 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/po/zu.po 2022-12-23 02:32:30.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mate-user-admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-19 17:39+0800\n" +"POT-Creation-Date: 2021-04-02 15:19+0800\n" "PO-Revision-Date: 2019-05-07 07:46+0000\n" "Last-Translator: Stefano Karapetsas , 2019\n" "Language-Team: Zulu (https://www.transifex.com/mate/teams/13566/zu/)\n" @@ -46,528 +46,510 @@ "as adding/removing existing groups and creating/deleting new groups." msgstr "" -#: src/main.c:47 -msgid "Get Icon Fail" -msgstr "" - -#: src/main.c:97 src/main.c:110 -msgid "Mate User Manager" -msgstr "" - -#: src/main.c:185 src/main.c:227 +#: src/main.c:38 src/main.c:81 msgid "open file" msgstr "" -#: src/main.c:185 +#: src/main.c:38 msgid "Create pid file failed" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write file" msgstr "" -#: src/main.c:194 +#: src/main.c:48 msgid "write pid file failed" msgstr "" -#: src/main.c:227 +#: src/main.c:81 msgid "open pid file failed" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read file" msgstr "" -#: src/main.c:232 +#: src/main.c:86 msgid "read pid file failed" msgstr "" -#: src/main.c:263 -msgid "No such user!!!" -msgstr "" - -#: src/user-base.c:220 src/user-admin.c:616 -msgid "Account Type" -msgstr "" - -#. drop-down select boxes -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Standard" -msgstr "" - -#: src/user-base.c:224 src/user-admin.c:619 -msgid "Administrators" -msgstr "" - -#: src/user-base.c:235 src/user-language.c:137 -msgid "Language" -msgstr "" - -#: src/user-base.c:240 src/user-share.c:342 -msgid "No Settings" -msgstr "" - -#: src/user-base.c:255 src/user-password.c:237 src/user-admin.c:775 -#: src/user-admin.c:796 -msgid "Password" -msgstr "" - -#: src/user-base.c:268 -msgid "Automatic logon" -msgstr "" - -#: src/user-base.c:283 -msgid "Login time" -msgstr "" - -#: src/user-base.c:297 -msgid "Group Manage" -msgstr "" - -#: src/user-base.c:300 -msgid "Setting Groups" -msgstr "" - -#: src/user-info.c:66 -msgid "Account is disable" +#: src/user-admin.c:154 src/user-admin.c:184 src/user-admin.c:192 +#: src/user-window.c:280 +msgid "Remove User" msgstr "" -#. 新建两个单选按钮 -#: src/user-info.c:78 src/user-password.c:242 src/user-admin.c:780 -msgid "Set up next time" +#: src/user-admin.c:185 +msgid "You cannot delete your own account." msgstr "" -#: src/user-info.c:268 -msgid "Get User Info" +#: src/user-admin.c:193 +msgid "user is still logged in" msgstr "" -#: src/user-info.c:268 -msgid "user count is 0" +#: src/user-admin.c:197 +#, c-format +msgid "Remove '%s' user" msgstr "" -#. create chnaged passwod dialog -#: src/user-password.c:210 -msgid "Set Password" +#: src/user-admin.c:199 +msgid "Whether to remove the user's home directory" msgstr "" -#: src/user-password.c:219 src/user-admin.c:854 src/user-list.c:227 -#: src/user-group.c:936 src/user-group.c:1002 src/user-group.c:1058 -msgid "Close" +#: src/user-admin.c:292 +msgid "Repeat of user name.Please try another" msgstr "" -#: src/user-password.c:224 src/user-password.c:288 src/user-admin.c:821 -#: src/user-admin.c:858 src/user-group.c:1013 -msgid "Confirm" +#: src/user-admin.c:296 +msgid "Repeat of user home name.Please try another" msgstr "" -#: src/user-password.c:251 -msgid "Now set up" +#: src/user-admin.c:300 +msgid "The username cannot start with a - ." msgstr "" -#: src/user-password.c:260 -msgid "User Password" +#: src/user-admin.c:304 +msgid "" +"The username should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-password.c:270 src/user-admin.c:809 -msgid "generation password" +#: src/user-admin.c:328 src/user-admin.c:563 +msgid "This will be used to name your home folder and can't be changed" msgstr "" -#: src/user-admin.c:175 src/user-admin.c:210 src/user-admin.c:216 -#: src/user-list.c:226 -msgid "Remove User" +#: src/user-admin.c:485 +msgid "Creating User" msgstr "" -#: src/user-admin.c:211 -msgid "You cannot delete your own account." +#: src/user-admin.c:570 +msgid "User Name" msgstr "" -#: src/user-admin.c:217 -msgid "Whether to remove the user's home directory" +#: src/user-admin.c:583 +msgid "Full Name" msgstr "" -#: src/user-admin.c:313 -msgid "Repeat of user name.Please try another" +#: src/user-admin.c:591 src/user-base.c:239 +msgid "Account Type" msgstr "" -#: src/user-admin.c:317 -msgid "Repeat of user home name.Please try another" +#. drop-down select boxes +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Standard" msgstr "" -#: src/user-admin.c:321 -msgid "The username cannot start with a - ." +#: src/user-admin.c:594 src/user-base.c:243 +msgid "Administrators" msgstr "" -#: src/user-admin.c:325 -msgid "" -"The username should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-admin.c:606 +msgid "The passwords entered twice are different" msgstr "" -#: src/user-admin.c:350 src/user-admin.c:588 -msgid "This will be used to name your home folder and can't be changed" +#: src/user-admin.c:644 +msgid "Mixed passwords improve security" msgstr "" -#: src/user-admin.c:520 -msgid "Creating User" +#: src/user-admin.c:752 src/user-admin.c:772 src/user-base.c:264 +#: src/user-password.c:271 +msgid "Password" msgstr "" -#: src/user-admin.c:595 src/user-group.c:681 -msgid "Username" +#. 新建两个单选按钮 +#: src/user-admin.c:756 src/user-info.c:51 src/user-password.c:199 +#: src/user-password.c:274 +msgid "Set up next time" msgstr "" -#: src/user-admin.c:608 -msgid "Full Name" +#: src/user-admin.c:764 +msgid "Now set the password" msgstr "" -#: src/user-admin.c:638 src/user-share.c:564 -msgid "The passwords entered twice are different" +#: src/user-admin.c:785 src/user-password.c:302 +msgid "generation password" msgstr "" -#: src/user-admin.c:675 -msgid "Hybrid passwords improve security" +#: src/user-admin.c:797 src/user-admin.c:924 src/user-group-window.c:665 +#: src/user-password.c:257 src/user-password.c:316 +msgid "Confirm" msgstr "" -#: src/user-admin.c:788 -msgid "Now set the password" +#: src/user-admin.c:919 src/user-group-window.c:588 +#: src/user-group-window.c:654 src/user-group-window.c:712 +#: src/user-password.c:252 src/user-window.c:283 +msgid "Close" msgstr "" -#: src/user-admin.c:864 +#: src/user-admin.c:931 msgid "Create New User" msgstr "" -#: src/user-face.c:300 src/user-face.c:311 +#: src/user-avatar.c:120 src/user-avatar.c:131 msgid "Create Crop File" msgstr "" -#: src/user-face.c:301 +#: src/user-avatar.c:121 msgid "failed to create temporary file for image data" msgstr "" -#: src/user-face.c:369 src/user-face.c:454 +#: src/user-avatar.c:177 src/user-avatar.c:252 msgid "_Cancel" msgstr "" -#: src/user-face.c:371 src/user-group.c:628 src/user-group.c:670 +#: src/user-avatar.c:179 src/user-group-window.c:578 +#: src/user-group-window.c:643 msgid "Select" msgstr "Khetha" -#: src/user-face.c:428 +#: src/user-avatar.c:226 msgid "Load Local Picture" msgstr "" -#: src/user-face.c:451 +#: src/user-avatar.c:249 msgid "Browse for more pictures" msgstr "" -#: src/user-face.c:455 +#: src/user-avatar.c:253 msgid "_Open" msgstr "_Vula" -#: src/user-face.c:522 -msgid "Clicking on the main window closes the picture selection window" -msgstr "" - -#: src/user-face.c:543 +#: src/user-avatar.c:323 msgid "Local Picture" msgstr "" -#: src/user-face.c:558 +#: src/user-avatar.c:489 msgid "Avatar list" msgstr "" -#: src/user-face.c:559 +#: src/user-avatar.c:490 msgid "There is no address to store photos" msgstr "" -#: src/user-face.c:657 -msgid "Change Name" +#: src/user-base.c:212 +msgid "No Settings" msgstr "" -#: src/user-face.c:657 -msgid "Please enter a valid character" +#: src/user-base.c:252 +msgid "Language" msgstr "" -#: src/user-face.c:709 -msgid "Use Enter Key to Save Modifications" +#: src/user-base.c:276 +msgid "Automatic logon" msgstr "" -#: src/user-list.c:125 -msgid "User List" +#: src/user-base.c:288 +msgid "Login time" msgstr "" -#: src/user-list.c:225 -msgid "Add User" +#: src/user-base.c:300 +msgid "Group Manage" msgstr "" -#: src/user-share.c:169 -msgid "_Return" +#: src/user-base.c:303 +msgid "Setting Groups" msgstr "" -#: src/user-share.c:189 -msgid "Message" -msgstr "Umlayezo" - -#: src/user-share.c:407 -msgid "The new password needs to be different from the old one" +#: src/user-face.c:120 +msgid "Change Name" msgstr "" -#: src/user-share.c:409 -msgid "Try changing some letters and numbers" +#: src/user-face.c:120 +msgid "Please enter a valid character" msgstr "" -#: src/user-share.c:411 src/user-share.c:419 -msgid "Try changing the password a bit more" +#: src/user-face.c:181 +msgid "Use Enter Key to Save Modifications" msgstr "" -#: src/user-share.c:413 -msgid "A password without your user name would be stronger" +#: src/user-group-window.c:120 +msgid "Repeat of group name.Please try another" msgstr "" -#: src/user-share.c:415 -msgid "Try to avoid using your name in the password" +#: src/user-group-window.c:124 +msgid "The groupname cannot start with a - ." msgstr "" -#: src/user-share.c:417 -msgid "Try to avoid some of the words included in the password" +#: src/user-group-window.c:128 +msgid "The first character of the group name needs use letter" msgstr "" -#: src/user-share.c:421 -msgid "Try to avoid common words" +#: src/user-group-window.c:132 +msgid "" +"The groupname should only consist of upper and lower case \n" +"letters from a-z,digits and the following characters: . - _" msgstr "" -#: src/user-share.c:423 -msgid "Try to avoid reordering existing words" +#: src/user-group-window.c:185 +msgid "Create New Group" msgstr "" -#: src/user-share.c:425 -msgid "Try to use more numbers" +#: src/user-group-window.c:192 +msgid "Create New Group Faild" msgstr "" -#: src/user-share.c:427 -msgid "Try to use more uppercase letters" +#: src/user-group-window.c:229 src/user-group-window.c:241 +msgid "Remove Group" msgstr "" -#: src/user-share.c:429 -msgid "Try to use more lowercase letters" +#: src/user-group-window.c:230 +msgid "Whether to remove the selected group" msgstr "" -#: src/user-share.c:431 -msgid "Try to use more special characters, like punctuation" +#: src/user-group-window.c:458 +msgid "Initialization group management" msgstr "" -#: src/user-share.c:433 -msgid "Try to use a mixture of letters, numbers and punctuation" +#: src/user-group-window.c:459 +msgid "" +"Initialization failed, please see Group \n" +" Management Service Interface function" msgstr "" -#: src/user-share.c:435 -msgid "Try to avoid repeating the same character" +#: src/user-group-window.c:465 +msgid "Failed to contact the group service" msgstr "" -#: src/user-share.c:437 +#: src/user-group-window.c:466 msgid "" -"Try to avoid repeating the same type of character: you need to mix up " -"letters, numbers and punctuation." +"Please make sure that the group-service is installed and enabled.\n" +" url: https://github.com/zhuyaliang/group-service" msgstr "" -#: src/user-share.c:439 -msgid "Try to avoid sequences like 1234 or abcd" +#: src/user-group-window.c:479 +msgid "Click the unlock button on the \"swith-group\" page" msgstr "" -#: src/user-share.c:441 -msgid "Password length needs more than 8 characters" +#: src/user-group-window.c:583 src/user-group-window.c:707 +msgid "Group Name" msgstr "" -#: src/user-group.c:163 -msgid "Repeat of group name.Please try another" +#: src/user-group-window.c:584 +msgid "Group ID" msgstr "" -#: src/user-group.c:167 -msgid "The groupname cannot start with a - ." +#: src/user-group-window.c:620 +msgid "New Group Name" msgstr "" -#: src/user-group.c:171 -msgid "The first character of the group name needs use letter" +#: src/user-group-window.c:631 +msgid "Please select the user to add to the new group" msgstr "" -#: src/user-group.c:175 -msgid "" -"The groupname should only consist of upper and lower case \n" -"letters from a-z,digits and the following characters: . - _" +#: src/user-group-window.c:648 +msgid "Username" msgstr "" -#: src/user-group.c:269 -msgid "Create New Group" +#: src/user-group-window.c:649 +msgid "User ID" msgstr "" -#: src/user-group.c:276 -msgid "Create New Group Faild" +#: src/user-group-window.c:706 src/user-group-window.c:719 +msgid "Remove" +msgstr "Susa" + +#: src/user-group-window.c:708 +msgid "Group id" msgstr "" -#: src/user-group.c:287 +#: src/user-group-window.c:793 msgid "Create User Group" msgstr "" -#: src/user-group.c:288 +#: src/user-group-window.c:794 msgid "" "Create User Group Successfully,Please view the end of the switch-groups " "list." msgstr "" -#: src/user-group.c:354 src/user-group.c:362 src/user-group.c:374 -msgid "Remove Group" +#: src/user-group-window.c:886 +msgid "Switch Groups" msgstr "" -#: src/user-group.c:355 -msgid "Cannot remove root group" +#: src/user-group-window.c:890 +msgid "Create Groups" msgstr "" -#: src/user-group.c:363 -msgid "Whether to remove the selected group" +#: src/user-group-window.c:894 +msgid "Remove Groups" msgstr "" -#: src/user-group.c:640 src/user-group.c:716 -msgid "Group Name" +#: src/user-group-window.c:905 src/user-language.c:739 +#, c-format +msgid "Current User - %s" msgstr "" -#: src/user-group.c:649 src/user-group.c:725 -msgid "Group ID" +#: src/user-history.c:40 +msgid "This Week" msgstr "" -#: src/user-group.c:690 -msgid "User ID" +#: src/user-history.c:44 +msgid "Last Week" msgstr "" -#: src/user-group.c:707 src/user-group.c:1065 -msgid "Remove" -msgstr "Susa" +#: src/user-history.c:146 +msgid "Today" +msgstr "" -#: src/user-group.c:757 -msgid "Initialization group management" +#: src/user-history.c:150 +msgid "Yesterday" msgstr "" -#: src/user-group.c:758 -msgid "" -"Initialization failed, please see Group \n" -" Management Service Interface function" +#: src/user-history.c:156 +msgid "%b %e" msgstr "" -#: src/user-group.c:764 -msgid "Failed to contact the group service" +#: src/user-history.c:160 +msgid "%b %e, %Y" msgstr "" -#: src/user-group.c:765 -msgid "" -"Please make sure that the group-service is installed and enabled.\n" -" url: https://github.com/zhuyaliang/group-service" +#: src/user-history.c:243 +msgid "Session Ended" msgstr "" -#: src/user-group.c:773 -msgid "Get the number of groups" +#: src/user-history.c:250 +msgid "Session Started" msgstr "" -#: src/user-group.c:774 -msgid "The number of groups is 0." +#: src/user-history.c:288 +#, c-format +msgid "%s — Account Activity" msgstr "" -#: src/user-group.c:795 -msgid "Please click the unlock sign in the upper left corner" +#: src/user-history.c:397 +msgid "previous" msgstr "" -#: src/user-group.c:798 -msgid "Click the unlock button on the \"swith-group\" page" +#: src/user-history.c:402 +msgid "next" msgstr "" -#: src/user-group.c:832 -msgid "Groups Manage" +#: src/user-info.c:39 +msgid "Account is disable" msgstr "" -#: src/user-group.c:845 -#, c-format -msgid "Current user -- %s" +#: src/user-info.c:207 +msgid "Get User Info" msgstr "" -#: src/user-group.c:975 -msgid "New Group Name" +#: src/user-info.c:207 +msgid "user count is 0" msgstr "" -#: src/user-group.c:986 -msgid "Please select the user to add to the new group" +#: src/user-language.c:195 +msgid "More…" msgstr "" -#: src/user-group.c:1087 -msgid "Switch Groups" +#: src/user-language.c:225 +msgid "No languages found" msgstr "" -#: src/user-group.c:1091 -msgid "Create Groups" +#: src/user-language.c:667 +msgid "Cancel" +msgstr "Cima" + +#: src/user-language.c:672 +msgid "Done" msgstr "" -#: src/user-group.c:1095 -msgid "Remove Groups" +#: src/user-password.c:131 +msgid "The passwords do not match." msgstr "" -#: src/user-history.c:43 -msgid "This Week" +#: src/user-password.c:282 +msgid "Now set up" msgstr "" -#: src/user-history.c:47 -msgid "Last Week" +#: src/user-password.c:292 +msgid "User Password" msgstr "" -#: src/user-history.c:149 -msgid "Today" +#: src/user-share.c:170 +msgid "_Return" msgstr "" -#: src/user-history.c:153 -msgid "Yesterday" +#: src/user-share.c:190 +msgid "Message" +msgstr "Umlayezo" + +#: src/user-share.c:299 +msgid "The new password needs to be different from the old one" msgstr "" -#: src/user-history.c:159 -msgid "%b %e" +#: src/user-share.c:301 +msgid "Try changing some letters and numbers" msgstr "" -#: src/user-history.c:163 -msgid "%b %e, %Y" +#: src/user-share.c:303 src/user-share.c:311 +msgid "Try changing the password a bit more" msgstr "" -#: src/user-history.c:246 -msgid "Session Ended" +#: src/user-share.c:305 +msgid "A password without your user name would be stronger" msgstr "" -#: src/user-history.c:253 -msgid "Session Started" +#: src/user-share.c:307 +msgid "Try to avoid using your name in the password" msgstr "" -#: src/user-history.c:290 -#, c-format -msgid "%s — Account Activity" +#: src/user-share.c:309 +msgid "Try to avoid some of the words included in the password" msgstr "" -#: src/user-history.c:400 -msgid "previous" +#: src/user-share.c:313 +msgid "Try to avoid common words" msgstr "" -#: src/user-history.c:405 -msgid "next" +#: src/user-share.c:315 +msgid "Try to avoid reordering existing words" msgstr "" -#: src/user-language.c:120 -msgid "More…" +#: src/user-share.c:317 +msgid "Try to use more numbers" msgstr "" -#: src/user-language.c:161 -msgid "No languages found" +#: src/user-share.c:319 +msgid "Try to use more uppercase letters" msgstr "" -#: src/user-language.c:573 src/user-language.c:596 -msgid "Cancel" -msgstr "Cima" +#: src/user-share.c:321 +msgid "Try to use more lowercase letters" +msgstr "" -#: src/user-language.c:576 src/user-language.c:597 -msgid "Done" +#: src/user-share.c:323 +msgid "Try to use more special characters, like punctuation" msgstr "" -#: src/user-language.c:657 -#, c-format -msgid "Current User - %s" +#: src/user-share.c:325 +msgid "Try to use a mixture of letters, numbers and punctuation" +msgstr "" + +#: src/user-share.c:327 +msgid "Try to avoid repeating the same character" +msgstr "" + +#: src/user-share.c:329 +msgid "" +"Try to avoid repeating the same type of character: you need to mix up " +"letters, numbers and punctuation." +msgstr "" + +#: src/user-share.c:331 +msgid "Try to avoid sequences like 1234 or abcd" +msgstr "" + +#: src/user-share.c:333 +msgid "Password length needs more than 8 characters" +msgstr "" + +#: src/user-window.c:94 +msgid "Some settings must be unlocked before they can be changed" +msgstr "" + +#: src/user-window.c:277 +msgid "Add User" +msgstr "" + +#: src/user-window.c:427 +msgid "Mate User Manager" msgstr "" diff -Nru mate-user-admin-1.6.0/README.md mate-user-admin-1.7.0/README.md --- mate-user-admin-1.6.0/README.md 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/README.md 2022-12-23 02:32:30.000000000 +0000 @@ -35,5 +35,16 @@ meson build -Dprefix=/usr ninja -C build sudo ninja -C build install +``` +## Create deb package on Ubuntu MATE 22.04 LTS +Note: you have to build and install deb-package of *group-service* first, then run below commands. + +``` +sudo apt-get update +sudo apt-get install dpkg-dev debhelper-compat meson cmake pkg-config libgtk-3-dev libpwquality-dev libaccountsservice-dev libmate-desktop-dev + +dpkg-buildpackage -uc -us +sudo apt-get install ../user-admin*.deb +``` diff -Nru mate-user-admin-1.6.0/src/main.c mate-user-admin-1.7.0/src/main.c --- mate-user-admin-1.6.0/src/main.c 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/main.c 2022-12-23 02:32:30.000000000 +0000 @@ -25,25 +25,27 @@ remove(LOCKFILE); } -static int RecordPid(void) +static int record_pid (void) { - int pid = 0; - int fd; - int Length = 0; + int pid; + int fd; + int Length; char WriteBuf[30] = { 0 }; - fd = open(LOCKFILE,O_WRONLY|O_CREAT|O_TRUNC,0777); - if(fd < 0) + + fd = open (LOCKFILE, O_WRONLY|O_CREAT|O_TRUNC, 0777); + if (fd < 0) { - MessageReport(_("open file"),_("Create pid file failed"),ERROR); + MessageReport (_("open file"), _("Create pid file failed"), ERROR); return -1; } - chmod(LOCKFILE,0777); - pid = getpid(); - sprintf(WriteBuf,"%d",pid); - Length = write(fd,WriteBuf,strlen(WriteBuf)); - if(Length <= 0 ) + chmod (LOCKFILE, 0777); + pid = getpid (); + + sprintf(WriteBuf, "%d", pid); + Length = write (fd, WriteBuf, strlen(WriteBuf)); + if (Length <= 0) { - MessageReport(_("write file"),_("write pid file failed"),ERROR); + MessageReport (_("write file"), _("write pid file failed"), ERROR); return -1; } close(fd); @@ -66,35 +68,35 @@ ******************************************************************************/ static gboolean ProcessRuning(void) { - int fd; - int pid = 0; - gboolean Run = FALSE; - char ReadBuf[30] = { 0 }; + int fd; + int pid = 0; + gboolean run = FALSE; + char read_buf[30] = { 0 }; - if(access(LOCKFILE,F_OK) == 0) + if (access (LOCKFILE, F_OK) == 0) { - fd = open(LOCKFILE,O_RDONLY); - if(fd < 0) + fd = open (LOCKFILE, O_RDONLY); + if (fd < 0) { - MessageReport(_("open file"),_("open pid file failed"),ERROR); + MessageReport (_("open file"), _("open pid file failed"), ERROR); return TRUE; } - if(read(fd,ReadBuf,sizeof(ReadBuf)) <= 0) + if (read(fd, read_buf, sizeof (read_buf)) <= 0) { - MessageReport(_("read file"),_("read pid file failed"),ERROR); + MessageReport (_("read file"), _("read pid file failed"), ERROR); goto ERROREXIT; } - pid = atoi(ReadBuf); - if(kill(pid,0) == 0) + pid = atoi (read_buf); + if (kill (pid, 0) == 0) { goto ERROREXIT; } } - if(RecordPid() < 0) - Run = TRUE; + if (record_pid () < 0) + run = TRUE; - return Run; + return run; ERROREXIT: close(fd); return TRUE; @@ -131,7 +133,7 @@ g_object_get (manager, "is-loaded", &loaded, NULL); if (loaded) - users_loaded (manager,NULL, NULL); + users_loaded (manager, NULL, NULL); else g_signal_connect(manager, "notify::is-loaded", @@ -139,20 +141,22 @@ NULL); } + int main(int argc, char **argv) { - bindtextdomain (GETTEXT_PACKAGE,LUNAR_CALENDAR_LOCALEDIR); - textdomain (GETTEXT_PACKAGE); + bindtextdomain (GETTEXT_PACKAGE, LUNAR_CALENDAR_LOCALEDIR); + textdomain (GETTEXT_PACKAGE); - gtk_init(&argc, &argv); + gtk_init (&argc, &argv); + mate_uesr_admin_log ("Info","mate-user-admin Version:%s",VERSION ); /* Program exit processing */ atexit(ExitHook); /* Check whether the process has been started */ - if(ProcessRuning() == TRUE) + if (ProcessRuning() == TRUE) { - mate_uesr_admin_log("Info","The mate-user-admin process already exists"); - exit(0); + mate_uesr_admin_log ("Info","The mate-user-admin process already exists"); + exit (0); } SetupUsersList (); diff -Nru mate-user-admin-1.6.0/src/meson.build mate-user-admin-1.7.0/src/meson.build --- mate-user-admin-1.6.0/src/meson.build 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/meson.build 2022-12-23 02:32:30.000000000 +0000 @@ -18,20 +18,6 @@ 'user-language.c', ] -account_src = gnome.gdbus_codegen( - 'account-generated', - 'org.freedesktop.Accounts.xml', - interface_prefix : 'org.freedesktop.', - namespace : 'Admin' -) - -account_user_src = gnome.gdbus_codegen( - 'account-user-generated', - 'org.freedesktop.Accounts.User.xml', - interface_prefix : 'org.freedesktop.', - namespace : 'Admin' - ) - executable('mate-user-admin', sources : sources, dependencies : [gtk_deps, pwquality_deps, act_deps, gas_deps, crypt_deps, md_deps,polkit_deps,fc_deps], diff -Nru mate-user-admin-1.6.0/src/user-admin.c mate-user-admin-1.7.0/src/user-admin.c --- mate-user-admin-1.6.0/src/user-admin.c 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/user-admin.c 2022-12-23 02:32:30.000000000 +0000 @@ -33,7 +33,8 @@ #define KEYGROUPNAME "nudefault" #define LANGKEY "nulanguage" #define TYPEKEY "nutype" -#define GROUPKEY "nugroups" +#define ADMINGROUPKEY "nuadmingroups" +#define STANDGROUPKEY "nustandgroups" #define CHECK_TIME_OUT 600 struct _UserManagerPrivate @@ -50,7 +51,8 @@ int name_time_id; //Check the password format timer int password_time_id; //Check the Realname format timer char *user_lang; - char **user_groups; + char **admin_user_groups; + char **stand_user_groups; int user_type; gboolean sensitive; gboolean success; @@ -68,75 +70,84 @@ G_DEFINE_TYPE_WITH_PRIVATE (UserManager, user_manager, GTK_TYPE_DIALOG) static void user_manager_response (GtkDialog *dialog, - gint response_id); - + gint response_id); static gboolean user_manager_get_new_user_config (UserManager *dialog) { GKeyFile *Kconfig = NULL; g_autoptr(GError) error = NULL; g_auto(GStrv) ConfigGroups = NULL; - g_auto(GStrv) unGroups = NULL; + g_auto(GStrv) admin_groups = NULL; + g_auto(GStrv) stand_groups = NULL; gsize Length = 0; g_autofree char *Value = NULL; gboolean Type; - Kconfig = g_key_file_new(); - if(Kconfig == NULL) + Kconfig = g_key_file_new (); + if (Kconfig == NULL) { - mate_uesr_admin_log("Warning","g_key_file_new fail"); + mate_uesr_admin_log ("Warning","g_key_file_new fail"); return FALSE; } - if(!g_key_file_load_from_file (Kconfig, NUCONFIG, G_KEY_FILE_NONE, &error)) + if (!g_key_file_load_from_file (Kconfig, NUCONFIG, G_KEY_FILE_NONE, &error)) { - mate_uesr_admin_log("Warning","Error loading key file: %s", error->message); + mate_uesr_admin_log ("Warning","Error loading key file: %s", error->message); goto EXIT; } ConfigGroups = g_key_file_get_groups (Kconfig, &Length); - if(g_strv_length(ConfigGroups) <= 0) + if (g_strv_length (ConfigGroups) <= 0) { - mate_uesr_admin_log("Warning","key file format errors are not grouped"); + mate_uesr_admin_log ("Warning","key file format errors are not grouped"); goto EXIT; } - if(g_key_file_has_key(Kconfig,KEYGROUPNAME,LANGKEY,&error) == FALSE) + if (g_key_file_has_key (Kconfig, KEYGROUPNAME, LANGKEY,&error) == FALSE) { - mate_uesr_admin_log("Warning","key file format errors %s",error->message); + mate_uesr_admin_log ("Warning", "key file format errors %s", error->message); goto EXIT; } Value = g_key_file_get_string(Kconfig,KEYGROUPNAME,LANGKEY,&error); if(Value == NULL) { - mate_uesr_admin_log("Warning","key file format errors %s",error->message); + mate_uesr_admin_log ("Warning","key file format errors %s",error->message); goto EXIT; } if(mate_get_language_from_locale(Value,NULL) == NULL) { - mate_uesr_admin_log("Warning","key file language format errors Language unavailability"); + mate_uesr_admin_log ("Warning", "key file language format errors Language unavailability"); goto EXIT; } dialog->priv->user_lang = g_strdup (Value); - Type = g_key_file_get_boolean(Kconfig,KEYGROUPNAME,TYPEKEY,&error); + Type = g_key_file_get_boolean (Kconfig, KEYGROUPNAME, TYPEKEY, &error); if(Type == FALSE && error != NULL) { - mate_uesr_admin_log("Warning","key file user type format errors %s",error->message); + mate_uesr_admin_log ("Warning", "key file user type format errors %s", error->message); goto EXIT; } dialog->priv->user_type = Type; - unGroups = g_key_file_get_string_list(Kconfig,KEYGROUPNAME,GROUPKEY,&Length,&error); - if(unGroups == NULL) + admin_groups = g_key_file_get_string_list (Kconfig, KEYGROUPNAME, ADMINGROUPKEY, &Length, &error); + if (admin_groups == NULL) + { + mate_uesr_admin_log ("Info", "key file No default add group is set for admin new users"); + g_key_file_free (Kconfig); + return TRUE; + } + dialog->priv->admin_user_groups = g_strdupv (admin_groups); + + stand_groups = g_key_file_get_string_list (Kconfig, KEYGROUPNAME, STANDGROUPKEY, &Length, &error); + if (stand_groups == NULL) { - mate_uesr_admin_log("Info","key file No default add group is set for new users"); - g_key_file_free(Kconfig); + mate_uesr_admin_log ("Info", "key file No default add group is set for stand new users"); + g_key_file_free (Kconfig); return TRUE; } - dialog->priv->user_groups = g_strdupv (unGroups); - g_key_file_free(Kconfig); + dialog->priv->stand_user_groups = g_strdupv (stand_groups); + + g_key_file_free (Kconfig); return TRUE; EXIT: - dialog->priv->user_groups = NULL; dialog->priv->user_lang = NULL; g_key_file_free (Kconfig); return FALSE; @@ -172,37 +183,39 @@ * * Author: zhuyaliang 09/05/2018 ******************************************************************************/ -void RemoveUser(ActUser *user) +void RemoveUser (ActUser *user) { - int nRet; - gboolean RemoveType = TRUE; - ActUserManager *Manager; + int nRet; + gboolean RemoveType = TRUE; + ActUserManager *Manager; + g_autofree char *title = NULL; - Manager = act_user_manager_get_default (); + Manager = act_user_manager_get_default (); if (act_user_get_uid (user) == getuid ()) { - MessageReport(_("Remove User"), - _("You cannot delete your own account."), + MessageReport (_("Remove User"), + _("You cannot delete your own account."), ERROR); return; } else if (act_user_is_logged_in_anywhere (user)) { - MessageReport(_("Remove User"), - _("user is still logged in"), + MessageReport (_("Remove User"), + _("user is still logged in"), ERROR); return; } - nRet = MessageReport(_("Remove User"), + title = g_strdup_printf (_("Remove '%s' user"), act_user_get_user_name (user)); + nRet = MessageReport (title, _("Whether to remove the user's home directory"), QUESTION); - if(nRet == GTK_RESPONSE_NO) + if (nRet == GTK_RESPONSE_NO) { RemoveType = FALSE; } - else if(nRet == GTK_RESPONSE_DELETE_EVENT || - nRet == GTK_RESPONSE_ACCEPT) + else if (nRet == GTK_RESPONSE_DELETE_EVENT || + nRet == GTK_RESPONSE_ACCEPT) { return; } @@ -262,12 +275,12 @@ in_use = FALSE; home_use = FALSE; } - else + else { empty = FALSE; in_use = CheckUserNameUsed (UserName); - sprintf(HomeName,"/home/%s",UserName); - home_use = access(HomeName,F_OK ) == 0; + sprintf (HomeName, "/home/%s", UserName); + home_use = access (HomeName, F_OK ) == 0; } valid = TRUE; if (!in_use && !empty && !home_use) @@ -321,7 +334,7 @@ static gboolean check_user_name (UserManager *dialog) { gboolean Valid; - char *Message = NULL; + g_autofree gchar *message = NULL; const char *user_name_text; const char *real_name_text; const char *FixedNote = _("This will be used to name your home folder and can't be changed"); @@ -348,51 +361,61 @@ gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->real_entry), GTK_ENTRY_ICON_SECONDARY, NULL); - gtk_widget_set_sensitive (dialog->priv->button, FALSE); + dialog->priv->sensitive = FALSE; } - Valid = UserNameValidCheck (user_name_text, &Message); - if(Message != NULL) - SetLableFontType (dialog->priv->label_note, "red", 10, Message, FALSE); - else - { + Valid = UserNameValidCheck (user_name_text, &message); + if(message != NULL) + { + SetLableFontType (dialog->priv->label_note, "red", 10, message, FALSE); gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->name_entry), GTK_ENTRY_ICON_SECONDARY, - "emblem-ok-symbolic"); + NULL); + gtk_widget_set_sensitive (dialog->priv->button, FALSE); + } + else + { + gtk_entry_set_icon_from_icon_name (GTK_ENTRY(dialog->priv->name_entry), + GTK_ENTRY_ICON_SECONDARY, + "emblem-ok-symbolic"); - SetLableFontType(dialog->priv->label_note,"gray",10,FixedNote,FALSE); + SetLableFontType (dialog->priv->label_note, + "gray", + 10, + FixedNote, + FALSE); } dialog->priv->sensitive = Valid & dialog->priv->sensitive & dialog->priv->success; gtk_widget_set_sensitive (dialog->priv->button, dialog->priv->sensitive); return TRUE; } -static const gchar *GetNewUserPassword(GtkWidget *EntryPass1,GtkWidget *EntryPass2) +static const gchar *GetNewUserPassword (GtkWidget *EntryPass1,GtkWidget *EntryPass2) { const char *p1 = NULL; const char *p2 = NULL; - p1 = gtk_entry_get_text(GTK_ENTRY(EntryPass1)); - p2 = gtk_entry_get_text(GTK_ENTRY(EntryPass2)); + p1 = gtk_entry_get_text (GTK_ENTRY (EntryPass1)); + p2 = gtk_entry_get_text (GTK_ENTRY (EntryPass2)); - if(strcmp(p1,p2) != 0 ) + if (strcmp (p1, p2) != 0 ) { return NULL; } return p2; } -static const gchar *GetNewUserLang(UserManager *dialog) +static const gchar *GetNewUserLang (UserManager *dialog) { if(dialog->priv->user_lang != NULL) { - mate_uesr_admin_log("Debug","nuLang = %s",dialog->priv->user_lang); + mate_uesr_admin_log ("Debug","nuLang = %s", dialog->priv->user_lang); return dialog->priv->user_lang; } return "en_US.utf8"; } -static void add_user_to_group(const char *name, char **groups) +static void add_user_to_group (const char *name, char **groups) { int groups_num = 0,i; GasGroup *gas = NULL; @@ -400,28 +423,28 @@ if(groups != NULL) { - manage = gas_group_manager_get_default(); - gas_group_manager_list_groups(manage); - groups_num = g_strv_length(groups); - for(i = 0;i < groups_num; i++) + manage = gas_group_manager_get_default (); + gas_group_manager_list_groups (manage); + groups_num = g_strv_length (groups); + for(i = 0; i < groups_num; i++) { - if(getgrnam (groups[i]) == NULL) + if (getgrnam (groups[i]) == NULL) { - if(g_utf8_strchr(groups[i],-1,' ') != NULL) + if (g_utf8_strchr (groups[i],-1,' ') != NULL) { - mate_uesr_admin_log("Warning","Configuration file error,Please delete the extra space keys"); + mate_uesr_admin_log ("Warning","Configuration file error,Please delete the extra space keys"); } - mate_uesr_admin_log("Warning","Configuration file error, no group %s",groups[i]); + mate_uesr_admin_log ("Warning","Configuration file error, no group %s",groups[i]); continue; } - gas = gas_group_manager_get_group(manage,groups[i]); + gas = gas_group_manager_get_group (manage,groups[i]); if(gas == NULL) { - mate_uesr_admin_log("Warning","Configuration file error, no group %s",groups[i]); + mate_uesr_admin_log ("Warning","Configuration file error, no group %s",groups[i]); continue; } - mate_uesr_admin_log("Debug","group name %s",groups[i]); - gas_group_add_user_group(gas,name); + mate_uesr_admin_log ("Debug","group name %s",groups[i]); + gas_group_add_user_group (gas, name); } } @@ -432,17 +455,17 @@ gtk_widget_destroy (widget); } -static void NewUserLoaded (ActUser *user, - GParamSpec *pspec, - UserManager *dialog) +static void set_new_user_base_info (ActUser *user, + GParamSpec *pspec, + UserManager *dialog) { const char *NewUserLang; const char *Password; const char *un; - NewUserLang = GetNewUserLang(dialog); - act_user_set_account_type(user, dialog->priv->user_type); - act_user_set_language(user,NewUserLang); + NewUserLang = GetNewUserLang (dialog); + act_user_set_account_type (user, dialog->priv->user_type); + act_user_set_language (user, NewUserLang); if(dialog->priv->password_mode == ACT_USER_PASSWORD_MODE_SET_AT_LOGIN) { @@ -454,16 +477,20 @@ act_user_set_password_mode (user, ACT_USER_PASSWORD_MODE_REGULAR); act_user_set_password (user,Password, ""); } - un = gtk_entry_get_text(GTK_ENTRY(dialog->priv->name_entry)); - mate_uesr_admin_log("Debug","New user: %s lang %s", act_user_get_user_name (user),NewUserLang); - add_user_to_group(un,dialog->priv->user_groups); + un = gtk_entry_get_text (GTK_ENTRY (dialog->priv->name_entry)); + mate_uesr_admin_log ("Debug","New user: %s lang %s", act_user_get_user_name (user), NewUserLang); - close_dialog (GTK_WIDGET(dialog)); + if (dialog->priv->user_type == 0) + add_user_to_group (un, dialog->priv->stand_user_groups); + else + add_user_to_group (un, dialog->priv->admin_user_groups); + + close_dialog (GTK_WIDGET (dialog)); } static void CreateUserDone (ActUserManager *Manager, GAsyncResult *res, - UserManager *dialog) + UserManager *dialog) { GError *error = NULL; ActUser *user; @@ -471,16 +498,19 @@ user = act_user_manager_create_user_finish (Manager, res, &error); if(user == NULL) { - MessageReport(_("Creating User"),error->message,ERROR); - g_error_free(error); + MessageReport (_("Creating User"), error->message,ERROR); + g_error_free (error); close_dialog (GTK_WIDGET (dialog)); return; } - mate_uesr_admin_log("Debug","Created user: %s success", act_user_get_user_name (user)); + mate_uesr_admin_log ("Debug","Created user: %s success", act_user_get_user_name (user)); if (act_user_is_loaded (user)) - NewUserLoaded(user,NULL, dialog); + set_new_user_base_info (user, NULL, dialog); else - g_signal_connect (user, "notify::is-loaded", G_CALLBACK (NewUserLoaded), dialog); + g_signal_connect (user, + "notify::is-loaded", + G_CALLBACK (set_new_user_base_info), + dialog); } @@ -503,12 +533,17 @@ const char *rn; const char *un; - rn = gtk_entry_get_text(GTK_ENTRY(dialog->priv->real_entry)); - un = gtk_entry_get_text(GTK_ENTRY(dialog->priv->name_entry)); + rn = gtk_entry_get_text (GTK_ENTRY (dialog->priv->real_entry)); + un = gtk_entry_get_text (GTK_ENTRY (dialog->priv->name_entry)); + if (dialog->priv->name_time_id != 0) + { + g_source_remove (dialog->priv->name_time_id); + dialog->priv->name_time_id = 0; + } Manager = act_user_manager_get_default (); - mate_uesr_admin_log("Debug","username %s realname %s", - un,rn); + mate_uesr_admin_log ("Debug","username %s realname %s", + un, rn); act_user_manager_create_user_async (Manager, un, rn, @@ -532,7 +567,9 @@ * * Author: zhuyaliang 09/05/2018 ******************************************************************************/ -static void SetNewUserInfo(GtkWidget *Vbox, UserManager *dialog, gboolean CanConfig) +static void SetNewUserInfo (GtkWidget *Vbox, + UserManager *dialog, + gboolean CanConfig) { GtkWidget *table; GtkWidget *LabelUserName; @@ -546,34 +583,34 @@ gtk_grid_set_column_homogeneous (GTK_GRID (table), TRUE); LabelUserName = gtk_label_new (NULL); - SetLableFontType (LabelUserName, "gray", 11,_("User Name"), TRUE); + SetLableFontType (LabelUserName, "gray", 11, _("User Name"), TRUE); gtk_grid_attach (GTK_GRID (table), LabelUserName , 0, 0, 1, 1); dialog->priv->name_entry = gtk_entry_new (); dialog->priv->name_time_id = g_timeout_add (CHECK_TIME_OUT, (GSourceFunc)check_user_name, dialog); gtk_entry_set_max_length (GTK_ENTRY (dialog->priv->name_entry),24); - gtk_grid_attach (GTK_GRID (table) ,dialog->priv->name_entry ,1 ,0 ,3, 1); + gtk_grid_attach (GTK_GRID (table), dialog->priv->name_entry,1, 0, 3, 1); dialog->priv->label_note = gtk_label_new (NULL); SetLableFontType (dialog->priv->label_note, "gray", 10, FixedNote, TRUE); - gtk_grid_attach (GTK_GRID (table) ,dialog->priv->label_note ,0, 1, 4, 1); + gtk_grid_attach (GTK_GRID (table) ,dialog->priv->label_note, 0, 1, 4, 1); LabelRealName = gtk_label_new (NULL); SetLableFontType (LabelRealName, "gray", 11, _("Full Name"), TRUE); - gtk_grid_attach (GTK_GRID (table), LabelRealName , 0, 2, 1, 1); + gtk_grid_attach (GTK_GRID (table), LabelRealName, 0, 2, 1, 1); dialog->priv->real_entry = gtk_entry_new (); gtk_entry_set_max_length (GTK_ENTRY (dialog->priv->real_entry), 24); - gtk_grid_attach (GTK_GRID (table), dialog->priv->real_entry ,1 ,2 ,3 ,1); + gtk_grid_attach (GTK_GRID (table), dialog->priv->real_entry, 1 ,2 ,3 ,1); LabelUserType = gtk_label_new (NULL); SetLableFontType (LabelUserType, "gray", 11, _("Account Type"), TRUE); - gtk_grid_attach(GTK_GRID(table) ,LabelUserType , 0 , 3 , 1 , 1); + gtk_grid_attach(GTK_GRID(table), LabelUserType, 0, 3, 1, 1); combox = SetComboUserType (_("Standard"), _("Administrators")); g_object_bind_property (combox, "active", dialog, "user-type", 0); gtk_combo_box_set_active (GTK_COMBO_BOX (combox), dialog->priv->user_type); - gtk_grid_attach (GTK_GRID (table), combox, 1 , 3 , 3 , 1); + gtk_grid_attach (GTK_GRID (table), combox, 1, 3, 3, 1); gtk_grid_set_row_spacing (GTK_GRID (table), 10); gtk_grid_set_column_spacing (GTK_GRID (table), 10); @@ -584,23 +621,23 @@ const gchar *password; const gchar *NoteMessage = _("The passwords entered twice are different"); - password = gtk_entry_get_text(GTK_ENTRY(dialog->priv->check_entry)); - if(strlen(password) <=0) + password = gtk_entry_get_text (GTK_ENTRY (dialog->priv->check_entry)); + if (strlen (password) <=0) return; - if(GetNewUserPassword(dialog->priv->password_entry,dialog->priv->check_entry) == NULL) + if (GetNewUserPassword (dialog->priv->password_entry, dialog->priv->check_entry) == NULL) { - gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->check_entry), - GTK_ENTRY_ICON_SECONDARY, - NULL); - SetLableFontType(dialog->priv->label_space,"red",10,NoteMessage,FALSE); + gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->priv->check_entry), + GTK_ENTRY_ICON_SECONDARY, + NULL); + SetLableFontType (dialog->priv->label_space, "red", 10, NoteMessage, FALSE); dialog->priv->success = FALSE; return; } - gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->check_entry), - GTK_ENTRY_ICON_SECONDARY, - "emblem-ok-symbolic"); - gtk_label_set_markup(GTK_LABEL(dialog->priv->label_space),NULL); + gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->priv->check_entry), + GTK_ENTRY_ICON_SECONDARY, + "emblem-ok-symbolic"); + gtk_label_set_markup (GTK_LABEL (dialog->priv->label_space), NULL); dialog->priv->success = TRUE; } /****************************************************************************** @@ -622,12 +659,12 @@ const char *Message; const char *tip = _("Mixed passwords improve security"); - s = gtk_entry_get_text(GTK_ENTRY(dialog->priv->password_entry)); - if(strlen(s) == 0) + s = gtk_entry_get_text (GTK_ENTRY (dialog->priv->password_entry)); + if (strlen (s) == 0) { dialog->priv->success = FALSE; gtk_entry_set_text (GTK_ENTRY (dialog->priv->check_entry), ""); - SetLableFontType(dialog->priv->label_pass_note,"gray",10,tip,FALSE); + SetLableFontType (dialog->priv->label_pass_note, "gray", 10, tip, FALSE); return TRUE; } Level = GetPassStrength (s, NULL,NULL,&Message); @@ -635,18 +672,18 @@ if(Message == NULL && Level > 1) { - gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->password_entry), - GTK_ENTRY_ICON_SECONDARY, - "emblem-ok-symbolic"); - gtk_widget_set_sensitive(dialog->priv->check_entry, TRUE); - SetLableFontType(dialog->priv->label_pass_note, "gray", 10, tip, FALSE); - ComparePassword(dialog); + gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->priv->password_entry), + GTK_ENTRY_ICON_SECONDARY, + "emblem-ok-symbolic"); + gtk_widget_set_sensitive (dialog->priv->check_entry, TRUE); + SetLableFontType (dialog->priv->label_pass_note, "gray", 10, tip, FALSE); + ComparePassword (dialog); return TRUE; } - gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->password_entry), + gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->priv->password_entry), GTK_ENTRY_ICON_SECONDARY, "system-run"); - SetLableFontType(dialog->priv->label_pass_note,"red",10,Message,FALSE); + SetLableFontType (dialog->priv->label_pass_note, "red", 10, Message, FALSE); dialog->priv->success = FALSE; return TRUE; @@ -667,8 +704,8 @@ { UserManager *dialog = USER_MANAGER (data); - gtk_widget_set_sensitive(dialog->priv->password_entry, FALSE); //lock widget - gtk_widget_set_sensitive(dialog->priv->check_entry, FALSE); + gtk_widget_set_sensitive (dialog->priv->password_entry, FALSE); //lock widget + gtk_widget_set_sensitive (dialog->priv->check_entry, FALSE); gtk_entry_set_text (GTK_ENTRY (dialog->priv->check_entry), ""); gtk_entry_set_text (GTK_ENTRY (dialog->priv->password_entry), ""); gtk_level_bar_set_value (GTK_LEVEL_BAR (dialog->priv->level_bar), 0); @@ -692,7 +729,7 @@ * * Author: zhuyaliang 09/05/2018 ******************************************************************************/ -static void now_set_password (GtkRadioButton *button,gpointer data) +static void now_set_password (GtkRadioButton *button, gpointer data) { UserManager *dialog = USER_MANAGER (data); @@ -715,7 +752,7 @@ * * Author: zhuyaliang 09/05/2018 ******************************************************************************/ -static void SetNewUserPass(GtkWidget *Vbox,UserManager *dialog) +static void SetNewUserPass (GtkWidget *Vbox, UserManager *dialog) { GtkWidget *Table; GtkWidget *LabelTitle; @@ -725,75 +762,75 @@ GtkWidget *LabelPass; GtkWidget *LabelConfirm; - Table = gtk_grid_new(); - gtk_box_pack_start(GTK_BOX(Vbox), Table,TRUE, TRUE, 20); - gtk_grid_set_column_homogeneous(GTK_GRID(Table),TRUE); - LabelTitle = gtk_label_new(_("Password")); - gtk_grid_attach(GTK_GRID(Table) , LabelTitle , 0 , 0 , 1 , 1); + Table = gtk_grid_new (); + gtk_box_pack_start (GTK_BOX (Vbox), Table, TRUE, TRUE, 20); + gtk_grid_set_column_homogeneous (GTK_GRID (Table), TRUE); + LabelTitle = gtk_label_new (_("Password")); + gtk_grid_attach (GTK_GRID (Table), LabelTitle, 0, 0, 1, 1); //新建两个单选按钮 radio_button = gtk_radio_button_new_with_label (NULL, _("Set up next time")); RadioGroup = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radio_button)); - gtk_grid_attach(GTK_GRID(Table) ,radio_button, 0 , 1 , 5 , 1); - g_signal_connect(radio_button, - "released", - G_CALLBACK (next_login_set_password), - dialog); - - radio_button1 = gtk_radio_button_new_with_label (RadioGroup,_("Now set the password")); - gtk_grid_attach(GTK_GRID(Table) ,radio_button1 , 0 , 2 , 5 , 1); - g_signal_connect(radio_button1, - "released", - G_CALLBACK(now_set_password), - dialog); - - LabelPass = gtk_label_new(NULL); - SetLableFontType(LabelPass,"gray",11,_("Password"),TRUE); - gtk_grid_attach(GTK_GRID(Table) ,LabelPass , 0 , 3 , 1 , 1); + gtk_grid_attach (GTK_GRID (Table), radio_button, 0, 1, 5, 1); + g_signal_connect (radio_button, + "released", + G_CALLBACK (next_login_set_password), + dialog); + + radio_button1 = gtk_radio_button_new_with_label (RadioGroup, _("Now set the password")); + gtk_grid_attach (GTK_GRID (Table), radio_button1, 0, 2, 5, 1); + g_signal_connect (radio_button1, + "released", + G_CALLBACK (now_set_password), + dialog); + + LabelPass = gtk_label_new (NULL); + SetLableFontType (LabelPass, "gray", 11, _("Password"), TRUE); + gtk_grid_attach(GTK_GRID(Table), LabelPass, 0, 3, 1, 1); dialog->priv->password_entry = gtk_entry_new(); - gtk_entry_set_visibility(GTK_ENTRY(dialog->priv->password_entry),FALSE); - gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->priv->password_entry), + gtk_entry_set_visibility (GTK_ENTRY (dialog->priv->password_entry), FALSE); + gtk_entry_set_icon_from_icon_name(GTK_ENTRY (dialog->priv->password_entry), GTK_ENTRY_ICON_SECONDARY, "system-run"); - gtk_entry_set_max_length(GTK_ENTRY(dialog->priv->password_entry),24); - gtk_grid_attach(GTK_GRID(Table) , dialog->priv->password_entry , 1 , 3 , 4 , 1); + gtk_entry_set_max_length (GTK_ENTRY (dialog->priv->password_entry), 24); + gtk_grid_attach (GTK_GRID(Table), dialog->priv->password_entry, 1, 3, 4, 1); - gtk_entry_set_icon_tooltip_text (GTK_ENTRY(dialog->priv->password_entry), + gtk_entry_set_icon_tooltip_text (GTK_ENTRY (dialog->priv->password_entry), GTK_ENTRY_ICON_SECONDARY, - _("generation password")); + _("generation password")); dialog->priv->level_bar = gtk_level_bar_new (); - gtk_level_bar_set_min_value(GTK_LEVEL_BAR(dialog->priv->level_bar),0.0); - gtk_level_bar_set_max_value(GTK_LEVEL_BAR(dialog->priv->level_bar),5.0); - gtk_level_bar_set_mode(GTK_LEVEL_BAR(dialog->priv->level_bar),GTK_LEVEL_BAR_MODE_DISCRETE); - gtk_grid_attach(GTK_GRID(Table) ,dialog->priv->level_bar , 1 , 4 , 4 , 1); + gtk_level_bar_set_min_value (GTK_LEVEL_BAR (dialog->priv->level_bar), 0.0); + gtk_level_bar_set_max_value (GTK_LEVEL_BAR (dialog->priv->level_bar), 5.0); + gtk_level_bar_set_mode (GTK_LEVEL_BAR (dialog->priv->level_bar), GTK_LEVEL_BAR_MODE_DISCRETE); + gtk_grid_attach (GTK_GRID (Table), dialog->priv->level_bar, 1, 4, 4, 1); dialog->priv->label_pass_note = gtk_label_new (NULL); - gtk_grid_attach(GTK_GRID(Table) ,dialog->priv->label_pass_note , 0 , 5 , 4 , 1); + gtk_grid_attach (GTK_GRID (Table) ,dialog->priv->label_pass_note, 0, 5, 4, 1); LabelConfirm = gtk_label_new (NULL); - SetLableFontType(LabelConfirm,"gray",11,_("Confirm"),TRUE); - gtk_grid_attach(GTK_GRID(Table) ,LabelConfirm , 0 , 6 , 1 , 1); + SetLableFontType (LabelConfirm, "gray", 11, _("Confirm"), TRUE); + gtk_grid_attach(GTK_GRID(Table) ,LabelConfirm , 0, 6, 1, 1); - dialog->priv->check_entry = gtk_entry_new(); - gtk_entry_set_max_length(GTK_ENTRY(dialog->priv->check_entry),24); - gtk_entry_set_visibility(GTK_ENTRY(dialog->priv->check_entry),FALSE); - gtk_grid_attach(GTK_GRID(Table) ,dialog->priv->check_entry, 1 , 6 , 4 , 1); - g_signal_connect (G_OBJECT(dialog->priv->password_entry), + dialog->priv->check_entry = gtk_entry_new (); + gtk_entry_set_max_length (GTK_ENTRY (dialog->priv->check_entry),24); + gtk_entry_set_visibility (GTK_ENTRY (dialog->priv->check_entry), FALSE); + gtk_grid_attach (GTK_GRID (Table) ,dialog->priv->check_entry, 1, 6, 4, 1); + g_signal_connect (G_OBJECT (dialog->priv->password_entry), "icon-press", - G_CALLBACK(AutoGenera), + G_CALLBACK (AutoGenera), dialog->priv->check_entry); - dialog->priv->label_space = gtk_label_new(""); - gtk_grid_attach(GTK_GRID(Table) , dialog->priv->label_space , 0 , 7 , 4 , 1); + dialog->priv->label_space = gtk_label_new (""); + gtk_grid_attach (GTK_GRID (Table) , dialog->priv->label_space , 0 , 7 , 4 , 1); - gtk_widget_set_sensitive(dialog->priv->password_entry, FALSE); //lock widget - gtk_widget_set_sensitive(dialog->priv->check_entry, FALSE); - gtk_widget_set_sensitive(dialog->priv->level_bar, FALSE); + gtk_widget_set_sensitive (dialog->priv->password_entry, FALSE); //lock widget + gtk_widget_set_sensitive (dialog->priv->check_entry, FALSE); + gtk_widget_set_sensitive (dialog->priv->level_bar, FALSE); - gtk_grid_set_row_spacing(GTK_GRID(Table), 10); - gtk_grid_set_column_spacing(GTK_GRID(Table), 10); + gtk_grid_set_row_spacing (GTK_GRID (Table), 10); + gtk_grid_set_column_spacing (GTK_GRID (Table), 10); } static void GetPermission (GObject *source_object, @@ -865,9 +902,14 @@ dialog->priv->password_time_id = 0; } - if (dialog->priv->user_groups != NULL) + if (dialog->priv->stand_user_groups != NULL) + { + g_strfreev (dialog->priv->stand_user_groups); + } + + if (dialog->priv->admin_user_groups != NULL) { - g_strfreev (dialog->priv->user_groups); + g_strfreev (dialog->priv->admin_user_groups); } if (dialog->priv->user_lang != NULL) @@ -896,7 +938,7 @@ dialog_add_button_with_icon_name (GTK_DIALOG (dialog), _("Close"), - "window-close", + "window-close", GTK_RESPONSE_CANCEL); dialog->priv->button = dialog_add_button_with_icon_name (GTK_DIALOG (dialog), @@ -920,11 +962,11 @@ gtk_box_pack_start (GTK_BOX (vbox), Vbox1, TRUE, TRUE, 0); Vbox2 = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); - gtk_box_pack_start(GTK_BOX(vbox), Vbox2, TRUE, TRUE, 0); + gtk_box_pack_start (GTK_BOX (vbox), Vbox2, TRUE, TRUE, 0); ret = user_manager_get_new_user_config (dialog); - SetNewUserInfo(Vbox1,dialog,ret); - SetNewUserPass(Vbox2,dialog); + SetNewUserInfo (Vbox1, dialog, ret); + SetNewUserPass (Vbox2, dialog); } static void diff -Nru mate-user-admin-1.6.0/src/user-avatar.c mate-user-admin-1.7.0/src/user-avatar.c --- mate-user-admin-1.6.0/src/user-avatar.c 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/user-avatar.c 2022-12-23 02:32:30.000000000 +0000 @@ -52,7 +52,7 @@ MateDesktopThumbnailFactory *thumbnail) { char *uri; - GdkPixbuf *pixbuf = NULL; + g_autoptr(GdkPixbuf) pixbuf = NULL; char *mime_type = NULL; GFile *file; GFileInfo *file_info; @@ -90,7 +90,6 @@ if (pixbuf != NULL) { gtk_image_set_from_pixbuf (GTK_IMAGE (preview), pixbuf); - g_object_unref (pixbuf); } else { @@ -359,6 +358,7 @@ if (avatar->priv->new_avatar_path != NULL) { g_free (avatar->priv->new_avatar_path); + avatar->priv->new_avatar_path = NULL; } G_OBJECT_CLASS (user_avatar_parent_class)->dispose (object); } @@ -428,7 +428,8 @@ image = gtk_bin_get_child (GTK_BIN (child)); filename = g_object_get_data (G_OBJECT (image), "filename"); - avatar->priv->new_avatar_path = NULL; + if (avatar->priv->new_avatar_path != NULL) + g_free (avatar->priv->new_avatar_path); avatar->priv->new_avatar_path = g_strdup (filename); g_signal_emit (avatar, signals[AVATAR_CHANGED], 0); @@ -443,16 +444,16 @@ GFile *file; char *file_path; - if((dp = opendir(FACEDIR)) == NULL) + if ((dp = opendir (FACEDIR)) == NULL) return FALSE; - while((entry = readdir(dp)) != NULL) + while ((entry = readdir (dp)) != NULL) { - lstat(entry->d_name,&statbuf); - if(S_ISDIR(statbuf.st_mode)) + lstat (entry->d_name, &statbuf); + if (S_ISDIR (statbuf.st_mode)) { - if(strcmp(".",entry->d_name) == 0 ||strcmp("..",entry->d_name) == 0) - continue; + if (strcmp (".", entry->d_name) == 0 ||strcmp ("..", entry->d_name) == 0) + continue; } file_path = g_strdup_printf ("%s%s", FACEDIR, entry->d_name); file = g_file_new_for_path (file_path); @@ -527,6 +528,7 @@ { if (avatar->priv->new_avatar_path != NULL) return avatar->priv->new_avatar_path; + return DEFAULT; } @@ -536,8 +538,8 @@ UserAvatar *avatar; avatar = g_object_new (USER_TYPE_AVATAR, - "relative-to", button, - NULL); + "relative-to", button, + NULL); avatar->priv->button = button; create_avatar_menus (avatar); diff -Nru mate-user-admin-1.6.0/src/user-base.c mate-user-admin-1.7.0/src/user-base.c --- mate-user-admin-1.6.0/src/user-base.c 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/user-base.c 2022-12-23 02:32:30.000000000 +0000 @@ -38,6 +38,7 @@ GtkWidget *button_time; GtkWidget *switch_login; GtkWidget *button_group; + }; G_DEFINE_TYPE_WITH_PRIVATE (UserBase, user_base, GTK_TYPE_GRID) @@ -52,6 +53,7 @@ g_free (name); } + static void change_language (GtkButton *button, UserBase *base) @@ -87,12 +89,12 @@ gboolean state, UserBase *base) { - GSList *list; - GSList *l; + GSList *list; + GSList *l; ActUserManager *um; um = act_user_manager_get_default (); - if(state == TRUE) + if (state == TRUE) { list = act_user_manager_list_users (um); for (l = list; l != NULL; l = l->next) @@ -107,7 +109,7 @@ act_user_set_automatic_login (base->priv->user, TRUE); } else - act_user_set_automatic_login (base->priv->user,FALSE); + act_user_set_automatic_login (base->priv->user, FALSE); } static void user_password_set_done (UserPassword *dialog, GtkButton *button) @@ -196,8 +198,8 @@ { char *lang; const char *lang_id; - const char *time; const char *label; + g_autofree char *time_text = NULL; int PasswordType; user_base_block_signal (base); @@ -205,7 +207,7 @@ gtk_combo_box_set_active (GTK_COMBO_BOX (base->priv->combox), GetUserType (user)); lang_id = GetUserLang (user); - if(lang_id == NULL) + if (lang_id == NULL) { gtk_button_set_label (GTK_BUTTON (base->priv->button_lang), _("No Settings")); } @@ -221,8 +223,8 @@ gtk_switch_set_state (GTK_SWITCH (base->priv->switch_login), GetUserAutoLogin (user)); - time = GetLoginTimeText (user); - gtk_button_set_label (GTK_BUTTON (base->priv->button_time), time); + time_text = GetLoginTimeText (user); + gtk_button_set_label (GTK_BUTTON (base->priv->button_time), time_text); user_base_unblock_signal (base); } @@ -235,24 +237,24 @@ /*user type*/ label = gtk_label_new (NULL); SetLableFontType (label, "gray", 11, _("Account Type"), TRUE); - gtk_grid_attach (GTK_GRID(base), label, 0 , 0 , 1 , 1); + gtk_grid_attach (GTK_GRID(base), label, 0, 0, 1, 1); /*drop-down select boxes*/ - base->priv->combox = SetComboUserType (_("Standard"),_("Administrators")); - gtk_grid_attach(GTK_GRID(base) , base->priv->combox , 1 , 0 , 2 , 1); + base->priv->combox = SetComboUserType (_("Standard"), _("Administrators")); + gtk_grid_attach (GTK_GRID (base) , base->priv->combox, 1, 0, 2, 1); g_signal_connect (G_OBJECT (base->priv->combox), - "changed", - G_CALLBACK(ComboSelectUserType), - base); + "changed", + G_CALLBACK (ComboSelectUserType), + base); /*select language*/ label = gtk_label_new (NULL); SetLableFontType (label, "gray", 11, _("Language"), TRUE); - gtk_grid_attach (GTK_GRID(base) , label, 0 , 1 , 1 , 1); + gtk_grid_attach (GTK_GRID(base), label, 0, 1, 1, 1); base->priv->button_lang = gtk_button_new (); - gtk_grid_attach(GTK_GRID(base) ,base->priv->button_lang, 1 , 1 , 2 , 1); - g_signal_connect (base->priv->button_lang, + gtk_grid_attach (GTK_GRID (base), base->priv->button_lang, 1, 1, 2, 1); + g_signal_connect (base->priv->button_lang, "clicked", G_CALLBACK (change_language), base); @@ -260,7 +262,7 @@ /*set password*/ label = gtk_label_new (NULL); SetLableFontType (label, "gray", 11, _("Password"), TRUE); - gtk_grid_attach (GTK_GRID(base), label, 0, 2, 1, 1); + gtk_grid_attach (GTK_GRID (base), label, 0, 2, 1, 1); base->priv->button_password = gtk_button_new (); g_signal_connect (base->priv->button_password, @@ -272,22 +274,22 @@ /*auto login*/ label = gtk_label_new (NULL); SetLableFontType (label, "gray", 11, _("Automatic logon"), TRUE); - gtk_grid_attach (GTK_GRID (base) ,label, 0 , 3 , 1 , 1); + gtk_grid_attach (GTK_GRID (base), label, 0, 3, 1, 1); base->priv->switch_login = gtk_switch_new (); - gtk_grid_attach(GTK_GRID(base), base->priv->switch_login, 1, 3 , 1 , 1); - g_signal_connect(base->priv->switch_login, - "state-set", - G_CALLBACK(SwitchState), - base); + gtk_grid_attach (GTK_GRID (base), base->priv->switch_login, 1, 3, 1, 1); + g_signal_connect (base->priv->switch_login, + "state-set", + G_CALLBACK (SwitchState), + base); /*login time*/ label = gtk_label_new (NULL); SetLableFontType (label, "gray", 11, _("Login time"), TRUE); - gtk_grid_attach (GTK_GRID (base) ,label, 0 , 4 , 1 , 1); + gtk_grid_attach (GTK_GRID (base), label, 0, 4, 1, 1); base->priv->button_time = gtk_button_new (); - gtk_grid_attach(GTK_GRID(base) ,base->priv->button_time, 1 , 4 , 2 , 1); + gtk_grid_attach (GTK_GRID (base), base->priv->button_time, 1, 4, 2, 1); g_signal_connect (base->priv->button_time, "clicked", G_CALLBACK (ViewLoginHistory), @@ -296,7 +298,7 @@ /*Group Manage*/ label = gtk_label_new (NULL); SetLableFontType (label, "gray", 11, _("Group Manage"), TRUE); - gtk_grid_attach(GTK_GRID(base) ,label, 0 , 5 , 1 , 1); + gtk_grid_attach (GTK_GRID (base), label, 0, 5, 1, 1); base->priv->button_group = gtk_button_new_with_label (_("Setting Groups")); gtk_grid_attach (GTK_GRID (base), base->priv->button_group, 1, 5, 2, 1); @@ -365,7 +367,7 @@ { UserBase *base; - base = g_object_new (USER_TYPE_BASE, + base = g_object_new (USER_TYPE_BASE, "column-homogeneous", TRUE, "row-spacing", 10, "column-spacing", 10, diff -Nru mate-user-admin-1.6.0/src/user-face.c mate-user-admin-1.7.0/src/user-face.c --- mate-user-admin-1.6.0/src/user-face.c 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/user-face.c 2022-12-23 02:32:30.000000000 +0000 @@ -47,7 +47,7 @@ GtkWidget *image; char *file_name; g_autoptr(GdkPixbuf) pb = NULL; - GdkPixbuf *pb2; + g_autoptr(GdkPixbuf) pb2 = NULL; file_name = user_avatar_get_file_name (avatar); /*Update the home page picture*/ @@ -56,6 +56,10 @@ image = gtk_image_new_from_pixbuf(pb2); gtk_button_set_image(GTK_BUTTON(face->priv->button), image); + if (face->priv->file_name != NULL) + { + g_free (face->priv->file_name); + } face->priv->file_name = g_strdup (file_name); g_signal_emit (face, signals[IMAGE_CHANGED], 0); @@ -105,7 +109,7 @@ ******************************************************************************/ static void ModifyName (GtkEntry *entry, gpointer data) { - UserFace *face = USER_FACE (data); + UserFace *face = USER_FACE (data); const gchar *NewName; NewName = gtk_entry_get_text (entry); @@ -129,10 +133,12 @@ if (face->priv->file_name != NULL) { g_free (face->priv->file_name); + face->priv->file_name = NULL; } if (face->priv->real_name != NULL) { g_free (face->priv->real_name); + face->priv->real_name = NULL; } G_OBJECT_CLASS (user_face_parent_class)->dispose (object); } @@ -172,13 +178,13 @@ /* avatar button */ face->priv->button = gtk_button_new (); - gtk_grid_attach(GTK_GRID(face) , face->priv->button, 0, 0, 8, 8); + gtk_grid_attach (GTK_GRID(face), face->priv->button, 0, 0, 8, 8); /*set real name*/ face->priv->entry = gtk_entry_new (); gtk_widget_set_tooltip_text (face->priv->entry, _("Use Enter Key to Save Modifications")); gtk_entry_set_max_length (GTK_ENTRY (face->priv->entry), 48); - gtk_grid_attach(GTK_GRID(face) ,face->priv->entry, 8, 4, 1, 1); + gtk_grid_attach (GTK_GRID (face), face->priv->entry, 8, 4, 1, 1); } void user_face_fill (UserFace *face, ActUser *user) @@ -187,14 +193,14 @@ GtkWidget *image; GError *error = NULL; g_autoptr(GdkPixbuf) pb = NULL; - GdkPixbuf *pb2; + g_autoptr(GdkPixbuf) pb2 = NULL; /*set user icon 96 *96 */ - pb = gdk_pixbuf_new_from_file (GetUserIcon (user),&error); - if(pb == NULL) + pb = gdk_pixbuf_new_from_file (GetUserIcon (user), &error); + if (pb == NULL) { - mate_uesr_admin_log("Warning","mate-user-admin user icon %s",error->message); - g_error_free(error); + mate_uesr_admin_log ("Warning","mate-user-admin user icon %s", error->message); + g_error_free (error); } pb2 = gdk_pixbuf_scale_simple (pb, 96, 96, GDK_INTERP_BILINEAR); image = gtk_image_new_from_pixbuf (pb2); @@ -239,7 +245,7 @@ { GtkWidget *image; g_autoptr(GdkPixbuf) pb = NULL; - GdkPixbuf *pb2; + g_autoptr(GdkPixbuf) pb2 = NULL; pb = gdk_pixbuf_new_from_file (image_name, NULL); pb2 = gdk_pixbuf_scale_simple (pb, 96, 96, GDK_INTERP_BILINEAR); diff -Nru mate-user-admin-1.6.0/src/user-group.c mate-user-admin-1.7.0/src/user-group.c --- mate-user-admin-1.6.0/src/user-group.c 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/user-group.c 2022-12-23 02:32:30.000000000 +0000 @@ -111,8 +111,8 @@ error); } -gboolean user_group_user_is_group (UserGroup *group, - const gchar *user) +gboolean user_group_user_is_group (UserGroup *group, + const gchar *user) { g_return_val_if_fail (USER_IS_GROUP (group), FALSE); g_return_val_if_fail (user != NULL, FALSE); @@ -127,7 +127,7 @@ return gas_group_is_primary_group (group->priv->gas); } -void add_user_to_new_group(GSList *list, GasGroup *gas) +void add_user_to_new_group (GSList *list, GasGroup *gas) { GSList *node; const char *name; @@ -146,13 +146,13 @@ UserGroup *usergroup; list = gas_group_manager_list_groups (g_manager); - for(l = list; l ; l = l->next) + for (l = list; l ; l = l->next) { usergroup = user_group_new (l->data); - if(usergroup != NULL) + if (usergroup != NULL) { - group_list = g_slist_append (group_list, g_object_ref(usergroup)); + group_list = g_slist_append (group_list, g_object_ref (usergroup)); } } g_slist_free (list); diff -Nru mate-user-admin-1.6.0/src/user-group-window.c mate-user-admin-1.7.0/src/user-group-window.c --- mate-user-admin-1.6.0/src/user-group-window.c 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/user-group-window.c 2022-12-23 02:32:30.000000000 +0000 @@ -78,6 +78,7 @@ return grent != NULL; } + static gboolean CheckGroupName (const gchar *name, gchar **Message) { gboolean empty; @@ -140,10 +141,11 @@ { gtk_widget_destroy (GTK_WIDGET (data)); } -static gboolean restartlist (GtkTreeModel *model, - GtkTreePath *path, - GtkTreeIter *iter, - gpointer data) + +static gboolean restartlist (GtkTreeModel *model, + GtkTreePath *path, + GtkTreeIter *iter, + gpointer data) { gtk_list_store_set (GTK_LIST_STORE (model), iter, @@ -152,12 +154,13 @@ -1); return FALSE; } + static void clearconfigdata (UserGroupWindow *win) { GtkTreeModel *model; gtk_entry_set_text (GTK_ENTRY (win->priv->EntryGroupName), ""); - model = gtk_tree_view_get_model(GTK_TREE_VIEW (win->priv->TreeCreate)); + model = gtk_tree_view_get_model (GTK_TREE_VIEW (win->priv->TreeCreate)); gtk_tree_model_foreach (model, restartlist, NULL); @@ -171,28 +174,28 @@ static void CreateNewGroup(GtkWidget *widget, gpointer data) { UserGroupWindow *win = USER_GROUP_WINDOW (data); - gboolean Valid; - char *Message = NULL; - const char *s; - GasGroup *gas = NULL; - GError *error = NULL; + gboolean Valid; + char *Message = NULL; + const char *s; + GasGroup *gas = NULL; + GError *error = NULL; GasGroupManager *manage; - s = gtk_entry_get_text(GTK_ENTRY(win->priv->EntryGroupName)); - Valid = CheckGroupName(s,&Message); - if(Valid == FALSE) + s = gtk_entry_get_text (GTK_ENTRY (win->priv->EntryGroupName)); + Valid = CheckGroupName (s, &Message); + if (Valid == FALSE) { - MessageReport(_("Create New Group"),Message,ERROR); + MessageReport (_("Create New Group"), Message, ERROR); return; } - manage = gas_group_manager_get_default(); - gas = gas_group_manager_create_group(manage,s,&error); - if(gas == NULL) + manage = gas_group_manager_get_default (); + gas = gas_group_manager_create_group (manage, s, &error); + if (gas == NULL) { - MessageReport(_("Create New Group Faild"),error->message,ERROR); - if(error != NULL) + MessageReport (_("Create New Group Faild"), error->message, ERROR); + if (error != NULL) { - g_error_free(error); + g_error_free (error); return; } } @@ -200,7 +203,7 @@ static UserGroup *user_group_tree_get_group (GtkWidget *widget) { - GtkTreeView *treeview = GTK_TREE_VIEW(widget); + GtkTreeView *treeview = GTK_TREE_VIEW (widget); GtkTreeModel *model; GtkTreeIter iter; UserGroup *group = NULL; @@ -218,32 +221,32 @@ static void RemoveGroup(GtkWidget *widget, gpointer data) { UserGroupWindow *win = USER_GROUP_WINDOW (data); - UserGroup *group; - int ret; + UserGroup *group; + int ret; GasGroupManager *GroupManager; - GError *error = NULL; + GError *error = NULL; group = user_group_tree_get_group (win->priv->TreeRemove); - if(group != NULL) + if (group != NULL) { - ret = MessageReport(_("Remove Group"), - _("Whether to remove the selected group"), + ret = MessageReport (_("Remove Group"), + _("Whether to remove the selected group"), QUESTIONNORMAL); - if(ret == GTK_RESPONSE_NO) + if (ret == GTK_RESPONSE_NO) { return; } GroupManager = gas_group_manager_get_default (); - if(!user_group_remove_group(GroupManager, - group, + if(!user_group_remove_group (GroupManager, + group, &error)) { - MessageReport(_("Remove Group"), + MessageReport (_("Remove Group"), error->message, ERROR); - if(error != NULL) + if (error != NULL) { - g_error_free(error); + g_error_free (error); } return; } @@ -255,7 +258,7 @@ gpointer data) { UserGroupWindow *win = USER_GROUP_WINDOW (data); - GtkTreeView *treeview = GTK_TREE_VIEW(win->priv->TreeSwitch); + GtkTreeView *treeview = GTK_TREE_VIEW (win->priv->TreeSwitch); GtkTreeModel *model; GtkTreeIter iter; GtkTreePath *path; @@ -268,7 +271,7 @@ gtk_tree_model_get (model, &iter, COLUMN_FIXED, &fixed, -1); gtk_tree_model_get (model, &iter, COLUMN_DATA, &group, -1); - if(fixed == TRUE) + if (fixed == TRUE) { user_group_remove_user_from_group (group, win->priv->user_name); } @@ -281,33 +284,55 @@ gtk_tree_path_free (path); } +static GSList *remove_list_element (GSList *list, char *name) +{ + guint i; + guint length; + const char *data; + + length = g_slist_length (list); + for (i = 0; i < length; i++) + { + data = g_slist_nth_data (list, i); + if (g_strcmp0 (data, name) == 0) + { + list = g_slist_remove_all (list, data); + break; + } + } + + return list; +} + static void NewGroupSelectUsers (GtkCellRendererToggle *cell, gchar *path_str, gpointer data) { UserGroupWindow *win = USER_GROUP_WINDOW (data); - GtkTreeView *treeview = GTK_TREE_VIEW (win->priv->TreeCreate); - GtkTreeModel *model; - GtkTreeIter iter; - GtkTreePath *path; - gboolean fixed; - const gchar *name; + GtkTreeView *treeview = GTK_TREE_VIEW (win->priv->TreeCreate); + GtkTreeModel *model; + GtkTreeIter iter; + GtkTreePath *path; + gboolean fixed; + char *name = NULL; model = gtk_tree_view_get_model (treeview); path = gtk_tree_path_new_from_string (path_str); /* get toggled iter */ gtk_tree_model_get_iter (model, &iter, path); - gtk_tree_model_get (model, &iter, COLUMN_FIXED, &fixed, -1); + gtk_tree_model_get (model, &iter, COLUMN_FIXED, &fixed, -1); gtk_tree_model_get (model, &iter, COLUMN_NAME, &name, -1); - if(fixed == FALSE) + if (fixed == FALSE) { win->priv->NewGroupUsers = g_slist_prepend (win->priv->NewGroupUsers, name); } else { - win->priv->NewGroupUsers = g_slist_remove (win->priv->NewGroupUsers, name); + win->priv->NewGroupUsers = remove_list_element (win->priv->NewGroupUsers, name); + g_free (name); } fixed ^= 1; + gtk_list_store_set (GTK_LIST_STORE (model), &iter, COLUMN_FIXED, fixed, -1); gtk_tree_path_free (path); } @@ -317,24 +342,25 @@ UserGroup *group, const gchar *name) { - GtkTreeIter iter; + GtkTreeIter iter; GtkTreeSelection *selection; selection = gtk_tree_view_get_selection (GTK_TREE_VIEW(tree)); gtk_list_store_append (store, &iter); gtk_list_store_set (store, &iter, - COLUMN_FIXED, user_group_user_is_group (group, name), + COLUMN_FIXED, user_group_user_is_group (group, name), COLUMN_NAME, user_group_get_group_name (group), - COLUMN_ID, user_group_get_group_id (group), - COLUMN_DATA, group, + COLUMN_ID, user_group_get_group_id (group), + COLUMN_DATA, group, -1); gtk_tree_selection_select_iter (selection,&iter); } + static void addremovelistdata(GtkWidget *tree, GtkListStore *store, UserGroup *group) { - GtkTreeIter iter; + GtkTreeIter iter; GtkTreeSelection *selection; selection = gtk_tree_view_get_selection (GTK_TREE_VIEW(tree)); @@ -342,10 +368,10 @@ gtk_list_store_set (store, &iter, COLUMN_ICON, "edit-delete", COLUMN_NAME, user_group_get_group_name (group), - COLUMN_ID, user_group_get_group_id (group), + COLUMN_ID, user_group_get_group_id (group), COLUMN_DATA, group, -1); - gtk_tree_selection_select_iter (selection,&iter); + gtk_tree_selection_select_iter (selection, &iter); } static GtkTreeModel *create_tree_model (void) @@ -373,17 +399,17 @@ for (i = 0; i < UserNum ; i++) { - Actuser = g_slist_nth_data(List,i); + Actuser = g_slist_nth_data (List, i); if(Actuser == NULL) { - g_error("No such the User!!!\r\n"); + g_error ("No such the User!!!\r\n"); break; } gtk_list_store_append (store, &iter); gtk_list_store_set (store, &iter, - COLUMN_FIXED, FALSE, + COLUMN_FIXED, FALSE, COLUMN_NAME, GetUserName(Actuser), - COLUMN_ID, GetUserUid (Actuser), + COLUMN_ID, GetUserUid (Actuser), -1); } } @@ -418,7 +444,7 @@ GtkCellRenderer *renderer; GtkTreeViewColumn *column; - renderer = gtk_cell_renderer_text_new (); + renderer = gtk_cell_renderer_text_new (); column = gtk_tree_view_column_new_with_attributes (name, renderer, "text", @@ -452,17 +478,17 @@ GasGroupManager *GroupManager = NULL; GroupManager = gas_group_manager_get_default (); - if(GroupManager == NULL) + if (GroupManager == NULL) { - MessageReport(_("Initialization group management"), - _("Initialization failed, please see Group \n Management Service Interface function"), + MessageReport (_("Initialization group management"), + _("Initialization failed, please see Group \n Management Service Interface function"), ERROR); return NULL; } - if( gas_group_manager_no_service(GroupManager) == TRUE) + if (gas_group_manager_no_service(GroupManager) == TRUE) { - MessageReport(_("Failed to contact the group service"), - _("Please make sure that the group-service is installed and enabled.\n url: https://github.com/zhuyaliang/group-service"), + MessageReport (_("Failed to contact the group service"), + _("Please make sure that the group-service is installed and enabled.\n url: https://github.com/zhuyaliang/group-service"), ERROR); return NULL; } @@ -472,7 +498,7 @@ static void AddUnlockTooltip (UserGroupWindow *win, gboolean mode) { - if(!mode) + if (!mode) { gtk_widget_set_tooltip_markup (GTK_WIDGET (win), _("Click the unlock button on the \"swith-group\" page")); @@ -489,12 +515,12 @@ Authorized = g_permission_get_allowed (G_PERMISSION (win->priv->permission)); - gtk_widget_set_sensitive (win->priv->TreeSwitch,Authorized); - gtk_widget_set_sensitive (win->priv->TreeCreate,Authorized); - gtk_widget_set_sensitive (win->priv->EntryGroupName,Authorized); - gtk_widget_set_sensitive (win->priv->ButtonConfirm,Authorized); - gtk_widget_set_sensitive (win->priv->TreeRemove,Authorized); - gtk_widget_set_sensitive (win->priv->ButtonRemove,Authorized); + gtk_widget_set_sensitive (win->priv->TreeSwitch, Authorized); + gtk_widget_set_sensitive (win->priv->TreeCreate, Authorized); + gtk_widget_set_sensitive (win->priv->EntryGroupName, Authorized); + gtk_widget_set_sensitive (win->priv->ButtonConfirm, Authorized); + gtk_widget_set_sensitive (win->priv->TreeRemove, Authorized); + gtk_widget_set_sensitive (win->priv->ButtonRemove, Authorized); AddUnlockTooltip (win, Authorized); } @@ -512,13 +538,14 @@ { GtkWidget *table; - table = gtk_grid_new(); - gtk_grid_set_column_homogeneous(GTK_GRID(table),TRUE); - gtk_grid_set_row_spacing(GTK_GRID(table), 10); - gtk_grid_set_column_spacing(GTK_GRID(table), 10); + table = gtk_grid_new (); + gtk_grid_set_column_homogeneous (GTK_GRID (table), TRUE); + gtk_grid_set_row_spacing (GTK_GRID (table), 10); + gtk_grid_set_column_spacing (GTK_GRID (table), 10); return table; } + static GtkWidget *scrolled_widget_new (void) { GtkWidget *Scrolled; @@ -545,15 +572,15 @@ return box; } -static GtkWidget *load_select_group (UserGroupWindow *win) +static GtkWidget *load_select_group (UserGroupWindow *win, GtkWidget *button_lock) { - GtkWidget *vbox; - GtkWidget *vbox1; - GtkWidget *Scrolled; + GtkWidget *vbox; + GtkWidget *vbox1; + GtkWidget *Scrolled; GtkTreeModel *model; - GtkWidget *treeview; - GtkWidget *table; - GtkWidget *ButtonClose; + GtkWidget *treeview; + GtkWidget *table; + GtkWidget *ButtonClose; GtkCellRenderer *renderer; vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); @@ -561,12 +588,12 @@ vbox1 = vbox_widget_new (); table = grid_widget_new (); - gtk_box_pack_start(GTK_BOX(vbox),table, TRUE, TRUE,0); + gtk_box_pack_start (GTK_BOX (vbox), table, TRUE, TRUE, 0); Scrolled = scrolled_widget_new (); gtk_box_pack_start (GTK_BOX (vbox1), Scrolled, TRUE, TRUE, 0); - model = create_tree_model (); - win->priv->SwitchStore = GTK_LIST_STORE(model); + model = create_tree_model (); + win->priv->SwitchStore = GTK_LIST_STORE (model); treeview = gtk_tree_view_new_with_model (model); gtk_tree_view_set_search_column (GTK_TREE_VIEW (treeview), COLUMN_ID); @@ -582,14 +609,15 @@ create_tree_text_renderer (GTK_TREE_VIEW (treeview), _("Group Name"), COLUMN_NAME); create_tree_text_renderer (GTK_TREE_VIEW (treeview), _("Group ID"), COLUMN_ID); - gtk_grid_attach(GTK_GRID(table) , vbox1 , 0 , 0 , 3 , 1); + gtk_grid_attach (GTK_GRID (table), vbox1, 0, 0, 3, 1); - ButtonClose = SetButtonIcon(_("Close"),"window-close"); - gtk_grid_attach(GTK_GRID(table) , ButtonClose , 0 , 1 , 1 , 1); + ButtonClose = SetButtonIcon (_("Close"), "window-close"); + gtk_grid_attach (GTK_GRID (table), ButtonClose, 0, 1, 1, 1); g_signal_connect (ButtonClose, "clicked", G_CALLBACK (CloseGroupWindow), win); + gtk_grid_attach (GTK_GRID (table), button_lock, 2, 1, 1, 1); return vbox; } @@ -612,22 +640,22 @@ vbox1 = vbox_widget_new (); table = grid_widget_new (); - gtk_box_pack_start(GTK_BOX(vbox),table, TRUE, TRUE,0); + gtk_box_pack_start (GTK_BOX (vbox), table, TRUE, TRUE, 0); label = gtk_label_new (NULL); SetLableFontType (label, "gray", 10, _("New Group Name"), TRUE); - gtk_grid_attach (GTK_GRID(table) ,label ,0,0,1 ,1); + gtk_grid_attach (GTK_GRID(table) ,label, 0, 0, 1, 1); win->priv->EntryGroupName = gtk_entry_new (); - gtk_entry_set_max_length(GTK_ENTRY(win->priv->EntryGroupName),48); - gtk_grid_attach(GTK_GRID(table) ,win->priv->EntryGroupName ,1,0,1 ,1); + gtk_entry_set_max_length (GTK_ENTRY (win->priv->EntryGroupName), 48); + gtk_grid_attach (GTK_GRID (table), win->priv->EntryGroupName, 1, 0, 1, 1); Scrolled = scrolled_widget_new (); gtk_box_pack_start (GTK_BOX (vbox1), Scrolled, TRUE, TRUE, 0); label = gtk_label_new (NULL); - SetLableFontType(label,"black",12,_("Please select the user to add to the new group"),FALSE); - gtk_grid_attach(GTK_GRID(table) , label ,0 ,1,2 ,1); + SetLableFontType(label, NULL, 12, _("Please select the user to add to the new group"), FALSE); + gtk_grid_attach (GTK_GRID (table), label, 0, 1, 2, 1); model = create_tree_model (); win->priv->UserStore = GTK_LIST_STORE (model); @@ -645,11 +673,11 @@ win); create_tree_text_renderer (GTK_TREE_VIEW (treeview), _("Username"), COLUMN_NAME); create_tree_text_renderer (GTK_TREE_VIEW (treeview), _("User ID"), COLUMN_ID); - gtk_grid_attach(GTK_GRID(table) ,vbox1 ,0,2,2,1); + gtk_grid_attach (GTK_GRID (table), vbox1, 0, 2, 2, 1); - Hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL,5); - gtk_grid_attach(GTK_GRID(table) , Hbox, 0,3,2,1); - ButtonClose = SetButtonIcon(_("Close"),"window-close"); + Hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 5); + gtk_grid_attach (GTK_GRID (table), Hbox, 0, 3, 2, 1); + ButtonClose = SetButtonIcon (_("Close"), "window-close"); g_signal_connect (ButtonClose, "clicked", G_CALLBACK (CloseGroupWindow), @@ -658,18 +686,19 @@ label = gtk_label_new (NULL); gtk_box_pack_start (GTK_BOX (Hbox), label, TRUE, TRUE, 0); - gtk_widget_hide(label); + gtk_widget_hide (label); ButtonConfirm = SetButtonIcon (_("Confirm"), "object-select"); g_signal_connect (ButtonConfirm, "clicked", G_CALLBACK (CreateNewGroup), win); - gtk_box_pack_start (GTK_BOX (Hbox), ButtonConfirm,TRUE, TRUE, 0); + gtk_box_pack_start (GTK_BOX (Hbox), ButtonConfirm, TRUE, TRUE, 0); win->priv->ButtonConfirm = ButtonConfirm; return vbox; } + static GtkWidget *load_remove_group (UserGroupWindow *win) { GtkWidget *vbox; @@ -686,13 +715,13 @@ vbox1 = vbox_widget_new (); table = grid_widget_new (); - gtk_box_pack_start(GTK_BOX(vbox),table, TRUE, TRUE,0); + gtk_box_pack_start (GTK_BOX (vbox), table, TRUE, TRUE,0); Scrolled = scrolled_widget_new (); gtk_box_pack_start (GTK_BOX (vbox1), Scrolled, TRUE, TRUE, 0); model = create_tree_model (); - win->priv->RemoveStore = GTK_LIST_STORE(model); + win->priv->RemoveStore = GTK_LIST_STORE (model); treeview = gtk_tree_view_new_with_model (model); gtk_tree_view_set_search_column (GTK_TREE_VIEW (treeview), COLUMN_ID); @@ -704,17 +733,17 @@ create_tree_text_renderer (GTK_TREE_VIEW (treeview), _("Group Name"), COLUMN_NAME); create_tree_text_renderer (GTK_TREE_VIEW (treeview), _("Group id"), COLUMN_ID); - gtk_grid_attach(GTK_GRID(table) , vbox1 , 0 , 0 , 3 , 1); + gtk_grid_attach (GTK_GRID (table), vbox1, 0, 0, 3, 1); - ButtonClose = SetButtonIcon(_("Close"),"window-close"); - gtk_grid_attach(GTK_GRID(table) , ButtonClose , 0 , 1 , 1 , 1); + ButtonClose = SetButtonIcon (_("Close"), "window-close"); + gtk_grid_attach (GTK_GRID (table), ButtonClose, 0, 1, 1, 1); g_signal_connect (ButtonClose, "clicked", G_CALLBACK (CloseGroupWindow), win); - ButtonRemove = SetButtonIcon(_("Remove"),"list-remove"); - gtk_grid_attach(GTK_GRID(table) , ButtonRemove , 2 , 1 , 1 , 1); + ButtonRemove = SetButtonIcon (_("Remove"), "list-remove"); + gtk_grid_attach (GTK_GRID (table), ButtonRemove, 2, 1, 1, 1); g_signal_connect (ButtonRemove, "clicked", G_CALLBACK (RemoveGroup), @@ -736,13 +765,13 @@ for (i = 0; i < GroupNum ; i++) { group = g_slist_nth_data (win->priv->group_list, i); - if(group == NULL) + if (group == NULL) { - g_error("No such the Group!!!\r\n"); + g_error ("No such the Group!!!\r\n"); break; } addswitchlistdata (win->priv->TreeSwitch, win->priv->SwitchStore, group, win->priv->user_name); - if(!user_group_is_primary_group (group) && + if (!user_group_is_primary_group (group) && user_group_get_group_id (group) >= 1000) addremovelistdata (win->priv->TreeRemove, win->priv->RemoveStore, group); } @@ -752,7 +781,7 @@ gpointer user_data) { UserGroupWindow *win = USER_GROUP_WINDOW (user_data); - UserGroup *group = data; + UserGroup *group = data; if (g_strcmp0 (win->priv->remove_group_name, user_group_get_group_name (group)) == 0) { @@ -763,7 +792,7 @@ static void user_group_remove_cb (GasGroupManager *g_manager, GasGroup *gas, - UserGroupWindow *win) + UserGroupWindow *win) { UserGroup *group; const char *name; @@ -779,16 +808,15 @@ static void user_group_add_cb (GasGroupManager *g_manager, GasGroup *gas, - UserGroupWindow *win) + UserGroupWindow *win) { UserGroup *group; - add_user_to_new_group (win->priv->NewGroupUsers, gas); group = user_group_new (gas); win->priv->group_list = g_slist_append (win->priv->group_list, g_object_ref (group)); - MessageReport(_("Create User Group"), - _("Create User Group Successfully,Please view the end of the switch-groups list."), + MessageReport (_("Create User Group"), + _("Create User Group Successfully,Please view the end of the switch-groups list."), INFOR); user_group_window_update_list_store (win); @@ -829,14 +857,14 @@ g_signal_handler_disconnect (win->priv->g_manager, win->priv->remove_id); win->priv->remove_id = 0; } - + g_signal_handlers_disconnect_by_func (win->priv->permission, on_permission_changed, win); g_signal_emit (win, signals[WINDOW_CLOSED], 0); G_OBJECT_CLASS (user_group_window_parent_class)->dispose (object); } void user_group_window_class_init (UserGroupWindowClass *klass) { - GObjectClass *object_class = G_OBJECT_CLASS (klass); + GObjectClass *object_class = G_OBJECT_CLASS (klass); object_class->dispose = user_group_window_dispose; @@ -862,7 +890,6 @@ gtk_container_set_border_width (GTK_CONTAINER (group_window), 10); group_window->priv->permission = polkit_permission_new_sync (USER_GROUP_PERMISSION, NULL, NULL, &error); group_window->priv->NewGroupUsers = NULL; - if (group_window->priv->permission == NULL) { mate_uesr_admin_log ("Warning","Cannot create '%s' permission: %s", USER_GROUP_PERMISSION, error->message); @@ -870,8 +897,8 @@ } button_lock = gtk_lock_button_new (group_window->priv->permission); gtk_lock_button_set_permission (GTK_LOCK_BUTTON (button_lock), group_window->priv->permission); - gtk_widget_grab_focus(button_lock); - g_signal_connect(group_window->priv->permission, + gtk_widget_grab_focus (button_lock); + g_signal_connect (group_window->priv->permission, "notify", G_CALLBACK (on_permission_changed), group_window); @@ -881,12 +908,12 @@ gtk_notebook_set_tab_pos (GTK_NOTEBOOK (note_book), GTK_POS_TOP); label = gtk_label_new (_("Switch Groups")); - box = load_select_group (group_window); + box = load_select_group (group_window, button_lock); gtk_notebook_append_page (GTK_NOTEBOOK (note_book), box, label); label = gtk_label_new (_("Create Groups")); box = load_create_group (group_window); - gtk_notebook_append_page (GTK_NOTEBOOK (note_book),box, label); + gtk_notebook_append_page (GTK_NOTEBOOK (note_book), box, label); label = gtk_label_new (_("Remove Groups")); box = load_remove_group (group_window); @@ -908,6 +935,7 @@ group_window->priv->user_name = g_strdup (user_name); group_window->priv->g_manager = user_group_start_group_manager (); group_window->priv->group_list = user_group_get_group_list (group_window->priv->g_manager); + group_window->priv->add_id = g_signal_connect (group_window->priv->g_manager, "group-added", G_CALLBACK (user_group_add_cb), @@ -923,7 +951,6 @@ gtk_widget_destroy (GTK_WIDGET (group_window)); return NULL; } - update_sensitive (group_window); user_group_window_update_list_store (group_window); user_list_store_update (user_list, group_window->priv->UserStore); diff -Nru mate-user-admin-1.6.0/src/user-info.c mate-user-admin-1.7.0/src/user-info.c --- mate-user-admin-1.6.0/src/user-info.c 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/user-info.c 2022-12-23 02:32:30.000000000 +0000 @@ -55,18 +55,19 @@ text = ("None"); *Type = NEWPASS; break; - default: + default: g_assert_not_reached (); } } - return text; + return text; } const gchar * GetLoginTimeText (ActUser *user) { - gchar *text; + gchar *text; GDateTime *date_time; - gint64 time; + gint64 time; + time = act_user_get_login_time (user); if (act_user_is_logged_in (user)) { @@ -78,7 +79,7 @@ text = g_date_time_format (date_time, ("%m/%d %k:%M")); g_date_time_unref (date_time); } - else + else { text = g_strdup ("—"); } @@ -88,66 +89,80 @@ const gchar *GetRealName (ActUser *user) { const gchar *name = NULL; + name = act_user_get_real_name (user); - if(name == NULL) + if (name == NULL) name = act_user_get_user_name (user); return name; } -guint GetUserUid(ActUser *user) + +guint GetUserUid (ActUser *user) { return act_user_get_uid(user); -} +} -const gchar *GetUserName(ActUser *user) +const gchar *GetUserName (ActUser *user) { const gchar *name =NULL; + name = act_user_get_user_name (user); + return name; } -const gchar *GetHomeName(ActUser *user) + +const gchar *GetHomeName (ActUser *user) { const gchar *name = NULL; + name = act_user_get_home_dir (user); - + return name; } -const gchar *GetUserIcon(ActUser *user) + +const gchar *GetUserIcon (ActUser *user) { const gchar *Icon = NULL; + Icon = act_user_get_icon_file (user); - if(access(Icon,F_OK)== 0) + if (access (Icon, F_OK)== 0) return Icon; + return DEFAULT; } -const char *GetUserLang(ActUser *user) + +const char *GetUserLang (ActUser *user) { const gchar *Lang = NULL; Lang = act_user_get_language(user); - if(strlen(Lang) <= 0) + if (strlen (Lang) <= 0) return NULL; + return Lang; } -gint GetUserType(ActUser *user) + +gint GetUserType (ActUser *user) { ActUserAccountType UserType; UserType = act_user_get_account_type (user); - if(UserType == ACT_USER_ACCOUNT_TYPE_ADMINISTRATOR) + if( UserType == ACT_USER_ACCOUNT_TYPE_ADMINISTRATOR) return ADMIN; return STANDARD; } -gint GetUserAutoLogin(ActUser *user) + +gint GetUserAutoLogin (ActUser *user) { int Auto; - Auto = act_user_get_automatic_login(user); + Auto = act_user_get_automatic_login (user); return Auto; } + static gint SortUsers (gconstpointer a, gconstpointer b) { ActUser *ua, *ub; @@ -185,15 +200,15 @@ list = act_user_manager_list_users (manager); /*user number*/ user_count = g_slist_length (list); - if(user_count <= 0) + if (user_count <= 0) { g_slist_free (list); - mate_uesr_admin_log("Error","mate-user-admin No available users"); - MessageReport(_("Get User Info"), _("user count is 0"), ERROR); + mate_uesr_admin_log ("Error","mate-user-admin No available users"); + MessageReport (_("Get User Info"), _("user count is 0"), ERROR); return NULL; } - mate_uesr_admin_log("Info","mate-user-admin user %d", user_count); + mate_uesr_admin_log ("Info","mate-user-admin user %d", user_count); /*user sort */ list = g_slist_sort (list, (GCompareFunc)SortUsers); diff -Nru mate-user-admin-1.6.0/src/user-list.c mate-user-admin-1.7.0/src/user-list.c --- mate-user-admin-1.6.0/src/user-list.c 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/user-list.c 2022-12-23 02:32:30.000000000 +0000 @@ -32,7 +32,7 @@ void user_list_row_set_data (UserListRow *row) { - GdkPixbuf *face; + g_autoptr(GdkPixbuf) face = NULL; const char *user_image; const char *real_name; const char *user_name; @@ -44,8 +44,8 @@ face = SetUserFaceSize (user_image, 50); gtk_image_set_from_pixbuf (GTK_IMAGE (row->priv->user_image),face); - SetLableFontType (row->priv->real_name, "black", 14, real_name, TRUE); - SetLableFontType (row->priv->user_name, "black", 11, user_name, FALSE); + SetLableFontType (row->priv->real_name, NULL, 14, real_name, TRUE); + SetLableFontType (row->priv->user_name, NULL, 11, user_name, FALSE); } static void @@ -75,28 +75,28 @@ row->priv = user_list_row_get_instance_private (row); box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6); - gtk_widget_set_size_request (box, 190, -1); - gtk_widget_set_halign(box, GTK_ALIGN_START); - gtk_widget_set_valign(box, GTK_ALIGN_CENTER); + gtk_widget_set_size_request (box, 210, -1); + gtk_widget_set_halign (box, GTK_ALIGN_START); + gtk_widget_set_valign (box, GTK_ALIGN_CENTER); gtk_container_add (GTK_CONTAINER (row), box); hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0); gtk_box_pack_start (GTK_BOX(box), hbox, TRUE, TRUE, 0); row->priv->user_image = gtk_image_new(); - gtk_box_pack_start(GTK_BOX(hbox),row->priv->user_image ,TRUE, TRUE, 6); + gtk_box_pack_start (GTK_BOX (hbox), row->priv->user_image, TRUE, TRUE, 6); vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); - gtk_widget_set_size_request (vbox, 110, -1); + gtk_widget_set_size_request (vbox, 130, -1); gtk_box_pack_start (GTK_BOX (hbox), vbox, TRUE, TRUE, 12); row->priv->real_name = create_user_list_row_label (); - gtk_box_pack_start(GTK_BOX(vbox),row->priv->real_name ,TRUE, TRUE, 1); + gtk_box_pack_start (GTK_BOX (vbox), row->priv->real_name, TRUE, TRUE, 1); row->priv->user_name = create_user_list_row_label (); - gtk_box_pack_start (GTK_BOX (vbox), row->priv->user_name ,TRUE, TRUE, 1); + gtk_box_pack_start (GTK_BOX (vbox), row->priv->user_name, TRUE, TRUE, 1); - gtk_box_pack_start (GTK_BOX (box), gtk_separator_new (GTK_ORIENTATION_HORIZONTAL) ,TRUE, TRUE, 3); + gtk_box_pack_start (GTK_BOX (box), gtk_separator_new (GTK_ORIENTATION_HORIZONTAL), TRUE, TRUE, 3); } @@ -109,12 +109,12 @@ } GtkWidget * -user_list_row_new (ActUser *Actuser) +user_list_row_new (ActUser *user) { UserListRow *row; row = g_object_new (USER_LIST_TYPE_ROW, NULL); - g_set_object (&row->priv->user, Actuser); + g_set_object (&row->priv->user, user); user_list_row_set_data (row); return GTK_WIDGET (row); diff -Nru mate-user-admin-1.6.0/src/user-password.c mate-user-admin-1.7.0/src/user-password.c --- mate-user-admin-1.6.0/src/user-password.c 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/user-password.c 2022-12-23 02:32:30.000000000 +0000 @@ -65,8 +65,8 @@ gtk_widget_set_sensitive (dialog->verify_entry, FALSE); gtk_widget_set_sensitive (dialog->level_bar, FALSE); gtk_widget_set_sensitive (GTK_WIDGET (dialog->button_ok), TRUE); - gtk_entry_set_text (GTK_ENTRY(dialog->password_entry), ""); - gtk_entry_set_text (GTK_ENTRY(dialog->verify_entry), ""); + gtk_entry_set_text (GTK_ENTRY (dialog->password_entry), ""); + gtk_entry_set_text (GTK_ENTRY (dialog->verify_entry), ""); gtk_label_set_markup (GTK_LABEL (dialog->label_note), NULL); gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->password_entry), GTK_ENTRY_ICON_SECONDARY, @@ -76,7 +76,7 @@ if (dialog->check_password_time_id > 0) //因为不需要检查密码所以移除定时器 { g_source_remove (dialog->check_password_time_id); - dialog->check_password_time_id = 0;; + dialog->check_password_time_id = 0; } dialog->password_mode = ACT_USER_PASSWORD_MODE_SET_AT_LOGIN; @@ -88,21 +88,21 @@ int Level; const char *Message; - s = gtk_entry_get_text (GTK_ENTRY(dialog->password_entry)); - if(strlen(s) == 0) + s = gtk_entry_get_text (GTK_ENTRY (dialog->password_entry)); + if (strlen(s) == 0) { dialog->sensitive = FALSE; return; } - Level = GetPassStrength (s, NULL,NULL,&Message); + Level = GetPassStrength (s, NULL, NULL, &Message); gtk_level_bar_set_value (GTK_LEVEL_BAR (dialog->level_bar), Level); /*The new password meets the requirements*/ - if(Message == NULL && Level > 1) + if (Message == NULL && Level > 1) { - gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->password_entry), - GTK_ENTRY_ICON_SECONDARY, - "emblem-ok-symbolic"); + gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->password_entry), + GTK_ENTRY_ICON_SECONDARY, + "emblem-ok-symbolic"); gtk_label_set_markup (GTK_LABEL (dialog->label_note), NULL); dialog->sensitive = TRUE; @@ -110,15 +110,16 @@ } dialog->sensitive = FALSE; SetLableFontType (dialog->label_note, "red", 10, Message, FALSE); - gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dialog->password_entry), - GTK_ENTRY_ICON_SECONDARY, - "system-run"); + gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->password_entry), + GTK_ENTRY_ICON_SECONDARY, + "system-run"); } + static void update_sensitivity (UserPassword *dialog) { if (!dialog->sensitive) - gtk_entry_set_text (GTK_ENTRY(dialog->verify_entry), ""); + gtk_entry_set_text (GTK_ENTRY (dialog->verify_entry), ""); gtk_widget_set_sensitive (dialog->verify_entry, dialog->sensitive); } @@ -156,16 +157,17 @@ return TRUE; } + static void now_set_password (GtkRadioButton *button, gpointer data) { UserPassword *dialog = USER_PASSWORD (data); - gtk_widget_set_sensitive (dialog->password_entry, TRUE); //unlock widget + gtk_widget_set_sensitive (dialog->password_entry, TRUE); gtk_widget_set_sensitive (dialog->verify_entry, FALSE); gtk_widget_set_sensitive (dialog->level_bar, TRUE); gtk_widget_set_sensitive (dialog->button_ok, FALSE); - if (dialog->check_password_time_id > 0) //因为不需要检查密码所以移除定时器 + if (dialog->check_password_time_id > 0) { g_source_remove (dialog->check_password_time_id); dialog->check_password_time_id = 0; @@ -267,18 +269,18 @@ gtk_grid_set_column_homogeneous (GTK_GRID (table), TRUE); label = gtk_label_new (_("Password")); - gtk_grid_attach (GTK_GRID (table) ,label, 0 , 0 , 1 , 1); + gtk_grid_attach (GTK_GRID (table), label, 0, 0, 1, 1); login_button = gtk_radio_button_new_with_label (NULL, _("Set up next time")); radio_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (login_button)); - gtk_grid_attach (GTK_GRID (table) ,login_button, 0 , 1 , 5 , 1); - g_signal_connect(login_button, + gtk_grid_attach (GTK_GRID (table), login_button, 0, 1, 5, 1); + g_signal_connect (login_button, "toggled", G_CALLBACK (next_login_set_password), dialog); now_button = gtk_radio_button_new_with_label (radio_group, _("Now set up")); - gtk_grid_attach (GTK_GRID (table) ,now_button, 0, 2, 5, 1); + gtk_grid_attach (GTK_GRID (table), now_button, 0, 2, 5, 1); g_signal_connect (now_button, "toggled", G_CALLBACK (now_set_password), @@ -288,10 +290,10 @@ label = gtk_label_new (NULL); SetLableFontType (label, "gray", 11, _("User Password"), TRUE); - gtk_grid_attach (GTK_GRID (table) ,label, 0, 3, 1, 1); + gtk_grid_attach (GTK_GRID (table), label, 0, 3, 1, 1); dialog->password_entry = gtk_entry_new (); - gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->password_entry), + gtk_entry_set_icon_from_icon_name (GTK_ENTRY (dialog->password_entry), GTK_ENTRY_ICON_SECONDARY, "system-run"); @@ -299,13 +301,13 @@ GTK_ENTRY_ICON_SECONDARY, _("generation password")); gtk_entry_set_max_length (GTK_ENTRY (dialog->password_entry), 20); - gtk_grid_attach (GTK_GRID (table) ,dialog->password_entry, 1 , 3 , 4 , 1); + gtk_grid_attach (GTK_GRID (table), dialog->password_entry, 1, 3, 4, 1); dialog->level_bar = gtk_level_bar_new (); gtk_level_bar_set_min_value (GTK_LEVEL_BAR (dialog->level_bar), 0.0); gtk_level_bar_set_max_value (GTK_LEVEL_BAR (dialog->level_bar), 5.0); gtk_level_bar_set_mode (GTK_LEVEL_BAR (dialog->level_bar), GTK_LEVEL_BAR_MODE_DISCRETE); - gtk_grid_attach (GTK_GRID (table), dialog->level_bar, 1 , 4 , 4 , 1); + gtk_grid_attach (GTK_GRID (table), dialog->level_bar, 1, 4, 4, 1); dialog->label_note = gtk_label_new (NULL); gtk_grid_attach (GTK_GRID (table), dialog->label_note, 0, 5, 4, 1); @@ -318,19 +320,19 @@ gtk_entry_set_visibility (GTK_ENTRY (dialog->verify_entry), FALSE); gtk_entry_set_max_length (GTK_ENTRY(dialog->verify_entry),20); gtk_entry_set_visibility (GTK_ENTRY(dialog->verify_entry),FALSE); - gtk_grid_attach(GTK_GRID(table) ,dialog->verify_entry, 1 , 6 , 4 , 1); - g_signal_connect (G_OBJECT(dialog->password_entry), + gtk_grid_attach(GTK_GRID(table) ,dialog->verify_entry, 1, 6, 4, 1); + g_signal_connect (G_OBJECT (dialog->password_entry), "icon-press", G_CALLBACK(AutoGenera), dialog->verify_entry); label = gtk_label_new(NULL); - gtk_grid_attach (GTK_GRID (table) ,label, 0 , 7 , 4 , 1); + gtk_grid_attach (GTK_GRID (table), label, 0, 7, 4, 1); - gtk_widget_set_sensitive (dialog->password_entry, FALSE); //lock widget + gtk_widget_set_sensitive (dialog->password_entry, FALSE); gtk_widget_set_sensitive (dialog->verify_entry, FALSE); hseparator = gtk_separator_new (GTK_ORIENTATION_VERTICAL); - gtk_grid_attach(GTK_GRID(table) , hseparator , 0 , 8 , 5 , 1); + gtk_grid_attach(GTK_GRID(table), hseparator, 0, 8, 5, 1); } static void @@ -347,8 +349,8 @@ if (dialog->label != NULL) { - dialog->label = NULL; g_free (dialog->label); + dialog->label = NULL; } } @@ -362,11 +364,11 @@ switch (response_id) { case GTK_RESPONSE_CLOSE: - CloseNewPassWindow(dialog); + CloseNewPassWindow (dialog); break; case GTK_RESPONSE_OK: SetNewPass(dialog); - CloseNewPassWindow(dialog); + CloseNewPassWindow (dialog); break; default: break; @@ -400,8 +402,8 @@ user_password_new (ActUser *user) { UserPassword *dialog; - int password_type; - char *label; + int password_type; + char *label; g_return_val_if_fail (ACT_IS_USER (user), NULL); diff -Nru mate-user-admin-1.6.0/src/user-share.c mate-user-admin-1.7.0/src/user-share.c --- mate-user-admin-1.6.0/src/user-share.c 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/user-share.c 2022-12-23 02:32:30.000000000 +0000 @@ -215,20 +215,38 @@ { char *LableTypeBuf; - if(Blod) + if (Color == NULL) { - LableTypeBuf = g_strdup_printf ("%s", - Color, - FontSzie, - Word); + if(Blod) + { + LableTypeBuf = g_strdup_printf ("%s", + FontSzie, + Word); + } + else + { + LableTypeBuf = g_strdup_printf ("%s", + FontSzie, + Word); + } } else { - LableTypeBuf = g_strdup_printf("%s", - Color, - FontSzie, - Word); + if(Blod) + { + LableTypeBuf = g_strdup_printf ("%s", + Color, + FontSzie, + Word); + } + else + { + LableTypeBuf = g_strdup_printf("%s", + Color, + FontSzie, + Word); + } } gtk_label_set_markup(GTK_LABEL(Lable),LableTypeBuf); g_free(LableTypeBuf); @@ -420,13 +438,12 @@ gpointer data) { - char *NewPassWord; - - gtk_entry_set_visibility(GTK_ENTRY(entry),TRUE); - pwquality_generate (get_pwq (), 0, &NewPassWord); - gtk_entry_set_text(GTK_ENTRY(entry),NewPassWord); - gtk_entry_set_text(GTK_ENTRY(data),NewPassWord); + g_autofree char *new_password = NULL; + gtk_entry_set_visibility (GTK_ENTRY (entry), TRUE); + pwquality_generate (get_pwq (), 0, &new_password); + gtk_entry_set_text (GTK_ENTRY (entry), new_password); + gtk_entry_set_text (GTK_ENTRY (data), new_password); } /****************************************************************************** diff -Nru mate-user-admin-1.6.0/src/user-window.c mate-user-admin-1.7.0/src/user-window.c --- mate-user-admin-1.6.0/src/user-window.c 2021-03-20 14:25:43.000000000 +0000 +++ mate-user-admin-1.7.0/src/user-window.c 2022-12-23 02:32:30.000000000 +0000 @@ -91,7 +91,7 @@ gtk_container_add(GTK_CONTAINER(box), image); label = gtk_label_new (NULL); - SetLableFontType(label, "black", 11, _("Some settings must be unlocked before they can be changed"), FALSE); + SetLableFontType(label, NULL, 11, _("Some settings must be unlocked before they can be changed"), FALSE); gtk_container_add(GTK_CONTAINER(box), label); gtk_popover_set_position (GTK_POPOVER (popover), GTK_POS_LEFT); @@ -116,7 +116,6 @@ gtk_widget_set_sensitive (GTK_WIDGET (win->priv->face), is_authorized); user_base_set_public_sensitive (win->priv->base, is_authorized); user_base_set_private_sensitive (win->priv->base, is_authorized); - gtk_widget_set_visible (win->priv->popover,!is_authorized); if (is_authorized == 0 && self_selected == 1) { @@ -134,6 +133,11 @@ update_permission(userwin); } +static void button_active_changed (GtkButton *button, UserWindow *win) +{ + gtk_widget_set_visible (win->priv->popover, FALSE); +} + static void user_window_set_permission (UserWindow *win) { GError *error = NULL; @@ -151,6 +155,11 @@ "notify", G_CALLBACK (on_permission_changed), win); + + g_signal_connect (win->priv->button_lock, + "clicked", + G_CALLBACK (button_active_changed), + win); } else { @@ -192,7 +201,7 @@ static void user_image_changed_cb (UserFace *face, UserWindow *win) { char *file_name; - GdkPixbuf *pb; + g_autoptr(GdkPixbuf) pb = NULL; file_name = user_face_get_image_name (face); act_user_set_icon_file (win->priv->user, file_name); @@ -229,7 +238,7 @@ name = user_face_get_real_name (face); act_user_set_real_name (win->priv->user, name); - SetLableFontType (win->priv->list_label, "black", 14, name, TRUE); + SetLableFontType (win->priv->list_label, NULL, 14, name, TRUE); } static void remove_user_cb (GtkWidget *widget, UserWindow *win) @@ -463,7 +472,7 @@ static gboolean update_new_user_info (UserWindow *win) { user_window_update (win, win->priv->user); - + g_source_remove (win->priv->update_user_id); win->priv->update_user_id = 0; @@ -486,7 +495,7 @@ user_window_set_list_data (win, index); - win->priv->update_user_id = g_timeout_add (800, (GSourceFunc) update_new_user_info, win); + win->priv->update_user_id = g_timeout_add (2500, (GSourceFunc) update_new_user_info, win); gtk_widget_show_all (win->priv->list_box); }