File: messages.ja

package info (click to toggle)
quickml 0.7-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 580 kB
  • sloc: sh: 3,084; ruby: 1,840; makefile: 158
file content (102 lines) | stat: -rw-r--r-- 3,187 bytes parent folder | download | duplicates (4)
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# -*- mode: ruby -*-
Messages = {
  "<%s> was removed from the mailing list:\n<%s>\n" =>
  "<%s> \n᡼󥰥ꥹ <%s> ޤ\n",

  "because the address was unreachable.\n" =>
  "᡼뤬ϤʤǤ\n",

  "ML will be closed if no article is posted for %d days.\n\n" =>
  "Υ᡼󥰥ꥹȤ %dƤʤȾǤޤ\n\n",

  "Time to close: %s.\n\n" =>
  "ͽ: %s\n\n",

  "%Y-%m-%d %H:%M" =>
  "%Yǯ%m%d %H%Mʬ",

  "You are not a member of the mailing list:\n<%s>\n" =>
  "ʤ <%s> ᡼󥰥ꥹȤΥСǤϤޤ\n",

  "You are removed from the mailing list:\n<%s>\n" =>
  "ʤ <%s> ᡼󥰥ꥹȤޤ\n",

  "by the request of <%s>.\n" =>
  "<%s> 򤪴ꤤǤ\n",

  "You have unsubscribed from the mailing list:\n<%s>.\n" =>
  "ʤ <%s> ᡼󥰥ꥹȤ񤷤ޤ",

  "The following addresses cannot be added because <%s> mailing list reaches the max number of members (%d persons)\n\n" =>
  "<%s> ᡼󥰥ꥹȤϥСκͿ (%d)\nãΤǰʲΥɥ쥹ɲäǤޤǤ\n\n",

  "Invalid mailing list name: <%s>\n" =>
  "<%s> ʤ᡼󥰥ꥹ̾Ǥ\n",

  "You can only use 0-9, a-z, A-Z,  `.',  `-', and `_' for mailing list name\n" =>
  "᡼󥰥ꥹ̾ˤ 0-9, a-z, A-Z, .ס-ס_פȤޤ\n",

  "Sorry, your mail exceeds the limitation of the length.\n" =>
  "ޤ󡣤ʤΥ᡼Υ¤Ķޤ\n",

  "The max length is %s bytes.\n\n" =>
  "᡼Υ¤ %s ХȤǤ\n\n",

  "[%s] Unsubscribe: %s" =>
  "[%s] : %s",

  "[%s] ML will be closed soon" =>
  "[%s] ᡼󥰥ꥹߤΤ",

  "[%s] Removed: <%s>" =>
  "[%s] С: <%s>",

  "Members of <%s>:\n" =>
  "<%s> ΥС:\n",

  "How to unsubscribe from the ML:\n" =>
  "ML񤹤ˡ:\n",

  "- Just send an empty message to <%s>.\n" =>
  "- ʸΥ᡼ <%s> äƤ\n",

  "- Or, if you cannot send an empty message for some reason,\n" =>
  "- ʸΥ᡼ʤϡ\n",

  "  please send a message just saying 'unsubscribe' to <%s>.\n" =>
  "  ʸˡפȤ񤤤᡼ <%s> äƤ\n",

  "  (e.g., hotmail's advertisement, signature, etc.)\n" =>
  "  (̾hotmailιʤɤĤƶ᡼ʤʤ)\n",

  "[QuickML] Error: %s" =>
  "[QuickML] 顼: %s",

  "New Member: %s\n" =>
  "С: %s\n",

  "Did you send a mail with a different address from the address registered in the mailing list?\n" =>
  "᡼󥰥ꥹȤϿ᡼륢ɥ쥹Ȱۤʤ륢ɥ쥹᡼Ƥޤ?\n",

  "Please check your 'From:' address.\n" =>
  "пͤΥ᡼륢ɥ쥹ǧƤ\n",

  "Info: %s\n" => 
  "Ȥ: %s\n",

  "----- Original Message -----\n" =>
  "----- Υå -----\n",

  "[%s] Confirmation: %s" =>
  "[%s] ǧ: %s",

  "Please simply reply this mail to create ML <%s>.\n" =>
  "Υ᡼ֿ <%s> ᡼󥰥ꥹȤޤ\n",

  "<%s> was created by <%s>\n" =>
  "<%s>  <%s>ˤޤ\n"
}

Charset = "iso-2022-jp"
CodeconvMethod = :tojis