rabbit 2.0.5 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. data/Rakefile +46 -12
  2. data/data/locale/en/LC_MESSAGES/rabbit.mo +0 -0
  3. data/data/locale/fr/LC_MESSAGES/rabbit.mo +0 -0
  4. data/data/locale/ja/LC_MESSAGES/rabbit.mo +0 -0
  5. data/doc/_config.yml +3 -3
  6. data/doc/_layouts/en.html +10 -0
  7. data/doc/_layouts/ja.html +10 -0
  8. data/doc/css/rabbit.css +25 -4
  9. data/doc/en/index.rd +1 -1
  10. data/doc/en/news.rd +46 -0
  11. data/doc/images/rabbit-slide-show-logo.png +0 -0
  12. data/doc/images/rabbit-slide-show-logo.svg +597 -0
  13. data/doc/images/screenshots/en/blue-circle-raw.png +0 -0
  14. data/doc/images/screenshots/en/blue-circle.png +0 -0
  15. data/doc/images/screenshots/en/clear-blue-raw.png +0 -0
  16. data/doc/images/screenshots/en/clear-blue.png +0 -0
  17. data/doc/images/screenshots/en/cozmixng-raw.png +0 -0
  18. data/doc/images/screenshots/en/cozmixng.png +0 -0
  19. data/doc/images/screenshots/en/dark-gradation-raw.png +0 -0
  20. data/doc/images/screenshots/en/dark-gradation.png +0 -0
  21. data/doc/images/screenshots/en/day-white-raw.png +0 -0
  22. data/doc/images/screenshots/en/day-white.png +0 -0
  23. data/doc/images/screenshots/en/debian-raw.png +0 -0
  24. data/doc/images/screenshots/en/debian.png +0 -0
  25. data/doc/images/screenshots/en/green-circle-raw.png +0 -0
  26. data/doc/images/screenshots/en/green-circle.png +0 -0
  27. data/doc/images/screenshots/en/night-black-raw.png +0 -0
  28. data/doc/images/screenshots/en/night-black.png +0 -0
  29. data/doc/images/screenshots/en/rabbit-raw.png +0 -0
  30. data/doc/images/screenshots/en/rabbit.png +0 -0
  31. data/doc/images/screenshots/en/ranguba-raw.png +0 -0
  32. data/doc/images/screenshots/en/ranguba.png +0 -0
  33. data/doc/images/screenshots/en/red-frame-raw.png +0 -0
  34. data/doc/images/screenshots/en/red-frame.png +0 -0
  35. data/doc/images/screenshots/en/ruby-gnome2-raw.png +0 -0
  36. data/doc/images/screenshots/en/ruby-gnome2.png +0 -0
  37. data/doc/images/screenshots/en/rubykaigi2011-raw.png +0 -0
  38. data/doc/images/screenshots/en/rubykaigi2011.png +0 -0
  39. data/doc/images/screenshots/ja/blue-circle-raw.png +0 -0
  40. data/doc/images/screenshots/ja/blue-circle.png +0 -0
  41. data/doc/images/screenshots/ja/clear-blue-raw.png +0 -0
  42. data/doc/images/screenshots/ja/clear-blue.png +0 -0
  43. data/doc/images/screenshots/ja/cozmixng-raw.png +0 -0
  44. data/doc/images/screenshots/ja/cozmixng.png +0 -0
  45. data/doc/images/screenshots/ja/dark-gradation-raw.png +0 -0
  46. data/doc/images/screenshots/ja/dark-gradation.png +0 -0
  47. data/doc/images/screenshots/ja/day-white-raw.png +0 -0
  48. data/doc/images/screenshots/ja/day-white.png +0 -0
  49. data/doc/images/screenshots/ja/debian-raw.png +0 -0
  50. data/doc/images/screenshots/ja/debian.png +0 -0
  51. data/doc/images/screenshots/ja/green-circle-raw.png +0 -0
  52. data/doc/images/screenshots/ja/green-circle.png +0 -0
  53. data/doc/images/screenshots/ja/night-black-raw.png +0 -0
  54. data/doc/images/screenshots/ja/night-black.png +0 -0
  55. data/doc/images/screenshots/ja/rabbit-raw.png +0 -0
  56. data/doc/images/screenshots/ja/rabbit.png +0 -0
  57. data/doc/images/screenshots/ja/ranguba-raw.png +0 -0
  58. data/doc/images/screenshots/ja/ranguba.png +0 -0
  59. data/doc/images/screenshots/ja/red-frame-raw.png +0 -0
  60. data/doc/images/screenshots/ja/red-frame.png +0 -0
  61. data/doc/images/screenshots/ja/ruby-gnome2-raw.png +0 -0
  62. data/doc/images/screenshots/ja/ruby-gnome2.png +0 -0
  63. data/doc/images/screenshots/ja/rubykaigi2011-raw.png +0 -0
  64. data/doc/images/screenshots/ja/rubykaigi2011.png +0 -0
  65. data/doc/index.html.ja +2 -2
  66. data/doc/ja/how-to-make/rd.rd +30 -3
  67. data/doc/ja/index.rd +1 -1
  68. data/doc/ja/news.rd +46 -0
  69. data/doc/ja/slides.rd +1 -1
  70. data/doc/ja/usage/rabbit-theme.rd +1 -1
  71. data/doc/ja/users.rd +16 -2
  72. data/lib/rabbit/author-configuration.rb +6 -6
  73. data/lib/rabbit/command/rabbit-slide.rb +208 -161
  74. data/lib/rabbit/command/rabbit.rb +2 -2
  75. data/lib/rabbit/console.rb +1 -1
  76. data/lib/rabbit/element/text-renderer.rb +2 -2
  77. data/lib/rabbit/element/video.rb +167 -0
  78. data/lib/rabbit/image/pdf.rb +19 -10
  79. data/lib/rabbit/parser/ext/video.rb +18 -0
  80. data/lib/rabbit/parser/rd/ext/block-verbatim.rb +10 -0
  81. data/lib/rabbit/parser/rd/ext/video.rb +15 -0
  82. data/lib/rabbit/slide-configuration.rb +15 -8
  83. data/lib/rabbit/slideshare.rb +93 -13
  84. data/lib/rabbit/task/slide.rb +5 -4
  85. data/lib/rabbit/task/theme.rb +3 -1
  86. data/lib/rabbit/theme/applier.rb +1 -1
  87. data/lib/rabbit/theme/entry.rb +0 -29
  88. data/lib/rabbit/theme/title-shadow/title-shadow.rb +1 -1
  89. data/lib/rabbit/version.rb +1 -1
  90. data/lib/rabbit/video-window.rb +122 -0
  91. data/misc/github-post-receiver/config.ru +170 -0
  92. data/misc/github-post-receiver/config.yaml.sample +3 -0
  93. data/misc/github-post-receiver/tmp/restart.txt +0 -0
  94. data/po/en/rabbit.po~ +2567 -0
  95. data/po/fr/rabbit.po~ +2674 -0
  96. data/po/ja/rabbit.po~ +2695 -0
  97. data/po/rabbit.pot +1195 -1094
  98. data/rabbit.gemspec +1 -0
  99. data/test/test-author-configuration.rb +1 -0
  100. data/test/test-slide-configuration.rb +3 -0
  101. metadata +659 -640
  102. data/bin/rabbit-theme-manager +0 -133
  103. data/lib/rabbit/theme-browser.rb +0 -104
  104. data/lib/rabbit/theme-browser/default-tag.yaml +0 -89
  105. data/lib/rabbit/theme-browser/document.rb +0 -200
  106. data/lib/rabbit/theme-browser/ext/block-verbatim.rb +0 -39
  107. data/lib/rabbit/theme-browser/page.rb +0 -133
  108. data/lib/rabbit/theme-browser/rd2document-lib.rb +0 -181
  109. data/lib/rabbit/theme-browser/tag.rb +0 -67
  110. data/lib/rabbit/theme-browser/tree.rb +0 -91
data/po/rabbit.pot CHANGED
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: rabbit 2.0.5\n"
9
+ "Project-Id-Version: rabbit 2.0.6\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2012-09-14 07:43+0900\n"
12
- "PO-Revision-Date: 2012-09-14 07:43+0900\n"
11
+ "POT-Creation-Date: 2012-12-30 01:19+0900\n"
12
+ "PO-Revision-Date: 2012-12-30 01:19+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,251 +18,318 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: ../lib/rabbit/path-manipulatable.rb:28
22
- msgid "Creating directory: %s"
21
+ #: ../lib/rabbit/info-window.rb:98
22
+ msgid "%s: Information window"
23
23
  msgstr ""
24
24
 
25
- #: ../lib/rabbit/path-manipulatable.rb:33
26
- msgid "Creating file: %s"
25
+ #: ../lib/rabbit/info-window.rb:224
26
+ msgid "unlimited"
27
27
  msgstr ""
28
28
 
29
- #: ../lib/rabbit/html/generator.rb:50
30
- msgid "Creating a image for the %dth page"
29
+ #: ../lib/rabbit/slideshare.rb:61
30
+ msgid "Feailed to upload: %s"
31
31
  msgstr ""
32
32
 
33
- #: ../lib/rabbit/html/generator.rb:63
34
- msgid "can't generate RSS"
33
+ #: ../lib/rabbit/slideshare.rb:68
34
+ msgid "Feailed to edit title: %s"
35
35
  msgstr ""
36
36
 
37
- #: ../lib/rabbit/html/generator.rb:391
38
- msgid "Slide"
37
+ #: ../lib/rabbit/slideshare.rb:76
38
+ msgid "Feailed to get slide URL: %s"
39
39
  msgstr ""
40
40
 
41
- #: ../lib/rabbit/html/generator.rb:393 ../lib/rabbit/element/index-slide.rb:103
42
- msgid "Index"
41
+ #: ../lib/rabbit/slideshare.rb:141
42
+ msgid "Enter password on SlideShare"
43
43
  msgstr ""
44
44
 
45
- #: ../lib/rabbit/html/generator.rb:400 ../lib/rabbit/theme/pdf/property.rb:2
46
- msgid "PDF"
45
+ #: ../lib/rabbit/logger/gui.rb:72
46
+ msgid "Rabbit Error Dialog"
47
47
  msgstr ""
48
48
 
49
- #: ../lib/rabbit/html/generator.rb:404 ../lib/rabbit/command/rabbit.rb:170
50
- msgid "Source"
49
+ #: ../lib/rabbit/logger/base.rb:35
50
+ msgid "DEBUG"
51
51
  msgstr ""
52
52
 
53
- #: ../lib/rabbit/readme-parser.rb:35
54
- msgid "No README found"
53
+ #: ../lib/rabbit/logger/base.rb:36
54
+ msgid "INFO"
55
55
  msgstr ""
56
56
 
57
- #: ../lib/rabbit/parser.rb:14
58
- msgid "unsupported format. (supported: %s)"
57
+ #: ../lib/rabbit/logger/base.rb:37
58
+ msgid "WARNING"
59
59
  msgstr ""
60
60
 
61
- #: ../lib/rabbit/slideshare.rb:72
62
- msgid "Enter password on SlideShare"
61
+ #: ../lib/rabbit/logger/base.rb:38
62
+ msgid "ERROR"
63
+ msgstr ""
64
+
65
+ #: ../lib/rabbit/logger/base.rb:39
66
+ msgid "FATAL"
67
+ msgstr ""
68
+
69
+ #: ../lib/rabbit/logger/base.rb:40
70
+ msgid "UNKNOWN"
63
71
  msgstr ""
64
72
 
65
- #: ../lib/rabbit/slideshare.rb:100
66
- msgid "Failed to upload: %s"
73
+ #: ../lib/rabbit/logger/stderr.rb:16
74
+ msgid "can't convert to current locale from UTF-8: %s"
67
75
  msgstr ""
68
76
 
69
- #: ../lib/rabbit/command/rabbit-slide.rb:50 ../lib/rabbit/command/rabbit-theme.rb:48
77
+ #: ../lib/rabbit/command/rabbit-slide.rb:50
78
+ #: ../lib/rabbit/command/rabbit-theme.rb:48
70
79
  msgid "See --help for example"
71
80
  msgstr ""
72
81
 
73
- #: ../lib/rabbit/command/rabbit-slide.rb:69
74
- msgid "Usage: %s new [options]\\n e.g.: %s new \\\\n --id rubykaigi2012 \\\\n --base-name rabbit-introduction \\\\n --markup-language rd \\\\n --name \"Kouhei Sutou\" \\\\n --email kou@cozmixng.org \\\\n --rubygems-user kou \\\\n --slideshare-user kou \\\\n --speaker-deck-user kou"
82
+ #: ../lib/rabbit/command/rabbit-slide.rb:76
83
+ msgid "Usage: %s COMMAND [OPTIONS]\\n e.g.: %s new \\\\n --id rubykaigi2012 \\\\n --base-name rabbit-introduction \\\\n --markup-language rd \\\\n --name \"Kouhei Sutou\" \\\\n --email kou@cozmixng.org \\\\n --rubygems-user kou \\\\n --slideshare-user kou \\\\n --speaker-deck-user kou"
84
+ msgstr ""
85
+
86
+ #: ../lib/rabbit/command/rabbit-slide.rb:91
87
+ msgid "COMMAND"
88
+ msgstr ""
89
+
90
+ #: ../lib/rabbit/command/rabbit-slide.rb:92
91
+ msgid " new: create a new slide"
92
+ msgstr ""
93
+
94
+ #: ../lib/rabbit/command/rabbit-slide.rb:93
95
+ msgid " change: change an existing slide"
75
96
  msgstr ""
76
97
 
77
- #: ../lib/rabbit/command/rabbit-slide.rb:85
98
+ #: ../lib/rabbit/command/rabbit-slide.rb:96
78
99
  msgid "Slide information"
79
100
  msgstr ""
80
101
 
81
- #: ../lib/rabbit/command/rabbit-slide.rb:88
102
+ #: ../lib/rabbit/command/rabbit-slide.rb:99
82
103
  msgid "Slide ID"
83
104
  msgstr ""
84
105
 
85
- #: ../lib/rabbit/command/rabbit-slide.rb:89 ../lib/rabbit/command/rabbit-slide.rb:96
86
- #: ../lib/rabbit/command/rabbit-slide.rb:108 ../lib/rabbit/command/rabbit-slide.rb:122
87
- #: ../lib/rabbit/command/rabbit-slide.rb:130 ../lib/rabbit/command/rabbit-slide.rb:137
88
- #: ../lib/rabbit/command/rabbit-slide.rb:144 ../lib/rabbit/command/rabbit-slide.rb:153
89
- #: ../lib/rabbit/command/rabbit-slide.rb:166 ../lib/rabbit/command/rabbit-slide.rb:180
90
- #: ../lib/rabbit/command/rabbit-slide.rb:194 ../lib/rabbit/command/rabbit-slide.rb:208
91
- #: ../lib/rabbit/command/rabbit-theme.rb:83 ../lib/rabbit/command/rabbit-theme.rb:92
92
- #: ../lib/rabbit/command/rabbit-theme.rb:105 ../lib/rabbit/command/rabbit-theme.rb:119
106
+ #: ../lib/rabbit/command/rabbit-slide.rb:100
107
+ #: ../lib/rabbit/command/rabbit-slide.rb:107
108
+ #: ../lib/rabbit/command/rabbit-slide.rb:119
109
+ #: ../lib/rabbit/command/rabbit-slide.rb:133
110
+ #: ../lib/rabbit/command/rabbit-slide.rb:141
111
+ #: ../lib/rabbit/command/rabbit-slide.rb:148
112
+ #: ../lib/rabbit/command/rabbit-slide.rb:155
113
+ #: ../lib/rabbit/command/rabbit-slide.rb:164
114
+ #: ../lib/rabbit/command/rabbit-slide.rb:177
115
+ #: ../lib/rabbit/command/rabbit-slide.rb:191
116
+ #: ../lib/rabbit/command/rabbit-slide.rb:205
117
+ #: ../lib/rabbit/command/rabbit-slide.rb:219
118
+ #: ../lib/rabbit/command/rabbit-theme.rb:83
119
+ #: ../lib/rabbit/command/rabbit-theme.rb:92
120
+ #: ../lib/rabbit/command/rabbit-theme.rb:105
121
+ #: ../lib/rabbit/command/rabbit-theme.rb:119
93
122
  msgid "(e.g.: %s)"
94
123
  msgstr ""
95
124
 
96
- #: ../lib/rabbit/command/rabbit-slide.rb:90 ../lib/rabbit/command/rabbit-slide.rb:97
125
+ #: ../lib/rabbit/command/rabbit-slide.rb:101
126
+ #: ../lib/rabbit/command/rabbit-slide.rb:108
97
127
  #: ../lib/rabbit/command/rabbit-theme.rb:84
98
128
  msgid "(must)"
99
129
  msgstr ""
100
130
 
101
- #: ../lib/rabbit/command/rabbit-slide.rb:95
131
+ #: ../lib/rabbit/command/rabbit-slide.rb:106
102
132
  msgid "Base name for the slide source file and generated PDF file"
103
133
  msgstr ""
104
134
 
105
- #: ../lib/rabbit/command/rabbit-slide.rb:107
135
+ #: ../lib/rabbit/command/rabbit-slide.rb:118
106
136
  msgid "Markup language for the new slide"
107
137
  msgstr ""
108
138
 
109
- #: ../lib/rabbit/command/rabbit-slide.rb:109
139
+ #: ../lib/rabbit/command/rabbit-slide.rb:120
110
140
  msgid "(available markup languages: %s)"
111
141
  msgstr ""
112
142
 
113
- #: ../lib/rabbit/command/rabbit-slide.rb:112 ../lib/rabbit/command/rabbit-slide.rb:156
114
- #: ../lib/rabbit/command/rabbit-slide.rb:169 ../lib/rabbit/command/rabbit-slide.rb:183
115
- #: ../lib/rabbit/command/rabbit-slide.rb:197 ../lib/rabbit/command/rabbit-slide.rb:211
116
- #: ../lib/rabbit/command/rabbit-theme.rb:95 ../lib/rabbit/command/rabbit-theme.rb:108
143
+ #: ../lib/rabbit/command/rabbit-slide.rb:123
144
+ #: ../lib/rabbit/command/rabbit-slide.rb:167
145
+ #: ../lib/rabbit/command/rabbit-slide.rb:180
146
+ #: ../lib/rabbit/command/rabbit-slide.rb:194
147
+ #: ../lib/rabbit/command/rabbit-slide.rb:208
148
+ #: ../lib/rabbit/command/rabbit-slide.rb:222
149
+ #: ../lib/rabbit/command/rabbit-theme.rb:95
150
+ #: ../lib/rabbit/command/rabbit-theme.rb:108
117
151
  #: ../lib/rabbit/command/rabbit-theme.rb:122
118
152
  msgid "(default: %s)"
119
153
  msgstr ""
120
154
 
121
- #: ../lib/rabbit/command/rabbit-slide.rb:114 ../lib/rabbit/command/rabbit-slide.rb:123
122
- #: ../lib/rabbit/command/rabbit-slide.rb:131 ../lib/rabbit/command/rabbit-slide.rb:138
123
- #: ../lib/rabbit/command/rabbit-slide.rb:145 ../lib/rabbit/command/rabbit-slide.rb:158
124
- #: ../lib/rabbit/command/rabbit-slide.rb:171 ../lib/rabbit/command/rabbit-slide.rb:185
125
- #: ../lib/rabbit/command/rabbit-slide.rb:199 ../lib/rabbit/command/rabbit-slide.rb:213
126
- #: ../lib/rabbit/command/rabbit-theme.rb:97 ../lib/rabbit/command/rabbit-theme.rb:110
155
+ #: ../lib/rabbit/command/rabbit-slide.rb:125
156
+ #: ../lib/rabbit/command/rabbit-slide.rb:134
157
+ #: ../lib/rabbit/command/rabbit-slide.rb:142
158
+ #: ../lib/rabbit/command/rabbit-slide.rb:149
159
+ #: ../lib/rabbit/command/rabbit-slide.rb:156
160
+ #: ../lib/rabbit/command/rabbit-slide.rb:169
161
+ #: ../lib/rabbit/command/rabbit-slide.rb:182
162
+ #: ../lib/rabbit/command/rabbit-slide.rb:196
163
+ #: ../lib/rabbit/command/rabbit-slide.rb:210
164
+ #: ../lib/rabbit/command/rabbit-slide.rb:224
165
+ #: ../lib/rabbit/command/rabbit-theme.rb:97
166
+ #: ../lib/rabbit/command/rabbit-theme.rb:110
127
167
  #: ../lib/rabbit/command/rabbit-theme.rb:124
128
168
  msgid "(optional)"
129
169
  msgstr ""
130
170
 
131
- #: ../lib/rabbit/command/rabbit-slide.rb:121
171
+ #: ../lib/rabbit/command/rabbit-slide.rb:132
132
172
  msgid "Title of the new slide"
133
173
  msgstr ""
134
174
 
135
- #: ../lib/rabbit/command/rabbit-slide.rb:122
175
+ #: ../lib/rabbit/command/rabbit-slide.rb:133
136
176
  msgid "--title=\"Rabbit Introduction\""
137
177
  msgstr ""
138
178
 
139
- #: ../lib/rabbit/command/rabbit-slide.rb:129
179
+ #: ../lib/rabbit/command/rabbit-slide.rb:140
140
180
  msgid "Tags of the new slide"
141
181
  msgstr ""
142
182
 
143
- #: ../lib/rabbit/command/rabbit-slide.rb:136
183
+ #: ../lib/rabbit/command/rabbit-slide.rb:147
144
184
  msgid "Allotted time in presentaion"
145
185
  msgstr ""
146
186
 
147
- #: ../lib/rabbit/command/rabbit-slide.rb:143
187
+ #: ../lib/rabbit/command/rabbit-slide.rb:154
148
188
  msgid "Presentation date with the new slide"
149
189
  msgstr ""
150
190
 
151
- #: ../lib/rabbit/command/rabbit-slide.rb:149 ../lib/rabbit/command/rabbit-theme.rb:88
191
+ #: ../lib/rabbit/command/rabbit-slide.rb:160
192
+ #: ../lib/rabbit/command/rabbit-theme.rb:88
152
193
  msgid "Your information"
153
194
  msgstr ""
154
195
 
155
- #: ../lib/rabbit/command/rabbit-slide.rb:152 ../lib/rabbit/command/rabbit-theme.rb:91
196
+ #: ../lib/rabbit/command/rabbit-slide.rb:163
197
+ #: ../lib/rabbit/command/rabbit-theme.rb:91
156
198
  msgid "Author name of the new slide"
