~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to IlohaMail/lang/eng_GB/prefs.inc

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
ImportĀ upstreamĀ versionĀ 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/********************************************************
 
3
        lang/gb/prefs.inc
 
4
        (C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
5
        (C)2003 Lovell Fuller <iloha@lovell.info>
 
6
 
 
7
        This file is part of IlohaMail, and released under GPL.
 
8
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
9
 
 
10
********************************************************/
 
11
 
 
12
//TRANSLATORS:  Uncomment next line for all non-English languages!!
 
13
//include("../lang/eng/prefs.inc");
 
14
 
 
15
$prefHeaderStrings[0] = "Preferences";
 
16
$prefHeaderStrings[1] = "General";
 
17
$prefHeaderStrings[3] = "Identities";
 
18
$prefHeaderStrings[2] = "Appearance";
 
19
 
 
20
                                                                                        
 
21
$prefsStrings["0.0"] = "Default Identity";
 
22
$prefsStrings["0.1"] = "Name: ";
 
23
$prefsStrings["0.2"] = "Email: ";
 
24
$prefsStrings["0.3"] = "Changes can be made in the \"%s\" page.";
 
25
$prefsStrings["0.4"] = "Unspecified";
 
26
$prefsStrings["1.0"] = "International";
 
27
$prefsStrings["1.1"] = "Interface: ";
 
28
$prefsStrings["1.2"] = "Character Set: ";
 
29
$prefsStrings["1.3"] = "Time Zone: ";
 
30
$prefsStrings["1.4"] = "Time Option: ";
 
31
$prefsStrings["1.5"] = array(12=>"12 hour clock", 24=>"24 hour clock");
 
32
$prefsStrings["2.0"] = "List View Options";
 
33
$prefsStrings["2.1"] = "Show up to ";
 
34
$prefsStrings["2.2"] = " items";
 
35
$prefsStrings["2.3"] = "Show size";
 
36
$prefsStrings["2.4"] = "Sort by: ";
 
37
$prefsStrings["2.5"] = "";
 
38
$prefsStrings["2.6"] = "Sort order: ";
 
39
$prefsStrings["2.7"] = "";
 
40
$prefsStrings["2.8"] = "Show folder list";
 
41
$prefsStrings["2.9"] = "Folder list width";
 
42
$prefsStrings["2.10"] = "Check for new messages every %n seconds";
 
43
$prefsStrings["2.11"] = "Show tool bar at %m";
 
44
$prefsStrings["2.12"] = array("b"=>"bottom", "t"=>"top", "bt"=>"top and bottom");
 
45
$prefsStrings["2.13"] = "Rearrange columns: ";
 
46
$prefsStrings["2.14"] = "click here";
 
47
$prefsStrings["3.0"] = "Auto-Save Options";
 
48
$prefsStrings["3.1"] = "Save sent items.";
 
49
$prefsStrings["3.2"] = "Save sent messages in folder: ";
 
50
$prefsStrings["3.3"] = "";
 
51
$prefsStrings["3.4"] = "Automatically delete Rubbish";
 
52
$prefsStrings["3.5"] = "Move deleted items to folder: ";
 
53
$prefsStrings["3.6"] = "";
 
54
$prefsStrings["3.7"] = "Root Directory: ";
 
55
$prefsStrings["3.8"] = "Other";
 
56
$prefsStrings["3.9"] = "Hide unsubscribed folders";
 
57
$prefsStrings["3.10"] = "Show quota %m";
 
58
$prefsStrings["3.11"] = array(""=>"don't show", "m"=>"in message listing", "f"=>"in folder list");
 
59
$prefsStrings["4.0"] = "Message View Options";
 
60
$prefsStrings["4.1"] = "View in frame";
 
61
$prefsStrings["4.2"] = "Colour quotes";
 
62
$prefsStrings["4.3"] = "Turning on this option may slow down the system.";
 
63
$prefsStrings["4.4"] = "Convert URLs to links";
 
64
$prefsStrings["4.5"] = "Show HTML messages";
 
65
$prefsStrings["4.6"] = "Show images inline";
 
66
$prefsStrings["4.7"] = "Show navigation links";
 
67
$prefsStrings["4.8"] = "Don't mark messages when traversing";
 
68
$prefsStrings["5.0"] = "Signature";
 
69
$prefsStrings["5.1"] = "Show signature by default";
 
70
$prefsStrings["5.2"] = "";
 
71
$prefsStrings["6.0"] = "Compose";
 
72
$prefsStrings["6.1"] = "Show contacts";
 
73
$prefsStrings["6.2"] = "Show CC/BCC fields";
 
74
$prefsStrings["6.3"] = "Close after sending";
 
75
$prefsStrings["6.4"] = "Compose inside frame";
 
76
$prefsStrings["7.0.0"] = "Disk &amp; Folder Options";
 
77
$prefsStrings["7.0.1"] = "Quota Options";
 
78
$prefsStrings["7.1"] = "Show num unread";
 
79
$prefsStrings["7.2"] = "Refresh folder list every %n seconds";
 
80
 
 
81
 
 
82
$sort_fields=array("DATE"=>"Date", "SUBJECT"=>"Subject", "SIZE"=>"Size");
 
83
$sort_orders=array("ASC"=>"Ascending", "DESC"=>"Descending");
 
84
 
 
85
$prefsButtonStrings = array( 0=> "Update", 1=>"Apply", 2=> "Cancel", 3=> "Defaults");
 
86
 
 
87
$prefs_new_user = "You seem to be logging in for the first time...welcome!<br>";
 
88
$prefs_new_user .= "Please go through the following settings, then press \"Apply\"";
 
89
?>
 
 
b'\\ No newline at end of file'