[krb5-auth-dialog] Explain howto create a pot file
- From: Guido Günther <guidog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [krb5-auth-dialog] Explain howto create a pot file
- Date: Sun, 6 Jun 2010 15:57:14 +0000 (UTC)
commit 7a7832ce3a7c4adffca663fd5298ac76a47abf27
Author: Guido Günther <agx sigxcpu org>
Date: Sun Jun 6 17:56:38 2010 +0200
Explain howto create a pot file
README | 23 +++++++++++++++++------
1 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/README b/README
index aadbd9f..9eb5bae 100644
--- a/README
+++ b/README
@@ -20,12 +20,6 @@ gconftool-2 --type=string --set /apps/krb5-auth-dialog/pk_userid "FILE:/path/to/
or if you're using a smartcard:
gconftool-2 --type=string --set /apps/krb5-auth-dialog/pk_userid "PKCS11:/usr/lib/opensc/opensc-pkcs11.so"
-A note on translations:
-Kerberos doesn't translate either its prompts or its error messages.
-As the prompt is very visible, we need to translate it externally. To
-do this, the etpo binary in etpo/ can be used to extract the public
-strings that kerberos uses. We are checking that in for now, until
-kerberos gets translated.
DBus API
========
@@ -42,6 +36,7 @@ request fails. To request a TGT for the "default" principal use string:''.
See examples/tgt-signals.py for information about sent DBus signals.
+
Plugins
=======
Plugins are currently disabled by default. To enable them you have to set the gconf key:
@@ -51,3 +46,19 @@ gconftool-2 --set --list-type=string --type=list /apps/krb5-auth-dialog/plugins
To list currently enabled plugins:
gconftool-2 --get --list-type=string /apps/krb5-auth-dialog/plugins/enabled
+
+
+A Note on Translations
+======================
+Kerberos doesn't translate either its prompts or its error messages.
+As the prompt is very visible, we need to translate it externally. To
+do this, the etpo binary in etpo/ can be used to extract the public
+strings that kerberos uses. We are checking that in for now, until
+kerberos gets translated.
+
+If your language doesn't have a translation yet and you want to provide one do a
+
+ cd po; make krb5-auth-dialog.pot
+
+in the unpacked source tree to get a template of translatable strings.
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]