Codebase list krb5-auth-dialog / 5354345
dummy-strings: Fix typo Fix the typo that was fixed in the Kerberos error strings. Don't regenrate all strings to not break that many translations until we found a better way to handle user facing translations. Closes: #7 Guido Günther 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
210210 N_("Ccache function not supported: not implemented"), /* krb5_err.et:krb5:KRB5_CC_NOSUPP */
211211 N_("Invalid format of Kerberos lifetime or clock skew string"), /* krb5_err.et:krb5:KRB5_DELTAT_BADFORMAT */
212212 N_("Supplied data not handled by this plugin"), /* krb5_err.et:krb5:KRB5_PLUGIN_NO_HANDLE */
213 N_("Plugin does not support the operaton"), /* krb5_err.et:krb5:KRB5_PLUGIN_OP_NOTSUPP */
213 N_("Plugin does not support the operation"), /* krb5_err.et:krb5:KRB5_PLUGIN_OP_NOTSUPP */
214214 N_("Kerberos V5 magic number table"), /* kv5m_err.et:kv5m:KV5M_NONE */
215215 N_("Bad magic number for krb5_principal structure"), /* kv5m_err.et:kv5m:KV5M_PRINCIPAL */
216216 N_("Bad magic number for krb5_data structure"), /* kv5m_err.et:kv5m:KV5M_DATA */