157
199
  msgstr ""
158
200
 
159
- #: ../lib/rabbit/command/rabbit-slide.rb:165 ../lib/rabbit/command/rabbit-theme.rb:104
201
+ #: ../lib/rabbit/command/rabbit-slide.rb:176
202
+ #: ../lib/rabbit/command/rabbit-theme.rb:104
160
203
  msgid "Author e-mail of the new slide"
161
204
  msgstr ""
162
205
 
163
- #: ../lib/rabbit/command/rabbit-slide.rb:178 ../lib/rabbit/command/rabbit-slide.rb:192
164
- #: ../lib/rabbit/command/rabbit-slide.rb:206 ../lib/rabbit/command/rabbit-theme.rb:117
206
+ #: ../lib/rabbit/command/rabbit-slide.rb:189
207
+ #: ../lib/rabbit/command/rabbit-slide.rb:203
208
+ #: ../lib/rabbit/command/rabbit-slide.rb:217
209
+ #: ../lib/rabbit/command/rabbit-theme.rb:117
165
210
  msgid "Account for %s"
166
211
  msgstr ""
167
212
 
168
- #: ../lib/rabbit/command/rabbit-slide.rb:179 ../lib/rabbit/command/rabbit-slide.rb:193
169
- #: ../lib/rabbit/command/rabbit-slide.rb:207 ../lib/rabbit/command/rabbit-theme.rb:118
213
+ #: ../lib/rabbit/command/rabbit-slide.rb:190
214
+ #: ../lib/rabbit/command/rabbit-slide.rb:204
215
+ #: ../lib/rabbit/command/rabbit-slide.rb:218
216
+ #: ../lib/rabbit/command/rabbit-theme.rb:118
170
217
  msgid "It is used to publish your slide to %s"
171
218
  msgstr ""
172
219
 
173
- #: ../lib/rabbit/command/rabbit-slide.rb:233 ../lib/rabbit/command/rabbit-theme.rb:143
220
+ #: ../lib/rabbit/command/rabbit-slide.rb:252
221
+ #: ../lib/rabbit/command/rabbit-theme.rb:143
174
222
  msgid "too many commands: %s"
175
223
  msgstr ""
176
224
 
177
- #: ../lib/rabbit/command/rabbit-slide.rb:238 ../lib/rabbit/command/rabbit-theme.rb:148
225
+ #: ../lib/rabbit/command/rabbit-slide.rb:256
226
+ #: ../lib/rabbit/command/rabbit-theme.rb:148
178
227
  msgid "invalid command: <%s>: available commands: %s"
179
228
  msgstr ""
180
229
 
181
- #: ../lib/rabbit/command/rabbit-slide.rb:246 ../lib/rabbit/command/rabbit-slide.rb:252
230
+ #: ../lib/rabbit/command/rabbit-slide.rb:264
231
+ #: ../lib/rabbit/command/rabbit-slide.rb:270
182
232
  #: ../lib/rabbit/command/rabbit-theme.rb:156
183
233
  msgid "%s is missing"
184
234
  msgstr ""
185
235
 
186
- #: ../lib/rabbit/command/rabbit-slide.rb:306
236
+ #: ../lib/rabbit/command/rabbit-slide.rb:345
187
237
  msgid "TODO: SLIDE TITLE"
188
238
  msgstr ""
189
239
 
190
- #: ../lib/rabbit/command/rabbit-slide.rb:309
240
+ #: ../lib/rabbit/command/rabbit-slide.rb:348
191
241
  msgid "TODO: SLIDE DESCRIPTION"
192
242
  msgstr ""
193
243
 
194
- #: ../lib/rabbit/command/rabbit-slide.rb:312 ../lib/rabbit/command/rabbit-theme.rb:209
244
+ #: ../lib/rabbit/command/rabbit-slide.rb:351
245
+ #: ../lib/rabbit/command/rabbit-theme.rb:209
195
246
  msgid "For author"
196
247
  msgstr ""
197
248
 
198
- #: ../lib/rabbit/command/rabbit-slide.rb:314 ../lib/rabbit/command/rabbit-slide.rb:330
199
- #: ../lib/rabbit/command/rabbit-theme.rb:211 ../lib/rabbit/command/rabbit-theme.rb:227
249
+ #: ../lib/rabbit/command/rabbit-slide.rb:353
250
+ #: ../lib/rabbit/command/rabbit-slide.rb:369
251
+ #: ../lib/rabbit/command/rabbit-theme.rb:211
252
+ #: ../lib/rabbit/command/rabbit-theme.rb:227
200
253
  #: ../lib/rabbit/action/radio.rb:37
201
254
  msgid "Show"
202
255
  msgstr ""
203
256
 
204
- #: ../lib/rabbit/command/rabbit-slide.rb:318 ../lib/rabbit/command/rabbit-theme.rb:215
257
+ #: ../lib/rabbit/command/rabbit-slide.rb:357
258
+ #: ../lib/rabbit/command/rabbit-theme.rb:215
205
259
  msgid "Publish"
206
260
  msgstr ""
207
261
 
208
- #: ../lib/rabbit/command/rabbit-slide.rb:323
262
+ #: ../lib/rabbit/command/rabbit-slide.rb:362
209
263
  msgid "For viewers"
210
264
  msgstr ""
211
265
 
212
- #: ../lib/rabbit/command/rabbit-slide.rb:325 ../lib/rabbit/command/rabbit-theme.rb:222
266
+ #: ../lib/rabbit/command/rabbit-slide.rb:364
267
+ #: ../lib/rabbit/command/rabbit-theme.rb:222
213
268
  msgid "Install"
214
269
  msgstr ""
215
270
 
216
- #: ../lib/rabbit/command/rabbit-slide.rb:397
271
+ #: ../lib/rabbit/command/rabbit-slide.rb:435
217
272
  msgid "TITLE"
218
273
  msgstr ""
219
274
 
220
- #: ../lib/rabbit/command/rabbit-slide.rb:399
275
+ #: ../lib/rabbit/command/rabbit-slide.rb:437
221
276
  msgid "FIRST SLIDE"
222
277
  msgstr ""
223
278
 
224
- #: ../lib/rabbit/command/rabbit-slide.rb:401
279
+ #: ../lib/rabbit/command/rabbit-slide.rb:439
225
280
  msgid "SECOND SLIDE"
226
281
  msgstr ""
227
282
 
228
- #: ../lib/rabbit/command/rabbit-slide.rb:413
283
+ #: ../lib/rabbit/command/rabbit-slide.rb:451
229
284
  msgid "SUBTITLE"
230
285
  msgstr ""
231
286
 
232
- #: ../lib/rabbit/command/rabbit-slide.rb:414
287
+ #: ../lib/rabbit/command/rabbit-slide.rb:452
233
288
  msgid "AUTHOR"
234
289
  msgstr ""
235
290
 
236
- #: ../lib/rabbit/command/rabbit-slide.rb:415
291
+ #: ../lib/rabbit/command/rabbit-slide.rb:453
237
292
  msgid "INSTITUTION"
238
293
  msgstr ""
239
294
 
240
- #: ../lib/rabbit/command/rabbit-slide.rb:416
295
+ #: ../lib/rabbit/command/rabbit-slide.rb:454
241
296
  msgid "EVENT NAME"
242
297
  msgstr ""
243
298
 
244
- #: ../lib/rabbit/command/rabbit-slide.rb:437
299
+ #: ../lib/rabbit/command/rabbit-slide.rb:475
245
300
  msgid "ITEM %d"
246
301
  msgstr ""
247
302
 
248
- #: ../lib/rabbit/command/rabbit.rb:143 ../lib/rabbit/theme-browser/tree.rb:54
249
- #: ../lib/rabbit/theme/dark-gradation/property.rb:1 ../lib/rabbit/theme/debian/property.rb:1
250
- #: ../lib/rabbit/theme/cozmixng/property.rb:1 ../lib/rabbit/theme/lightning-monochrome/property.rb:1
251
- #: ../lib/rabbit/theme/clear-blue/property.rb:1 ../lib/rabbit/theme/default/property.rb:1
252
- #: ../lib/rabbit/theme/night-black/property.rb:1 ../lib/rabbit/theme/lightning-simple/property.rb:1
253
- #: ../lib/rabbit/theme/rubykaigi2011/property.rb:1 ../lib/rabbit/theme/lightning-talk/property.rb:1
254
- #: ../lib/rabbit/theme/nari/property.rb:1 ../lib/rabbit/theme/red-frame/property.rb:1
255
- #: ../lib/rabbit/theme/rabbit/property.rb:1 ../lib/rabbit/theme/day-white/property.rb:1
256
- #: ../lib/rabbit/theme/enishi-green/property.rb:1 ../lib/rabbit/theme/lightning-rabbit/property.rb:1
257
- #: ../lib/rabbit/theme/ranguba/property.rb:1 ../lib/rabbit/theme/image-viewer/property.rb:1
258
- #: ../lib/rabbit/theme/centering-rabbit/property.rb:1 ../lib/rabbit/theme/lightning-clear-blue/property.rb:1
259
- #: ../lib/rabbit/theme/blue-circle/property.rb:1 ../lib/rabbit/theme/pdf/property.rb:1
260
- #: ../lib/rabbit/theme/ruby-gnome2/property.rb:1 ../lib/rabbit/theme/blue-bar/property.rb:1
303
+ #: ../lib/rabbit/command/rabbit.rb:143
304
+ #: ../lib/rabbit/theme/lightning-simple/property.rb:1
305
+ #: ../lib/rabbit/theme/cozmixng/property.rb:1
306
+ #: ../lib/rabbit/theme/blue-bar/property.rb:1
307
+ #: ../lib/rabbit/theme/lightning-clear-blue/property.rb:1
308
+ #: ../lib/rabbit/theme/enishi-green/property.rb:1
309
+ #: ../lib/rabbit/theme/clear-blue/property.rb:1
310
+ #: ../lib/rabbit/theme/ranguba/property.rb:1
311
+ #: ../lib/rabbit/theme/day-white/property.rb:1
312
+ #: ../lib/rabbit/theme/night-black/property.rb:1
313
+ #: ../lib/rabbit/theme/default/property.rb:1
314
+ #: ../lib/rabbit/theme/rabbit/property.rb:1
315
+ #: ../lib/rabbit/theme/blue-circle/property.rb:1
316
+ #: ../lib/rabbit/theme/lightning-rabbit/property.rb:1
317
+ #: ../lib/rabbit/theme/lightning-talk/property.rb:1
318
+ #: ../lib/rabbit/theme/debian/property.rb:1
319
+ #: ../lib/rabbit/theme/red-frame/property.rb:1
320
+ #: ../lib/rabbit/theme/nari/property.rb:1
321
+ #: ../lib/rabbit/theme/centering-rabbit/property.rb:1
322
+ #: ../lib/rabbit/theme/image-viewer/property.rb:1
323
+ #: ../lib/rabbit/theme/dark-gradation/property.rb:1
261
324
  #: ../lib/rabbit/theme/green-circle/property.rb:1
325
+ #: ../lib/rabbit/theme/rubykaigi2011/property.rb:1
326
+ #: ../lib/rabbit/theme/ruby-gnome2/property.rb:1
327
+ #: ../lib/rabbit/theme/lightning-monochrome/property.rb:1
328
+ #: ../lib/rabbit/theme/pdf/property.rb:1
262
329
  msgid "Theme"
263
330
  msgstr ""
264
331
 
265
- #: ../lib/rabbit/command/rabbit.rb:146 ../bin/rabbit-theme-manager:27
332
+ #: ../lib/rabbit/command/rabbit.rb:146
266
333
  msgid "Add [PATH] to load path."
267
334
  msgstr ""
268
335
 
@@ -278,6 +345,11 @@ msgstr ""
278
345
  msgid "Use [TIME] as allotted time."
279
346
  msgstr ""
280
347
 
348
+ #: ../lib/rabbit/command/rabbit.rb:170
349
+ #: ../lib/rabbit/html/generator.rb:404
350
+ msgid "Source"
351
+ msgstr ""
352
+
281
353
  #: ../lib/rabbit/command/rabbit.rb:177
282
354
  msgid "When select %s\\nspecify %s\\nas [SOURCE_INFOS]."
283
355
  msgstr ""
@@ -286,7 +358,8 @@ msgstr ""
286
358
  msgid "Specify source type as [TYPE]."
287
359
  msgstr ""
288
360
 
289
- #: ../lib/rabbit/command/rabbit.rb:185 ../lib/rabbit/console.rb:165 ../lib/rabbit/console.rb:182
361
+ #: ../lib/rabbit/command/rabbit.rb:185 ../lib/rabbit/console.rb:165
362
+ #: ../lib/rabbit/console.rb:182
290
363
  msgid "Select from [%s]."
291
364
  msgstr ""
292
365
 
@@ -298,11 +371,16 @@ msgstr ""
298
371
  msgid "Specify source encoding as [ENCODING]."
299
372
  msgstr ""
300
373
 
301
- #: ../lib/rabbit/command/rabbit.rb:201 ../lib/rabbit/command/rabbit.rb:207
302
- #: ../lib/rabbit/command/rabbit.rb:368 ../lib/rabbit/command/rabbit.rb:375
303
- #: ../lib/rabbit/command/rabbit.rb:382 ../lib/rabbit/command/rabbit.rb:389
304
- #: ../lib/rabbit/command/rabbit.rb:414 ../lib/rabbit/command/rabbit.rb:421
305
- #: ../lib/rabbit/command/rabbit.rb:428 ../lib/rabbit/command/rabbit.rb:435
374
+ #: ../lib/rabbit/command/rabbit.rb:201
375
+ #: ../lib/rabbit/command/rabbit.rb:207
376
+ #: ../lib/rabbit/command/rabbit.rb:368
377
+ #: ../lib/rabbit/command/rabbit.rb:375
378
+ #: ../lib/rabbit/command/rabbit.rb:382
379
+ #: ../lib/rabbit/command/rabbit.rb:389
380
+ #: ../lib/rabbit/command/rabbit.rb:414
381
+ #: ../lib/rabbit/command/rabbit.rb:421
382
+ #: ../lib/rabbit/command/rabbit.rb:428
383
+ #: ../lib/rabbit/command/rabbit.rb:435
306
384
  #: ../lib/rabbit/command/rabbit.rb:556 ../lib/rabbit/console.rb:150
307
385
  msgid "(auto)"
308
386
  msgstr ""
@@ -335,15 +413,15 @@ msgstr ""
335
413
  msgid "Format: WIDTHxHEIGHT+X+Y"
336
414
  msgstr ""
337
415
 
338
- #: ../lib/rabbit/command/rabbit.rb:238 ../bin/rabbit-theme-manager:43
416
+ #: ../lib/rabbit/command/rabbit.rb:238
339
417
  msgid "Set window width to [WIDTH]."
340
418
  msgstr ""
341
419
 
342
- #: ../lib/rabbit/command/rabbit.rb:245 ../bin/rabbit-theme-manager:50
420
+ #: ../lib/rabbit/command/rabbit.rb:245
343
421
  msgid "Set window height to [HEIGHT]."
344
422
  msgstr ""
345
423
 
346
- #: ../lib/rabbit/command/rabbit.rb:250 ../bin/rabbit-theme-manager:55
424
+ #: ../lib/rabbit/command/rabbit.rb:250
347
425
  msgid "Set window width and height to\\n[WIDTH] and [HEIGHT]."
348
426
  msgstr ""
349
427
 
@@ -363,7 +441,8 @@ msgstr ""
363
441
  msgid "Specify saved image base name as [BASE_NAME]."
364
442
  msgstr ""
365
443
 
366
- #: ../lib/rabbit/command/rabbit.rb:279 ../lib/rabbit/command/rabbit.rb:317
444
+ #: ../lib/rabbit/command/rabbit.rb:279
445
+ #: ../lib/rabbit/command/rabbit.rb:317
367
446
  msgid "Title of slide"
368
447
  msgstr ""
369
448
 
@@ -567,17 +646,21 @@ msgstr ""
567
646
  msgid "Select from the following:"
568
647
  msgstr ""
569
648
 
570
- #: ../lib/rabbit/command/rabbit.rb:540 ../lib/rabbit/command/rabbit.rb:565
649
+ #: ../lib/rabbit/command/rabbit.rb:540
650
+ #: ../lib/rabbit/command/rabbit.rb:565
571
651
  #: ../lib/rabbit/command/rabbit.rb:572
572
652
  msgid "(%s)"
573
653
  msgstr ""
574
654
 
575
- #: ../lib/rabbit/command/rabbit.rb:545 ../lib/rabbit/theme/footer-comment/property.rb:1
576
- #: ../lib/rabbit/theme/clutter-comment/property.rb:1 ../lib/rabbit/theme/stream-comment/property.rb:1
655
+ #: ../lib/rabbit/command/rabbit.rb:545
656
+ #: ../lib/rabbit/theme/stream-comment/property.rb:1
657
+ #: ../lib/rabbit/theme/clutter-comment/property.rb:1
658
+ #: ../lib/rabbit/theme/footer-comment/property.rb:1
577
659
  msgid "Comment"
578
660
  msgstr ""
579
661
 
580
- #: ../lib/rabbit/command/rabbit.rb:548 ../lib/rabbit/command/rabbit.rb:554
662
+ #: ../lib/rabbit/command/rabbit.rb:548
663
+ #: ../lib/rabbit/command/rabbit.rb:554
581
664
  msgid "Deprecated. Just ignored."
582
665
  msgstr ""
583
666
 
@@ -685,220 +768,43 @@ msgstr ""
685
768
  msgid "For users"
686
769
  msgstr ""
687
770
 
688
- #: ../lib/rabbit/command/rabbit-theme.rb:229 ../lib/rabbit/task/theme.rb:94
771
+ #: ../lib/rabbit/command/rabbit-theme.rb:229
772
+ #: ../lib/rabbit/task/theme.rb:94
689
773
  msgid "rabbit-theme-benchmark-en.gem"
690
774
  msgstr ""
691
775
 
692
- #: ../lib/rabbit/slide-configuration.rb:49 ../lib/rabbit/theme-configuration.rb:48
693
- msgid "Failed to read slide configuration: %s: %s"
694
- msgstr ""
695
-
696
- #: ../lib/rabbit/slide-configuration.rb:59 ../lib/rabbit/theme-configuration.rb:58
697
- msgid "Failed to write slide configuration: %s: %s"
698
- msgstr ""
699
-
700
- #: ../lib/rabbit/theme-browser/document.rb:110
701
- msgid "Images"
702
- msgstr ""
703
-
704
- #: ../lib/rabbit/theme-browser/page.rb:96
705
- msgid "Go back"
706
- msgstr ""
707
-
708
- #: ../lib/rabbit/theme-browser/page.rb:101
709
- msgid "Go forward"
710
- msgstr ""
711
-
712
- #: ../lib/rabbit/theme-browser/page.rb:112
713
- msgid "Go up"
714
- msgstr ""
715
-
716
- #: ../lib/rabbit/theme-browser/page.rb:119
717
- msgid "Reload"
718
- msgstr ""
719
-
720
- #: ../lib/rabbit/source/memory.rb:9
721
- msgid "[FILENAME_OR_NOT]"
722
- msgstr ""
723
-
724
- #: ../lib/rabbit/source/file.rb:9
725
- msgid "[FILENAME]"
726
- msgstr ""
727
-
728
- #: ../lib/rabbit/source/hiki.rb:13
729
- msgid "[HIKI_CGI_URI] and [PAGE_NAME]"
730
- msgstr ""
731
-
732
- #: ../lib/rabbit/source/uri.rb:25
733
- msgid "URI"
734
- msgstr ""
735
-
736
- #: ../lib/rabbit/source/argf.rb:10
737
- msgid "none (get from STDIN) or [FILE_NAMES]"
738
- msgstr ""
739
-
740
- #: ../lib/rabbit/source/slide-share.rb:14
741
- msgid "[USER] and [TITLE]"
742
- msgstr ""
743
-
744
- #: ../lib/rabbit/console.rb:114
745
- msgid "Usage: %s [options]"
746
- msgstr ""
747
-
748
- #: ../lib/rabbit/console.rb:129
749
- msgid "Common options"
750
- msgstr ""
751
-
752
- #: ../lib/rabbit/console.rb:139
753
- msgid "Load options from FILE."
754
- msgstr ""
755
-
756
- #: ../lib/rabbit/console.rb:140
757
- msgid "(none)"
758
- msgstr ""
759
-
760
- #: ../lib/rabbit/console.rb:149
761
- msgid "Specify locale dir as [DIR]."
762
- msgstr ""
763
-
764
- #: ../lib/rabbit/console.rb:164
765
- msgid "Specify logger type as [TYPE]."
766
- msgstr ""
767
-
768
- #: ../lib/rabbit/console.rb:181
769
- msgid "Specify log level as [LEVEL]."
770
- msgstr ""
771
-
772
- #: ../lib/rabbit/console.rb:191
773
- msgid "Show this message."
774
- msgstr ""
775
-
776
- #: ../lib/rabbit/console.rb:195
777
- msgid "Show version."
778
- msgstr ""
779
-
780
- #: ../lib/rabbit/graffiti/config-dialog.rb:48
781
- msgid "Line width:"
782
- msgstr ""
783
-
784
- #: ../lib/rabbit/image/pdf.rb:49
785
- msgid "%s page isn't exist in PDF"
786
- msgstr ""
787
-
788
- #: ../lib/rabbit/rabbit.rb:60
789
- msgid "no such file: %s"
790
- msgstr ""
791
-
792
- #: ../lib/rabbit/rabbit.rb:70
793
- msgid "can't handle %s because the following command can't be run successfully: %s"
794
- msgstr ""
795
-
796
- #: ../lib/rabbit/rabbit.rb:80
797
- msgid "tried gs commands: %s"
798
- msgstr ""
799
-
800
- #: ../lib/rabbit/rabbit.rb:88
801
- msgid "tried dia commands: %s"
802
- msgstr ""
803
-
804
- #: ../lib/rabbit/rabbit.rb:96
805
- msgid "tried gimp commands: %s"
806
- msgstr ""
807
-
808
- #: ../lib/rabbit/rabbit.rb:124
809
- msgid "Unknown property: %s"
810
- msgstr ""
811
-
812
- #: ../lib/rabbit/rabbit.rb:132
813
- msgid "can't allocate color: %s"
814
- msgstr ""
815
-
816
- #: ../lib/rabbit/rabbit.rb:143
817
- msgid "not exist: %s"
818
- msgstr ""
819
-
820
- #: ../lib/rabbit/rabbit.rb:151
821
- msgid "not a file: %s"
822
- msgstr ""
823
-
824
- #: ../lib/rabbit/rabbit.rb:159
825
- msgid "can not be read: %s"
826
- msgstr ""
827
-
828
- #: ../lib/rabbit/rabbit.rb:167
829
- msgid "immutable source type: %s"
830
- msgstr ""
831
-
832
- #: ../lib/rabbit/rabbit.rb:186
833
- msgid "not available interface: %s"
834
- msgstr ""
835
-
836
- #: ../lib/rabbit/rabbit.rb:194
837
- msgid "can't find HTML template: %s"
838
- msgstr ""
839
-
840
- #: ../lib/rabbit/rabbit.rb:202
841
- msgid "can't find theme RD template: %s"
776
+ #: ../lib/rabbit/image/pdf.rb:53
777
+ msgid "invalid PDF page number: <%s>"
842
778
  msgstr ""
