rabbit 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. data/README +1 -1
  2. data/Rakefile +1 -1
  3. data/data/account.kou.gpg +0 -0
  4. data/data/locale/en/LC_MESSAGES/rabbit.mo +0 -0
  5. data/data/locale/fr/LC_MESSAGES/rabbit.mo +0 -0
  6. data/data/locale/ja/LC_MESSAGES/rabbit.mo +0 -0
  7. data/doc/_config.yml +2 -2
  8. data/doc/_includes/en.menu.html +1 -1
  9. data/doc/_includes/ja.menu.html +1 -1
  10. data/doc/_layouts/skeleton.html +2 -2
  11. data/doc/en/development.rd +2 -2
  12. data/doc/en/install/homebrew.rd +11 -158
  13. data/doc/en/install/index.rd +1 -16
  14. data/doc/en/install/windows.rd +1 -1
  15. data/doc/en/news.rd +70 -1
  16. data/doc/en/usage/rabbit.rd +1 -1
  17. data/doc/en/users.rd +8 -8
  18. data/doc/images/screenshots/en/blue-circle.png +0 -0
  19. data/doc/images/screenshots/en/clear-blue-raw.png +0 -0
  20. data/doc/images/screenshots/en/clear-blue.png +0 -0
  21. data/doc/images/screenshots/en/cozmixng-raw.png +0 -0
  22. data/doc/images/screenshots/en/cozmixng.png +0 -0
  23. data/doc/images/screenshots/en/dark-gradation-raw.png +0 -0
  24. data/doc/images/screenshots/en/dark-gradation.png +0 -0
  25. data/doc/images/screenshots/en/day-white.png +0 -0
  26. data/doc/images/screenshots/en/debian-raw.png +0 -0
  27. data/doc/images/screenshots/en/debian.png +0 -0
  28. data/doc/images/screenshots/en/green-circle.png +0 -0
  29. data/doc/images/screenshots/en/night-black.png +0 -0
  30. data/doc/images/screenshots/en/rabbit-raw.png +0 -0
  31. data/doc/images/screenshots/en/rabbit.png +0 -0
  32. data/doc/images/screenshots/en/ranguba-raw.png +0 -0
  33. data/doc/images/screenshots/en/ranguba.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.png +0 -0
  40. data/doc/images/screenshots/ja/clear-blue-raw.png +0 -0
  41. data/doc/images/screenshots/ja/clear-blue.png +0 -0
  42. data/doc/images/screenshots/ja/cozmixng-raw.png +0 -0
  43. data/doc/images/screenshots/ja/cozmixng.png +0 -0
  44. data/doc/images/screenshots/ja/dark-gradation-raw.png +0 -0
  45. data/doc/images/screenshots/ja/dark-gradation.png +0 -0
  46. data/doc/images/screenshots/ja/day-white.png +0 -0
  47. data/doc/images/screenshots/ja/debian-raw.png +0 -0
  48. data/doc/images/screenshots/ja/debian.png +0 -0
  49. data/doc/images/screenshots/ja/green-circle.png +0 -0
  50. data/doc/images/screenshots/ja/night-black.png +0 -0
  51. data/doc/images/screenshots/ja/rabbit-raw.png +0 -0
  52. data/doc/images/screenshots/ja/rabbit.png +0 -0
  53. data/doc/images/screenshots/ja/ranguba-raw.png +0 -0
  54. data/doc/images/screenshots/ja/ranguba.png +0 -0
  55. data/doc/images/screenshots/ja/red-frame.png +0 -0
  56. data/doc/images/screenshots/ja/ruby-gnome2-raw.png +0 -0
  57. data/doc/images/screenshots/ja/ruby-gnome2.png +0 -0
  58. data/doc/images/screenshots/ja/rubykaigi2011-raw.png +0 -0
  59. data/doc/images/screenshots/ja/rubykaigi2011.png +0 -0
  60. data/doc/index.html.en +1 -1
  61. data/doc/index.html.ja +1 -1
  62. data/doc/ja/development.rd +6 -7
  63. data/doc/ja/install/homebrew.rd +10 -156
  64. data/doc/ja/install/index.rd +1 -15
  65. data/doc/ja/install/macports.rd +1 -1
  66. data/doc/ja/news.rd +69 -1
  67. data/doc/ja/usage/rabbit-slide.rd +5 -5
  68. data/doc/ja/usage/rabbit-theme.rd +2 -2
  69. data/doc/ja/usage/rabbit.rd +1 -1
  70. data/doc/ja/users.rd +10 -10
  71. data/lib/rabbit/author-configuration.rb +18 -12
  72. data/lib/rabbit/command/rabbit-slide.rb +1 -1
  73. data/lib/rabbit/command/rabbit.rb +3 -3
  74. data/lib/rabbit/element/block.rb +2 -2
  75. data/lib/rabbit/element/text-renderer.rb +3 -1
  76. data/lib/rabbit/html/template.erb +1 -1
  77. data/lib/rabbit/image/dia.rb +19 -20
  78. data/lib/rabbit/image/eps.rb +1 -1
  79. data/lib/rabbit/parser/image.rb +14 -6
  80. data/lib/rabbit/renderer/engine/cairo.rb +27 -12
  81. data/lib/rabbit/renderer/print/cairo.rb +10 -2
  82. data/lib/rabbit/slide-configuration.rb +27 -14
  83. data/lib/rabbit/soap/base.rb +1 -1
  84. data/lib/rabbit/task/slide.rb +71 -33
  85. data/lib/rabbit/task/theme.rb +61 -19
  86. data/lib/rabbit/theme/clear-blue/clear-blue.rb +17 -0
  87. data/lib/rabbit/theme/color-circle-block-quote/color-circle-block-quote.rb +2 -0
  88. data/lib/rabbit/theme/default-block-quote/default-block-quote.rb +162 -75
  89. data/lib/rabbit/theme/image/image.rb +3 -1
  90. data/lib/rabbit/theme/rabbit-block-quote/rabbit-block-quote.rb +2 -0
  91. data/lib/rabbit/theme/title-on-image-toolkit/title-on-image-toolkit.rb +25 -13
  92. data/lib/rabbit/utils.rb +16 -3
  93. data/lib/rabbit/version.rb +1 -1
  94. data/po/en/rabbit.po +182 -180
  95. data/po/fr/rabbit.po +182 -180
  96. data/po/ja/rabbit.po +184 -169
  97. data/po/rabbit.pot +176 -164
  98. data/rabbit.gemspec +63 -0
  99. data/test/image/test-dia.rb +54 -0
  100. data/test/image/test-eps.rb +41 -0
  101. data/test/rabbit-test-utils.rb +22 -20
  102. data/test/run-test.rb +20 -6
  103. data/test/test-slide-configuration.rb +2 -0
  104. metadata +8 -3
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.1\n"
9
+ "Project-Id-Version: rabbit 2.0.2\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2012-08-31 23:10+0900\n"
12
- "PO-Revision-Date: 2012-08-31 23:10+0900\n"
11
+ "POT-Creation-Date: 2012-09-02 21:45+0900\n"
12
+ "PO-Revision-Date: 2012-09-02 21:45+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -66,7 +66,7 @@ msgstr ""
66
66
  msgid "can't convert to current locale from UTF-8: %s"
