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