rabbit 1.0.9 → 2.0.0

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