summaryrefslogtreecommitdiff
path: root/GnuPG/language.h
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-22 18:30:08 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-22 18:30:08 +0000
commit4101ee8ff9bc818f40dc0173b1434761f187597f (patch)
tree15ace4a23c2d13b1c4b506a54887b1ec196ee007 /GnuPG/language.h
parentda1c34bde32e040a0a431ffb809c3b1e425dc558 (diff)
added GnuPG
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@197 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'GnuPG/language.h')
-rw-r--r--GnuPG/language.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/GnuPG/language.h b/GnuPG/language.h
new file mode 100644
index 0000000..c25deae
--- /dev/null
+++ b/GnuPG/language.h
@@ -0,0 +1,29 @@
+#ifndef __TEXT_H__
+#define __TEXT_H__
+
+// textkonstanten, die uebersetzt werden muessen
+extern char *txtverifyoptions;
+extern char *txtinvalidexecutable;
+extern char *txtinvaliduserid;
+extern char *txtexportpublickeyfailed;
+extern char *txtimportpublickeyfailed;
+extern char *txtlistpublickeysfailed;
+extern char *txtlistsecretkeysfailed;
+extern char *txtplugins;
+extern char *txtgnupgplugin;
+extern char *txtexecutablefiles;
+extern char *txtselectexecutable;
+extern char *txtwarning;
+extern char *txterror;
+extern char *txtnone;
+extern char *txtuseencryption;
+extern char *txtsendpublickey;
+extern char *txtpublickeyreceived;
+extern char *txtpublickeyreceivedstored;
+extern char *txtdetectuseridfailed;
+extern char *txtunknownuserid;
+extern char *txtencryptfailed;
+extern char *txtoptions;
+extern char *txtexpertoptions;
+
+#endif // __TEXT_H__ \ No newline at end of file