Localisation update

pull/270/head
parent 588c904166
commit e68ebc5d17
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -981,3 +981,7 @@ msgid ""
"User auth with password is blocked for user.\n"
"Other access methods are allowed (key auth, user switching etc)."
msgstr ""
#: source/ubl-strings.h:183
msgid "User information"
msgstr ""

@ -1056,6 +1056,10 @@ msgstr ""
"Остальные методы входа разрешены (аутентификация на основе ключей, "
"переключение на пользователя и т.д.)"
#: source/ubl-strings.h:183
msgid "User information"
msgstr "Информация о пользователе"
#~ msgid "User(-s)"
#~ msgstr "Пользователь(-ли)"

@ -288,4 +288,5 @@
#define AUTH_ALLOWED_LABEL _("User auth with password is allowed")
#define AUTH_FORBIDDEN_LABEL _("User auth is forbidden")
#define AUTH_PASSWORD_LOCKED_LABEL _("User auth with password is blocked for user.\nOther access methods are allowed (key auth, user switching etc).")
#define AUTH_PASSWORD_LOCKED_LABEL _("User auth with password is blocked for user.\nOther access methods are allowed (key auth, user switching etc).")
#define USER_INFORMATION_TOOLTIP_LABEL _("User information")

@ -342,7 +342,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</child>
<child>
<object class="GtkButton" id="UserInfoButton">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">User information</property>

Loading…
Cancel
Save