67
67
  msgstr ""
68
68
 
69
- #: ../lib/rabbit/command/rabbit-slide.rb:52 ../lib/rabbit/command/rabbit-theme.rb:47
69
+ #: ../lib/rabbit/command/rabbit-slide.rb:50 ../lib/rabbit/command/rabbit-theme.rb:48
70
70
  msgid "See --help for example"
71
71
  msgstr ""
72
72
 
@@ -88,13 +88,13 @@ msgstr ""
88
88
  #: ../lib/rabbit/command/rabbit-slide.rb:144 ../lib/rabbit/command/rabbit-slide.rb:153
89
89
  #: ../lib/rabbit/command/rabbit-slide.rb:166 ../lib/rabbit/command/rabbit-slide.rb:180
90
90
  #: ../lib/rabbit/command/rabbit-slide.rb:194 ../lib/rabbit/command/rabbit-slide.rb:208
91
- #: ../lib/rabbit/command/rabbit-theme.rb:80 ../lib/rabbit/command/rabbit-theme.rb:89
92
- #: ../lib/rabbit/command/rabbit-theme.rb:102 ../lib/rabbit/command/rabbit-theme.rb:116
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
93
93
  msgid "(e.g.: %s)"
94
94
  msgstr ""
95
95
 
96
96
  #: ../lib/rabbit/command/rabbit-slide.rb:90 ../lib/rabbit/command/rabbit-slide.rb:97
97
- #: ../lib/rabbit/command/rabbit-theme.rb:81
97
+ #: ../lib/rabbit/command/rabbit-theme.rb:84
98
98
  msgid "(must)"
99
99
  msgstr ""
100
100
 
@@ -113,8 +113,8 @@ msgstr ""
113
113
  #: ../lib/rabbit/command/rabbit-slide.rb:112 ../lib/rabbit/command/rabbit-slide.rb:156
114
114
  #: ../lib/rabbit/command/rabbit-slide.rb:169 ../lib/rabbit/command/rabbit-slide.rb:183
115
115
  #: ../lib/rabbit/command/rabbit-slide.rb:197 ../lib/rabbit/command/rabbit-slide.rb:211
116
- #: ../lib/rabbit/command/rabbit-theme.rb:92 ../lib/rabbit/command/rabbit-theme.rb:105
117
- #: ../lib/rabbit/command/rabbit-theme.rb:119
116
+ #: ../lib/rabbit/command/rabbit-theme.rb:95 ../lib/rabbit/command/rabbit-theme.rb:108
117
+ #: ../lib/rabbit/command/rabbit-theme.rb:122
118
118
  msgid "(default: %s)"
119
119
  msgstr ""
120
120
 
@@ -123,8 +123,8 @@ msgstr ""
123
123
  #: ../lib/rabbit/command/rabbit-slide.rb:145 ../lib/rabbit/command/rabbit-slide.rb:158
124
124
  #: ../lib/rabbit/command/rabbit-slide.rb:171 ../lib/rabbit/command/rabbit-slide.rb:185
125
125
  #: ../lib/rabbit/command/rabbit-slide.rb:199 ../lib/rabbit/command/rabbit-slide.rb:213
126
- #: ../lib/rabbit/command/rabbit-theme.rb:94 ../lib/rabbit/command/rabbit-theme.rb:107
127
- #: ../lib/rabbit/command/rabbit-theme.rb:121
126
+ #: ../lib/rabbit/command/rabbit-theme.rb:97 ../lib/rabbit/command/rabbit-theme.rb:110
127
+ #: ../lib/rabbit/command/rabbit-theme.rb:124
128
128
  msgid "(optional)"
129
129
  msgstr ""
130
130
 
@@ -148,104 +148,104 @@ msgstr ""
148
148
  msgid "Presentation date with the new slide"
149
149
  msgstr ""
150
150
 
151
- #: ../lib/rabbit/command/rabbit-slide.rb:149 ../lib/rabbit/command/rabbit-theme.rb:85
151
+ #: ../lib/rabbit/command/rabbit-slide.rb:149 ../lib/rabbit/command/rabbit-theme.rb:88
152
152
  msgid "Your information"
153
153
  msgstr ""
154
154
 
155
- #: ../lib/rabbit/command/rabbit-slide.rb:152 ../lib/rabbit/command/rabbit-theme.rb:88
155
+ #: ../lib/rabbit/command/rabbit-slide.rb:152 ../lib/rabbit/command/rabbit-theme.rb:91
156
156
  msgid "Author name of the new slide"
157
157
  msgstr ""
158
158
 
159
- #: ../lib/rabbit/command/rabbit-slide.rb:165 ../lib/rabbit/command/rabbit-theme.rb:101
159
+ #: ../lib/rabbit/command/rabbit-slide.rb:165 ../lib/rabbit/command/rabbit-theme.rb:104
160
160
  msgid "Author e-mail of the new slide"
161
161
  msgstr ""
162
162
 
163
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:114
164
+ #: ../lib/rabbit/command/rabbit-slide.rb:206 ../lib/rabbit/command/rabbit-theme.rb:117
165
165
  msgid "Account for %s"
166
166
  msgstr ""
167
167
 
168
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:115
169
+ #: ../lib/rabbit/command/rabbit-slide.rb:207 ../lib/rabbit/command/rabbit-theme.rb:118
170
170
  msgid "It is used to publish your slide to %s"
171
171
  msgstr ""
172
172
 
173
- #: ../lib/rabbit/command/rabbit-slide.rb:233 ../lib/rabbit/command/rabbit-theme.rb:140
173
+ #: ../lib/rabbit/command/rabbit-slide.rb:233 ../lib/rabbit/command/rabbit-theme.rb:143
174
174
  msgid "too many commands: %s"
175
175
  msgstr ""
176
176
 
177
- #: ../lib/rabbit/command/rabbit-slide.rb:238 ../lib/rabbit/command/rabbit-theme.rb:145
177
+ #: ../lib/rabbit/command/rabbit-slide.rb:238 ../lib/rabbit/command/rabbit-theme.rb:148
178
178
  msgid "invalid command: <%s>: available commands: %s"
179
179
  msgstr ""
