changeset a3d52c20e44a in modules/ldap_authentication:default details: https://hg.tryton.org/modules/ldap_authentication?cmd=changeset;node=a3d52c20e44a description: Update translations diffstat:
locale/it.po | 2 +- locale/zh_CN.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diffs (18 lines): diff -r f45e8d74c7e5 -r a3d52c20e44a locale/it.po --- a/locale/it.po Sat Apr 25 23:53:50 2020 +0200 +++ b/locale/it.po Sat May 02 10:29:23 2020 +0200 @@ -4,4 +4,4 @@ msgctxt "model:ir.message,text:msg_ldap_user_change_password" msgid "You cannot change the password of LDAP user \"%(user)s\"." -msgstr "" +msgstr "Non puoi cambiare la password dell'utente LDAP \"%(user)s\"." diff -r f45e8d74c7e5 -r a3d52c20e44a locale/zh_CN.po --- a/locale/zh_CN.po Sat Apr 25 23:53:50 2020 +0200 +++ b/locale/zh_CN.po Sat May 02 10:29:23 2020 +0200 @@ -4,4 +4,4 @@ msgctxt "model:ir.message,text:msg_ldap_user_change_password" msgid "You cannot change the password of LDAP user \"%(user)s\"." -msgstr "" +msgstr "你不能更改LDAP用户 \"%(user)s\"的密码."
