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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/eng_GB/calendar.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/calendar.inc
 
4
        (C)2003 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/calendar.inc");
 
14
 
 
15
$calStr["add_schedule"] = "Add Schedule";
 
16
$calStr["edit_schedule"] = "Edit Schedule";
 
17
$calStr["weekof"] = "Week of: %d";
 
18
$calStr["title"] = "Title:";
 
19
$calStr["color"] = "Colour:";
 
20
$calStr["colors"] = array("#990000"=>"Dark Red", "#FF0000"=>"Red", "#000099"=>"Deep Blue", "#0000FF"=>"Blue", 
 
21
                                        "#006600"=>"Dark Green", "#00FF00"=>"Green", "#9900FF"=>"Purple", "#00FFFF"=>"Cyan",
 
22
                                        "#FF6600"=>"Orange", "#FFFF00"=>"Yellow", "#FF00FF"=>"Magenta", ""=>"No color");
 
23
$calStr["starts"] = "Starts on:";
 
24
$calStr["ends"] = "Ends on:";
 
25
$calStr["from"] = "from:";
 
26
$calStr["until"] = "until:";
 
27
$calStr["repeat_on"] = "Repeat on";
 
28
$calStr["of"] = "of every";
 
29
$calStr["weeks"] = array(1=>"first week", 2=>"second week", 3=>"third week", 4=>"fourth week"); 
 
30
$calStr["week_blurb"] = "...of every month (until end date).<br>Will repeat on all weeks if none are selected.";
 
31
$calStr["monthly"] = "Repeat monthly";
 
32
$calStr["yearly"] = "Repeat annually";
 
33
$calStr["place"] = "Place:";
 
34
$calStr["description"] = "Description:";
 
35
$calStr["add"] = "Add";
 
36
$calStr["update"] = "Update";
 
37
$calStr["Delete"] = "Delete";
 
38
$calStr["go"] = "Go";
 
39
$calStr["disabled"] = "The calendar feature is disabled.";
 
40
?>
 
 
b'\\ No newline at end of file'