rabbit 2.1.2 → 2.1.3

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