180
180
 
181
181
  #: ../lib/rabbit/command/rabbit-slide.rb:246 ../lib/rabbit/command/rabbit-slide.rb:252
182
- #: ../lib/rabbit/command/rabbit-theme.rb:153
182
+ #: ../lib/rabbit/command/rabbit-theme.rb:156
183
183
  msgid "%s is missing"
184
184
  msgstr ""
185
185
 
186
- #: ../lib/rabbit/command/rabbit-slide.rb:308
186
+ #: ../lib/rabbit/command/rabbit-slide.rb:306
187
187
  msgid "TODO: SLIDE TITLE"
188
188
  msgstr ""
189
189
 
190
- #: ../lib/rabbit/command/rabbit-slide.rb:310
190
+ #: ../lib/rabbit/command/rabbit-slide.rb:309
191
191
  msgid "TODO: SLIDE DESCRIPTION"
192
192
  msgstr ""
193
193
 
194
- #: ../lib/rabbit/command/rabbit-slide.rb:313 ../lib/rabbit/command/rabbit-theme.rb:203
194
+ #: ../lib/rabbit/command/rabbit-slide.rb:312 ../lib/rabbit/command/rabbit-theme.rb:209
195
195
  msgid "For author"
196
196
  msgstr ""
197
197
 
198
- #: ../lib/rabbit/command/rabbit-slide.rb:315 ../lib/rabbit/command/rabbit-slide.rb:331
199
- #: ../lib/rabbit/command/rabbit-theme.rb:205 ../lib/rabbit/command/rabbit-theme.rb:221
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
200
200
  #: ../lib/rabbit/action/radio.rb:37
201
201
  msgid "Show"
202
202
  msgstr ""
203
203
 
204
- #: ../lib/rabbit/command/rabbit-slide.rb:319 ../lib/rabbit/command/rabbit-theme.rb:209
204
+ #: ../lib/rabbit/command/rabbit-slide.rb:318 ../lib/rabbit/command/rabbit-theme.rb:215
205
205
  msgid "Publish"
206
206
  msgstr ""
207
207
 
208
- #: ../lib/rabbit/command/rabbit-slide.rb:324
208
+ #: ../lib/rabbit/command/rabbit-slide.rb:323
209
209
  msgid "For viewers"
210
210
  msgstr ""
211
211
 
212
- #: ../lib/rabbit/command/rabbit-slide.rb:326 ../lib/rabbit/command/rabbit-theme.rb:216
212
+ #: ../lib/rabbit/command/rabbit-slide.rb:325 ../lib/rabbit/command/rabbit-theme.rb:222
213
213
  msgid "Install"
214
214
  msgstr ""
215
215
 
216
- #: ../lib/rabbit/command/rabbit-slide.rb:454 ../lib/rabbit/command/rabbit-slide.rb:463
216
+ #: ../lib/rabbit/command/rabbit-slide.rb:397 ../lib/rabbit/command/rabbit-slide.rb:406
217
217
  msgid "TITLE"
218
218
  msgstr ""
219
219
 
220
- #: ../lib/rabbit/command/rabbit-slide.rb:456
220
+ #: ../lib/rabbit/command/rabbit-slide.rb:399
221
221
  msgid "FIRST SLIDE"
222
222
  msgstr ""
223
223
 
224
- #: ../lib/rabbit/command/rabbit-slide.rb:458
224
+ #: ../lib/rabbit/command/rabbit-slide.rb:401
225
225
  msgid "SECOND SLIDE"
226
226
  msgstr ""
227
227
 
228
- #: ../lib/rabbit/command/rabbit-slide.rb:469
228
+ #: ../lib/rabbit/command/rabbit-slide.rb:413
229
229
  msgid "SUBTITLE"
230
230
  msgstr ""
231
231
 
232
- #: ../lib/rabbit/command/rabbit-slide.rb:470
232
+ #: ../lib/rabbit/command/rabbit-slide.rb:414
233
233
  msgid "AUTHOR"
234
234
  msgstr ""
235
235
 
236
- #: ../lib/rabbit/command/rabbit-slide.rb:471
236
+ #: ../lib/rabbit/command/rabbit-slide.rb:415
237
237
  msgid "INSTITUTION"
238
238
  msgstr ""
239
239
 
240
- #: ../lib/rabbit/command/rabbit-slide.rb:472
240
+ #: ../lib/rabbit/command/rabbit-slide.rb:416
241
241
  msgid "EVENT NAME"
242
242
  msgstr ""
243
243
 
244
- #: ../lib/rabbit/command/rabbit-slide.rb:494
244
+ #: ../lib/rabbit/command/rabbit-slide.rb:437
245
245
  msgid "ITEM %d"
246
246
  msgstr ""
247
247
 
248
- #: ../lib/rabbit/command/rabbit.rb:142 ../lib/rabbit/theme-browser/tree.rb:54
248
+ #: ../lib/rabbit/command/rabbit.rb:143 ../lib/rabbit/theme-browser/tree.rb:54
249
249
  #: ../lib/rabbit/theme/lightning-simple/property.rb:1 ../lib/rabbit/theme/cozmixng/property.rb:1
250
250
  #: ../lib/rabbit/theme/blue-bar/property.rb:1 ../lib/rabbit/theme/lightning-clear-blue/property.rb:1
251
251
  #: ../lib/rabbit/theme/enishi-green/property.rb:1 ../lib/rabbit/theme/clear-blue/property.rb:1
@@ -262,434 +262,434 @@ msgstr ""
262
262
  msgid "Theme"
263
263
  msgstr ""
264
264
 
265
- #: ../lib/rabbit/command/rabbit.rb:145 ../bin/rabbit-theme-manager:27
265
+ #: ../lib/rabbit/command/rabbit.rb:146 ../bin/rabbit-theme-manager:27
266
266
  msgid "Add [PATH] to load path."
267
267
  msgstr ""
268
268
 
269
- #: ../lib/rabbit/command/rabbit.rb:150
269
+ #: ../lib/rabbit/command/rabbit.rb:151
270
270
  msgid "Use [THEME] as theme."
271
271
  msgstr ""
272
272
 
273
- #: ../lib/rabbit/command/rabbit.rb:157
273
+ #: ../lib/rabbit/command/rabbit.rb:158
274
274
  msgid "Use [THEME] for comment."
275
275
  msgstr ""
276
276
 
277
- #: ../lib/rabbit/command/rabbit.rb:163
277
+ #: ../lib/rabbit/command/rabbit.rb:164
278
278
  msgid "Use [TIME] as allotted time."
279
279
  msgstr ""
280
280
 