843
779
 
844
- #: ../lib/rabbit/rabbit.rb:210
845
- msgid "invalid motion: %s"
846
- msgstr ""
847
-
848
- #: ../lib/rabbit/rabbit.rb:225
849
- msgid "invalid value of size property \"%{prop_name}\" of image \"%{filename}\": %{value}"
850
- msgstr ""
851
-
852
- #: ../lib/rabbit/rabbit.rb:246
853
- msgid "unknown cursor type: %s"
854
- msgstr ""
855
-
856
- #: ../lib/rabbit/rabbit.rb:252
857
- msgid "print isn't supported"
858
- msgstr ""
859
-
860
- #: ../lib/rabbit/renderer/base.rb:385
861
- msgid "%s does not support: %s"
862
- msgstr ""
863
-
864
- #: ../lib/rabbit/renderer/print/cairo.rb:130
865
- msgid "can't find printer for %s"
866
- msgstr ""
867
-
868
- #: ../lib/rabbit/stock.rb:17 ../lib/rabbit/theme/rabbit/property.rb:2
869
- msgid "Rabbit"
870
- msgstr ""
871
-
872
- #: ../lib/rabbit/action/radio.rb:27 ../lib/rabbit/action/toggle.rb:12
873
- msgid "Whiteout"
874
- msgstr ""
875
-
876
- #: ../lib/rabbit/action/radio.rb:32 ../lib/rabbit/action/toggle.rb:23
877
- msgid "Blackout"
780
+ #: ../lib/rabbit/image/pdf.rb:58
781
+ msgid "%s page doesn't exist in PDF"
878
782
  msgstr ""
879
783
 
880
- #: ../lib/rabbit/action/radio.rb:48 ../lib/rabbit/theme/show-frame/property.rb:1
881
- msgid "Debug"
784
+ #: ../lib/rabbit/html/generator.rb:50
785
+ msgid "Creating a image for the %dth page"
882
786
  msgstr ""
883
787
 
884
- #: ../lib/rabbit/action/radio.rb:53
885
- msgid "Info"
788
+ #: ../lib/rabbit/html/generator.rb:63
789
+ msgid "can't generate RSS"
886
790
  msgstr ""
887
791
 
888
- #: ../lib/rabbit/action/radio.rb:58
889
- msgid "Warning"
792
+ #: ../lib/rabbit/html/generator.rb:391
793
+ msgid "Slide"
890
794
  msgstr ""
891
795
 
892
- #: ../lib/rabbit/action/radio.rb:63
893
- msgid "Error"
796
+ #: ../lib/rabbit/html/generator.rb:393
797
+ #: ../lib/rabbit/element/index-slide.rb:103
798
+ msgid "Index"
894
799
  msgstr ""
895
800
 
896
- #: ../lib/rabbit/action/radio.rb:68
897
- msgid "Fatal"
801
+ #: ../lib/rabbit/html/generator.rb:400
802
+ #: ../lib/rabbit/theme/pdf/property.rb:2
803
+ msgid "PDF"
898
804
  msgstr ""
899
805
 
900
- #: ../lib/rabbit/action/radio.rb:73
901
- msgid "Unknown"
806
+ #: ../lib/rabbit/parser.rb:14
807
+ msgid "unsupported format. (supported: %s)"
902
808
  msgstr ""
903
809
 
904
810
  #: ../lib/rabbit/action/basic.rb:8
@@ -1029,6 +935,14 @@ msgstr ""
1029
935
  msgid "Log Level"
1030
936
  msgstr ""
1031
937
 
938
+ #: ../lib/rabbit/action/toggle.rb:12 ../lib/rabbit/action/radio.rb:27
939
+ msgid "Whiteout"
940
+ msgstr ""
941
+
942
+ #: ../lib/rabbit/action/toggle.rb:23 ../lib/rabbit/action/radio.rb:32
943
+ msgid "Blackout"
944
+ msgstr ""
945
+
1032
946
  #: ../lib/rabbit/action/toggle.rb:30
1033
947
  msgid "Index mode"
1034
948
  msgstr ""
@@ -1053,413 +967,507 @@ msgstr ""
1053
967
  msgid "Magnifier"
1054
968
  msgstr ""
1055
969
 
1056
- #: ../lib/rabbit/logger/gui.rb:72
1057
- msgid "Rabbit Error Dialog"
970
+ #: ../lib/rabbit/action/radio.rb:48
971
+ #: ../lib/rabbit/theme/show-frame/property.rb:1
972
+ msgid "Debug"
1058
973
  msgstr ""
1059
974
 
1060
- #: ../lib/rabbit/logger/stderr.rb:16
1061
- msgid "can't convert to current locale from UTF-8: %s"
975
+ #: ../lib/rabbit/action/radio.rb:53
976
+ msgid "Info"
1062
977
  msgstr ""
1063
978
 
1064
- #: ../lib/rabbit/logger/base.rb:35
1065
- msgid "DEBUG"
979
+ #: ../lib/rabbit/action/radio.rb:58
980
+ msgid "Warning"
1066
981
  msgstr ""
1067
982
 
1068
- #: ../lib/rabbit/logger/base.rb:36
1069
- msgid "INFO"
983
+ #: ../lib/rabbit/action/radio.rb:63
984
+ msgid "Error"
1070
985
  msgstr ""
1071
986
 
1072
- #: ../lib/rabbit/logger/base.rb:37
1073
- msgid "WARNING"
987
+ #: ../lib/rabbit/action/radio.rb:68
988
+ msgid "Fatal"
1074
989
  msgstr ""
1075
990
 
1076
- #: ../lib/rabbit/logger/base.rb:38
1077
- msgid "ERROR"
991
+ #: ../lib/rabbit/action/radio.rb:73
992
+ msgid "Unknown"
1078
993
  msgstr ""
1079
994
 
1080
- #: ../lib/rabbit/logger/base.rb:39
1081
- msgid "FATAL"
995
+ #: ../lib/rabbit/theme-configuration.rb:48
996
+ #: ../lib/rabbit/slide-configuration.rb:50
997
+ msgid "Failed to read slide configuration: %s: %s"
1082
998
  msgstr ""
1083
999
 
1084
- #: ../lib/rabbit/logger/base.rb:40
1085
- msgid "UNKNOWN"
1000
+ #: ../lib/rabbit/theme-configuration.rb:58
1001
+ #: ../lib/rabbit/slide-configuration.rb:60
1002
+ msgid "Failed to write slide configuration: %s: %s"
1086
1003
  msgstr ""
1087
1004
 
1088
- #: ../lib/rabbit/info-window.rb:98
1089
- msgid "%s: Information window"
1005
+ #: ../lib/rabbit/gem-finder.rb:46
1006
+ msgid "Installing gem: %s"
1090
1007
  msgstr ""
1091
1008
 
1092
- #: ../lib/rabbit/info-window.rb:224
1093
- msgid "unlimited"
1009
+ #: ../lib/rabbit/gem-finder.rb:49
1010
+ msgid "Installing gem in user install mode: %s"
1094
1011
  msgstr ""
1095
1012
 
1096
- #: ../lib/rabbit/task/theme.rb:92
1097
- msgid "Show theme benchmark slide with this theme"
1013
+ #: ../lib/rabbit/stock.rb:17 ../lib/rabbit/theme/rabbit/property.rb:2
1014
+ msgid "Rabbit"
1098
1015
  msgstr ""
1099
1016
 
1100
- #: ../lib/rabbit/task/theme.rb:104 ../lib/rabbit/task/slide.rb:107
1101
- msgid "Create gem: %{gem_path}"
1017
+ #: ../lib/rabbit/menu.rb:61
1018
+ msgid "Jump to the %dth slide"
1102
1019
  msgstr ""
1103
1020
 
1104
- #: ../lib/rabbit/task/theme.rb:116 ../lib/rabbit/task/slide.rb:119
1105
- msgid "Write %{item} in %{where}: %{content}"
1021
+ #: ../lib/rabbit/console.rb:114
1022
+ msgid "Usage: %s [options]"
1106
1023
  msgstr ""
1107
1024
 
1108
- #: ../lib/rabbit/task/theme.rb:136
1109
- msgid "Generate all PDFs"
1025
+ #: ../lib/rabbit/console.rb:129
1026
+ msgid "Common options"
1110
1027
  msgstr ""
1111
1028
 
1112
- #: ../lib/rabbit/task/theme.rb:154 ../lib/rabbit/task/slide.rb:145
1113
- msgid "Generate PDF: %{pdf_path}"
1029
+ #: ../lib/rabbit/console.rb:139
1030
+ msgid "Load options from FILE."
1114
1031
  msgstr ""
1115
1032
 
1116
- #: ../lib/rabbit/task/theme.rb:162
1117
- msgid "Publish the theme to all available targets"
1033
+ #: ../lib/rabbit/console.rb:140
1034
+ msgid "(none)"
1118
1035
  msgstr ""
1119
1036
 
1120
- #: ../lib/rabbit/task/theme.rb:168
1121
- msgid "Publish the theme to %s"
1037
+ #: ../lib/rabbit/console.rb:149
1038
+ msgid "Specify locale dir as [DIR]."
1122
1039
  msgstr ""
1123
1040
 
1124
- #: ../lib/rabbit/task/slide.rb:91
1125
- msgid "To run rabbit, create '%{options_path}'!"
1041
+ #: ../lib/rabbit/console.rb:164
1042
+ msgid "Specify logger type as [TYPE]."
1126
1043
  msgstr ""
1127
1044
 
1128
- #: ../lib/rabbit/task/slide.rb:95
1129
- msgid "Show slide"
1045
+ #: ../lib/rabbit/console.rb:181
1046
+ msgid "Specify log level as [LEVEL]."
1130
1047
  msgstr ""
1131
1048
 
1132
- #: ../lib/rabbit/task/slide.rb:150
1133
- msgid "Publish the slide to all available targets"
1049
+ #: ../lib/rabbit/console.rb:191
1050
+ msgid "Show this message."
1134
1051
  msgstr ""
1135
1052
 
1136
- #: ../lib/rabbit/task/slide.rb:174 ../lib/rabbit/task/slide.rb:182 ../lib/rabbit/task/slide.rb:205
1137
- msgid "Publish the slide to %s"
1053
+ #: ../lib/rabbit/console.rb:195
1054
+ msgid "Show version."
1138
1055
  msgstr ""
1139
1056
 
1140
- #: ../lib/rabbit/task/slide.rb:194
1141
- msgid "Uploaded successfully!"
1057
+ #: ../lib/rabbit/theme/slide-show/property.rb:1
1058
+ #: ../lib/rabbit/theme/clock/property.rb:1
1059
+ #: ../lib/rabbit/theme/timer/property.rb:1
1060
+ #: ../lib/rabbit/theme/image-timer/property.rb:1
1061
+ msgid "Time"
1142
1062
  msgstr ""
1143
1063
 
1144
- #: ../lib/rabbit/task/slide.rb:195
1145
- msgid "See %s"
1064
+ #: ../lib/rabbit/theme/slide-show/property.rb:2
1065
+ msgid "Slide Show"
1146
1066
  msgstr ""
1147
1067
 
1148
- #: ../lib/rabbit/author-configuration.rb:42
1149
- msgid "Failed to read author configuration: %s: %s"
1068
+ #: ../lib/rabbit/theme/slide-show/property.rb:3
1069
+ msgid "Toolkit to do slide show"
1150
1070
  msgstr ""
1151
1071
 
1152
- #: ../lib/rabbit/author-configuration.rb:52
1153
- msgid "Failed to write author configuration: %s: %s"
1072
+ #: ../lib/rabbit/theme/slide-show/property.rb:4
1073
+ msgid "Move to the next slide automatically."
1154
1074
  msgstr ""
1155
1075
 
1156
- #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:1 ../lib/rabbit/theme/default-foot-text/property.rb:1
1157
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:1 ../lib/rabbit/theme/title-slide-background-image/property.rb:1
1158
- #: ../lib/rabbit/theme/default-item-mark-setup/property.rb:1 ../lib/rabbit/theme/color-circle-description/property.rb:1
1159
- #: ../lib/rabbit/theme/color-circle-item-mark/property.rb:1 ../lib/rabbit/theme/slide-logo/property.rb:1
1160
- #: ../lib/rabbit/theme/rabbit-icon/property.rb:1 ../lib/rabbit/theme/slide-background-image/property.rb:1
1161
- #: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:1 ../lib/rabbit/theme/title-background-image/property.rb:1
1162
- #: ../lib/rabbit/theme/color-circle/property.rb:1 ../lib/rabbit/theme/base/property.rb:1
1163
- #: ../lib/rabbit/theme/icon/property.rb:1 ../lib/rabbit/theme/powered-by/property.rb:1
1164
- #: ../lib/rabbit/theme/rabbit-powered-by/property.rb:1 ../lib/rabbit/theme/rabbit-headline-logo/property.rb:1
1165
- #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:1 ../lib/rabbit/theme/default-title-slide/property.rb:1
1166
- #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:1 ../lib/rabbit/theme/default-comment/property.rb:1
1167
- #: ../lib/rabbit/theme/ruby-gnome2-slide/property.rb:1 ../lib/rabbit/theme/tag/property.rb:1
1168
- #: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:1 ../lib/rabbit/theme/simple-item-mark/property.rb:1
1169
- #: ../lib/rabbit/theme/default-text/property.rb:1 ../lib/rabbit/theme/default-item-mark/property.rb:1
1170
- #: ../lib/rabbit/theme/default-method-list/property.rb:1 ../lib/rabbit/theme/syntax-highlighting/property.rb:1
1171
- #: ../lib/rabbit/theme/image/property.rb:1 ../lib/rabbit/theme/color-circle-text/property.rb:1
1172
- #: ../lib/rabbit/theme/color-circle-title-text/property.rb:1 ../lib/rabbit/theme/default-slide/property.rb:1
1173
- #: ../lib/rabbit/theme/per-slide-background-color/property.rb:1 ../lib/rabbit/theme/default-preformatted/property.rb:1
1174
- #: ../lib/rabbit/theme/title-logo/property.rb:1 ../lib/rabbit/theme/slide-header-info/property.rb:1
1175
- #: ../lib/rabbit/theme/image-slide-number/property.rb:1 ../lib/rabbit/theme/edge-info-toolkit/property.rb:1
1176
- #: ../lib/rabbit/theme/lightning-talk-toolkit/property.rb:1 ../lib/rabbit/theme/headline-logo/property.rb:1
1177
- #: ../lib/rabbit/theme/title-background-color/property.rb:1 ../lib/rabbit/theme/color-circle-foot-text/property.rb:1
1178
- #: ../lib/rabbit/theme/per-slide-background-image/property.rb:1 ../lib/rabbit/theme/title-on-image-toolkit/property.rb:1
1179
- #: ../lib/rabbit/theme/color-circle-method-list/property.rb:1 ../lib/rabbit/theme/slide-number/property.rb:1
1180
- #: ../lib/rabbit/theme/footer-logo/property.rb:1 ../lib/rabbit/theme/default-description/property.rb:1
1181
- #: ../lib/rabbit/theme/color-circle-preformatted/property.rb:1 ../lib/rabbit/theme/rabbit-block-quote/property.rb:1
1182
- #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:1 ../lib/rabbit/theme/color-circle-slide/property.rb:1
1183
- #: ../lib/rabbit/theme/title-shadow/property.rb:1 ../lib/rabbit/theme/default-block-quote/property.rb:1
1184
- #: ../lib/rabbit/theme/color-circle-common/property.rb:1 ../lib/rabbit/theme/table/property.rb:1
1185
- #: ../lib/rabbit/theme/default-title-text/property.rb:1 ../lib/rabbit/theme/color-circle-title-slide/property.rb:1
1186
- #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:1 ../lib/rabbit/theme/ruby-gnome2-description/property.rb:1
1187
- #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:1 ../lib/rabbit/theme/emphasize-keyword/property.rb:1
1188
- #: ../lib/rabbit/theme/default-icon/property.rb:1 ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:1
1189
- msgid "Toolkit"
1076
+ #: ../lib/rabbit/theme/lightning-simple/property.rb:2
1077
+ msgid "LightningTalk-Simple"
1190
1078
  msgstr ""
1191
1079
 
1192
- #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:2
1193
- msgid "RabbitTitleLogo"
1080
+ #: ../lib/rabbit/theme/lightning-simple/property.rb:3
1081
+ msgid "Lightning Talk theme simple version"
1194
1082
  msgstr ""
1195
1083
 
1196
- #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:3
1197
- msgid "Toolkit to display Lavie as a logo in the title slide"
1084
+ #: ../lib/rabbit/theme/auto-slide/auto-slide.rb:1
1085
+ #: ../lib/rabbit/theme/applier.rb:604
1086
+ #: ../lib/rabbit/theme/slide-background/slide-background.rb:1
1087
+ msgid "%s is deprecated. Use %s instead."
1198
1088
  msgstr ""
1199
1089
 
1200
- #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:4
1201
- msgid "Displays Lavie as a logo in the title slide."
1090
+ #: ../lib/rabbit/theme/auto-slide/property.rb:1
1091
+ #: ../lib/rabbit/theme/slide-background/property.rb:1
1092
+ msgid "Backward compatibility"
1202
1093
  msgstr ""
1203
1094
 
1204
- #: ../lib/rabbit/theme/newline-in-title/property.rb:1 ../lib/rabbit/theme/newline-in-slides/property.rb:1
1205
- msgid "Convenience"
1095
+ #: ../lib/rabbit/theme/auto-slide/property.rb:2
1096
+ msgid "Auto Slide"
1206
1097
  msgstr ""
1207
1098
 
1208
- #: ../lib/rabbit/theme/newline-in-title/property.rb:2
1209
- msgid "Newline in Title"
1099
+ #: ../lib/rabbit/theme/auto-slide/property.rb:3
1100
+ msgid "Backward compatibility theme for ((<slide-show>))"
1210
1101
  msgstr ""
1211
1102
 
1212
- #: ../lib/rabbit/theme/newline-in-title/property.rb:3 ../lib/rabbit/theme/newline-in-slides/property.rb:3
1213
- msgid "Convenience '\\n' newline notation."
1103
+ #: ../lib/rabbit/theme/auto-slide/property.rb:4
1104
+ msgid "See ((<slide-show>))"
1214
1105
  msgstr ""
1215
1106
 
1216
- #: ../lib/rabbit/theme/newline-in-title/property.rb:4
1217
- msgid "Enable '\\n' notation to insert newline in title."
1107
+ #: ../lib/rabbit/theme/title-on-image-toolkit/property.rb:1
1108
+ #: ../lib/rabbit/theme/default-preformatted/property.rb:1
1109
+ #: ../lib/rabbit/theme/edge-info-toolkit/property.rb:1
1110
+ #: ../lib/rabbit/theme/tag/property.rb:1
1111
+ #: ../lib/rabbit/theme/default-title-text/property.rb:1
1112
+ #: ../lib/rabbit/theme/default-item-mark-setup/property.rb:1
1113
+ #: ../lib/rabbit/theme/default-title-slide/property.rb:1
1114
+ #: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:1
1115
+ #: ../lib/rabbit/theme/title-logo/property.rb:1
1116
+ #: ../lib/rabbit/theme/syntax-highlighting/property.rb:1
1117
+ #: ../lib/rabbit/theme/image/property.rb:1
1118
+ #: ../lib/rabbit/theme/default-foot-text/property.rb:1
1119
+ #: ../lib/rabbit/theme/default-text/property.rb:1
1120
+ #: ../lib/rabbit/theme/table/property.rb:1
1121
+ #: ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:1
1122
+ #: ../lib/rabbit/theme/color-circle-slide/property.rb:1
1123
+ #: ../lib/rabbit/theme/base/property.rb:1
1124
+ #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:1
1125
+ #: ../lib/rabbit/theme/default-block-quote/property.rb:1
1126
+ #: ../lib/rabbit/theme/color-circle-common/property.rb:1
1127
+ #: ../lib/rabbit/theme/emphasize-keyword/property.rb:1
1128
+ #: ../lib/rabbit/theme/rabbit-powered-by/property.rb:1
1129
+ #: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:1
1130
+ #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:1
1131
+ #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:1
1132
+ #: ../lib/rabbit/theme/color-circle-title-text/property.rb:1
1133
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:1
1134
+ #: ../lib/rabbit/theme/default-description/property.rb:1
1135
+ #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:1
1136
+ #: ../lib/rabbit/theme/color-circle-title-slide/property.rb:1
1137
+ #: ../lib/rabbit/theme/color-circle-description/property.rb:1
1138
+ #: ../lib/rabbit/theme/default-icon/property.rb:1
1139
+ #: ../lib/rabbit/theme/color-circle-foot-text/property.rb:1
1140
+ #: ../lib/rabbit/theme/default-item-mark/property.rb:1
1141
+ #: ../lib/rabbit/theme/per-slide-background-image/property.rb:1
1142
+ #: ../lib/rabbit/theme/color-circle/property.rb:1
1143
+ #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:1
1144
+ #: ../lib/rabbit/theme/color-circle-method-list/property.rb:1
1145
+ #: ../lib/rabbit/theme/ruby-gnome2-slide/property.rb:1
1146
+ #: ../lib/rabbit/theme/slide-background-image/property.rb:1
1147
+ #: ../lib/rabbit/theme/default-comment/property.rb:1
1148
+ #: ../lib/rabbit/theme/slide-number/property.rb:1
1149
+ #: ../lib/rabbit/theme/icon/property.rb:1
1150
+ #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:1
1151
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:1
1152
+ #: ../lib/rabbit/theme/title-background-color/property.rb:1
1153
+ #: ../lib/rabbit/theme/footer-logo/property.rb:1
1154
+ #: ../lib/rabbit/theme/powered-by/property.rb:1
1155
+ #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:1
1156
+ #: ../lib/rabbit/theme/image-slide-number/property.rb:1
1157
+ #: ../lib/rabbit/theme/default-method-list/property.rb:1
1158
+ #: ../lib/rabbit/theme/simple-item-mark/property.rb:1
1159
+ #: ../lib/rabbit/theme/rabbit-block-quote/property.rb:1
1160
+ #: ../lib/rabbit/theme/slide-logo/property.rb:1
1161
+ #: ../lib/rabbit/theme/title-background-image/property.rb:1
1162
+ #: ../lib/rabbit/theme/rabbit-icon/property.rb:1
1163
+ #: ../lib/rabbit/theme/color-circle-text/property.rb:1
1164
+ #: ../lib/rabbit/theme/default-slide/property.rb:1
1165
+ #: ../lib/rabbit/theme/color-circle-item-mark/property.rb:1
1166
+ #: ../lib/rabbit/theme/title-slide-background-image/property.rb:1
1167
+ #: ../lib/rabbit/theme/lightning-talk-toolkit/property.rb:1
1168
+ #: ../lib/rabbit/theme/color-circle-preformatted/property.rb:1
1169
+ #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:1
1170
+ #: ../lib/rabbit/theme/title-shadow/property.rb:1
1171
+ #: ../lib/rabbit/theme/per-slide-background-color/property.rb:1
1172
+ #: ../lib/rabbit/theme/headline-logo/property.rb:1
1173
+ msgid "Toolkit"
1218
1174
  msgstr ""
