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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/eng/main.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/main.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/main.inc");
 
13
 
 
14
$mainMessages["delete"] = "Delete %n message(s)";
 
15
$mainMessages["move"] = "Moved %n message(s) to %f";
 
16
 
 
17
$mainStrings[0] = "Showing %p of %n";
 
18
$mainStrings[1] = " messages found";
 
19
$mainStrings[2] = "Previous";
 
20
$mainStrings[3] = "";
 
21
$mainStrings[4] = "Next";
 
22
$mainStrings[5] = "";
 
23
$mainStrings[6] = "Subject";
 
24
$mainStrings[7] = "To";
 
25
$mainStrings[8] = "From";
 
26
$mainStrings[9] = "Date";
 
27
$mainStrings[10] = "Delete";
 
28
$mainStrings[11] = "Empty Trash";
 
29
$mainStrings[12] = "Move";
 
30
$mainStrings[13] = "Search";
 
31
$mainStrings[14] = "Size";
 
32
$mainStrings[15] = "untitled";
 
33
$mainStrings[16] = "Show";
 
34
$mainStrings[17] = "Check New";
 
35
$mainStrings[18] = "Delete All";
 
36
$mainStrings[19] = "Cancel";
 
37
$mainStrings[20] = "Mark as %b";
 
38
$mainStrings[21] = "Read";
 
39
$mainStrings[22] = "Unread";
 
40
$mainStrings[23] = "Select...";
 
41
 
 
42
 
 
43
$mainErrors[0] = "No messages found in this folder";
 
44
$mainErrors[1] = "No messages in this folder";
 
45
$mainErrors[2] = "Couldn't move messages to trash.";
 
46
$mainErrors[3] = "Couldn't flag messages as deleted.";
 
47
$mainErrors[4] = "Couldn't move messages.";
 
48
$mainErrors[5] = "Trash folder not specified.";
 
49
$mainErrors[6] = "Couldn't empty trash";
 
50
$mainErrors[7] = "Are you sure you want to delete ALL messages in %f?";
 
51
$mainErrors[8] = "Click on the arrows underneath the column headings to move them.<br>When you're done, simply close the window.";
 
52
 
 
53
 
 
54
 
 
55
?>
 
 
b'\\ No newline at end of file'