281
- #: ../lib/rabbit/command/rabbit.rb:169 ../lib/rabbit/html/generator.rb:404
281
+ #: ../lib/rabbit/command/rabbit.rb:170 ../lib/rabbit/html/generator.rb:404
282
282
  msgid "Source"
283
283
  msgstr ""
284
284
 
285
- #: ../lib/rabbit/command/rabbit.rb:176
285
+ #: ../lib/rabbit/command/rabbit.rb:177
286
286
  msgid "When select %s\\nspecify %s\\nas [SOURCE_INFOS]."
287
287
  msgstr ""
288
288
 
289
- #: ../lib/rabbit/command/rabbit.rb:183
289
+ #: ../lib/rabbit/command/rabbit.rb:184
290
290
  msgid "Specify source type as [TYPE]."
291
291
  msgstr ""
292
292
 
293
- #: ../lib/rabbit/command/rabbit.rb:184 ../lib/rabbit/console.rb:165 ../lib/rabbit/console.rb:182
293
+ #: ../lib/rabbit/command/rabbit.rb:185 ../lib/rabbit/console.rb:165 ../lib/rabbit/console.rb:182
294
294
  msgid "Select from [%s]."
295
295
  msgstr ""
296
296
 
297
- #: ../lib/rabbit/command/rabbit.rb:185
297
+ #: ../lib/rabbit/command/rabbit.rb:186
298
298
  msgid "Note: case insensitive."
299
299
  msgstr ""
300
300
 
301
- #: ../lib/rabbit/command/rabbit.rb:199
301
+ #: ../lib/rabbit/command/rabbit.rb:200
302
302
  msgid "Specify source encoding as [ENCODING]."
303
303
  msgstr ""
304
304
 
305
- #: ../lib/rabbit/command/rabbit.rb:200 ../lib/rabbit/command/rabbit.rb:206
306
- #: ../lib/rabbit/command/rabbit.rb:367 ../lib/rabbit/command/rabbit.rb:374
307
- #: ../lib/rabbit/command/rabbit.rb:381 ../lib/rabbit/command/rabbit.rb:388
308
- #: ../lib/rabbit/command/rabbit.rb:413 ../lib/rabbit/command/rabbit.rb:420
309
- #: ../lib/rabbit/command/rabbit.rb:427 ../lib/rabbit/command/rabbit.rb:434
310
- #: ../lib/rabbit/command/rabbit.rb:555 ../lib/rabbit/console.rb:150
305
+ #: ../lib/rabbit/command/rabbit.rb:201 ../lib/rabbit/command/rabbit.rb:207
306
+ #: ../lib/rabbit/command/rabbit.rb:368 ../lib/rabbit/command/rabbit.rb:375
307
+ #: ../lib/rabbit/command/rabbit.rb:382 ../lib/rabbit/command/rabbit.rb:389
308
+ #: ../lib/rabbit/command/rabbit.rb:414 ../lib/rabbit/command/rabbit.rb:421
309
+ #: ../lib/rabbit/command/rabbit.rb:428 ../lib/rabbit/command/rabbit.rb:435
310
+ #: ../lib/rabbit/command/rabbit.rb:556 ../lib/rabbit/console.rb:150
311
311
  msgid "(auto)"
312
312
  msgstr ""
313
313
 
314
- #: ../lib/rabbit/command/rabbit.rb:205
314
+ #: ../lib/rabbit/command/rabbit.rb:206
315
315
  msgid "Specify base URI or path of source as [BASE]."
316
316
  msgstr ""
317
317
 
318
- #: ../lib/rabbit/command/rabbit.rb:211
318
+ #: ../lib/rabbit/command/rabbit.rb:212
319
319
  msgid "Initial state"
320
320
  msgstr ""
321
321
 
322
- #: ../lib/rabbit/command/rabbit.rb:214
322
+ #: ../lib/rabbit/command/rabbit.rb:215
323
323
  msgid "Toggle full screen mode."
324
324
  msgstr ""
325
325
 
326
- #: ../lib/rabbit/command/rabbit.rb:220
326
+ #: ../lib/rabbit/command/rabbit.rb:221
327
327
  msgid "Toggle index mode."
328
328
  msgstr ""
329
329
 
330
- #: ../lib/rabbit/command/rabbit.rb:226
330
+ #: ../lib/rabbit/command/rabbit.rb:227
331
331
  msgid "Size"
332
332
  msgstr ""
333
333
 
334
- #: ../lib/rabbit/command/rabbit.rb:229
334
+ #: ../lib/rabbit/command/rabbit.rb:230
335
335
  msgid "Set window geometry [GEOMETRY]."
336
336
  msgstr ""
337
337
 
338
- #: ../lib/rabbit/command/rabbit.rb:230
338
+ #: ../lib/rabbit/command/rabbit.rb:231
339
339
  msgid "Format: WIDTHxHEIGHT+X+Y"
340
340
  msgstr ""
341
341
 
342
- #: ../lib/rabbit/command/rabbit.rb:237 ../bin/rabbit-theme-manager:43
342
+ #: ../lib/rabbit/command/rabbit.rb:238 ../bin/rabbit-theme-manager:43
343
343
  msgid "Set window width to [WIDTH]."
344
344
  msgstr ""
345
345
 
346
- #: ../lib/rabbit/command/rabbit.rb:244 ../bin/rabbit-theme-manager:50
346
+ #: ../lib/rabbit/command/rabbit.rb:245 ../bin/rabbit-theme-manager:50
347
347
  msgid "Set window height to [HEIGHT]."
348
348
  msgstr ""
349
349
 
350
- #: ../lib/rabbit/command/rabbit.rb:249 ../bin/rabbit-theme-manager:55
350
+ #: ../lib/rabbit/command/rabbit.rb:250 ../bin/rabbit-theme-manager:55
351
351
  msgid "Set window width and height to\\n[WIDTH] and [HEIGHT]."
352
352
  msgstr ""
353
353
 
354
- #: ../lib/rabbit/command/rabbit.rb:262
354
+ #: ../lib/rabbit/command/rabbit.rb:263
355
355
  msgid "Save"
356
356
  msgstr ""
357
357
 
358
- #: ../lib/rabbit/command/rabbit.rb:265
358
+ #: ../lib/rabbit/command/rabbit.rb:266
359
359
  msgid "Save as image and exit."
360
360
  msgstr ""
361
361
 
362
- #: ../lib/rabbit/command/rabbit.rb:270
362
+ #: ../lib/rabbit/command/rabbit.rb:271
363
363
  msgid "Specify saved image type as [TYPE]."
364
364
  msgstr ""
365
365
 
366
- #: ../lib/rabbit/command/rabbit.rb:277
366
+ #: ../lib/rabbit/command/rabbit.rb:278
367
367
  msgid "Specify saved image base name as [BASE_NAME]."
368
368
  msgstr ""