1219
1175
 
1220
- #: ../lib/rabbit/theme/default-foot-text/property.rb:2
1221
- msgid "Default Foot Text"
1176
+ #: ../lib/rabbit/theme/title-on-image-toolkit/property.rb:2
1177
+ msgid "Title on Image Toolkit"
1222
1178
  msgstr ""
1223
1179
 
1224
- #: ../lib/rabbit/theme/default-foot-text/property.rb:3
1225
- msgid "Displays foot text at the footer of slide."
1180
+ #: ../lib/rabbit/theme/title-on-image-toolkit/property.rb:3
1181
+ msgid "Displays title on image"
1226
1182
  msgstr ""
1227
1183
 
1228
- #: ../lib/rabbit/theme/dark-gradation/property.rb:2
1229
- msgid "Dark Gradation"
1184
+ #: ../lib/rabbit/theme/cozmixng/property.rb:2
1185
+ msgid "COZMIXNG"
1230
1186
  msgstr ""
1231
1187
 
1232
- #: ../lib/rabbit/theme/dark-gradation/property.rb:3
1233
- msgid "Dark Gradation background theme"
1188
+ #: ../lib/rabbit/theme/cozmixng/property.rb:3
1189
+ msgid "COZMIXNG theme"
1234
1190
  msgstr ""
1235
1191
 
1236
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:2 ../lib/rabbit/theme/slide-header-info/property.rb:2
1237
- msgid "Slide Footer Info"
1192
+ #: ../lib/rabbit/theme/default-preformatted/property.rb:2
1193
+ msgid "Default Preformatted"
1238
1194
  msgstr ""
1239
1195
 
1240
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:3
1241
- msgid "Toolkit to display information at the footer"
1196
+ #: ../lib/rabbit/theme/default-preformatted/property.rb:3
1197
+ msgid "Displays preformatted text with frame."
1242
1198
  msgstr ""
1243
1199
 
1244
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:4
1245
- msgid "Displays information with a line at the footer of slides."
1200
+ #: ../lib/rabbit/theme/edge-info-toolkit/property.rb:2
1201
+ msgid "Edge Info Toolkit"
1246
1202
  msgstr ""
1247
1203
 
1248
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:8 ../lib/rabbit/theme/slide-header-info/property.rb:8
1249
- msgid "Line color."
1204
+ #: ../lib/rabbit/theme/edge-info-toolkit/property.rb:3
1205
+ msgid "Displays information with line at the edge of slide."
1250
1206
  msgstr ""
1251
1207
 
1252
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:12 ../lib/rabbit/theme/slide-header-info/property.rb:12
1253
- msgid "Line width."
1208
+ #: ../lib/rabbit/theme/newline-in-title/property.rb:1
1209
+ #: ../lib/rabbit/theme/newline-in-slides/property.rb:1
1210
+ msgid "Convenience"
1254
1211
  msgstr ""
1255
1212
 
1256
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:15 ../lib/rabbit/theme/slide-header-info/property.rb:15
1257
- msgid "white <-> black gradation"
1213
+ #: ../lib/rabbit/theme/newline-in-title/property.rb:2
1214
+ msgid "Newline in Title"
1258
1215
  msgstr ""
1259
1216
 
1260
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:16
1261
- msgid "Line fill pattern. @slide_footer_info_line_color is ignored if this parameter is specified."
1217
+ #: ../lib/rabbit/theme/newline-in-title/property.rb:3
1218
+ #: ../lib/rabbit/theme/newline-in-slides/property.rb:3
1219
+ msgid "Convenience '\\n' newline notation."
1262
1220
  msgstr ""
1263
1221
 
1264
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:21 ../lib/rabbit/theme/slide-header-info/property.rb:21
1265
- msgid "Text size."
1222
+ #: ../lib/rabbit/theme/newline-in-title/property.rb:4
1223
+ msgid "Enable '\\n' notation to insert newline in title."
1266
1224
  msgstr ""
1267
1225
 
1268
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:25 ../lib/rabbit/theme/slide-header-info/property.rb:25
1269
- msgid "x-axis margin."
1226
+ #: ../lib/rabbit/theme/tag/property.rb:2
1227
+ msgid "Tag"
1270
1228
  msgstr ""
1271
1229
 
1272
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:29 ../lib/rabbit/theme/slide-header-info/property.rb:29
1273
- msgid "Text color."
1230
+ #: ../lib/rabbit/theme/tag/property.rb:3
1231
+ msgid "Toolkit to apply custom tag"
1274
1232
  msgstr ""
1275
1233
 
1276
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:33 ../lib/rabbit/theme/slide-header-info/property.rb:33
1277
- msgid "Whether show a text over line or not."
1234
+ #: ../lib/rabbit/theme/tag/property.rb:4
1235
+ msgid "Applies custom tag style."
1278
1236
  msgstr ""
1279
1237
 
1280
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:37 ../lib/rabbit/theme/slide-header-info/property.rb:37
1281
- msgid "Base y-axis position to stroke line."
1238
+ #: ../lib/rabbit/theme/scroll-effect/property.rb:1
1239
+ #: ../lib/rabbit/theme/rotate-zoom-effect/property.rb:1
1240
+ #: ../lib/rabbit/theme/mirror-effect/property.rb:1
1241
+ msgid "Effect"
1282
1242
  msgstr ""
1283
1243
 
1284
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:41 ../lib/rabbit/theme/slide-logo/property.rb:24
1285
- #: ../lib/rabbit/theme/slide-header-info/property.rb:41 ../lib/rabbit/theme/footer-logo/property.rb:24
1286
- msgid "Whether uninstall this theme or not."
1244
+ #: ../lib/rabbit/theme/scroll-effect/property.rb:2
1245
+ msgid "Scroll Effect"
1287
1246
  msgstr ""
1288
1247
 
1289
- #: ../lib/rabbit/theme/entry.rb:108
1290
- msgid "Etc"
1248
+ #: ../lib/rabbit/theme/scroll-effect/property.rb:3
1249
+ msgid "Provide scroll_effect method that scrolls content."
1291
1250
  msgstr ""
1292
1251
 
1293
- #: ../lib/rabbit/theme/show-frame/property.rb:2
1294
- msgid "ShowFrame"
1252
+ #: ../lib/rabbit/theme/default-title-text/property.rb:2
1253
+ msgid "Default Title Text"
1295
1254
  msgstr ""
1296
1255
 
1297
- #: ../lib/rabbit/theme/show-frame/property.rb:3
1298
- msgid "Debug toolkit to show element frames"
1256
+ #: ../lib/rabbit/theme/default-title-text/property.rb:3
1257
+ msgid "Sets default title text style up."
1299
1258
  msgstr ""
1300
1259
 
1301
- #: ../lib/rabbit/theme/show-frame/property.rb:4
1302
- msgid "Show element frames useful for debug."
1260
+ #: ../lib/rabbit/theme/blue-bar/property.rb:2
1261
+ msgid "Blue Bar"
1303
1262
  msgstr ""
1304
1263
 
1305
- #: ../lib/rabbit/theme/show-frame/property.rb:8
1306
- msgid "Frame color."
1264
+ #: ../lib/rabbit/theme/blue-bar/property.rb:3
1265
+ msgid "Blue bar theme"
1307
1266
  msgstr ""
1308
1267
 
1309
- #: ../lib/rabbit/theme/show-frame/property.rb:12 ../lib/rabbit/theme/clock/property.rb:17
1310
- #: ../lib/rabbit/theme/title-logo/property.rb:19 ../lib/rabbit/theme/image-slide-number/property.rb:60
1311
- #: ../lib/rabbit/theme/slide-number/property.rb:17
1312
- msgid "Whether uninstalling this toolkit or not. This option is useful for cases you do not want to make the toolkit work for certain slides."
1268
+ #:
1269
+ #: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:31
1270
+ msgid "unknown item mark type: %s\\nRectangle type is used as fallback"
1313
1271
  msgstr ""
1314
1272
 
1315
- #: ../lib/rabbit/theme/debian/property.rb:2
1316
- msgid "Debian Theme"
1273
+ #:
1274
+ #: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:81
1275
+ msgid "unknown enumeration item mark type: %s\\nNumeric type is used as fallback"
1317
1276
  msgstr ""
1318
1277
 
1319
- #: ../lib/rabbit/theme/debian/property.rb:3
1320
- msgid "Debian GNU/Linux Theme"
1278
+ #: ../lib/rabbit/theme/default-item-mark-setup/property.rb:2
1279
+ msgid "Default Item Mark Setup"
1321
1280
  msgstr ""
1322
1281
 
1323
- #: ../lib/rabbit/theme/title-slide-background-image/property.rb:2
1324
- msgid "TitleSlideBackgroundImage"
1282
+ #: ../lib/rabbit/theme/default-item-mark-setup/property.rb:3
1283
+ msgid "Provides methods to set item mark style up."
1325
1284
  msgstr ""
1326
1285
 
1327
- #: ../lib/rabbit/theme/title-slide-background-image/property.rb:3 ../lib/rabbit/theme/title-background-image/property.rb:3
1328
- msgid "Toolkit to display an image as a background of the title slide"
1286
+ #: ../lib/rabbit/theme/default-title-slide/property.rb:2
1287
+ msgid "DefaultTitleSlide"
1329
1288
  msgstr ""
1330
1289
 
1331
- #: ../lib/rabbit/theme/title-slide-background-image/property.rb:4 ../lib/rabbit/theme/title-background-image/property.rb:5
1332
- msgid "Displays an image as a background of the title slide."
1290
+ #: ../lib/rabbit/theme/default-title-slide/property.rb:3
1291
+ msgid "Toolkit to locate objects in the title slide in a simple way"
1333
1292
  msgstr ""
1334
1293
 
1335
- #: ../lib/rabbit/theme/title-slide-background-image/property.rb:7 ../lib/rabbit/theme/slide-logo/property.rb:7
1336
- #: ../lib/rabbit/theme/slide-background-image/property.rb:7 ../lib/rabbit/theme/title-background-image/property.rb:8
1337
- #: ../lib/rabbit/theme/title-logo/property.rb:7 ../lib/rabbit/theme/headline-logo/property.rb:7
1338
- #: ../lib/rabbit/theme/title-background-color/property.rb:7 ../lib/rabbit/theme/footer-logo/property.rb:7
1339
- msgid "(Must be specified.)"
1294
+ #: ../lib/rabbit/theme/default-title-slide/property.rb:4
1295
+ msgid "Locates objects in the title slide simply by centering them and by making configuration for margins around them a little."
1340
1296
  msgstr ""
1341
1297
 
1342
- #: ../lib/rabbit/theme/title-slide-background-image/property.rb:8 ../lib/rabbit/theme/slide-logo/property.rb:8
1343
- #: ../lib/rabbit/theme/slide-background-image/property.rb:8 ../lib/rabbit/theme/title-background-image/property.rb:9
1344
- #: ../lib/rabbit/theme/icon/property.rb:22 ../lib/rabbit/theme/title-logo/property.rb:8
1345
- #: ../lib/rabbit/theme/headline-logo/property.rb:8 ../lib/rabbit/theme/footer-logo/property.rb:8
1346
- msgid "Image file name."
1298
+ #: ../lib/rabbit/theme/lightning-clear-blue/property.rb:2
1299
+ msgid "Lightning Clear Blue"
1347
1300
  msgstr ""
1348
1301
 
1349
- #: ../lib/rabbit/theme/cozmixng/property.rb:2
1350
- msgid "COZMIXNG"
1302
+ #: ../lib/rabbit/theme/lightning-clear-blue/property.rb:3
1303
+ msgid "Clear blue theme with Lightning Talk theme"
1351
1304
  msgstr ""
1352
1305
 
1353
- #: ../lib/rabbit/theme/cozmixng/property.rb:3
1354
- msgid "COZMIXNG theme"
1306
+ #: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:2
1307
+ msgid "Ruby-GNOME2 Preformatted"
1355
1308
  msgstr ""
1356
1309
 
1357
- #: ../lib/rabbit/theme/default-item-mark-setup/property.rb:2
1358
- msgid "Default Item Mark Setup"
1310
+ #: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:3
1311
+ msgid "Displays preformatted text with Ruby-GNOME2 style."
1359
1312
  msgstr ""
1360
1313
 
1361
- #: ../lib/rabbit/theme/default-item-mark-setup/property.rb:3
1362
- msgid "Provides methods to set item mark style up."
1314
+ #: ../lib/rabbit/theme/title-logo/title-logo.rb:4
1315
+ #: ../lib/rabbit/theme/slide-logo/slide-logo.rb:4
1316
+ msgid "must specify %s!!!"
1363
1317
  msgstr ""
1364
1318
 
1365
- #: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:31
1366
- msgid "unknown item mark type: %s\\nRectangle type is used as fallback"
1319
+ #: ../lib/rabbit/theme/title-logo/property.rb:2
1320
+ msgid "TitleLogo"
1367
1321
  msgstr ""
1368
1322
 
1369
- #: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:81
1370
- msgid "unknown enumeration item mark type: %s\\nNumeric type is used as fallback"
1323
+ #: ../lib/rabbit/theme/title-logo/property.rb:3
1324
+ msgid "Toolkit to display an image as a logo in the title slide"
1371
1325
  msgstr ""
1372
1326
 
1373
- #: ../lib/rabbit/theme/color-circle-description/property.rb:2
1374
- msgid "Color Circle Description"
1327
+ #: ../lib/rabbit/theme/title-logo/property.rb:4
1328
+ msgid "Displays an image as a logo in the title slide."
1375
1329
  msgstr ""
1376
1330
 
1377
- #: ../lib/rabbit/theme/color-circle-description/property.rb:3
1378
- msgid "Toolkit to set ((<color-circle>)) theme's description-list style up."
1331
+ #: ../lib/rabbit/theme/title-logo/property.rb:7
1332
+ #: ../lib/rabbit/theme/slide-background-image/property.rb:7
1333
+ #: ../lib/rabbit/theme/title-background-color/property.rb:7
1334
+ #: ../lib/rabbit/theme/footer-logo/property.rb:7
1335
+ #: ../lib/rabbit/theme/slide-logo/property.rb:7
1336
+ #: ../lib/rabbit/theme/title-background-image/property.rb:8
1337
+ #: ../lib/rabbit/theme/title-slide-background-image/property.rb:7
1338
+ #: ../lib/rabbit/theme/headline-logo/property.rb:7
1339
+ msgid "(Must be specified.)"
1379
1340
  msgstr ""
1380
1341
 
1381
- #: ../lib/rabbit/theme/lightning-monochrome/property.rb:2
1382
- msgid "LightningTalk-Monochrome"
1342
+ #: ../lib/rabbit/theme/title-logo/property.rb:8
1343
+ #: ../lib/rabbit/theme/slide-background-image/property.rb:8
1344
+ #: ../lib/rabbit/theme/icon/property.rb:22
1345
+ #: ../lib/rabbit/theme/footer-logo/property.rb:8
1346
+ #: ../lib/rabbit/theme/slide-logo/property.rb:8
1347
+ #: ../lib/rabbit/theme/title-background-image/property.rb:9
1348
+ #: ../lib/rabbit/theme/title-slide-background-image/property.rb:8
1349
+ #: ../lib/rabbit/theme/headline-logo/property.rb:8
1350
+ msgid "Image file name."
1383
1351
  msgstr ""
1384
1352
 
1385
- #: ../lib/rabbit/theme/lightning-monochrome/property.rb:3
1386
- msgid "Lightning Talk theme monochrome version"
1353
+ #: ../lib/rabbit/theme/title-logo/property.rb:12
1354
+ msgid "Position of the logo. The logo will be set at the upper-right corner when '(({:right}))', and at the upper-left corner when '(({:left}))'."
1387
1355
  msgstr ""
1388
1356
 
1389
- #: ../lib/rabbit/theme/color-circle-item-mark/property.rb:2
1390
- msgid "Color Circle Item Mark"
1357
+ #: ../lib/rabbit/theme/title-logo/property.rb:19
1358
+ #: ../lib/rabbit/theme/clock/property.rb:17
1359
+ #: ../lib/rabbit/theme/slide-number/property.rb:17
1360
+ #: ../lib/rabbit/theme/image-slide-number/property.rb:60
1361
+ #: ../lib/rabbit/theme/show-frame/property.rb:12
1362
+ msgid "Whether uninstalling this toolkit or not. This option is useful for cases you do not want to make the toolkit work for certain slides."
1391
1363
  msgstr ""
1392
1364
 
1393
- #: ../lib/rabbit/theme/color-circle-item-mark/property.rb:3
1394
- msgid "Toolkit to set ((<color-circle>)) theme's item marks style up."
1365
+ #: ../lib/rabbit/theme/syntax-highlighting/property.rb:2
1366
+ msgid "Syntax Highlighting"
1395
1367
  msgstr ""
1396
1368
 
1397
- #: ../lib/rabbit/theme/slide-logo/property.rb:2
1398
- msgid "Slide Logo"
1369
+ #: ../lib/rabbit/theme/syntax-highlighting/property.rb:3
1370
+ msgid "Toolkit for syntax highlighting"
1399
1371
  msgstr ""
1400
1372
 
1401
- #: ../lib/rabbit/theme/slide-logo/property.rb:3
1402
- msgid "Toolkit to display an image as logo at the top"
1373
+ #: ../lib/rabbit/theme/syntax-highlighting/property.rb:4
1374
+ msgid "Applies syntax highlighting style."
1403
1375
  msgstr ""
1404
1376
 
1405
- #: ../lib/rabbit/theme/slide-logo/property.rb:4
1406
- msgid "Displays an image as a logo at the top of all slides."
1377
+ #: ../lib/rabbit/theme/slide-background/property.rb:2
1378
+ msgid "SlideBackground"
1407
1379
  msgstr ""
1408
1380
 
1409
- #: ../lib/rabbit/theme/slide-logo/property.rb:12
1410
- msgid "Image position. :right or :left."
1381
+ #: ../lib/rabbit/theme/slide-background/property.rb:3
1382
+ msgid "Backward compatibility theme for ((<slide-background-image>))"
1411
1383
  msgstr ""
1412
1384
 
1413
- #: ../lib/rabbit/theme/slide-logo/property.rb:16
1414
- msgid "Image width."
1385
+ #: ../lib/rabbit/theme/slide-background/property.rb:4
1386
+ msgid "See ((<slide-background-image>))"
1415
1387
  msgstr ""
1416
1388
 
1417
- #: ../lib/rabbit/theme/slide-logo/property.rb:20
1418
- msgid "Image height."
1389
+ #: ../lib/rabbit/theme/image/property.rb:2
1390
+ #: ../data/rabbit/image/rabbit-images/property.rb:1
1391
+ #: ../data/rabbit/image/ruby-images/property.rb:1
1392
+ #: ../data/rabbit/image/clear-blue-images/property.rb:1
1393
+ #: ../data/rabbit/image/cozmixng-images/property.rb:1
1394
+ #: ../data/rabbit/image/dark-gradation-images/property.rb:1
1395
+ #: ../data/rabbit/image/rubykaigi2011-images/property.rb:1
1396
+ #: ../data/rabbit/image/nari-images/property.rb:1
1397
+ #: ../data/rabbit/image/debian-images/property.rb:1
1398
+ msgid "Image"
1419
1399
  msgstr ""
1420
1400
 
1421
- #: ../lib/rabbit/theme/slide-logo/slide-logo.rb:4 ../lib/rabbit/theme/title-logo/title-logo.rb:4
1422
- msgid "must specify %s!!!"
1401
+ #: ../lib/rabbit/theme/image/property.rb:3
1402
+ msgid "image rendering"
1423
1403
  msgstr ""
1424
1404
 
1425
- #: ../lib/rabbit/theme/rabbit-icon/property.rb:2
1426
- msgid "RabbitIcon"
1405
+ #: ../lib/rabbit/theme/default-foot-text/property.rb:2
1406
+ msgid "Default Foot Text"
1427
1407
  msgstr ""
1428
1408
 
1429
- #: ../lib/rabbit/theme/rabbit-icon/property.rb:3
1430
- msgid "Toolkit to use Lavie as icons"
1409
+ #: ../lib/rabbit/theme/default-foot-text/property.rb:3
1410
+ msgid "Displays foot text at the footer of slide."
1431
1411
  msgstr ""
1432
1412
 
1433
- #: ../lib/rabbit/theme/rabbit-icon/property.rb:4
1434
- msgid "Uses Lavie as icons."
1413
+ #: ../lib/rabbit/theme/default-text/property.rb:2
1414
+ msgid "Default Text"
1435
1415
  msgstr ""
1436
1416
 
1437
- #: ../lib/rabbit/theme/document.erb:3
1438
- msgid "Name"
1417
+ #: ../lib/rabbit/theme/default-text/property.rb:3
1418
+ msgid "Sets default text style up."
1439
1419
  msgstr ""
1440
1420
 
1441
- #: ../lib/rabbit/theme/document.erb:6
1442
- msgid "Category"
1421
+ #: ../lib/rabbit/theme/table/property.rb:2
1422
+ msgid "Table"
1443
1423
  msgstr ""
