mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
gtlspassword: Comment for translators added
With tweaks by Philip Withnall <philip@tecnocode.co.uk>. https://bugzilla.gnome.org/show_bug.cgi?id=658446
This commit is contained in:
parent
646041bc28
commit
d865ffa4d5
@ -110,6 +110,8 @@ g_tls_password_real_get_default_warning (GTlsPassword *password)
|
|||||||
if (flags & G_TLS_PASSWORD_FINAL_TRY)
|
if (flags & G_TLS_PASSWORD_FINAL_TRY)
|
||||||
return _("This is the last chance to enter the password correctly before your access is locked out.");
|
return _("This is the last chance to enter the password correctly before your access is locked out.");
|
||||||
if (flags & G_TLS_PASSWORD_MANY_TRIES)
|
if (flags & G_TLS_PASSWORD_MANY_TRIES)
|
||||||
|
/* Translators: This is not the 'This is the last chance' string. It is
|
||||||
|
* displayed when more than one attempt is allowed. */
|
||||||
return _("Several password entered have been incorrect, and your access will be locked out after further failures.");
|
return _("Several password entered have been incorrect, and your access will be locked out after further failures.");
|
||||||
if (flags & G_TLS_PASSWORD_RETRY)
|
if (flags & G_TLS_PASSWORD_RETRY)
|
||||||
return _("The password entered is incorrect.");
|
return _("The password entered is incorrect.");
|
||||||
|
Loading…
Reference in New Issue
Block a user