369
369
 
370
- #: ../lib/rabbit/command/rabbit.rb:278 ../lib/rabbit/command/rabbit.rb:316
370
+ #: ../lib/rabbit/command/rabbit.rb:279 ../lib/rabbit/command/rabbit.rb:317
371
371
  msgid "Title of slide"
372
372
  msgstr ""
373
373
 
374
- #: ../lib/rabbit/command/rabbit.rb:283
374
+ #: ../lib/rabbit/command/rabbit.rb:284
375
375
  msgid "Output HTML for viewing saved images."
376
376
  msgstr ""
377
377
 
378
- #: ../lib/rabbit/command/rabbit.rb:289
378
+ #: ../lib/rabbit/command/rabbit.rb:290
379
379
  msgid "Output index HTML for navigating slides."
380
380
  msgstr ""
381
381
 
382
- #: ../lib/rabbit/command/rabbit.rb:295
382
+ #: ../lib/rabbit/command/rabbit.rb:296
383
383
  msgid "Specify base URI of RSS as [URI]."
384
384
  msgstr ""
385
385
 
386
- #: ../lib/rabbit/command/rabbit.rb:296
386
+ #: ../lib/rabbit/command/rabbit.rb:297
387
387
  msgid "RSS is generated only when HTML is output."
388
388
  msgstr ""
389
389
 
390
- #: ../lib/rabbit/command/rabbit.rb:302
390
+ #: ../lib/rabbit/command/rabbit.rb:303
391
391
  msgid "Specify source filenam as [FILENAME]."
392
392
  msgstr ""
393
393
 
394
- #: ../lib/rabbit/command/rabbit.rb:307 ../lib/rabbit/action/basic.rb:83
394
+ #: ../lib/rabbit/command/rabbit.rb:308 ../lib/rabbit/action/basic.rb:83
395
395
  msgid "Print"
396
396
  msgstr ""
397
397
 
398
- #: ../lib/rabbit/command/rabbit.rb:310
398
+ #: ../lib/rabbit/command/rabbit.rb:311
399
399
  msgid "Print and exit."
400
400
  msgstr ""
401
401
 
402
- #: ../lib/rabbit/command/rabbit.rb:315
402
+ #: ../lib/rabbit/command/rabbit.rb:316
403
403
  msgid "Specify printed out filename as [FILENAME]."
404
404
  msgstr ""
405
405
 
406
- #: ../lib/rabbit/command/rabbit.rb:322
406
+ #: ../lib/rabbit/command/rabbit.rb:323
407
407
  msgid "Set slides per page."
408
408
  msgstr ""
409
409
 
410
- #: ../lib/rabbit/command/rabbit.rb:328
410
+ #: ../lib/rabbit/command/rabbit.rb:329
411
411
  msgid "Draw scaled image."
412
412
  msgstr ""
413
413
 
414
- #: ../lib/rabbit/command/rabbit.rb:329
414
+ #: ../lib/rabbit/command/rabbit.rb:330
415
415
  msgid "Better look for displaying but lesser look for printing."
416
416
  msgstr ""
417
417
 
418
- #: ../lib/rabbit/command/rabbit.rb:334
418
+ #: ../lib/rabbit/command/rabbit.rb:335
419
419
  msgid "Paper"
420
420
  msgstr ""
421
421
 
422
- #: ../lib/rabbit/command/rabbit.rb:338
422
+ #: ../lib/rabbit/command/rabbit.rb:339
423
423
  msgid "Set paper width to [WIDTH] Pt."
424
424
  msgstr ""
425
425
 
426
- #: ../lib/rabbit/command/rabbit.rb:339
426
+ #: ../lib/rabbit/command/rabbit.rb:340
427
427
  msgid "(landscape A4 width)"
428
428
  msgstr ""
429
429
 
430
- #: ../lib/rabbit/command/rabbit.rb:345
430
+ #: ../lib/rabbit/command/rabbit.rb:346
431
431
  msgid "Set paper height to [HEIGHT] Pt."
432
432
  msgstr ""
433
433
 
434
- #: ../lib/rabbit/command/rabbit.rb:346
434
+ #: ../lib/rabbit/command/rabbit.rb:347
435
435
  msgid "(landscape A4 height)"
436
436
  msgstr ""
437
437
 
438
- #: ../lib/rabbit/command/rabbit.rb:350
438
+ #: ../lib/rabbit/command/rabbit.rb:351
439
439
  msgid "Set paper width and height to\\n[WIDTH] Pt and [HEIGHT] Pt."
440
440
  msgstr ""
441
441
 
442
- #: ../lib/rabbit/command/rabbit.rb:352
442
+ #: ../lib/rabbit/command/rabbit.rb:353
443
443
  msgid "(landscape A4 size)"
444
444
  msgstr ""
445
445
 
446
- #: ../lib/rabbit/command/rabbit.rb:362
446
+ #: ../lib/rabbit/command/rabbit.rb:363
447
447
  msgid "Margin"
448
448
  msgstr ""
449
449
 
450
- #: ../lib/rabbit/command/rabbit.rb:366
450
+ #: ../lib/rabbit/command/rabbit.rb:367
451
451
  msgid "Set left margin for slides per page mode print."
452
452
  msgstr ""
453
453
 
454
- #: ../lib/rabbit/command/rabbit.rb:373
454
+ #: ../lib/rabbit/command/rabbit.rb:374
455
455
  msgid "Set right margin for slides per page mode print."
456
456
  msgstr ""
457
457
 
458
- #: ../lib/rabbit/command/rabbit.rb:380
458
+ #: ../lib/rabbit/command/rabbit.rb:381
459
459
  msgid "Set top margin for slides per page mode print."
460
460
  msgstr ""
461
461
 
462
- #: ../lib/rabbit/command/rabbit.rb:387
462
+ #: ../lib/rabbit/command/rabbit.rb:388
463
463
  msgid "Set bottom margin for slides per page mode print."
464
464
  msgstr ""
465
465
 
466
- #: ../lib/rabbit/command/rabbit.rb:392
466
+ #: ../lib/rabbit/command/rabbit.rb:393
467
467
  msgid "[ALL]"
468
468
  msgstr ""
469
469
 
470
- #: ../lib/rabbit/command/rabbit.rb:393
470
+ #: ../lib/rabbit/command/rabbit.rb:394
471
471
  msgid "[TOP_BOTTOM],[LEFT_RIGHT]"
472
472
  msgstr ""
473
473
 
474
- #: ../lib/rabbit/command/rabbit.rb:394
474
+ #: ../lib/rabbit/command/rabbit.rb:395
475
475
  msgid "[TOP],[LEFT_RIGHT],[BOTTOM]"
476
476
  msgstr ""