1444
1424
 
1445
- #: ../lib/rabbit/theme/document.erb:10
1446
- msgid "Abstract"
1425
+ #: ../lib/rabbit/theme/table/property.rb:3
1426
+ msgid "table rendering"
1447
1427
  msgstr ""
1448
1428
 
1449
- #: ../lib/rabbit/theme/document.erb:15
1450
- msgid "Description"
1429
+ #: ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:2
1430
+ msgid "Ruby-GNOME2 Foot Text"
1451
1431
  msgstr ""
1452
1432
 
1453
- #: ../lib/rabbit/theme/document.erb:21
1454
- msgid "Dependency themes"
1433
+ #: ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:3
1434
+ msgid "Displays foot text at the footer of slide with Ruby-GNOME2 style."
1455
1435
  msgstr ""
1456
1436
 
1457
- #: ../lib/rabbit/theme/document.erb:28
1458
- msgid "Parameters"
1437
+ #: ../lib/rabbit/theme/enishi-green/property.rb:2
1438
+ msgid "Enishi Green"
1459
1439
  msgstr ""
1460
1440
 
1461
- #: ../lib/rabbit/theme/document.erb:31
1462
- msgid "Default: "
1441
+ #: ../lib/rabbit/theme/enishi-green/property.rb:3
1442
+ msgid "EnishTech green based theme"
1443
+ msgstr ""
1444
+
1445
+ #: ../lib/rabbit/theme/stream-comment/property.rb:2
1446
+ msgid "Stream Comment"
1447
+ msgstr ""
1448
+
1449
+ #: ../lib/rabbit/theme/stream-comment/property.rb:3
1450
+ msgid "Stream comments on canvas."
1451
+ msgstr ""
1452
+
1453
+ #: ../lib/rabbit/theme/color-circle-slide/property.rb:2
1454
+ msgid "Color Circle Slide"
1455
+ msgstr ""
1456
+
1457
+ #: ../lib/rabbit/theme/color-circle-slide/property.rb:3
1458
+ msgid "Toolkit to set ((<color-circle>)) theme's slide style up."
1459
+ msgstr ""
1460
+
1461
+ #: ../lib/rabbit/theme/base/property.rb:2
1462
+ msgid "Base"
1463
+ msgstr ""
1464
+
1465
+ #: ../lib/rabbit/theme/base/property.rb:3
1466
+ msgid "Define default variables"
1467
+ msgstr ""
1468
+
1469
+ #: ../lib/rabbit/theme/base/property.rb:4
1470
+ msgid "This theme is always included at the first."
1463
1471
  msgstr ""
1464
1472
 
1465
1473
  #: ../lib/rabbit/theme/clear-blue/property.rb:2
@@ -1470,33 +1478,44 @@ msgstr ""
1470
1478
  msgid "Clear blue theme"
1471
1479
  msgstr ""
1472
1480
 
1473
- #: ../lib/rabbit/theme/auto-slide/property.rb:1 ../lib/rabbit/theme/slide-background/property.rb:1
1474
- msgid "Backward compatibility"
1481
+ #: ../lib/rabbit/theme/ranguba/property.rb:2
1482
+ msgid "Ranguba"
1475
1483
  msgstr ""
1476
1484
 
1477
- #: ../lib/rabbit/theme/auto-slide/property.rb:2
1478
- msgid "Auto Slide"
1485
+ #: ../lib/rabbit/theme/ranguba/property.rb:3
1486
+ msgid "Ranguba theme"
1479
1487
  msgstr ""
1480
1488
 
1481
- #: ../lib/rabbit/theme/auto-slide/property.rb:3
1482
- msgid "Backward compatibility theme for ((<slide-show>))"
1489
+ #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:2
1490
+ msgid "RubyGNOME2ItemMark"
1483
1491
  msgstr ""
1484
1492
 
1485
- #: ../lib/rabbit/theme/auto-slide/property.rb:4
1486
- msgid "See ((<slide-show>))"
1493
+ #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:3
1494
+ msgid "Toolkit to display list items like ones in the website of the Ruby-GNOME2 Project"
1487
1495
  msgstr ""
1488
1496
 
1489
- #: ../lib/rabbit/theme/auto-slide/auto-slide.rb:1 ../lib/rabbit/theme/applier.rb:604
1490
- #: ../lib/rabbit/theme/slide-background/slide-background.rb:1
1491
- msgid "%s is deprecated. Use %s instead."
1497
+ #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:5
1498
+ msgid "Displays list items like ones in the website of the Ruby-GNOME2 Project; i.e. displays text of the first-level items colored blue and underlined, the second- and third-level items marked with black squares and circles."
1492
1499
  msgstr ""
1493
1500
 
1494
- #: ../lib/rabbit/theme/default/property.rb:2
1495
- msgid "Default"
1501
+ #: ../lib/rabbit/theme/default-block-quote/default-block-quote.rb:112
1502
+ msgid "[cited from `%s']"
1496
1503
  msgstr ""
1497
1504
 
1498
- #: ../lib/rabbit/theme/default/property.rb:3
1499
- msgid "default theme"
1505
+ #: ../lib/rabbit/theme/default-block-quote/property.rb:2
1506
+ msgid "Default Block Quote"
1507
+ msgstr ""
1508
+
1509
+ #: ../lib/rabbit/theme/default-block-quote/property.rb:3
1510
+ msgid "Displays block quote text with frame."
1511
+ msgstr ""
1512
+
1513
+ #: ../lib/rabbit/theme/day-white/property.rb:2
1514
+ msgid "Day White"
1515
+ msgstr ""
1516
+
1517
+ #: ../lib/rabbit/theme/day-white/property.rb:3
1518
+ msgid "Day White theme"
1500
1519
  msgstr ""
1501
1520
 
1502
1521
  #: ../lib/rabbit/theme/night-black/property.rb:2
@@ -1507,24 +1526,68 @@ msgstr ""
1507
1526
  msgid "Night Black theme"
1508
1527
  msgstr ""
1509
1528
 
1510
- #: ../lib/rabbit/theme/slide-background-image/property.rb:2
1511
- msgid "SlideBackgroundImage"
1529
+ #: ../lib/rabbit/theme/color-circle-common/property.rb:2
1530
+ msgid "Color Circle common"
1512
1531
  msgstr ""
1513
1532
 
1514
- #: ../lib/rabbit/theme/slide-background-image/property.rb:3
1515
- msgid "Toolkit to display an image as a background of slides"
1533
+ #: ../lib/rabbit/theme/color-circle-common/property.rb:3
1534
+ msgid "Provide common methods for Color Circle toolkit."
1516
1535
  msgstr ""
1517
1536
 
1518
- #: ../lib/rabbit/theme/slide-background-image/property.rb:4
1519
- msgid "Displays an image as a background of slides."
1537
+ #: ../lib/rabbit/theme/default/property.rb:2
1538
+ msgid "Default"
1520
1539
  msgstr ""
1521
1540
 
1522
- #: ../lib/rabbit/theme/lightning-simple/property.rb:2
1523
- msgid "LightningTalk-Simple"
1541
+ #: ../lib/rabbit/theme/default/property.rb:3
1542
+ msgid "default theme"
1524
1543
  msgstr ""
1525
1544
 
1526
- #: ../lib/rabbit/theme/lightning-simple/property.rb:3
1527
- msgid "Lightning Talk theme simple version"
1545
+ #: ../lib/rabbit/theme/emphasize-keyword/property.rb:2
1546
+ msgid "Emphasize Keyword"
1547
+ msgstr ""
1548
+
1549
+ #: ../lib/rabbit/theme/emphasize-keyword/property.rb:3
1550
+ msgid "Provides emphasize_keyword method that markups specified keyword as emphasis text."
1551
+ msgstr ""
1552
+
1553
+ #: ../lib/rabbit/theme/rabbit/property.rb:3
1554
+ msgid "Rabbit theme"
1555
+ msgstr ""
1556
+
1557
+ #: ../lib/rabbit/theme/rabbit-powered-by/property.rb:2
1558
+ msgid "RabbitPoweredBy"
1559
+ msgstr ""
1560
+
1561
+ #: ../lib/rabbit/theme/rabbit-powered-by/property.rb:3
1562
+ msgid "Powered-by-Rabbit ad toolkit"
1563
+ msgstr ""
1564
+
1565
+ #: ../lib/rabbit/theme/rabbit-powered-by/property.rb:4
1566
+ msgid "Displays a text and an image showing the presentation slides are powered by Rabbit and COZMIXNG at the foot of the title slide and of the last slide."
1567
+ msgstr ""
1568
+
1569
+ #: ../lib/rabbit/theme/blue-circle/property.rb:2
1570
+ msgid "Blue Circle"
1571
+ msgstr ""
1572
+
1573
+ #: ../lib/rabbit/theme/blue-circle/property.rb:3
1574
+ msgid "Blue Circle theme"
1575
+ msgstr ""
1576
+
1577
+ #: ../lib/rabbit/theme/clock/property.rb:2
1578
+ msgid "TextClock"
1579
+ msgstr ""
1580
+
1581
+ #: ../lib/rabbit/theme/clock/property.rb:3
1582
+ msgid "Clock toolkit, a text version"
1583
+ msgstr ""
1584
+
1585
+ #: ../lib/rabbit/theme/clock/property.rb:4
1586
+ msgid "Displays current time with text."
1587
+ msgstr ""
1588
+
1589
+ #: ../lib/rabbit/theme/clock/property.rb:13
1590
+ msgid "Properties for the clock, such as font family."
1528
1591
  msgstr ""
1529
1592
 
1530
1593
  #: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:2
@@ -1539,226 +1602,300 @@ msgstr ""
1539
1602
  msgid "Uses a pink circle as icons."
1540
1603
  msgstr ""
1541
1604
 
1542
- #: ../lib/rabbit/theme/rubykaigi2011/property.rb:2
1543
- msgid "RubyKaigi2011"
1605
+ #: ../lib/rabbit/theme/timer/property.rb:2
1606
+ msgid "TextTimer"
1544
1607
  msgstr ""
1545
1608
 
1546
- #: ../lib/rabbit/theme/rubykaigi2011/property.rb:3
1547
- msgid "RubyKaigi2011 theme"
1609
+ #: ../lib/rabbit/theme/timer/property.rb:3
1610
+ msgid "text version timer"
1548
1611
  msgstr ""
1549
1612
 
1550
- #: ../lib/rabbit/theme/lightning-talk/property.rb:2
1551
- msgid "LightningTalk"
1613
+ #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:2
1614
+ msgid "RubyGNOME2Description"
1552
1615
  msgstr ""
1553
1616
 
1554
- #: ../lib/rabbit/theme/lightning-talk/property.rb:3
1555
- msgid "Lightning Talk theme"
1617
+ #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:3
1618
+ msgid "Toolkit to display description-list items like ones in the website of the Ruby-GNOME2 Project"
1556
1619
  msgstr ""
1557
1620
 
1558
- #: ../lib/rabbit/theme/title-background-image/property.rb:2
1559
- msgid "TitleBackgroundImage"
1621
+ #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:5
1622
+ msgid "Displays description-list items like ones in the website of the Ruby-GNOME2 Project; i.e. displays their text colored blue."
1560
1623
  msgstr ""
1561
1624
 
1562
- #: ../lib/rabbit/theme/color-circle/color-circle.rb:16
1563
- msgid "required variables aren't set: %s"
1625
+ #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:2
1626
+ msgid "COZMIXNGPoweredBy"
1564
1627
  msgstr ""
1565
1628
 
1566
- #: ../lib/rabbit/theme/color-circle/property.rb:2
1567
- msgid "Color Circle"
1629
+ #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:3
1630
+ msgid "Powered-by-COZMIXNG ad toolkit"
1568
1631
  msgstr ""
1569
1632
 
1570
- #: ../lib/rabbit/theme/color-circle/property.rb:3
1571
- msgid "Toolkit to make a theme that has colored circles"
1633
+ #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:4
1634
+ msgid "Displays a text and images showing the presentation slides are powered by COZMIXNG and Rabbit at the foot of the title slide and of the last slide."
1572
1635
  msgstr ""
1573
1636
 
1574
- #: ../lib/rabbit/theme/color-circle/property.rb:4
1575
- msgid "There are many colored circles in slides."
1637
+ #: ../lib/rabbit/theme/rotate-zoom-effect/property.rb:2
1638
+ msgid "Rotate Zoom Effect"
1576
1639
  msgstr ""
1577
1640
 
1578
- #: ../lib/rabbit/theme/base/property.rb:2
1579
- msgid "Base"
1641
+ #: ../lib/rabbit/theme/rotate-zoom-effect/property.rb:3
1642
+ msgid "Provide rotate_zoom_effect method that rotates and zooms content."
1580
1643
  msgstr ""
1581
1644
 
1582
- #: ../lib/rabbit/theme/base/property.rb:3
1583
- msgid "Define default variables"
1645
+ #: ../lib/rabbit/theme/color-circle-title-text/property.rb:2
1646
+ msgid "Color Circle Title text"
1584
1647
  msgstr ""
1585
1648
 
1586
- #: ../lib/rabbit/theme/base/property.rb:4
1587
- msgid "This theme is always included at the first."
1649
+ #: ../lib/rabbit/theme/color-circle-title-text/property.rb:3
1650
+ msgid "Toolkit to set ((<color-circle>)) theme's title text style up."
1588
1651
  msgstr ""
1589
1652
 
1590
- #: ../lib/rabbit/theme/icon/property.rb:2
1591
- msgid "Icon"
1653
+ #: ../lib/rabbit/theme/lightning-rabbit/property.rb:2
1654
+ msgid "LightningRabbit"
1592
1655
  msgstr ""
1593
1656
 
1594
- #: ../lib/rabbit/theme/icon/property.rb:3
1595
- msgid "Toolkit to specify an image or images as icons"
1657
+ #: ../lib/rabbit/theme/lightning-rabbit/property.rb:3
1658
+ msgid "Rabbit theme with Lightning Talk theme"
1596
1659
  msgstr ""
1597
1660
 
1598
- #: ../lib/rabbit/theme/icon/property.rb:4
1599
- msgid "Specifies an image or images as icons of the window, which will be used by some window managers and desktop environments, for example when the window is minimized (or 'iconified'), in the window frame, or when windows are switched. The specified image or images are automatically scaled to the icon sizes case by case. When several images are specified and they have different sizes, an image with the most similar size to that of icon among them is chosen and scaled in order to improve the quality of image finally displayed."
1661
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:2
1662
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:2
1663
+ msgid "Slide Footer Info"
1600
1664
  msgstr ""
1601
1665
 
1602
- #: ../lib/rabbit/theme/icon/property.rb:18 ../lib/rabbit/theme/powered-by/property.rb:18
1603
- msgid "List of image file names."
1666
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:3
1667
+ msgid "Toolkit to display information at the footer"
1604
1668
  msgstr ""
1605
1669
 
1606
- #: ../lib/rabbit/theme/powered-by/property.rb:2
1607
- msgid "PoweredBy"
1670
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:4
1671
+ msgid "Displays information with a line at the footer of slides."
1608
1672
  msgstr ""
1609
1673
 
1610
- #: ../lib/rabbit/theme/powered-by/property.rb:3
1611
- msgid "Powered-by ad toolkit"
1674
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:8
1675
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:8
1676
+ msgid "Line color."
1612
1677
  msgstr ""
1613
1678
 
1614
- #: ../lib/rabbit/theme/powered-by/property.rb:4
1615
- msgid "Displays programs the presentation slides are powered by (or displays some other ads) at the foot of the title slide and of the last slide. Images and/or a text are available as ads."
1679
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:12
1680
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:12
1681
+ msgid "Line width."
1616
1682
  msgstr ""
1617
1683
 
1618
- #: ../lib/rabbit/theme/powered-by/property.rb:14
1619
- msgid "Properties of the ad text, such as font family."
1684
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:15
1685
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:15
1686
+ msgid "white <-> black gradation"
1620
1687
  msgstr ""
1621
1688
 
1622
- #: ../lib/rabbit/theme/powered-by/property.rb:22
1623
- msgid "Ad text."
1689
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:16
1690
+ msgid "Line fill pattern. @slide_footer_info_line_color is ignored if this parameter is specified."
1624
1691
  msgstr ""
1625
1692
 
1626
- #: ../lib/rabbit/theme/rabbit-powered-by/property.rb:2
1627
- msgid "RabbitPoweredBy"
1693
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:21
1694
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:21
1695
+ msgid "Text size."
1628
1696
  msgstr ""
1629
1697
 
1630
- #: ../lib/rabbit/theme/rabbit-powered-by/property.rb:3
1631
- msgid "Powered-by-Rabbit ad toolkit"
1698
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:25
1699
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:25
1700
+ msgid "x-axis margin."
1632
1701
  msgstr ""
1633
1702
 
1634
- #: ../lib/rabbit/theme/rabbit-powered-by/property.rb:4
1635
- msgid "Displays a text and an image showing the presentation slides are powered by Rabbit and COZMIXNG at the foot of the title slide and of the last slide."
1703
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:29
1704
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:29
1705
+ msgid "Text color."
1636
1706
  msgstr ""
1637
1707
 
1638
- #: ../lib/rabbit/theme/footer-comment/property.rb:2
1639
- msgid "Footer Comment"
1708
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:33
1709
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:33
1710
+ msgid "Whether show a text over line or not."
1640
1711
  msgstr ""
1641
1712
 
1642
- #: ../lib/rabbit/theme/footer-comment/property.rb:3
1643
- msgid "Show comment on the footer."
1713
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:37
1714
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:37
1715
+ msgid "Base y-axis position to stroke line."
1644
1716
  msgstr ""
1645
1717
 
1646
- #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:2
1647
- msgid "RabbitHeadlineLogo"
1718
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:41
1719
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:41
1720
+ #: ../lib/rabbit/theme/footer-logo/property.rb:24
1721
+ #: ../lib/rabbit/theme/slide-logo/property.rb:24
1722
+ msgid "Whether uninstall this theme or not."
1648
1723
  msgstr ""
1649
1724
 
1650
- #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:3
1651
- msgid "Toolkit to display Lavie as a logo at the headlines"
1725
+ #: ../lib/rabbit/theme/default-description/property.rb:2
1726
+ msgid "DefaultDescription"
1652
1727
  msgstr ""
1653
1728
 
1654
- #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:4
1655
- msgid "Displays Lavie as a logo at the headlines of slides."
1729
+ #: ../lib/rabbit/theme/default-description/property.rb:3
1730
+ msgid "Toolkit to display description-list items with orange underlines."
1656
1731
  msgstr ""
1657
1732
 
1658
- #: ../lib/rabbit/theme/clock/property.rb:1 ../lib/rabbit/theme/timer/property.rb:1
1659
- #: ../lib/rabbit/theme/image-timer/property.rb:1 ../lib/rabbit/theme/slide-show/property.rb:1
1660
- msgid "Time"
1733
+ #: ../lib/rabbit/theme/default-description/property.rb:5
1734
+ msgid "Displays description-list items with orange underlines."
1661
1735
  msgstr ""
1662
1736
 
1663
- #: ../lib/rabbit/theme/clock/property.rb:2
1664
- msgid "TextClock"
1737
+ #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:2
1738
+ msgid "RubyGNOME2Headline"
1665
1739
  msgstr ""
1666
1740
 
1667
- #: ../lib/rabbit/theme/clock/property.rb:3
1668
- msgid "Clock toolkit, a text version"
1741
+ #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:3
1742
+ msgid "Toolkit to display headlines like those in the website of the Ruby-GNOME2 Project"
1669
1743
  msgstr ""
1670
1744
 
1671
- #: ../lib/rabbit/theme/clock/property.rb:4
1672
- msgid "Displays current time with text."
1745
+ #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:5
1746
+ msgid "Displays headlines like ones in the website of the Ruby-GNOME2 Project; i.e. displays their text colored white and placed in the dark red boxes with pink frames."
1673
1747
  msgstr ""
1674
1748
 
1675
- #: ../lib/rabbit/theme/clock/property.rb:13
1676
- msgid "Properties for the clock, such as font family."
1749
+ #: ../lib/rabbit/theme/color-circle-title-slide/property.rb:2
1750
+ msgid "Color Circle Title Slide"
1677
1751
  msgstr ""
1678
1752
 
1679
- #: ../lib/rabbit/theme/nari/property.rb:2
1680
- msgid "Nari"
1753
+ #: ../lib/rabbit/theme/color-circle-title-slide/property.rb:3
1754
+ msgid "Toolkit to set ((<color-circle>)) theme's title slide style up."
1681
1755
  msgstr ""
1682
1756
 
1683
- #: ../lib/rabbit/theme/nari/property.rb:3
1684
- msgid "Nari's theme"
1757
+ #: ../lib/rabbit/theme/color-circle-description/property.rb:2
1758
+ msgid "Color Circle Description"
1685
1759
  msgstr ""
1686
1760
 
1687
- #: ../lib/rabbit/theme/red-frame/property.rb:2
1688
- msgid "RedFrame"
1761
+ #: ../lib/rabbit/theme/color-circle-description/property.rb:3
1762
+ msgid "Toolkit to set ((<color-circle>)) theme's description-list style up."
1689
1763
  msgstr ""
1690
1764
 
1691
- #: ../lib/rabbit/theme/red-frame/property.rb:3
1692
- msgid "Red frame theme"
1765
+ #: ../lib/rabbit/theme/default-icon/property.rb:2
1766
+ msgid "DefaultIcon"
1693
1767
  msgstr ""
1694
1768
 
1695
- #: ../lib/rabbit/theme/rotate-zoom-effect/property.rb:1 ../lib/rabbit/theme/mirror-effect/property.rb:1
1696
- #: ../lib/rabbit/theme/scroll-effect/property.rb:1
1697
- msgid "Effect"
1769
+ #: ../lib/rabbit/theme/default-icon/property.rb:3
1770
+ msgid "Toolkit to use pink circle and polygon as icons"
1698
1771
  msgstr ""
1699
1772
 
1700
- #: ../lib/rabbit/theme/rotate-zoom-effect/property.rb:2
1701
- msgid "Rotate Zoom Effect"
1773
+ #: ../lib/rabbit/theme/default-icon/property.rb:4
1774
+ msgid "Uses pink circle and polygon as icons."
1702
1775
  msgstr ""
1703
1776
 
