rabbit 2.0.7 → 2.0.8

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