477
477
 
478
- #: ../lib/rabbit/command/rabbit.rb:395
478
+ #: ../lib/rabbit/command/rabbit.rb:396
479
479
  msgid "[TOP],[RIGHT],[BOTTOM],[LEFT]"
480
480
  msgstr ""
481
481
 
482
- #: ../lib/rabbit/command/rabbit.rb:398
482
+ #: ../lib/rabbit/command/rabbit.rb:399
483
483
  msgid "Set margin for slides per page mode print."
484
484
  msgstr ""
485
485
 
486
- #: ../lib/rabbit/command/rabbit.rb:412
486
+ #: ../lib/rabbit/command/rabbit.rb:413
487
487
  msgid "Set left page margin."
488
488
  msgstr ""
489
489
 
490
- #: ../lib/rabbit/command/rabbit.rb:419
490
+ #: ../lib/rabbit/command/rabbit.rb:420
491
491
  msgid "Set right page margin."
492
492
  msgstr ""
493
493
 
494
- #: ../lib/rabbit/command/rabbit.rb:426
494
+ #: ../lib/rabbit/command/rabbit.rb:427
495
495
  msgid "Set top page margin."
496
496
  msgstr ""
497
497
 
498
- #: ../lib/rabbit/command/rabbit.rb:433
498
+ #: ../lib/rabbit/command/rabbit.rb:434
499
499
  msgid "Set bottom page margin."
500
500
  msgstr ""
501
501
 
502
- #: ../lib/rabbit/command/rabbit.rb:440
502
+ #: ../lib/rabbit/command/rabbit.rb:441
503
503
  msgid "Set page margin."
504
504
  msgstr ""
505
505
 
506
- #: ../lib/rabbit/command/rabbit.rb:452
506
+ #: ../lib/rabbit/command/rabbit.rb:453
507
507
  msgid "dRuby"
508
508
  msgstr ""
509
509
 
510
- #: ../lib/rabbit/command/rabbit.rb:455
510
+ #: ../lib/rabbit/command/rabbit.rb:456
511
511
  msgid "Specify whether to use dRuby."
512
512
  msgstr ""
513
513
 
514
- #: ../lib/rabbit/command/rabbit.rb:461
514
+ #: ../lib/rabbit/command/rabbit.rb:462
515
515
  msgid "Specify dRuby URI."
516
516
  msgstr ""
517
517
 
518
- #: ../lib/rabbit/command/rabbit.rb:467
518
+ #: ../lib/rabbit/command/rabbit.rb:468
519
519
  msgid "Specify whether to output dRuby URI."
520
520
  msgstr ""
521
521
 
522
- #: ../lib/rabbit/command/rabbit.rb:472
522
+ #: ../lib/rabbit/command/rabbit.rb:473
523
523
  msgid "SOAP"
524
524
  msgstr ""
525
525
 
526
- #: ../lib/rabbit/command/rabbit.rb:475
526
+ #: ../lib/rabbit/command/rabbit.rb:476
527
527
  msgid "Specify whether to use SOAP."
528
528
  msgstr ""
529
529
 
530
- #: ../lib/rabbit/command/rabbit.rb:481
530
+ #: ../lib/rabbit/command/rabbit.rb:482
531
531
  msgid "Specify SOAP host as [HOST]."
532
532
  msgstr ""
533
533
 
534
- #: ../lib/rabbit/command/rabbit.rb:488
534
+ #: ../lib/rabbit/command/rabbit.rb:489
535
535
  msgid "Specify SOAP port as [PORT]."
536
536
  msgstr ""
537
537
 
538
- #: ../lib/rabbit/command/rabbit.rb:493
538
+ #: ../lib/rabbit/command/rabbit.rb:494
539
539
  msgid "XML-RPC"
540
540
  msgstr ""
541
541
 
542
- #: ../lib/rabbit/command/rabbit.rb:496
542
+ #: ../lib/rabbit/command/rabbit.rb:497
543
543
  msgid "Specify whether to use XML-RPC."
544
544
  msgstr ""
545
545
 
546
- #: ../lib/rabbit/command/rabbit.rb:502
546
+ #: ../lib/rabbit/command/rabbit.rb:503
547
547
  msgid "Specify XML-RPC host as [HOST]."
548
548
  msgstr ""
549
549
 
550
- #: ../lib/rabbit/command/rabbit.rb:509
550
+ #: ../lib/rabbit/command/rabbit.rb:510
551
551
  msgid "Specify XML-RPC port as [PORT]."
552
552
  msgstr ""
553
553
 
554
- #: ../lib/rabbit/command/rabbit.rb:514
554
+ #: ../lib/rabbit/command/rabbit.rb:515
555
555
  msgid "Server"
556
556
  msgstr ""
557
557
 
558
- #: ../lib/rabbit/command/rabbit.rb:517
558
+ #: ../lib/rabbit/command/rabbit.rb:518
559
559
  msgid "Specify whether to run as server."
560
560
  msgstr ""
561
561
 
562
- #: ../lib/rabbit/command/rabbit.rb:522
562
+ #: ../lib/rabbit/command/rabbit.rb:523
563
563
  msgid "Public level"
564
564
  msgstr ""
565
565
 
566
- #: ../lib/rabbit/command/rabbit.rb:529
566
+ #: ../lib/rabbit/command/rabbit.rb:530
567
567
  msgid "Specify public level."
568
568
  msgstr ""
569
569
 
570
- #: ../lib/rabbit/command/rabbit.rb:530
570
+ #: ../lib/rabbit/command/rabbit.rb:531
571
571
  msgid "Select from the following:"
572
572
  msgstr ""
573
573
 
574
- #: ../lib/rabbit/command/rabbit.rb:539 ../lib/rabbit/command/rabbit.rb:564
575
- #: ../lib/rabbit/command/rabbit.rb:571
574
+ #: ../lib/rabbit/command/rabbit.rb:540 ../lib/rabbit/command/rabbit.rb:565
575
+ #: ../lib/rabbit/command/rabbit.rb:572
576
576
  msgid "(%s)"
577
577
  msgstr ""
578
578
 
579
- #: ../lib/rabbit/command/rabbit.rb:544 ../lib/rabbit/theme/stream-comment/property.rb:1
579
+ #: ../lib/rabbit/command/rabbit.rb:545 ../lib/rabbit/theme/stream-comment/property.rb:1
580
580
  #: ../lib/rabbit/theme/clutter-comment/property.rb:1 ../lib/rabbit/theme/footer-comment/property.rb:1
581
581
  msgid "Comment"
582
582
  msgstr ""
583
583
 