1704
- #: ../lib/rabbit/theme/rotate-zoom-effect/property.rb:3
1705
- msgid "Provide rotate_zoom_effect method that rotates and zooms content."
1777
+ #: ../lib/rabbit/theme/color-circle-foot-text/property.rb:2
1778
+ msgid "Color Circle Foot Text"
1706
1779
  msgstr ""
1707
1780
 
1708
- #: ../lib/rabbit/theme/rabbit/property.rb:3
1709
- msgid "Rabbit theme"
1781
+ #: ../lib/rabbit/theme/color-circle-foot-text/property.rb:3
1782
+ msgid "Toolkit to set ((<color-circle>)) theme's foot text style up."
1710
1783
  msgstr ""
1711
1784
 
1712
- #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:2
1713
- msgid "RubyGNOME2ItemMark"
1785
+ #: ../lib/rabbit/theme/default-item-mark/property.rb:2
1786
+ msgid "DefaultItemMark"
1714
1787
  msgstr ""
1715
1788
 
1716
- #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:3
1717
- msgid "Toolkit to display list items like ones in the website of the Ruby-GNOME2 Project"
1789
+ #: ../lib/rabbit/theme/default-item-mark/property.rb:3
1790
+ msgid "Toolkit to display squares as list item marks"
1718
1791
  msgstr ""
1719
1792
 
1720
- #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:5
1721
- msgid "Displays list items like ones in the website of the Ruby-GNOME2 Project; i.e. displays text of the first-level items colored blue and underlined, the second- and third-level items marked with black squares and circles."
1793
+ #: ../lib/rabbit/theme/default-item-mark/property.rb:4
1794
+ msgid "Displays squares at the head of list items."
1722
1795
  msgstr ""
1723
1796
 
1724
- #: ../lib/rabbit/theme/day-white/property.rb:2
1725
- msgid "Day White"
1797
+ #: ../lib/rabbit/theme/lightning-talk/property.rb:2
1798
+ msgid "LightningTalk"
1726
1799
  msgstr ""
1727
1800
 
1728
- #: ../lib/rabbit/theme/day-white/property.rb:3
1729
- msgid "Day White theme"
1801
+ #: ../lib/rabbit/theme/lightning-talk/property.rb:3
1802
+ msgid "Lightning Talk theme"
1730
1803
  msgstr ""
1731
1804
 
1732
- #: ../lib/rabbit/theme/default-title-slide/property.rb:2
1733
- msgid "DefaultTitleSlide"
1805
+ #: ../lib/rabbit/theme/per-slide-background-image/property.rb:2
1806
+ msgid "PerSlideBackgroundImage"
1734
1807
  msgstr ""
1735
1808
 
1736
- #: ../lib/rabbit/theme/default-title-slide/property.rb:3
1737
- msgid "Toolkit to locate objects in the title slide in a simple way"
1809
+ #: ../lib/rabbit/theme/per-slide-background-image/property.rb:3
1810
+ msgid "Toolkit to display an image as a background of each slide"
1738
1811
  msgstr ""
1739
1812
 
1740
- #: ../lib/rabbit/theme/default-title-slide/property.rb:4
1741
- msgid "Locates objects in the title slide simply by centering them and by making configuration for margins around them a little."
1813
+ #: ../lib/rabbit/theme/per-slide-background-image/property.rb:4
1814
+ msgid "Displays an image as a background of each slide.\\n\\nEach image is specified as a slide property:\\n = target slide\\n \\n ...\\n \\n == properties\\n \\n : background-image\\n my-picture.png\\n"
1742
1815
  msgstr ""
1743
1816
 
1744
- #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:2
1745
- msgid "COZMIXNGPoweredBy"
1817
+ #: ../lib/rabbit/theme/newline-in-slides/property.rb:2
1818
+ msgid "Newline in Slides"
1746
1819
  msgstr ""
1747
1820
 
1748
- #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:3
1749
- msgid "Powered-by-COZMIXNG ad toolkit"
1821
+ #: ../lib/rabbit/theme/newline-in-slides/property.rb:4
1822
+ msgid "Enable '\\n' notation to insert newline in all slides."
1750
1823
  msgstr ""
1751
1824
 
1752
- #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:4
1753
- msgid "Displays a text and images showing the presentation slides are powered by COZMIXNG and Rabbit at the foot of the title slide and of the last slide."
1825
+ #: ../lib/rabbit/theme/color-circle/property.rb:2
1826
+ msgid "Color Circle"
1754
1827
  msgstr ""
1755
1828
 
1756
- #: ../lib/rabbit/theme/newline-in-slides/property.rb:2
1757
- msgid "Newline in Slides"
1829
+ #: ../lib/rabbit/theme/color-circle/property.rb:3
1830
+ msgid "Toolkit to make a theme that has colored circles"
1758
1831
  msgstr ""
1759
1832
 
1760
- #: ../lib/rabbit/theme/newline-in-slides/property.rb:4
1761
- msgid "Enable '\\n' notation to insert newline in all slides."
1833
+ #: ../lib/rabbit/theme/color-circle/property.rb:4
1834
+ msgid "There are many colored circles in slides."
1835
+ msgstr ""
1836
+
1837
+ #: ../lib/rabbit/theme/color-circle/color-circle.rb:16
1838
+ msgid "required variables aren't set: %s"
1839
+ msgstr ""
1840
+
1841
+ #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:2
1842
+ msgid "RabbitItemMark"
1843
+ msgstr ""
1844
+
1845
+ #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:3
1846
+ msgid "Toolkit to display colorful balls as list item marks"
1847
+ msgstr ""
1848
+
1849
+ #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:4
1850
+ msgid "Displays colorful balls at the head of list items."
1851
+ msgstr ""
1852
+
1853
+ #: ../lib/rabbit/theme/color-circle-method-list/property.rb:2
1854
+ msgid "Color Circle Method List"
1855
+ msgstr ""
1856
+
1857
+ #: ../lib/rabbit/theme/color-circle-method-list/property.rb:3
1858
+ msgid "Toolkit to set ((<color-circle>)) theme's method-list style up."
1859
+ msgstr ""
1860
+
1861
+ #: ../lib/rabbit/theme/ruby-gnome2-slide/property.rb:2
1862
+ msgid "Ruby-GNOME2 Slide"
1863
+ msgstr ""
1864
+
1865
+ #: ../lib/rabbit/theme/ruby-gnome2-slide/property.rb:3
1866
+ msgid "Displays slides with Ruby-GNOME2 style."
1867
+ msgstr ""
1868
+
1869
+ #: ../lib/rabbit/theme/clutter-comment/property.rb:2
1870
+ msgid "Clutter Comment"
1871
+ msgstr ""
1872
+
1873
+ #: ../lib/rabbit/theme/clutter-comment/property.rb:3
1874
+ msgid "Show comment as a rolling Clutter actor."
1875
+ msgstr ""
1876
+
1877
+ #: ../lib/rabbit/theme/mirror-effect/property.rb:2
1878
+ msgid "Mirror Effect"
1879
+ msgstr ""
1880
+
1881
+ #: ../lib/rabbit/theme/mirror-effect/property.rb:3
1882
+ msgid "Provide mirror_effect method that flips content."
1883
+ msgstr ""
1884
+
1885
+ #: ../lib/rabbit/theme/slide-background-image/property.rb:2
1886
+ msgid "SlideBackgroundImage"
1887
+ msgstr ""
1888
+
1889
+ #: ../lib/rabbit/theme/slide-background-image/property.rb:3
1890
+ msgid "Toolkit to display an image as a background of slides"
1891
+ msgstr ""
1892
+
1893
+ #: ../lib/rabbit/theme/slide-background-image/property.rb:4
1894
+ msgid "Displays an image as a background of slides."
1895
+ msgstr ""
1896
+
1897
+ #: ../lib/rabbit/theme/entry.rb:79
1898
+ msgid "Etc"
1762
1899
  msgstr ""
1763
1900
 
1764
1901
  #: ../lib/rabbit/theme/default-comment/property.rb:2
@@ -1773,216 +1910,209 @@ msgstr ""
1773
1910
  msgid "Sets up default comment theme."
1774
1911
  msgstr ""
1775
1912
 
1776
- #: ../lib/rabbit/theme/ruby-gnome2-slide/property.rb:2
1777
- msgid "Ruby-GNOME2 Slide"
1778
- msgstr ""
1779
-
1780
- #: ../lib/rabbit/theme/ruby-gnome2-slide/property.rb:3
1781
- msgid "Displays slides with Ruby-GNOME2 style."
1913
+ #: ../lib/rabbit/theme/debian/property.rb:2
1914
+ msgid "Debian Theme"
1782
1915
  msgstr ""
1783
1916
 
1784
- #: ../lib/rabbit/theme/tag/property.rb:2
1785
- msgid "Tag"
1917
+ #: ../lib/rabbit/theme/debian/property.rb:3
1918
+ msgid "Debian GNU/Linux Theme"
1786
1919
  msgstr ""
1787
1920
 
1788
- #: ../lib/rabbit/theme/tag/property.rb:3
1789
- msgid "Toolkit to apply custom tag"
1921
+ #: ../lib/rabbit/theme/slide-number/property.rb:2
1922
+ msgid "TextSlideNumber"
1790
1923
  msgstr ""
1791
1924
 
1792
- #: ../lib/rabbit/theme/tag/property.rb:4
1793
- msgid "Applies custom tag style."
1925
+ #: ../lib/rabbit/theme/slide-number/property.rb:3
1926
+ msgid "Toolkit to display slide numbers, a text version"
1794
1927
  msgstr ""
1795
1928
 
1796
- #: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:2
1797
- msgid "Ruby-GNOME2 Preformatted"
1929
+ #: ../lib/rabbit/theme/slide-number/property.rb:4
1930
+ msgid "Displays slide numbers with text at the bottom of the slides."
1798
1931
  msgstr ""
1799
1932
 
1800
- #: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:3
1801
- msgid "Displays preformatted text with Ruby-GNOME2 style."
1933
+ #: ../lib/rabbit/theme/slide-number/property.rb:12
1934
+ msgid "Properties of the slide numbers, such as font family."
1802
1935
  msgstr ""
1803
1936
 
1804
- #: ../lib/rabbit/theme/simple-item-mark/property.rb:2
1805
- msgid "SimpleItemMark"
1937
+ #: ../lib/rabbit/theme/icon/property.rb:2
1938
+ msgid "Icon"
1806
1939
  msgstr ""
1807
1940
 
1808
- #: ../lib/rabbit/theme/simple-item-mark/property.rb:3
1809
- msgid "Toolkit to display simple black circles as list item marks"
1941
+ #: ../lib/rabbit/theme/icon/property.rb:3
1942
+ msgid "Toolkit to specify an image or images as icons"
1810
1943
  msgstr ""
1811
1944
 
1812
- #: ../lib/rabbit/theme/simple-item-mark/property.rb:4
1813
- msgid "Displays simple black circles at the head of list items."
1945
+ #: ../lib/rabbit/theme/icon/property.rb:4
1946
+ msgid "Specifies an image or images as icons of the window, which will be used by some window managers and desktop environments, for example when the window is minimized (or 'iconified'), in the window frame, or when windows are switched. The specified image or images are automatically scaled to the icon sizes case by case. When several images are specified and they have different sizes, an image with the most similar size to that of icon among them is chosen and scaled in order to improve the quality of image finally displayed."
1814
1947
  msgstr ""
1815
1948
 
1816
- #: ../lib/rabbit/theme/default-text/property.rb:2
1817
- msgid "Default Text"
1949
+ #: ../lib/rabbit/theme/icon/property.rb:18
1950
+ #: ../lib/rabbit/theme/powered-by/property.rb:18
1951
+ msgid "List of image file names."
1818
1952
  msgstr ""
1819
1953
 
1820
- #: ../lib/rabbit/theme/default-text/property.rb:3
1821
- msgid "Sets default text style up."
1954
+ #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:2
1955
+ msgid "Color Circle block quote"
1822
1956
  msgstr ""
1823
1957
 
1824
- #: ../lib/rabbit/theme/default-item-mark/property.rb:2
1825
- msgid "DefaultItemMark"
1958
+ #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:3
1959
+ msgid "Toolkit to display itemization in quotation"
1826
1960
  msgstr ""
1827
1961
 
1828
- #: ../lib/rabbit/theme/default-item-mark/property.rb:3
1829
- msgid "Toolkit to display squares as list item marks"
1962
+ #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:4
1963
+ msgid "Support itemization in quotation."
1830
1964
  msgstr ""
1831
1965
 
1832
- #: ../lib/rabbit/theme/default-item-mark/property.rb:4
1833
- msgid "Displays squares at the head of list items."
1966
+ #: ../lib/rabbit/theme/red-frame/property.rb:2
1967
+ msgid "RedFrame"
1834
1968
  msgstr ""
1835
1969
 
1836
- #: ../lib/rabbit/theme/default-method-list/property.rb:2
1837
- msgid "Default Method List"
1970
+ #: ../lib/rabbit/theme/red-frame/property.rb:3
1971
+ msgid "Red frame theme"
1838
1972
  msgstr ""
1839
1973
 
1840
- #: ../lib/rabbit/theme/default-method-list/property.rb:3
1841
- msgid "Displays method description with indent."
1974
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:3
1975
+ msgid "Toolkit to display information at the header"
1842
1976
  msgstr ""
1843
1977
 
1844
- #: ../lib/rabbit/theme/syntax-highlighting/property.rb:2
1845
- msgid "Syntax Highlighting"
1978
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:4
1979
+ msgid "Displays information with a line at the header of slides."
1846
1980
  msgstr ""
1847
1981
 
1848
- #: ../lib/rabbit/theme/syntax-highlighting/property.rb:3
1849
- msgid "Toolkit for syntax highlighting"
1982
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:16
1983
+ msgid "Line fill pattern. @slide_header_info_line_color is ignored if this parameter is specified."
1850
1984
  msgstr ""
1851
1985
 
1852
- #: ../lib/rabbit/theme/syntax-highlighting/property.rb:4
1853
- msgid "Applies syntax highlighting style."
1986
+ #: ../lib/rabbit/theme/nari/property.rb:2
1987
+ msgid "Nari"
1854
1988
  msgstr ""
1855
1989
 
1856
- #: ../lib/rabbit/theme/image/property.rb:2 ../data/rabbit/image/rubykaigi2011-images/property.rb:1
1857
- #: ../data/rabbit/image/rabbit-images/property.rb:1 ../data/rabbit/image/clear-blue-images/property.rb:1
1858
- #: ../data/rabbit/image/cozmixng-images/property.rb:1 ../data/rabbit/image/dark-gradation-images/property.rb:1
1859
- #: ../data/rabbit/image/debian-images/property.rb:1 ../data/rabbit/image/nari-images/property.rb:1
1860
- #: ../data/rabbit/image/ruby-images/property.rb:1
1861
- msgid "Image"
1990
+ #: ../lib/rabbit/theme/nari/property.rb:3
1991
+ msgid "Nari's theme"
1862
1992
  msgstr ""
1863
1993
 
1864
- #: ../lib/rabbit/theme/image/property.rb:3
1865
- msgid "image rendering"
1994
+ #: ../lib/rabbit/theme/document.erb:3
1995
+ msgid "Name"
1866
1996
  msgstr ""
1867
1997
 
1868
- #: ../lib/rabbit/theme/enishi-green/property.rb:2
1869
- msgid "Enishi Green"
1998
+ #: ../lib/rabbit/theme/document.erb:6
1999
+ msgid "Category"
1870
2000
  msgstr ""
1871
2001
 
1872
- #: ../lib/rabbit/theme/enishi-green/property.rb:3
1873
- msgid "EnishTech green based theme"
2002
+ #: ../lib/rabbit/theme/document.erb:10
2003
+ msgid "Abstract"
1874
2004
  msgstr ""
1875
2005
 
1876
- #: ../lib/rabbit/theme/timer/property.rb:2
1877
- msgid "TextTimer"
2006
+ #: ../lib/rabbit/theme/document.erb:15
2007
+ msgid "Description"
1878
2008
  msgstr ""
1879
2009
 
1880
- #: ../lib/rabbit/theme/timer/property.rb:3
1881
- msgid "text version timer"
2010
+ #: ../lib/rabbit/theme/document.erb:21
2011
+ msgid "Dependency themes"
1882
2012
  msgstr ""
1883
2013
 
1884
- #: ../lib/rabbit/theme/color-circle-text/property.rb:2
1885
- msgid "Color Circle Text"
2014
+ #: ../lib/rabbit/theme/document.erb:28
2015
+ msgid "Parameters"
1886
2016
  msgstr ""
1887
2017
 
1888
- #: ../lib/rabbit/theme/color-circle-text/property.rb:3
1889
- msgid "Toolkit to set ((<color-circle>)) theme's text style up."
2018
+ #: ../lib/rabbit/theme/document.erb:31
2019
+ msgid "Default: "
1890
2020
  msgstr ""
1891
2021
 
1892
- #: ../lib/rabbit/theme/lightning-rabbit/property.rb:2
1893
- msgid "LightningRabbit"
2022
+ #: ../lib/rabbit/theme/title-background-color/property.rb:2
2023
+ msgid "TitleBackgroundColor"
1894
2024
  msgstr ""
1895
2025
 
1896
- #: ../lib/rabbit/theme/lightning-rabbit/property.rb:3
1897
- msgid "Rabbit theme with Lightning Talk theme"
2026
+ #: ../lib/rabbit/theme/title-background-color/property.rb:3
2027
+ msgid "Toolkit to color a background of the title slide"
1898
2028
  msgstr ""
1899
2029
 
1900
- #: ../lib/rabbit/theme/color-circle-title-text/property.rb:2
1901
- msgid "Color Circle Title text"
2030
+ #: ../lib/rabbit/theme/title-background-color/property.rb:4
2031
+ msgid "Color a background of the title slide."
1902
2032
  msgstr ""
1903
2033
 
1904
- #: ../lib/rabbit/theme/color-circle-title-text/property.rb:3
1905
- msgid "Toolkit to set ((<color-circle>)) theme's title text style up."
2034
+ #: ../lib/rabbit/theme/title-background-color/property.rb:8
2035
+ msgid "Background color."
1906
2036
  msgstr ""
1907
2037
 
1908
- #: ../lib/rabbit/theme/ranguba/property.rb:2
1909
- msgid "Ranguba"
2038
+ #: ../lib/rabbit/theme/footer-logo/property.rb:2
2039
+ msgid "Footer Logo"
1910
2040
  msgstr ""
1911
2041
 
1912
- #: ../lib/rabbit/theme/ranguba/property.rb:3
1913
- msgid "Ranguba theme"
2042
+ #: ../lib/rabbit/theme/footer-logo/property.rb:3
2043
+ msgid "Toolkit to display an image as logo at the footer"
1914
2044
  msgstr ""
1915
2045
 
1916
- #: ../lib/rabbit/theme/default-slide/property.rb:2
1917
- msgid "Default Slide"
2046
+ #: ../lib/rabbit/theme/footer-logo/property.rb:4
2047
+ msgid "Displays an image as a logo at the footer of slides."
1918
2048
  msgstr ""
1919
2049
 
1920
- #: ../lib/rabbit/theme/default-slide/property.rb:3
1921
- msgid "Displays headline with line."
2050
+ #: ../lib/rabbit/theme/footer-logo/property.rb:12
2051
+ msgid "Whether keep ratio of an image or not."
1922
2052
  msgstr ""
1923
2053
 
1924
- #: ../lib/rabbit/theme/per-slide-background-color/property.rb:2
1925
- msgid "PerSlideBackgroundColor"
2054
+ #: ../lib/rabbit/theme/footer-logo/property.rb:16
2055
+ msgid "Right margin of an image."
1926
2056
  msgstr ""
1927
2057
 
1928
- #: ../lib/rabbit/theme/per-slide-background-color/property.rb:3
1929
- msgid "Toolkit to set background color of each slide"
2058
+ #: ../lib/rabbit/theme/footer-logo/property.rb:20
2059
+ msgid "Bottom margin of an image."
1930
2060
  msgstr ""
1931
2061
 
1932
- #: ../lib/rabbit/theme/per-slide-background-color/property.rb:4
1933
- msgid "Set background color of each slide.\\n\\nEach color is specified as a slide property:\\n = target slide\\n \\n ...\\n \\n == properties\\n \\n : background-color\\n black\\n"
2062
+ #: ../lib/rabbit/theme/centering-rabbit/property.rb:2
2063
+ msgid "Centering Rabbit"
1934
2064
  msgstr ""
1935
2065
 
1936
- #: ../lib/rabbit/theme/clutter-comment/property.rb:2
1937
- msgid "Clutter Comment"
2066
+ #: ../lib/rabbit/theme/centering-rabbit/property.rb:3
2067
+ msgid "Rabbit theme with text centering."
1938
2068
  msgstr ""
1939
2069
 
1940
- #: ../lib/rabbit/theme/clutter-comment/property.rb:3
1941
- msgid "Show comment as a rolling Clutter actor."
2070
+ #: ../lib/rabbit/theme/powered-by/property.rb:2
2071
+ msgid "PoweredBy"
1942
2072
  msgstr ""
1943
2073
 
1944
- #: ../lib/rabbit/theme/default-preformatted/property.rb:2
1945
- msgid "Default Preformatted"
2074
+ #: ../lib/rabbit/theme/powered-by/property.rb:3
2075
+ msgid "Powered-by ad toolkit"
1946
2076
  msgstr ""
1947
2077
 
1948
- #: ../lib/rabbit/theme/default-preformatted/property.rb:3
1949
- msgid "Displays preformatted text with frame."
2078
+ #: ../lib/rabbit/theme/powered-by/property.rb:4
2079
+ msgid "Displays programs the presentation slides are powered by (or displays some other ads) at the foot of the title slide and of the last slide. Images and/or a text are available as ads."
1950
2080
  msgstr ""
1951
2081
 
1952
- #: ../lib/rabbit/theme/title-logo/property.rb:2
1953
- msgid "TitleLogo"
2082
+ #: ../lib/rabbit/theme/powered-by/property.rb:14
2083
+ msgid "Properties of the ad text, such as font family."
1954
2084
  msgstr ""
1955
2085
 
1956
- #: ../lib/rabbit/theme/title-logo/property.rb:3
1957
- msgid "Toolkit to display an image as a logo in the title slide"
2086
+ #: ../lib/rabbit/theme/powered-by/property.rb:22
2087
+ msgid "Ad text."
1958
2088
  msgstr ""
1959
2089
 
1960
- #: ../lib/rabbit/theme/title-logo/property.rb:4
1961
- msgid "Displays an image as a logo in the title slide."
2090
+ #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:2
2091
+ msgid "RabbitHeadlineLogo"
1962
2092
  msgstr ""
