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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/eng/pref_colors.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/eng/cp.inc
 
4
        (C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
5
 
 
6
        This file is part of IlohaMail, and released under GPL.
 
7
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
8
 
 
9
********************************************************/
 
10
 
 
11
//TRANSLATORS:  Uncomment next line for all non-English languages!!
 
12
//include("../lang/eng/pref_colors.inc");
 
13
 
 
14
$pcStrings["0"] = "Enter an HTML color code for each component.";
 
15
$pcStrings["0.1"] = "Use the ";
 
16
$pcStrings["0.2"] = "Color Code Chart";
 
17
$pcStrings["0.3"] = " to find the right color codes.";
 
18
$pcStrings["0.4"] = "Settings that the theme overrides can not be modified.";
 
19
$pcStrings["1.0"] = "Tool Bar";
 
20
$pcStrings["2.0"] = "Folder List";
 
21
$pcStrings["3.0"] = "Main";
 
22
$pcStrings["3.1"] = "Heading Back: ";
 
23
$pcStrings["3.2"] = "Heading Text: ";
 
24
$pcStrings["3.3"] = "Dark Background: ";
 
25
$pcStrings["3.4"] = "Light text: ";
 
26
$pcStrings["4.0"] = "Miscellaneous";
 
27
$pcStrings["4.1"] = "Quotes: ";
 
28
$pcStrings["5.0"] = "Fonts";
 
29
$pcStrings["5.1"] = "Font Family";
 
30
$pcStrings["5.2"] = "Font Size: ";
 
31
$pcStrings["5.3"] = "Small Font Size: ";
 
32
$pcStrings["5.4"] = "Menu Font Size: ";
 
33
$pcStrings["5.5"] = "Folderlist Font Size: ";
 
34
 
 
35
                                                        
 
36
$pcPortions = array( "Background: ", "Links: ", "Text: ", "Hilight: ");
 
37
 
 
38
?>