Mail_Fetch_Status(_("Server does not support UIDL."));
if ($mailfetch_lmos == 'on') {
- Mail_Fetch_Status(_("Leaving Mail on Server..."));
+ Mail_Fetch_Status(_("Leaving mail on server..."));
} else {
Mail_Fetch_Status(_("Deleting messages from server..."));
}
while ( (!$MessArray) or (gettype($MessArray) != "array")) {
Mail_Fetch_Status(_("Oops, ") . $pop3->ERROR);
// re-connect pop3
- Mail_Fetch_Status(_("Server error...Disconnect"));
+ Mail_Fetch_Status(_("Server error. Disconnect"));
$pop3->quit();
Mail_Fetch_Status(_("Reconnect from dead connection"));
if (!$pop3->connect($mailfetch_server)) {
if ($mailfetch_lmos != 'on') {
if( $pop3->delete($i) ) {
- Mail_Fetch_Status(_("Message ") . $i . _(" deleted from Remote Server!"));
+ Mail_Fetch_Status(_("Message %i deleted from remote server!"), $i);
} else {
Mail_Fetch_Status(_("Delete failed:") . htmlspecialchars($pop3->ERROR) );
}
?>
</center>
</body>
-</html>
\ No newline at end of file
+</html>
) .
html_tag( 'tr',
html_tag( 'td',
- _("If you leave password empty, it will be required when you fetch mail.") ,
+ _("If you leave password empty, it will be asked when you fetch mail.") ,
'left' )
) .
html_tag( 'tr',
) .
html_tag( 'tr',
html_tag( 'th', ' ', 'right' ) .
- html_tag( 'td', '<input type="checkbox" name="mf_login" />' . _("Check mail during login"), 'left' )
+ html_tag( 'td', '<input type="checkbox" name="mf_login" />' . _("Check mail at login"), 'left' )
) .
html_tag( 'tr',
html_tag( 'th', ' ', 'right' ) .
- html_tag( 'td', '<input type="checkbox" name="mf_fref" />' . _("Check mail during folder refresh"), 'left' )
+ html_tag( 'td', '<input type="checkbox" name="mf_fref" />' . _("Check mail at folder refresh"), 'left' )
) .
html_tag( 'tr',
html_tag( 'td',
' <input type="submit" name="mf_action_del" value="' . _("Delete") . '" />'.
'</form>';
} else {
- echo _("No-one server in use. Try to add.");
+ echo _("No servers known.");
}
echo '</td></tr></table>';
break;
html_tag( 'th', ' ', 'right' ) .
html_tag( 'td',
'<input type="checkbox" name="mf_login" ' . ( ($mailfetch_login_[$mf_sn] == 'on')?'checked="checked"':'') .
- ' />' . _("Check mail during login"),
+ ' />' . _("Check mail at login"),
'left' )
) .
html_tag( 'tr',
html_tag( 'th', ' ', 'right' ) .
html_tag( 'td',
'<input type="checkbox" name="mf_fref" ' . ( ($mailfetch_fref_[$mf_sn] == 'on')?'checked="checked"':'') .
- ' />' . _("Check mail during folder refresh") ,
+ ' />' . _("Check mail at folder refresh") ,
'left' )
) .
html_tag( 'tr',
html_tag( 'table',
html_tag( 'tr',
html_tag( 'td', '<b>' . _("Undefined Function") . '</b>', 'center', $color[9] ) .
- html_tag( 'td', '<b>' . _("Hey! Wath do You are looking for?") . '</b>', 'center', $color[0] )
+ html_tag( 'td', '<b>' . _("The function you requested is unknown.") . '</b>', 'center', $color[0] )
) ,
'center', '', 'width="70%"' );
}
?>
-</body></html>
\ No newline at end of file
+</body></html>
sqgetGlobalVar('orig', $orig, SQ_POST);
sqgetGlobalVar('old_name', $old_name, SQ_POST);
folders_rename_do($imapConnection, $delimiter, $orig, $old_name, $new_name);
- $td_str = _("Renamed successfully!");
+ $td_str = _("Renamed successfully.");
}
break;
case 'delete':
. "\" />\n"
. "</form></td>\n";
} else {
- echo _("No folders were found to unsubscribe from!") . '</td>';
+ echo _("No folders were found to unsubscribe from.") . '</td>';
}
/** SUBSCRIBE TO FOLDERS **/