Fredrik Jervfors 21 lat temu
rodzic
commit
5b3c8f7b7b
1 zmienionych plików z 5 dodań i 2 usunięć
  1. 5 2
      po/independent_strings.txt

+ 5 - 2
po/independent_strings.txt

@@ -4,7 +4,7 @@
 /**
 /**
  * independent_strings.php
  * independent_strings.php
  *
  *
- * Copyright (c) 1999-2003 The SquirrelMail Project Team
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * The purpose of this module is to store translation strings that
  * The purpose of this module is to store translation strings that
@@ -15,8 +15,11 @@
  */
  */
 
 
 
 
-_("This image has been removed for security reasons")
 _("Delivery error report");
 _("Delivery error report");
 _("Undelivered Message Headers");
 _("Undelivered Message Headers");
 
 
+/* The string for unsafe images */
+_("This image has been removed for security reasons")
+
+
 ?>
 ?>