Explorar o código

Converting names to gettext. adding phpdoc blocks

tokul %!s(int64=21) %!d(string=hai) anos
pai
achega
a5fdac639c

+ 7 - 1
images/themes/default/theme.php

@@ -1,3 +1,9 @@
 <?php
-    $icon_themes[] = array('NAME'=>'Default','PATH'=> 'default');
+/**
+ * Theme description
+ *
+ * @package squirrelmail
+ * @subpackage themes
+ */
+    $icon_themes[] = array('NAME'=>_("Default"),'PATH'=> 'default');
 ?>

+ 7 - 1
images/themes/none/theme.php

@@ -1,3 +1,9 @@
 <?php
-    $icon_themes[] = array('NAME'=>'None','PATH'=> 'none');
+/**
+ * Theme description
+ *
+ * @package squirrelmail
+ * @subpackage themes
+ */
+    $icon_themes[] = array('NAME'=>_("None"),'PATH'=> 'none');
 ?>

+ 7 - 1
images/themes/xp/theme.php

@@ -1,3 +1,9 @@
 <?php
-    $icon_themes[] = array('NAME'=>'XP','PATH'=> 'xp');
+/**
+ * Theme description
+ *
+ * @package squirrelmail
+ * @subpackage themes
+ */
+    $icon_themes[] = array('NAME'=>_("XP"),'PATH'=> 'xp');
 ?>