584
- #: ../lib/rabbit/command/rabbit.rb:547 ../lib/rabbit/command/rabbit.rb:553
584
+ #: ../lib/rabbit/command/rabbit.rb:548 ../lib/rabbit/command/rabbit.rb:554
585
585
  msgid "Deprecated. Just ignored."
586
586
  msgstr ""
587
587
 
588
- #: ../lib/rabbit/command/rabbit.rb:548
588
+ #: ../lib/rabbit/command/rabbit.rb:549
589
589
  msgid "Specify initial comment source."
590
590
  msgstr ""
591
591
 
592
- #: ../lib/rabbit/command/rabbit.rb:549
592
+ #: ../lib/rabbit/command/rabbit.rb:550
593
593
  msgid "(default source)"
594
594
  msgstr ""
595
595
 
596
- #: ../lib/rabbit/command/rabbit.rb:554
596
+ #: ../lib/rabbit/command/rabbit.rb:555
597
597
  msgid "Specify comment source encoding."
598
598
  msgstr ""
599
599
 
600
- #: ../lib/rabbit/command/rabbit.rb:558
600
+ #: ../lib/rabbit/command/rabbit.rb:559
601
601
  msgid "Migemo"
602
602
  msgstr ""
603
603
 
604
- #: ../lib/rabbit/command/rabbit.rb:563
604
+ #: ../lib/rabbit/command/rabbit.rb:564
605
605
  msgid "Specify search paths for Migemo static dictionary."
606
606
  msgstr ""
607
607
 
608
- #: ../lib/rabbit/command/rabbit.rb:570
608
+ #: ../lib/rabbit/command/rabbit.rb:571
609
609
  msgid "Specify static dictionary name for Migemo."
610
610
  msgstr ""
611
611
 
612
- #: ../lib/rabbit/command/rabbit.rb:575
612
+ #: ../lib/rabbit/command/rabbit.rb:576
613
613
  msgid "3D"
614
614
  msgstr ""
615
615
 
616
- #: ../lib/rabbit/command/rabbit.rb:578
616
+ #: ../lib/rabbit/command/rabbit.rb:579
617
617
  msgid "Specify whether to use OpenGL if available."
618
618
  msgstr ""
619
619
 
620
- #: ../lib/rabbit/command/rabbit.rb:583
620
+ #: ../lib/rabbit/command/rabbit.rb:584
621
621
  msgid "Display"
622
622
  msgstr ""
623
623
 
624
- #: ../lib/rabbit/command/rabbit.rb:586
624
+ #: ../lib/rabbit/command/rabbit.rb:587
625
625
  msgid "Specify whether to keep above window."
626
626
  msgstr ""
627
627
 
628
- #: ../lib/rabbit/command/rabbit.rb:591
628
+ #: ../lib/rabbit/command/rabbit.rb:592
629
629
  msgid "Others"
630
630
  msgstr ""
631
631
 
632
- #: ../lib/rabbit/command/rabbit.rb:594
632
+ #: ../lib/rabbit/command/rabbit.rb:595
633
633
  msgid "Show a native window ID of the Rabbit window if available."
634
634
  msgstr ""
635
635
 
636
- #: ../lib/rabbit/command/rabbit.rb:595
636
+ #: ../lib/rabbit/command/rabbit.rb:596
637
637
  msgid "e.g. The ID is the ID of X resource on X window system."
638
638
  msgstr ""
639
639
 
640
- #: ../lib/rabbit/command/rabbit.rb:636
640
+ #: ../lib/rabbit/command/rabbit.rb:637
641
641
  msgid "Choose a Rabbit source file"
642
642
  msgstr ""
643
643
 
644
- #: ../lib/rabbit/command/rabbit.rb:752
644
+ #: ../lib/rabbit/command/rabbit.rb:753
645
645
  msgid "dRuby URI <%s> is in use."
646
646
  msgstr ""
647
647
 
648
- #: ../lib/rabbit/command/rabbit.rb:771
648
+ #: ../lib/rabbit/command/rabbit.rb:772
649
649
  msgid "port <%s> for SOAP is in use."
650
650
  msgstr ""
651
651
 
652
- #: ../lib/rabbit/command/rabbit.rb:792
652
+ #: ../lib/rabbit/command/rabbit.rb:793
653
653
  msgid "port <%s> for XML-RPC is in use."
654
654
  msgstr ""
655
655
 
656
- #: ../lib/rabbit/command/rabbit.rb:853
656
+ #: ../lib/rabbit/command/rabbit.rb:854
657
657
  msgid "Window ID: %d"
658
658
  msgstr ""
659
659
 
660
- #: ../lib/rabbit/command/rabbit.rb:899
660
+ #: ../lib/rabbit/command/rabbit.rb:900
661
661
  msgid "going to shutdown..."
662
662
  msgstr ""
663
663
 
664
- #: ../lib/rabbit/command/rabbit.rb:901
664
+ #: ../lib/rabbit/command/rabbit.rb:902
665
665
  msgid "DRb.thread done."
666
666
  msgstr ""
667
667
 
668
- #: ../lib/rabbit/command/rabbit-theme.rb:64
668
+ #: ../lib/rabbit/command/rabbit-theme.rb:67
669
669
  msgid "Usage: %s new [options]\\n e.g.: %s new \\\\n --id rubykaigi2012 \\\\n --name \"Kouhei Sutou\" \\\\n --email kou@cozmixng.org \\\\n --rubygems-user kou"
670
670
  msgstr ""
671
671
 
672
- #: ../lib/rabbit/command/rabbit-theme.rb:76
672
+ #: ../lib/rabbit/command/rabbit-theme.rb:79
673
673
  msgid "Theme information"
674
674
  msgstr ""
675
675
 
676
- #: ../lib/rabbit/command/rabbit-theme.rb:79
676
+ #: ../lib/rabbit/command/rabbit-theme.rb:82
677
677
  msgid "Theme ID"
678
678
  msgstr ""
679
679
 
680
- #: ../lib/rabbit/command/rabbit-theme.rb:198
680
+ #: ../lib/rabbit/command/rabbit-theme.rb:204
681
681
  msgid "TODO: THEME TITLE"
682
682
  msgstr ""
683
683
 
684
- #: ../lib/rabbit/command/rabbit-theme.rb:200
684
+ #: ../lib/rabbit/command/rabbit-theme.rb:206
685
685
  msgid "TODO: THEME DESCRIPTION"
686
686
  msgstr ""
687
687
 
688
- #: ../lib/rabbit/command/rabbit-theme.rb:214
688
+ #: ../lib/rabbit/command/rabbit-theme.rb:220
689
689
  msgid "For users"
690
690
  msgstr ""
691
691
 
