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