1963
2093
 
1964
- #: ../lib/rabbit/theme/title-logo/property.rb:12
1965
- msgid "Position of the logo. The logo will be set at the upper-right corner when '(({:right}))', and at the upper-left corner when '(({:left}))'."
2094
+ #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:3
2095
+ msgid "Toolkit to display Lavie as a logo at the headlines"
1966
2096
  msgstr ""
1967
2097
 
1968
- #: ../lib/rabbit/theme/mirror-effect/property.rb:2
1969
- msgid "Mirror Effect"
2098
+ #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:4
2099
+ msgid "Displays Lavie as a logo at the headlines of slides."
1970
2100
  msgstr ""
1971
2101
 
1972
- #: ../lib/rabbit/theme/mirror-effect/property.rb:3
1973
- msgid "Provide mirror_effect method that flips content."
2102
+ #: ../lib/rabbit/theme/image-viewer/property.rb:2
2103
+ msgid "Image viewer"
1974
2104
  msgstr ""
1975
2105
 
1976
- #: ../lib/rabbit/theme/slide-header-info/property.rb:3
1977
- msgid "Toolkit to display information at the header"
2106
+ #: ../lib/rabbit/theme/image-viewer/property.rb:3
2107
+ msgid "Theme for image viewer mode"
1978
2108
  msgstr ""
1979
2109
 
1980
- #: ../lib/rabbit/theme/slide-header-info/property.rb:4
1981
- msgid "Displays information with a line at the header of slides."
2110
+ #: ../lib/rabbit/theme/dark-gradation/property.rb:2
2111
+ msgid "Dark Gradation"
1982
2112
  msgstr ""
1983
2113
 
1984
- #: ../lib/rabbit/theme/slide-header-info/property.rb:16
1985
- msgid "Line fill pattern. @slide_header_info_line_color is ignored if this parameter is specified."
2114
+ #: ../lib/rabbit/theme/dark-gradation/property.rb:3
2115
+ msgid "Dark Gradation background theme"
1986
2116
  msgstr ""
1987
2117
 
1988
2118
  #: ../lib/rabbit/theme/image-slide-number/property.rb:2
@@ -2021,128 +2151,170 @@ msgstr ""
2021
2151
  msgid "File name of an image used as the goal flag."
2022
2152
  msgstr ""
2023
2153
 
2024
- #: ../lib/rabbit/theme/edge-info-toolkit/property.rb:2
2025
- msgid "Edge Info Toolkit"
2154
+ #: ../lib/rabbit/theme/default-method-list/property.rb:2
2155
+ msgid "Default Method List"
2026
2156
  msgstr ""
2027
2157
 
2028
- #: ../lib/rabbit/theme/edge-info-toolkit/property.rb:3
2029
- msgid "Displays information with line at the edge of slide."
2158
+ #: ../lib/rabbit/theme/default-method-list/property.rb:3
2159
+ msgid "Displays method description with indent."
2160
+ msgstr ""
2161
+
2162
+ #: ../lib/rabbit/theme/simple-item-mark/property.rb:2
2163
+ msgid "SimpleItemMark"
2164
+ msgstr ""
2165
+
2166
+ #: ../lib/rabbit/theme/simple-item-mark/property.rb:3
2167
+ msgid "Toolkit to display simple black circles as list item marks"
2168
+ msgstr ""
2169
+
2170
+ #: ../lib/rabbit/theme/simple-item-mark/property.rb:4
2171
+ msgid "Displays simple black circles at the head of list items."
2172
+ msgstr ""
2173
+
2174
+ #: ../lib/rabbit/theme/rabbit-block-quote/property.rb:2
2175
+ msgid "Rabbit Block Quote"
2176
+ msgstr ""
2177
+
2178
+ #: ../lib/rabbit/theme/rabbit-block-quote/property.rb:3
2179
+ msgid "Displays quotation block with quote mark in frame."
2180
+ msgstr ""
2181
+
2182
+ #: ../lib/rabbit/theme/green-circle/property.rb:2
2183
+ msgid "Green Circle"
2184
+ msgstr ""
2185
+
2186
+ #: ../lib/rabbit/theme/green-circle/property.rb:3
2187
+ msgid "Green Circle theme"
2188
+ msgstr ""
2189
+
2190
+ #: ../lib/rabbit/theme/slide-logo/property.rb:2
2191
+ msgid "Slide Logo"
2192
+ msgstr ""
2193
+
2194
+ #: ../lib/rabbit/theme/slide-logo/property.rb:3
2195
+ msgid "Toolkit to display an image as logo at the top"
2196
+ msgstr ""
2197
+
2198
+ #: ../lib/rabbit/theme/slide-logo/property.rb:4
2199
+ msgid "Displays an image as a logo at the top of all slides."
2030
2200
  msgstr ""
2031
2201
 
2032
- #: ../lib/rabbit/theme/lightning-talk-toolkit/property.rb:2
2033
- msgid "LightningTalk-Toolkit"
2202
+ #: ../lib/rabbit/theme/slide-logo/property.rb:12
2203
+ msgid "Image position. :right or :left."
2034
2204
  msgstr ""
2035
2205
 
2036
- #: ../lib/rabbit/theme/lightning-talk-toolkit/property.rb:3
2037
- msgid "Displays slides for lightning talk"
2206
+ #: ../lib/rabbit/theme/slide-logo/property.rb:16
2207
+ msgid "Image width."
2038
2208
  msgstr ""
2039
2209
 
2040
- #: ../lib/rabbit/theme/slide-background/property.rb:2
2041
- msgid "SlideBackground"
2210
+ #: ../lib/rabbit/theme/slide-logo/property.rb:20
2211
+ msgid "Image height."
2042
2212
  msgstr ""
2043
2213
 
2044
- #: ../lib/rabbit/theme/slide-background/property.rb:3
2045
- msgid "Backward compatibility theme for ((<slide-background-image>))"
2214
+ #: ../lib/rabbit/theme/rubykaigi2011/property.rb:2
2215
+ msgid "RubyKaigi2011"
2046
2216
  msgstr ""
2047
2217
 
2048
- #: ../lib/rabbit/theme/slide-background/property.rb:4
2049
- msgid "See ((<slide-background-image>))"
2218
+ #: ../lib/rabbit/theme/rubykaigi2011/property.rb:3
2219
+ msgid "RubyKaigi2011 theme"
2050
2220
  msgstr ""
2051
2221
 
2052
- #: ../lib/rabbit/theme/image-viewer/property.rb:2
2053
- msgid "Image viewer"
2222
+ #: ../lib/rabbit/theme/title-background-image/property.rb:2
2223
+ msgid "TitleBackgroundImage"
2054
2224
  msgstr ""
2055
2225
 
2056
- #: ../lib/rabbit/theme/image-viewer/property.rb:3
2057
- msgid "Theme for image viewer mode"
2226
+ #: ../lib/rabbit/theme/title-background-image/property.rb:3
2227
+ #: ../lib/rabbit/theme/title-slide-background-image/property.rb:3
2228
+ msgid "Toolkit to display an image as a background of the title slide"
2058
2229
  msgstr ""
2059
2230
 
2060
- #: ../lib/rabbit/theme/headline-logo/property.rb:2
2061
- msgid "HeadlineLogo"
2231
+ #: ../lib/rabbit/theme/title-background-image/property.rb:5
2232
+ #: ../lib/rabbit/theme/title-slide-background-image/property.rb:4
2233
+ msgid "Displays an image as a background of the title slide."
2062
2234
  msgstr ""
2063
2235
 
2064
- #: ../lib/rabbit/theme/headline-logo/property.rb:3
2065
- msgid "Toolkit to display an image as a logo at the headlines"
2236
+ #: ../lib/rabbit/theme/ruby-gnome2/property.rb:2
2237
+ msgid "Ruby-GNOME2"
2066
2238
  msgstr ""
2067
2239
 
2068
- #: ../lib/rabbit/theme/headline-logo/property.rb:4
2069
- msgid "Displays an image as a logo at the headlines of slides."
2240
+ #: ../lib/rabbit/theme/ruby-gnome2/property.rb:3
2241
+ msgid "Ruby-GNOME2 theme"
2070
2242
  msgstr ""
2071
2243
 
2072
- #: ../lib/rabbit/theme/centering-rabbit/property.rb:2
2073
- msgid "Centering Rabbit"
2244
+ #: ../lib/rabbit/theme/rabbit-icon/property.rb:2
2245
+ msgid "RabbitIcon"
2074
2246
  msgstr ""
2075
2247
 
2076
- #: ../lib/rabbit/theme/centering-rabbit/property.rb:3
2077
- msgid "Rabbit theme with text centering."
2248
+ #: ../lib/rabbit/theme/rabbit-icon/property.rb:3
2249
+ msgid "Toolkit to use Lavie as icons"
2078
2250
  msgstr ""
2079
2251
 
2080
- #: ../lib/rabbit/theme/lightning-clear-blue/property.rb:2
2081
- msgid "Lightning Clear Blue"
2252
+ #: ../lib/rabbit/theme/rabbit-icon/property.rb:4
2253
+ msgid "Uses Lavie as icons."
2082
2254
  msgstr ""
2083
2255
 
2084
- #: ../lib/rabbit/theme/lightning-clear-blue/property.rb:3
2085
- msgid "Clear blue theme with Lightning Talk theme"
2256
+ #: ../lib/rabbit/theme/color-circle-text/property.rb:2
2257
+ msgid "Color Circle Text"
2086
2258
  msgstr ""
2087
2259
 
2088
- #: ../lib/rabbit/theme/title-background-color/property.rb:2
2089
- msgid "TitleBackgroundColor"
2260
+ #: ../lib/rabbit/theme/color-circle-text/property.rb:3
2261
+ msgid "Toolkit to set ((<color-circle>)) theme's text style up."
2090
2262
  msgstr ""
2091
2263
 
2092
- #: ../lib/rabbit/theme/title-background-color/property.rb:3
2093
- msgid "Toolkit to color a background of the title slide"
2264
+ #: ../lib/rabbit/theme/default-slide/property.rb:2
2265
+ msgid "Default Slide"
2094
2266
  msgstr ""
2095
2267
 
2096
- #: ../lib/rabbit/theme/title-background-color/property.rb:4
2097
- msgid "Color a background of the title slide."
2268
+ #: ../lib/rabbit/theme/default-slide/property.rb:3
2269
+ msgid "Displays headline with line."
2098
2270
  msgstr ""
2099
2271
 
2100
- #: ../lib/rabbit/theme/title-background-color/property.rb:8
2101
- msgid "Background color."
2272
+ #: ../lib/rabbit/theme/color-circle-item-mark/property.rb:2
2273
+ msgid "Color Circle Item Mark"
2102
2274
  msgstr ""
2103
2275
 
2104
- #: ../lib/rabbit/theme/color-circle-foot-text/property.rb:2
2105
- msgid "Color Circle Foot Text"
2276
+ #: ../lib/rabbit/theme/color-circle-item-mark/property.rb:3
2277
+ msgid "Toolkit to set ((<color-circle>)) theme's item marks style up."
2106
2278
  msgstr ""
2107
2279
 
2108
- #: ../lib/rabbit/theme/color-circle-foot-text/property.rb:3
2109
- msgid "Toolkit to set ((<color-circle>)) theme's foot text style up."
2280
+ #: ../lib/rabbit/theme/title-slide-background-image/property.rb:2
2281
+ msgid "TitleSlideBackgroundImage"
2110
2282
  msgstr ""
2111
2283
 
2112
- #: ../lib/rabbit/theme/per-slide-background-image/property.rb:2
2113
- msgid "PerSlideBackgroundImage"
2284
+ #: ../lib/rabbit/theme/lightning-monochrome/property.rb:2
2285
+ msgid "LightningTalk-Monochrome"
2114
2286
  msgstr ""
2115
2287
 
2116
- #: ../lib/rabbit/theme/per-slide-background-image/property.rb:3
2117
- msgid "Toolkit to display an image as a background of each slide"
2288
+ #: ../lib/rabbit/theme/lightning-monochrome/property.rb:3
2289
+ msgid "Lightning Talk theme monochrome version"
2118
2290
  msgstr ""
2119
2291
 
2120
- #: ../lib/rabbit/theme/per-slide-background-image/property.rb:4
2121
- msgid "Displays an image as a background of each slide.\\n\\nEach image is specified as a slide property:\\n = target slide\\n \\n ...\\n \\n == properties\\n \\n : background-image\\n my-picture.png\\n"
2292
+ #: ../lib/rabbit/theme/lightning-talk-toolkit/property.rb:2
2293
+ msgid "LightningTalk-Toolkit"
2122
2294
  msgstr ""
2123
2295
 
2124
- #: ../lib/rabbit/theme/title-on-image-toolkit/property.rb:2
2125
- msgid "Title on Image Toolkit"
2296
+ #: ../lib/rabbit/theme/lightning-talk-toolkit/property.rb:3
2297
+ msgid "Displays slides for lightning talk"
2126
2298
  msgstr ""
2127
2299
 
2128
- #: ../lib/rabbit/theme/title-on-image-toolkit/property.rb:3
2129
- msgid "Displays title on image"
2300
+ #: ../lib/rabbit/theme/color-circle-preformatted/property.rb:2
2301
+ msgid "Color Circle Preformatted"
2130
2302
  msgstr ""
2131
2303
 
2132
- #: ../lib/rabbit/theme/blue-circle/property.rb:2
2133
- msgid "Blue Circle"
2304
+ #: ../lib/rabbit/theme/color-circle-preformatted/property.rb:3
2305
+ msgid "Toolkit to set ((<color-circle>)) theme's preformatted text style up."
2134
2306
  msgstr ""
2135
2307
 
2136
- #: ../lib/rabbit/theme/blue-circle/property.rb:3
2137
- msgid "Blue Circle theme"
2308
+ #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:2
2309
+ msgid "RabbitTitleLogo"
2138
2310
  msgstr ""
2139
2311
 
2140
- #: ../lib/rabbit/theme/stream-comment/property.rb:2
2141
- msgid "Stream Comment"
2312
+ #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:3
2313
+ msgid "Toolkit to display Lavie as a logo in the title slide"
2142
2314
  msgstr ""
2143
2315
 
2144
- #: ../lib/rabbit/theme/stream-comment/property.rb:3
2145
- msgid "Stream comments on canvas."
2316
+ #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:4
2317
+ msgid "Displays Lavie as a logo in the title slide."
2146
2318
  msgstr ""
2147
2319
 
2148
2320
  #: ../lib/rabbit/theme/image-timer/property.rb:2
@@ -2181,324 +2353,269 @@ msgstr ""
2181
2353
  msgid "Time interval between automatic update."
2182
2354
  msgstr ""
2183
2355
 
2184
- #: ../lib/rabbit/theme/color-circle-method-list/property.rb:2
2185
- msgid "Color Circle Method List"
2186
- msgstr ""
2187
-
2188
- #: ../lib/rabbit/theme/color-circle-method-list/property.rb:3
2189
- msgid "Toolkit to set ((<color-circle>)) theme's method-list style up."
2190
- msgstr ""
2191
-
2192
- #: ../lib/rabbit/theme/slide-number/property.rb:2
2193
- msgid "TextSlideNumber"
2194
- msgstr ""
2195
-
2196
- #: ../lib/rabbit/theme/slide-number/property.rb:3
2197
- msgid "Toolkit to display slide numbers, a text version"
2198
- msgstr ""
2199
-
2200
- #: ../lib/rabbit/theme/slide-number/property.rb:4
2201
- msgid "Displays slide numbers with text at the bottom of the slides."
2202
- msgstr ""
2203
-
2204
- #: ../lib/rabbit/theme/slide-number/property.rb:12
2205
- msgid "Properties of the slide numbers, such as font family."
2206
- msgstr ""
2207
-
2208
- #: ../lib/rabbit/theme/footer-logo/property.rb:2
2209
- msgid "Footer Logo"
2210
- msgstr ""
2211
-
2212
- #: ../lib/rabbit/theme/footer-logo/property.rb:3
2213
- msgid "Toolkit to display an image as logo at the footer"
2214
- msgstr ""
2215
-
2216
- #: ../lib/rabbit/theme/footer-logo/property.rb:4
2217
- msgid "Displays an image as a logo at the footer of slides."
2218
- msgstr ""
2219
-
2220
- #: ../lib/rabbit/theme/footer-logo/property.rb:12
2221
- msgid "Whether keep ratio of an image or not."
2356
+ #: ../lib/rabbit/theme/title-shadow/property.rb:2
2357
+ msgid "TitleShadow"
2222
2358
  msgstr ""
2223
2359
 
2224
- #: ../lib/rabbit/theme/footer-logo/property.rb:16
2225
- msgid "Right margin of an image."
2360
+ #: ../lib/rabbit/theme/title-shadow/property.rb:3
2361
+ msgid "Toolkit to display shadows behind the title"
2226
2362
  msgstr ""
2227
2363
 
2228
- #: ../lib/rabbit/theme/footer-logo/property.rb:20
2229
- msgid "Bottom margin of an image."
2364
+ #: ../lib/rabbit/theme/title-shadow/property.rb:4
2365
+ msgid "Displays shadows behind the title string in the title slide."
2230
2366
  msgstr ""
2231
2367
 
2232
- #: ../lib/rabbit/theme/default-description/property.rb:2
2233
- msgid "DefaultDescription"
2368
+ #: ../lib/rabbit/theme/title-shadow/property.rb:9
2369
+ msgid "Color of shadow."
2234
2370
  msgstr ""
2235
2371
 
2236
- #: ../lib/rabbit/theme/default-description/property.rb:3
2237
- msgid "Toolkit to display description-list items with orange underlines."
2372
+ #: ../lib/rabbit/theme/per-slide-background-color/property.rb:2
2373
+ msgid "PerSlideBackgroundColor"
2238
2374
  msgstr ""
2239
2375
 
2240
- #: ../lib/rabbit/theme/default-description/property.rb:5
2241
- msgid "Displays description-list items with orange underlines."
2376
+ #: ../lib/rabbit/theme/per-slide-background-color/property.rb:3
2377
+ msgid "Toolkit to set background color of each slide"
2242
2378
  msgstr ""
2243
2379
 
2244
- #: ../lib/rabbit/theme/color-circle-preformatted/property.rb:2
2245
- msgid "Color Circle Preformatted"
2380
+ #: ../lib/rabbit/theme/per-slide-background-color/property.rb:4
2381
+ msgid "Set background color of each slide.\\n\\nEach color is specified as a slide property:\\n = target slide\\n \\n ...\\n \\n == properties\\n \\n : background-color\\n black\\n"
2246
2382
  msgstr ""
2247
2383
 
2248
- #: ../lib/rabbit/theme/color-circle-preformatted/property.rb:3
2249
- msgid "Toolkit to set ((<color-circle>)) theme's preformatted text style up."
2384
+ #: ../lib/rabbit/theme/show-frame/property.rb:2
2385
+ msgid "ShowFrame"
2250
2386
  msgstr ""
2251
2387
 
2252
- #: ../lib/rabbit/theme/slide-show/property.rb:2
2253
- msgid "Slide Show"
2388
+ #: ../lib/rabbit/theme/show-frame/property.rb:3
2389
+ msgid "Debug toolkit to show element frames"
2254
2390
  msgstr ""
2255
2391
 
2256
- #: ../lib/rabbit/theme/slide-show/property.rb:3
2257
- msgid "Toolkit to do slide show"
2392
+ #: ../lib/rabbit/theme/show-frame/property.rb:4
2393
+ msgid "Show element frames useful for debug."
2258
2394
  msgstr ""
2259
2395
 
2260
- #: ../lib/rabbit/theme/slide-show/property.rb:4
2261
- msgid "Move to the next slide automatically."
2396
+ #: ../lib/rabbit/theme/show-frame/property.rb:8
2397
+ msgid "Frame color."
2262
2398
  msgstr ""
2263
2399
 
2264
2400
  #: ../lib/rabbit/theme/pdf/property.rb:3
2265
2401
  msgid "Theme for PDF"
2266
2402
  msgstr ""
2267
2403
 
2268
- #: ../lib/rabbit/theme/rabbit-block-quote/property.rb:2
2269
- msgid "Rabbit Block Quote"
2270
- msgstr ""
2271
-
2272
- #: ../lib/rabbit/theme/rabbit-block-quote/property.rb:3
2273
- msgid "Displays quotation block with quote mark in frame."
2274
- msgstr ""
2275
-
2276
- #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:2
2277
- msgid "RubyGNOME2Headline"
2278
- msgstr ""
2279
-
2280
- #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:3
2281
- msgid "Toolkit to display headlines like those in the website of the Ruby-GNOME2 Project"
2282
- msgstr ""
2283
-
2284
- #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:5
2285
- msgid "Displays headlines like ones in the website of the Ruby-GNOME2 Project; i.e. displays their text colored white and placed in the dark red boxes with pink frames."
2286
- msgstr ""
2287
-
2288
- #: ../lib/rabbit/theme/color-circle-slide/property.rb:2
2289
- msgid "Color Circle Slide"
2404
+ #: ../lib/rabbit/theme/footer-comment/property.rb:2
2405
+ msgid "Footer Comment"
2290
2406
  msgstr ""
2291
2407
 
2292
- #: ../lib/rabbit/theme/color-circle-slide/property.rb:3
2293
- msgid "Toolkit to set ((<color-circle>)) theme's slide style up."
2408
+ #: ../lib/rabbit/theme/footer-comment/property.rb:3
2409
+ msgid "Show comment on the footer."
2294
2410
  msgstr ""
2295
2411
 
2296
- #: ../lib/rabbit/theme/title-shadow/property.rb:2
2297
- msgid "TitleShadow"
2412
+ #: ../lib/rabbit/theme/headline-logo/property.rb:2
2413
+ msgid "HeadlineLogo"
2298
2414
  msgstr ""
2299
2415
 
2300
- #: ../lib/rabbit/theme/title-shadow/property.rb:3
2301
- msgid "Toolkit to display shadows behind the title"
2416
+ #: ../lib/rabbit/theme/headline-logo/property.rb:3
2417
+ msgid "Toolkit to display an image as a logo at the headlines"
2302
2418
  msgstr ""
2303
2419
 
2304
- #: ../lib/rabbit/theme/title-shadow/property.rb:4
2305
- msgid "Displays shadows behind the title string in the title slide."
2420
+ #: ../lib/rabbit/theme/headline-logo/property.rb:4
2421
+ msgid "Displays an image as a logo at the headlines of slides."
2306
2422
  msgstr ""
2307
2423
 
