Added the hability to introduce external strings.
[squirrelmail.git] / po / independent_strings.txt
diff --git a/po/independent_strings.txt b/po/independent_strings.txt
new file mode 100644 (file)
index 0000000..a3cca67
--- /dev/null
@@ -0,0 +1,21 @@
+<?PHP
+
+
+/**
+ * independent_strings.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * The purpose of this module is to store translation strings that
+ * are not into the code. For example strings that can come
+ * through an external source like emails.
+ *
+ * $Id$
+ */
+
+
+_("Delivery error report");
+_("Undelivered Message Headers");
+
+?>
\ No newline at end of file