rabbit 2.1.2 → 2.1.3

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