692
- #: ../lib/rabbit/command/rabbit-theme.rb:223 ../lib/rabbit/task/theme.rb:49 ../lib/rabbit/task/theme.rb:86
692
+ #: ../lib/rabbit/command/rabbit-theme.rb:229 ../lib/rabbit/task/theme.rb:81 ../lib/rabbit/task/theme.rb:118
693
693
  msgid "rabbit-theme-benchmark-en.gem"
694
694
  msgstr ""
695
695
 
@@ -905,6 +905,14 @@ msgstr ""
905
905
  msgid "Unknown"
906
906
  msgstr ""
907
907
 
908
+ #: ../lib/rabbit/theme-configuration.rb:48 ../lib/rabbit/slide-configuration.rb:53
909
+ msgid "Failed to read slide configuration: %s: %s"
910
+ msgstr ""
911
+
912
+ #: ../lib/rabbit/theme-configuration.rb:58 ../lib/rabbit/slide-configuration.rb:63
913
+ msgid "Failed to write slide configuration: %s: %s"
914
+ msgstr ""
915
+
908
916
  #: ../lib/rabbit/gem-finder.rb:46
909
917
  msgid "Installing gem: %s"
910
918
  msgstr ""
@@ -1749,7 +1757,7 @@ msgstr ""
1749
1757
  msgid "Displays an image as a background of slides."
1750
1758
  msgstr ""
1751
1759
 
1752
- #: ../lib/rabbit/theme/entry.rb:107
1760
+ #: ../lib/rabbit/theme/entry.rb:108
1753
1761
  msgid "Etc"
1754
1762
  msgstr ""
1755
1763
 
@@ -2273,11 +2281,11 @@ msgstr ""
2273
2281
  msgid "Displays an image as a logo at the headlines of slides."
2274
2282
  msgstr ""
2275
2283
 
2276
- #: ../lib/rabbit/author-configuration.rb:51
2284
+ #: ../lib/rabbit/author-configuration.rb:45
2277
2285
  msgid "Failed to read author configuration: %s: %s"
2278
2286
  msgstr ""
2279
2287
 
2280
- #: ../lib/rabbit/author-configuration.rb:69
2288
+ #: ../lib/rabbit/author-configuration.rb:55
2281
2289
  msgid "Failed to write author configuration: %s: %s"
2282
2290
  msgstr ""
2283
2291
 
@@ -2285,7 +2293,7 @@ msgstr ""
2285
2293
  msgid "Creating directory: %s"
2286
2294
  msgstr ""
2287
2295
 
2288
- #: ../lib/rabbit/path-manipulatable.rb:36
2296
+ #: ../lib/rabbit/path-manipulatable.rb:33
2289
2297
  msgid "Creating file: %s"
2290
2298
  msgstr ""
2291
2299
 
@@ -2297,51 +2305,51 @@ msgstr ""
2297
2305
  msgid "%s does not support: %s"
2298
2306
  msgstr ""
2299
2307
 
2300
- #: ../lib/rabbit/task/slide.rb:54
2308
+ #: ../lib/rabbit/task/slide.rb:85
2301
2309
  msgid "To run rabbit, create '%{options_file}'!"
2302
2310
  msgstr ""
2303
2311
 
2304
- #: ../lib/rabbit/task/slide.rb:58
2312
+ #: ../lib/rabbit/task/slide.rb:89
2305
2313
  msgid "Show slide"
2306
2314
  msgstr ""
2307
2315
 
2308
- #: ../lib/rabbit/task/slide.rb:63 ../lib/rabbit/task/theme.rb:52
2316
+ #: ../lib/rabbit/task/slide.rb:94 ../lib/rabbit/task/theme.rb:84
2309
2317
  msgid "Create gem: %{gem_path}"
2310
2318
  msgstr ""
2311
2319
 
2312
- #: ../lib/rabbit/task/slide.rb:73 ../lib/rabbit/task/theme.rb:62
2320
+ #: ../lib/rabbit/task/slide.rb:104 ../lib/rabbit/task/theme.rb:94
2313
2321
  msgid "Write %{item} in %{where}: %{content}"
2314
2322
  msgstr ""
2315
2323
 
2316
- #: ../lib/rabbit/task/slide.rb:98 ../lib/rabbit/task/theme.rb:89
2324
+ #: ../lib/rabbit/task/slide.rb:128 ../lib/rabbit/task/theme.rb:121
2317
2325
  msgid "Generate PDF: %{pdf_path}"
2318
2326
  msgstr ""
2319
2327
 
2320
- #: ../lib/rabbit/task/slide.rb:101
2328
+ #: ../lib/rabbit/task/slide.rb:131
2321
2329
  msgid "Publish the slide to all available targets"
2322
2330
  msgstr ""
2323
2331
 
2324
- #: ../lib/rabbit/task/slide.rb:107 ../lib/rabbit/task/slide.rb:115 ../lib/rabbit/task/slide.rb:136
2332
+ #: ../lib/rabbit/task/slide.rb:137 ../lib/rabbit/task/slide.rb:146 ../lib/rabbit/task/slide.rb:167
2325
2333
  msgid "Publish the slide to %s"
2326
2334
  msgstr ""
2327
2335
 
2328
- #: ../lib/rabbit/task/slide.rb:127
2336
+ #: ../lib/rabbit/task/slide.rb:158
2329
2337
  msgid "Uploaded successfully!"
2330
2338
  msgstr ""
2331
2339
 
2332
- #: ../lib/rabbit/task/slide.rb:128
2340
+ #: ../lib/rabbit/task/slide.rb:159
2333
2341
  msgid "See %s"
2334
2342
  msgstr ""
2335
2343
 
2336
- #: ../lib/rabbit/task/theme.rb:47
2344
+ #: ../lib/rabbit/task/theme.rb:79
2337
2345
  msgid "Show theme benchmark slide with this theme"
2338
2346
  msgstr ""
2339
2347
 
2340
- #: ../lib/rabbit/task/theme.rb:92
2348
+ #: ../lib/rabbit/task/theme.rb:124
2341
2349
  msgid "Publish the theme to all available targets"
2342
2350
  msgstr ""
2343
2351
 
2344
- #: ../lib/rabbit/task/theme.rb:98
2352
+ #: ../lib/rabbit/task/theme.rb:130
2345
2353
  msgid "Publish the theme to %s"
2346
2354
  msgstr ""
2347
2355
 
@@ -2441,6 +2449,10 @@ msgstr ""
2441
2449
  msgid "[USER] and [TITLE]"
2442
2450
  msgstr ""
2443
2451
 
2452
+ #: ../lib/rabbit/readme-parser.rb:35
2453
+ msgid "No README found"
2454
+ msgstr ""
2455
+
2444
2456
  #: ../lib/rabbit/canvas.rb:607
2445
2457
  msgid "Unknown action: %s"
2446
2458
  msgstr ""