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