summaryrefslogtreecommitdiff
path: root/lang/i18n.pod
blob: 8f7035b5b849c49644afecbea8877c2a8b6a6985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
=encoding utf-8

=head1 SYNOPSIS

  @@ de.lang
  yes = ja
  no = nein

=head1 DESCRIPTION

Place your translation files here.
Use the two letter language naming convention.
Use lower case phrases as they will be capitalized by the templates.

=head1 INTERNATIONALIZATION AND LOCALIZATION

=head2 Single Words

  Phrase         Description
  --------------------------
  failed         an operation failed
  and
  no
  yes
  messages       mails
  of             page x *of* n
  page           a page consisting of multiple mails
  login          header name
  userid         form field label
  passwd         form field label
  about          about page name
  mbox_size      mail box size in byte
  version        version translation for JWebmail version
  subject        mail field subject
  from           mail field from
  to             mail field to
  cc             mail field cc
  date           mail field date
  size           mail size
  content-type   mail field content-type
  sender         mail field sender
  answer_to      mail field reply back to
  send_to        write mail to       
  content        the mail body rendered as html
  check_all      tick/untick all mails for move
  move           move mails to a different folder
  nr             row number, column description
  status         whether a mail is multipart
  logout         close session
  compose        write an email
  search         search in mails
  new            amount of new mails
  home           back button to read the main folder
  first          first page
  previous       previous page
  next           next page
  last           last page

=head2 Phrases

  succ_send      tell the user the mail was send successfully
  succ_move      tell the user the mails where moved successfully
  empty_folder   tell the user the folder is empty

=head2 Error Messages

  no_session   the session has expired or did not exist at all
  no_folder    the selected mail folder does not exists
  error_send   error sending the message

=head2 Formats

Currently there are no formats.

=head2 Other

  Common Mail Folders
  ---
  Queue
  Drafts
  Home

=head1 SEE OTHER

L<JWebmail::Plugin::I18N>

=cut