2308
- #: ../lib/rabbit/theme/title-shadow/property.rb:9
2309
- msgid "Color of shadow."
2424
+ #: ../lib/rabbit/author-configuration.rb:42
2425
+ msgid "Failed to read author configuration: %s: %s"
2310
2426
  msgstr ""
2311
2427
 
2312
- #: ../lib/rabbit/theme/scroll-effect/property.rb:2
2313
- msgid "Scroll Effect"
2428
+ #: ../lib/rabbit/author-configuration.rb:52
2429
+ msgid "Failed to write author configuration: %s: %s"
2314
2430
  msgstr ""
2315
2431
 
2316
- #: ../lib/rabbit/theme/scroll-effect/property.rb:3
2317
- msgid "Provide scroll_effect method that scrolls content."
2432
+ #: ../lib/rabbit/path-manipulatable.rb:28
2433
+ msgid "Creating directory: %s"
2318
2434
  msgstr ""
2319
2435
 
2320
- #: ../lib/rabbit/theme/default-block-quote/property.rb:2
2321
- msgid "Default Block Quote"
2436
+ #: ../lib/rabbit/path-manipulatable.rb:33
2437
+ msgid "Creating file: %s"
2322
2438
  msgstr ""
2323
2439
 
2324
- #: ../lib/rabbit/theme/default-block-quote/property.rb:3
2325
- msgid "Displays block quote text with frame."
2440
+ #: ../lib/rabbit/renderer/print/cairo.rb:130
2441
+ msgid "can't find printer for %s"
2326
2442
  msgstr ""
2327
2443
 
2328
- #: ../lib/rabbit/theme/default-block-quote/default-block-quote.rb:112
2329
- msgid "[cited from `%s']"
2444
+ #: ../lib/rabbit/renderer/base.rb:385
2445
+ msgid "%s does not support: %s"
2330
2446
  msgstr ""
2331
2447
 
2332
- #: ../lib/rabbit/theme/ruby-gnome2/property.rb:2
2333
- msgid "Ruby-GNOME2"
2448
+ #: ../lib/rabbit/task/slide.rb:91
2449
+ msgid "To run rabbit, create '%{options_path}'!"
2334
2450
  msgstr ""
2335
2451
 
2336
- #: ../lib/rabbit/theme/ruby-gnome2/property.rb:3
2337
- msgid "Ruby-GNOME2 theme"
2452
+ #: ../lib/rabbit/task/slide.rb:95
2453
+ msgid "Show slide"
2338
2454
  msgstr ""
2339
2455
 
2340
- #: ../lib/rabbit/theme/color-circle-common/property.rb:2
2341
- msgid "Color Circle common"
2456
+ #: ../lib/rabbit/task/slide.rb:107 ../lib/rabbit/task/theme.rb:104
2457
+ msgid "Create gem: %{gem_path}"
2342
2458
  msgstr ""
2343
2459
 
2344
- #: ../lib/rabbit/theme/color-circle-common/property.rb:3
2345
- msgid "Provide common methods for Color Circle toolkit."
2460
+ #: ../lib/rabbit/task/slide.rb:119 ../lib/rabbit/task/theme.rb:116
2461
+ msgid "Write %{item} in %{where}: %{content}"
2346
2462
  msgstr ""
2347
2463
 
2348
- #: ../lib/rabbit/theme/table/property.rb:2
2349
- msgid "Table"
2464
+ #: ../lib/rabbit/task/slide.rb:145 ../lib/rabbit/task/theme.rb:156
2465
+ msgid "Generate PDF: %{pdf_path}"
2350
2466
  msgstr ""
2351
2467
 
2352
- #: ../lib/rabbit/theme/table/property.rb:3
2353
- msgid "table rendering"
2468
+ #: ../lib/rabbit/task/slide.rb:150
2469
+ msgid "Publish the slide to all available targets"
2354
2470
  msgstr ""
2355
2471
 
2356
- #: ../lib/rabbit/theme/default-title-text/property.rb:2
2357
- msgid "Default Title Text"
2472
+ #: ../lib/rabbit/task/slide.rb:174 ../lib/rabbit/task/slide.rb:182
2473
+ #: ../lib/rabbit/task/slide.rb:206
2474
+ msgid "Publish the slide to %s"
2358
2475
  msgstr ""
2359
2476
 
2360
- #: ../lib/rabbit/theme/default-title-text/property.rb:3
2361
- msgid "Sets default title text style up."
2477
+ #: ../lib/rabbit/task/slide.rb:194
2478
+ msgid "Uploaded successfully!"
2362
2479
  msgstr ""
2363
2480
 
2364
- #: ../lib/rabbit/theme/color-circle-title-slide/property.rb:2
2365
- msgid "Color Circle Title Slide"
2481
+ #: ../lib/rabbit/task/slide.rb:195
2482
+ msgid "See %s"
2366
2483
  msgstr ""
2367
2484
 
2368
- #: ../lib/rabbit/theme/color-circle-title-slide/property.rb:3
2369
- msgid "Toolkit to set ((<color-circle>)) theme's title slide style up."
2485
+ #: ../lib/rabbit/task/theme.rb:92
2486
+ msgid "Show theme benchmark slide with this theme"
2370
2487
  msgstr ""
2371
2488
 
2372
- #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:2
2373
- msgid "RabbitItemMark"
2489
+ #: ../lib/rabbit/task/theme.rb:136
2490
+ msgid "Generate all PDFs"
2374
2491
  msgstr ""
2375
2492
 
2376
- #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:3
2377
- msgid "Toolkit to display colorful balls as list item marks"
2493
+ #: ../lib/rabbit/task/theme.rb:164
2494
+ msgid "Publish the theme to all available targets"
2378
2495
  msgstr ""
2379
2496
 
2380
- #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:4
2381
- msgid "Displays colorful balls at the head of list items."
2497
+ #: ../lib/rabbit/task/theme.rb:170
2498
+ msgid "Publish the theme to %s"
2382
2499
  msgstr ""
2383
2500
 
2384
- #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:2
2385
- msgid "RubyGNOME2Description"
2501
+ #: ../lib/rabbit/rabbit.rb:60
2502
+ msgid "no such file: %s"
2386
2503
  msgstr ""
2387
2504
 
2388
- #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:3
2389
- msgid "Toolkit to display description-list items like ones in the website of the Ruby-GNOME2 Project"
2505
+ #: ../lib/rabbit/rabbit.rb:70
2506
+ msgid "can't handle %s because the following command can't be run successfully: %s"
2390
2507
  msgstr ""
2391
2508
 
2392
- #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:5
2393
- msgid "Displays description-list items like ones in the website of the Ruby-GNOME2 Project; i.e. displays their text colored blue."
2509
+ #: ../lib/rabbit/rabbit.rb:80
2510
+ msgid "tried gs commands: %s"
2394
2511
  msgstr ""
2395
2512
 
2396
- #: ../lib/rabbit/theme/blue-bar/property.rb:2
2397
- msgid "Blue Bar"
2513
+ #: ../lib/rabbit/rabbit.rb:88
2514
+ msgid "tried dia commands: %s"
2398
2515
  msgstr ""
2399
2516
 
2400
- #: ../lib/rabbit/theme/blue-bar/property.rb:3
2401
- msgid "Blue bar theme"
2517
+ #: ../lib/rabbit/rabbit.rb:96
2518
+ msgid "tried gimp commands: %s"
2402
2519
  msgstr ""
2403
2520
 
2404
- #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:2
2405
- msgid "Color Circle block quote"
2521
+ #: ../lib/rabbit/rabbit.rb:124
2522
+ msgid "Unknown property: %s"
2406
2523
  msgstr ""
2407
2524
 
2408
- #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:3
2409
- msgid "Toolkit to display itemization in quotation"
2525
+ #: ../lib/rabbit/rabbit.rb:132
2526
+ msgid "can't allocate color: %s"
2410
2527
  msgstr ""
2411
2528
 
2412
- #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:4
2413
- msgid "Support itemization in quotation."
2529
+ #: ../lib/rabbit/rabbit.rb:143
2530
+ msgid "not exist: %s"
2414
2531
  msgstr ""
2415
2532
 
2416
- #: ../lib/rabbit/theme/emphasize-keyword/property.rb:2
2417
- msgid "Emphasize Keyword"
2533
+ #: ../lib/rabbit/rabbit.rb:151
2534
+ msgid "not a file: %s"
2418
2535
  msgstr ""
2419
2536
 
2420
- #: ../lib/rabbit/theme/emphasize-keyword/property.rb:3
2421
- msgid "Provides emphasize_keyword method that markups specified keyword as emphasis text."
2537
+ #: ../lib/rabbit/rabbit.rb:159
2538
+ msgid "can not be read: %s"
2422
2539
  msgstr ""
2423
2540
 
2424
- #: ../lib/rabbit/theme/default-icon/property.rb:2
2425
- msgid "DefaultIcon"
2541
+ #: ../lib/rabbit/rabbit.rb:167
2542
+ msgid "immutable source type: %s"
2426
2543
  msgstr ""
2427
2544
 
2428
- #: ../lib/rabbit/theme/default-icon/property.rb:3
2429
- msgid "Toolkit to use pink circle and polygon as icons"
2545
+ #: ../lib/rabbit/rabbit.rb:186
2546
+ msgid "not available interface: %s"
2430
2547
  msgstr ""
2431
2548
 
2432
- #: ../lib/rabbit/theme/default-icon/property.rb:4
2433
- msgid "Uses pink circle and polygon as icons."
2549
+ #: ../lib/rabbit/rabbit.rb:194
2550
+ msgid "can't find HTML template: %s"
2434
2551
  msgstr ""
2435
2552
 
2436
- #: ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:2
2437
- msgid "Ruby-GNOME2 Foot Text"
2553
+ #: ../lib/rabbit/rabbit.rb:202
2554
+ msgid "can't find theme RD template: %s"
2438
2555
  msgstr ""
2439
2556
 
2440
- #: ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:3
2441
- msgid "Displays foot text at the footer of slide with Ruby-GNOME2 style."
2557
+ #: ../lib/rabbit/rabbit.rb:210
2558
+ msgid "invalid motion: %s"
2442
2559
  msgstr ""
2443
2560
 
2444
- #: ../lib/rabbit/theme/green-circle/property.rb:2
2445
- msgid "Green Circle"
2561
+ #: ../lib/rabbit/rabbit.rb:225
2562
+ msgid "invalid value of size property \"%{prop_name}\" of image \"%{filename}\": %{value}"
2446
2563
  msgstr ""
2447
2564
 
2448
- #: ../lib/rabbit/theme/green-circle/property.rb:3
2449
- msgid "Green Circle theme"
2565
+ #: ../lib/rabbit/rabbit.rb:246
2566
+ msgid "unknown cursor type: %s"
2450
2567
  msgstr ""
2451
2568
 
2452
- #: ../lib/rabbit/gem-finder.rb:46
2453
- msgid "Installing gem: %s"
2569
+ #: ../lib/rabbit/rabbit.rb:252
2570
+ msgid "print isn't supported"
2454
2571
  msgstr ""
2455
2572
 
2456
- #: ../lib/rabbit/gem-finder.rb:49
2457
- msgid "Installing gem in user install mode: %s"
2573
+ #: ../lib/rabbit/source/memory.rb:9
2574
+ msgid "[FILENAME_OR_NOT]"
2458
2575
  msgstr ""
2459
2576
 
2460
- #: ../lib/rabbit/parser/wiki/output.rb:88
2461
- msgid "horizontal rule is unsupported"
2577
+ #: ../lib/rabbit/source/hiki.rb:13
2578
+ msgid "[HIKI_CGI_URI] and [PAGE_NAME]"
2462
2579
  msgstr ""
2463
2580
 
2464
- #: ../lib/rabbit/parser/wiki/output.rb:338
2465
- msgid "unsupported list type: %s"
2581
+ #: ../lib/rabbit/source/file.rb:9
2582
+ msgid "[FILENAME]"
2466
2583
  msgstr ""
2467
2584
 
2468
- #: ../lib/rabbit/parser/wiki/output.rb:437
2469
- msgid "multiple {{image, 'XXX.png', :align => :right}} isn't supported."
2585
+ #: ../lib/rabbit/source/uri.rb:25
2586
+ msgid "URI"
2470
2587
  msgstr ""
2471
2588
 
2472
- #: ../lib/rabbit/parser/rd/visitor.rb:49
2473
- msgid "[BUG] [%s] %s extension isn't available."
2589
+ #: ../lib/rabbit/source/argf.rb:10
2590
+ msgid "none (get from STDIN) or [FILE_NAMES]"
2474
2591
  msgstr ""
2475
2592
 
2476
- #: ../lib/rabbit/parser/rd/ext/block-verbatim.rb:46
2477
- msgid "multiple 'align = right' isn't supported."
2593
+ #: ../lib/rabbit/source/slide-share.rb:14
2594
+ msgid "[USER] and [TITLE]"
2478
2595
  msgstr ""
2479
2596
 
2480
- #: ../lib/rabbit/parser/rd/ext/block-verbatim.rb:131
2481
- msgid "RTtool isn't available"
2597
+ #: ../lib/rabbit/readme-parser.rb:35
2598
+ msgid "No README found"
2482
2599
  msgstr ""
2483
2600
 
2484
- #: ../lib/rabbit/parser/markdown/converter.rb:132
2485
- msgid "multiple ![alt]{image} in a paragraph isn't supported."
2601
+ #: ../lib/rabbit/canvas.rb:607
2602
+ msgid "Unknown action: %s"
2486
2603
  msgstr ""
2487
2604
 
2488
- #: ../lib/rabbit/parser/markdown/converter.rb:225
2489
- msgid "multiple ![]('XXX.png'){:align='right'} isn't supported."
2605
+ #: ../lib/rabbit/canvas.rb:675
2606
+ msgid "Processing..."
2490
2607
  msgstr ""
2491
2608
 
2492
- #: ../lib/rabbit/parser/ext/blockdiag.rb:28
2493
- msgid "tried blockdiag command: %s"
2609
+ #: ../lib/rabbit/parser/wiki/output.rb:88
2610
+ msgid "horizontal rule is unsupported"
2494
2611
  msgstr ""
2495
2612
 
2496
- #: ../lib/rabbit/parser/ext/tex.rb:53
2497
- msgid "tried mimeTeX commands: %s"
2613
+ #: ../lib/rabbit/parser/wiki/output.rb:338
2614
+ msgid "unsupported list type: %s"
2498
2615
  msgstr ""
2499
2616
 
2500
- #: ../lib/rabbit/parser/ext/aafigure.rb:24
2501
- msgid "tried aafigure command: %s"
2617
+ #: ../lib/rabbit/parser/wiki/output.rb:437
2618
+ msgid "multiple {{image, 'XXX.png', :align => :right}} isn't supported."
2502
2619
  msgstr ""
2503
2620
 
2504
2621
  #: ../lib/rabbit/parser/ext/enscript.rb:30
@@ -2509,32 +2626,44 @@ msgstr ""
2509
2626
  msgid "enscript: unsupported element name: %s"
2510
2627
  msgstr ""
2511
2628
 
2629
+ #: ../lib/rabbit/parser/ext/aafigure.rb:24
2630
+ msgid "tried aafigure command: %s"
2631
+ msgstr ""
2632
+
2512
2633
  #: ../lib/rabbit/parser/ext/emacs.rb:94
2513
2634
  msgid "emacs: unsupported element name: %s"
2514
2635
  msgstr ""
2515
2636
 
2516
- #: ../lib/rabbit/menu.rb:61
2517
- msgid "Jump to the %dth slide"
2637
+ #: ../lib/rabbit/parser/ext/tex.rb:53
2638
+ msgid "tried mimeTeX commands: %s"
2518
2639
  msgstr ""
2519
2640
 
2520
- #: ../lib/rabbit/canvas.rb:607
2521
- msgid "Unknown action: %s"
2641
+ #: ../lib/rabbit/parser/ext/blockdiag.rb:28
2642
+ msgid "tried blockdiag command: %s"
2522
2643
  msgstr ""
2523
2644
 
2524
- #: ../lib/rabbit/canvas.rb:675
2525
- msgid "Processing..."
2645
+ #: ../lib/rabbit/parser/markdown/converter.rb:132
2646
+ msgid "multiple ![alt]{image} in a paragraph isn't supported."
2526
2647
  msgstr ""
2527
2648
 
2528
- #: ../data/rabbit/image/rubykaigi2011-images/property.rb:2
2529
- msgid "RubyKaigi2011Image"
2649
+ #: ../lib/rabbit/parser/markdown/converter.rb:225
2650
+ msgid "multiple ![]('XXX.png'){:align='right'} isn't supported."
2530
2651
  msgstr ""
2531
2652
 
2532
- #: ../data/rabbit/image/rubykaigi2011-images/property.rb:3
2533
- msgid "Images related to RubyKaigi2011"
2653
+ #: ../lib/rabbit/parser/rd/ext/block-verbatim.rb:48
2654
+ msgid "multiple 'align = right' isn't supported."
2534
2655
  msgstr ""
2535
2656
 
2536
- #: ../data/rabbit/image/rubykaigi2011-images/property.rb:4
2537
- msgid "Provides images related to RubyKaigi2011."
2657
+ #: ../lib/rabbit/parser/rd/ext/block-verbatim.rb:141
2658
+ msgid "RTtool isn't available"
2659
+ msgstr ""
2660
+
2661
+ #: ../lib/rabbit/parser/rd/visitor.rb:49
2662
+ msgid "[BUG] [%s] %s extension isn't available."
2663
+ msgstr ""
2664
+
2665
+ #: ../lib/rabbit/graffiti/config-dialog.rb:48
2666
+ msgid "Line width:"
2538
2667
  msgstr ""
2539
2668
 
2540
2669
  #: ../data/rabbit/image/rabbit-images/property.rb:2
@@ -2549,6 +2678,18 @@ msgstr ""
2549
2678
  msgid "Provides images related to Rabbit."
2550
2679
  msgstr ""
2551
2680
 
2681
+ #: ../data/rabbit/image/ruby-images/property.rb:2
2682
+ msgid "RubyImage"
2683
+ msgstr ""
2684
+
2685
+ #: ../data/rabbit/image/ruby-images/property.rb:3
2686
+ msgid "Images related to Ruby"
2687
+ msgstr ""
2688
+
2689
+ #: ../data/rabbit/image/ruby-images/property.rb:4
2690
+ msgid "Provides images related to Ruby."
2691
+ msgstr ""
2692
+
2552
2693
  #: ../data/rabbit/image/clear-blue-images/property.rb:2
2553
2694
  msgid "Clear Blue Image"
2554
2695
  msgstr ""
@@ -2585,16 +2726,16 @@ msgstr ""
2585
2726
  msgid "Provides images related to Dark Gradation theme"
2586
2727
  msgstr ""
2587
2728
 
2588
- #: ../data/rabbit/image/debian-images/property.rb:2
2589
- msgid "DebianImage"
2729
+ #: ../data/rabbit/image/rubykaigi2011-images/property.rb:2
2730
+ msgid "RubyKaigi2011Image"
2590
2731
  msgstr ""
2591
2732
 
2592
- #: ../data/rabbit/image/debian-images/property.rb:3
2593
- msgid "Images related to Debian"
2733
+ #: ../data/rabbit/image/rubykaigi2011-images/property.rb:3
2734
+ msgid "Images related to RubyKaigi2011"
2594
2735
  msgstr ""
2595
2736
 
2596
- #: ../data/rabbit/image/debian-images/property.rb:4
2597
- msgid "Provides images related to Debian"
2737
+ #: ../data/rabbit/image/rubykaigi2011-images/property.rb:4
2738
+ msgid "Provides images related to RubyKaigi2011."
2598
2739
  msgstr ""
2599
2740
 
2600
2741
  #: ../data/rabbit/image/nari-images/property.rb:2
@@ -2609,16 +2750,16 @@ msgstr ""
2609
2750
  msgid "Provides images related to ((<nari>)) theme."
2610
2751
  msgstr ""
2611
2752
 
2612
- #: ../data/rabbit/image/ruby-images/property.rb:2
2613
- msgid "RubyImage"
2753
+ #: ../data/rabbit/image/debian-images/property.rb:2
2754
+ msgid "DebianImage"
2614
2755
  msgstr ""
2615
2756
 
2616
- #: ../data/rabbit/image/ruby-images/property.rb:3
2617
- msgid "Images related to Ruby"
2757
+ #: ../data/rabbit/image/debian-images/property.rb:3
2758
+ msgid "Images related to Debian"
2618
2759
  msgstr ""
2619
2760
 
2620
- #: ../data/rabbit/image/ruby-images/property.rb:4
2621
- msgid "Provides images related to Ruby."
2761
+ #: ../data/rabbit/image/debian-images/property.rb:4
2762
+ msgid "Provides images related to Debian"
2622
2763
  msgstr ""
2623
2764
 
2624
2765
  #: ../bin/rabbit-command:18
@@ -2692,43 +2833,3 @@ msgstr ""
2692
2833
  #: ../bin/rabbit-command:81
2693
2834
  msgid "Quit"
2694
2835
  msgstr ""
2695
-
2696
- #: ../bin/rabbit-theme-manager:15
2697
- msgid "en"
2698
- msgstr ""
2699
-
2700
- #: ../bin/rabbit-theme-manager:15
2701
- msgid "ja"
2702
- msgstr ""
2703
-
2704
- #: ../bin/rabbit-theme-manager:15
2705
- msgid "fr"
2706
- msgstr ""
2707
-
2708
- #: ../bin/rabbit-theme-manager:22
2709
- msgid "[COMMAND] is one of them: [%s]"
2710
- msgstr ""
2711
-
2712
- #: ../bin/rabbit-theme-manager:34
2713
- msgid "Show [THEME] when startup."
2714
- msgstr ""
2715
-
2716
- #: ../bin/rabbit-theme-manager:69
2717
- msgid "Specify theme document directory as [DIR]."
2718
- msgstr ""
2719
-
2720
- #: ../bin/rabbit-theme-manager:76
2721
- msgid "Specify target locales as [LOC1,LOC2,...]."
2722
- msgstr ""
2723
-
2724
- #: ../bin/rabbit-theme-manager:91
2725
- msgid "Generating documents for locale <%s>..."
2726
- msgstr ""
2727
-
2728
- #: ../bin/rabbit-theme-manager:124
2729
- msgid "Unknown command: %s"
2730
- msgstr ""
2731
-
2732
- #: ../bin/rabbit-theme-manager:125
2733
- msgid "Available commands: %s"
2734
- msgstr ""