Fredrik Jervfors пре 19 година
родитељ
комит
60146dc4d9
3 измењених фајлова са 74 додато и 197 уклоњено
  1. 1 1
      include/errors.php
  2. 72 195
      po/squirrelmail.pot
  3. 1 1
      src/help.php

+ 1 - 1
include/errors.php

@@ -54,7 +54,7 @@ $aErrors['SQM_IMAP_APPEND_QUOTA_ERROR'] = array(
     'category' => SQM_ERROR_IMAP,
     'message'  => _( "Out of quota error."),
     'link'     => '',
-    'tip'      => _("Remove unneccessary messages from your folder. Start with your Trash folder.")
+    'tip'      => _("Remove unneccessary messages from your folders. Start with your Trash folder.")
 );
 
 $aErrors['SQM_IMAP_APPEND_ERROR'] = array(

Разлика између датотеке није приказан због своје велике величине
+ 72 - 195
po/squirrelmail.pot


+ 1 - 1
src/help.php

@@ -197,7 +197,7 @@ if ( $chapter == 0 || !isset( $helpdir[$chapter-1] ) ) {
     } elseif (file_exists("../help/en_US/" . $helpdir[$chapter-1])) {
         // If the selected language can't be found, try English.
         $doc = file("../help/en_US/" . $helpdir[$chapter-1]);
-        error_box(_("This chapter in not available in the selected language. It will be displayed in English instead."));
+        error_box(_("This chapter is not available in the selected language. It will be displayed in English instead."));
         echo '<br />';
     } else {
         // If English can't be found, the chapter went MIA.

Неке датотеке нису приказане због велике количине промена